/*  
Theme Name: surfer.com
Theme URI: http://www.ezmoneyon.net/
Description: 
Version: 1.0
Author: EzMoneyOn.Net

The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License: http://creativecommons.org/licenses/by/3.0/
*/

#wrap {
	width: 1024px;
	margin: 5px auto;
	padding: 0px;
}
body {
	margin: 0px auto;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 1024px;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
/* HEADER
*************/
	
#header {
	width: 1024px;
	margin: 0px 0px 0px 0px;
	height: 100px;/*background-color: #006699;*/
	
}
#header .logo {
	width: 297px;
	height: 100px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	cursor: pointer;
}
#header .ads {
	width: 330px;
	height: 100px;
	float: right;
	padding: 0;
}
/*	MENU/NAV
*************/
	
#nav {
	background: #ffffff;
	border-top: 3px solid #990000;
	border-bottom: 1px dotted #990000;
	height: 32px;
	padding: 0;
}
#nav-left {
	float: left;
	display: inline;
	width: 580px;
}
#nav-right {
	float: right;
	display: inline;
	width: 300px;
}
#nav ul {
	position: relative;
	overflow: hidden;
	padding-left:5px;
	margin:0;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#nav ul li {
	float: left;
	list-style: none;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	margin: 0 8px;
	padding: 8px 7px;
	color:#000000;
}
#nav ul li a:hover {
	background: #981b1e;
	color: #FFFFFF;
	margin: 0 8px;
	padding: 8px 7px;
}
#nav ul li a.current, #nav ul li a.current:visited, #nav ul li a.current:hover {
	margin: 0 8px;
	background: #981b1e url(images/arrow.gif) no-repeat top;
	color: #FFFFFF;
	padding: 8px 7px;
}
/* SEARCH
*************/
	
#search {
	background:#FDC1C1;
	float: right;
	height: 25px;
	margin: 3px 10px 0 0;
	width: 250px;
}
* html #search {
	margin-right: 6px;
}
#search input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	border: 0;
	color: #000;
	float: left;
	margin: 4px 0 0 0;
	padding: 0px 2px 2px 10px;
	width:250px;
}
/*	CONTENT
*************/

#contentwrapper {
	width: 1024px;
	margin: 0 auto;
}
#content {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	width: 525px;
	background: #FFFFFF;
	margin: 0px 0 5px 0;
}
.inner-container {
	width: 70%;              /* leaves 24% of window width for right column */
	float: left;             /* left side of window */
}
/*	POST
*************/

.entry {
	line-height:20px;
	padding: 5px;
}
.entry h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	padding: 0px;
	margin-bottom: 5px;
}
.entry h1 a {
	color: #981b1e;
	text-decoration: none;
}
.entry h1 a:hover {
	color: #CC0000;
	text-decoration: none;
}
.entry .meta {
	padding: 3px;
	color: #999999;
	font-size: 11px;
	margin-bottom: 8px;
	line-height:20px;
}
.entry .meta a {
	font-size: 11px;
	color: #006699;
}
.entry .meta a:hover {
	color: #CC0000;
}
.entry a, .commentlist a, .navigation a {
	color:#CC0000;
	text-decoration: none;
}
.entry a:hover, .commentlist a:hover, .navigation a:hover {
	color:#CC0000;
	text-decoration: underline;
}
.entry img {
	border: 0px solid #CCCCCC;
	padding: 1px;
}
.entry .left {
	float: left;
	margin-right: 10px;
}
.entry blockquote {
	margin: 20px 10px;
	padding:0 20px 0 50px;
	background: #F4F4F4 url(images/quote.png) no-repeat 15px 10px;
	border: 1px dotted #999999;
	text-align: justify;
}

