/*  
Theme Name: RockinSoft 3Col
Author URI: http://rockinthemes.com/
Version: 1.0
Author: Nathan Rice of RockinThemes.com
Description: RockinSoft 3Col is a 3 column version of RockinSoft.  It features a soft green and gray color scheme.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	/*background: url(images/body-top.jpg) top center repeat-x;*/
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #339933;
	text-decoration: underline;
	}
	
a:hover{
	color: #336633;
	text-decoration: underline;
	}
#container { 
	width: 1002px; 
	text-align: left; 
	margin: 0 auto;
	/*background: url(http://www.todaystvdeals.com/wp-content/themes/rockinsoft-3col-10/images/content-bg.jpg) repeat-y;*/
	border: 0px solid #000000;
	}

#header { 
	background: url(http://www.todaystvdeals.com/tvstore/images/storeheader.jpg) top center no-repeat;
	height: 195px; 
	padding: 0px 0px 40px 0px;
	margin: 0px 0px -70px 0px;
	text-align: center;
	}
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #aaaaaa;
	}

#header h3 {
	color: #dddddd;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: -17px 0px -17px 0px;
	}
#content { 
	width: 484px; 
	margin: 0px 0px 0px 242px;
	position:relative;
	padding: 0px 0px 0px 15px;
	border: 0px solid #000000;
	}
* html #content {
	width: 472px;
	margin: 0px 0px 0px 245px;
}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	float: left;
	padding: 2px 4px 4px 0px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: "Helvetica Bold, Arial Bold, Verdana, Sans-Serif";
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	/*line-height: 150%;*/
	}
#content h2 a  {
	color: #336633;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #339933;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #507AA5;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: transparent;
	width: 500px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: transparent;
	width: 500px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	width: 219px;
	float: left; 
	position:relative; 
	margin: -9px 0px 0px 12px;
	padding: 0px; 
	border: 0px solid #000000; /*For Debugging*/
	}
* html #l_sidebar {
	margin: -9px 0px 0px 6px;
}
#l_sidebar h2 {
	color: #FFFFFF;
	background: #3F813F;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 7px 0px;
	margin: 0px;
	text-align: center;
	}

#l_sidebar ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid #E2E2E2;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #FFFFFF;
	}
	
#l_sidebar li a:link, #l_sidebar li a:visited {
	margin: 0px;
	padding: 8px 0px 8px 5px;
	display: block;
	background: transparent;
	color: #336633;
	text-decoration: underline;
	}

#l_sidebar ul li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}


#r_sidebar { 
	width: 219px;
	float: right; 
	position:relative;
	margin: -9px 13px 0px 0px;
	padding: 0px;
	border: 0px solid #000000;
	}
* html #r_sidebar {
	width: 220px;
	margin: -9px 6px 0px 0px;
}

#r_sidebar h2 {
	color: #FFFFFF;
	background: #3F813F;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px 0px 7px 0px;
	margin: 0px;
	text-align: center;
	}
#l_sidebar .first, #r_sidebar .first {
	background-color: transparent;
}
#r_sidebar p {
	padding-left: 5px;
}

#r_sidebar ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #E2E2E2;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #FFFFFF;
	}
	
#r_sidebar ul li a {
	margin: 0px;
	padding: 8px 0px 8px 5px;
	display: block;
	background: transparent;
	color: #336633;
	text-decoration: underline;
	}

#r_sidebar ul li a:hover {
	background: #FFFFFF;
	text-decoration: none;
	}

#footer {
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	clear: both;
	padding: 70px 0px 15px 0px;
	margin: 0px;

	}