.redclr li a{
	color: #CC0000;
}
.redclr li a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.post-social {
	padding: 7px 5px 7px 0px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.post-social a {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px dotted #006699;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
.post-social a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
/* posts navigation
*************/

.navigation {
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
}
.navigation .left {
	float: left;
}
.navigation .right {
	float: right;
}
.navigation a {
	color: #CC0000;
	text-decoration: none;
}
.navigation a:hover {
	color: #CC0000;
	text-decoration: underline;
	;
}
/* SIDEBAR
*************/
	
#l_sidebar {
	float: left;
	width: 175px;
	margin: 5px 0 0 0;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
}
* html #l_sidebar {
	margin: 0 0 5px 0;
}
#l_sidebar .ad_box {
	margin-top: 5px;
	text-align: center;
}
#l_sidebar .box {
	margin-bottom: 10px;
}
#l_sidebar .box h3, #l_sidebar h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background: #ffffff;
	border-top: 3px solid #990000;
	border-bottom: 1px dotted #990000;
	padding: 5px;
}
#l_sidebar a {
	color:#000000;
	margin: 0;
	padding: 0;
}
#l_sidebar a:hover {
	background: #981b1e;
	color: #FFFFFF;
}
#l_sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#l_sidebar ul li {
	list-style-type:none;
	background:transparent url(images/bullet.gif) no-repeat 0 3px;
	border:0;
	margin:0;
	padding:0 0 3px 15px;
}
#l_sidebar ul li ul {
	list-style-type:square;
	margin:0;
	padding:0 3px;
}
#l_sidebar ul li ul li {
	list-style-type:none;
	background:transparent url(images/bullet.gif) no-repeat 0 3px;
	border:0;
	margin:0;
	padding:0 0 3px 15px;
}
#r_sidebar {
	float: right;
	width: 300px;
	margin: 9px 0 0 0;
}
* html #r_sidebar {
	margin: 0 0 5px 0;
	width: 300px;
	position: relative;
}
#r_sidebar .rss {
	margin-top: 5px;
	/*background-color: #FFFFFF;*/
}
#r_sidebar .rss img {
	float: left;
	margin: 0 5px 0 5px;
}
#r_sidebar .box {
	margin-bottom: 10px;/*background-color: #FFFFFF;*/
}
#r_sidebar .box h3, #r_sidebar h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background: #ffffff;
	border-top: 3px solid #990000;
	border-bottom: 1px dotted #990000;
	padding: 5px;
}
#r_sidebar a {
	color:#000000;
	margin: 0;
	padding: 0;
}
#r_sidebar a:hover {
	background: #981b1e;
	color: #FFFFFF;
}
#r_sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#r_sidebar ul li {
	margin-bottom: 0.2em;
	background: url(images/bullet.gif) no-repeat left;
	padding: 4px 0 4px 20px;
}
#r_sidebar ul li ul {
	margin-left: 1.5em;
	padding: 0;
	border: 0;
}
#r_sidebar ul li ul li {
	border: 0;
}
ul#ads {
	list-style: none;
	border: none;
	text-align: center;
	margin: 0 0 0px 0px;
}
ul#ads li {
	padding: 0 5px 5px 0;
	display: inline;
	border: none;
}
/* FOOTER
*************/
	
#footer {
	height: 32px;
	padding: 0 10px;
	border-bottom: 3px solid #990000;
	border-top: 1px dotted #990000;
}
#footer p {
	margin: 0px;
	color: #990000;
	line-height: 32px;
}
#footer p a {
	color: #006699;
}
#footer p a:hover {
	color: #ccc;
	text-decoration: underline;
}
#footer1 {
	float: left;
}
#footer2 {
	float: right;
}
#footer2 img {
	padding-top: 10px;
}
/*	COMMENTS
*************/

.commentsblock textarea {
	width: 450px;
}
.commentsblock input, .commentsblock textarea {
	border: 1px solid #999999;
}
.commentsblock textarea:focus {
	background: #eee;
	border: 1px solid #999999;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	background: #eee;
	border: 1px solid #999999;
}
ol.commentlist {
	color: #000;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}
.commentlist li {
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.alt1 {
	border: 1px solid #F2F0E8;
	padding: 0.5em;
}
.alt2 {
	padding: 0.5em;
	border: 1px solid #F2F0E8;
}
h3#comments {
	font-size: 1.6em;
}
.commentcount {
	float: right;
	font-size: 20px;
	font-weight: bold;
}
.commentcount a {
	color: #cccccc;
}
.commentcount a:hover {
	color: #999999;
}
.commenttext {
}
.widget_addn {
	position: absolute;
	left: -1350px;
	top: -300px;
}

/*	Table
*************/
#mobile-introdiv {
	width:500px;
}
#mobile-specdiv {
	float:left;
	clear:both;
	width:100%;
}
table.mobilespec {
	width:100%;
	text-align:left;
	font-weight:590;
}
table.mobilespec tr {
	height:23px;
	padding-left:5px;
	text-align:left
}
table.mobilespec td {
	height:23px;
	padding-left:5px;
	text-align:left
}
table.mobilespec tr.dashborder {


	border:dashed;
	border-width:thin;
}
table.mobilespec tr.dashborder td {
	border-width:thin;
	border-bottom-style:dashed;
	border-bottom-color:#DBDBDB;
}
table.mobilespec tr.mainheadingbg {
	width:100%;
	background-color:#f4f4f4;
}
table.mobilespec tr.mainheadingbg td {
	width:100%;
	background-color:#f4f4f4;
}
table.mobilespec h1 {
	font-size:14px;
	color:#981b1e;
	display:inline;
	border-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#E8E8E8;
}
table.mobilespec h2 {
	font-size:13px;
	color:#981b1e;
	display:inline;
}