/*  
Theme Name: WebCash Theme
Theme URI: http://www.earn-web-cash.com
Description: Theme created for the WebCash blog.
Version: 1.0
Author: Brian Rock
Author URI: http://www.earn-web-cash.com

*/

/*  Column structure information  */

/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.colmid {

}
	
.colleft {


}
.colright {

}
	
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:1em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
		
}
.threecol .colmid {
	right:30%;				/* width of the right column */
}
.threecol .colleft {
	right:50%;	/* width of the middle column */
}
.threecol .col1 {
	width:46%;	/* width of center column content (column width minus padding on either side) */
	left:102%;	/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:18%;	/* Width of left column content (column width minus padding on either side) */
	left:36%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:28%;	/* Width of right column content (column width minus padding on either side) */
	left:87%;	/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/*  End column structure information  */

/*  Header Styles  */
#header {
	position: relative;
	color: #666;
	padding: 1% 3%;
	height: 90px;
}
#header h1 {
	margin-left: -4px;
	font: 4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
#header p {
	margin-top: 0;
	margin-bottom: 0;
}
#subheader {
	margin: 0;
	padding: .75em 2em .5em 2em;
	color: #96afdd;
	background: url(images/page-border-top.png) repeat-x 0 top;
	border-bottom: 1px solid #d58700;
}

#subheader ul {
	margin: 0;
	padding: 0;
	
}

#subheader ul li {
	display: inline;
	text-align: center;
	padding: 1px 5px;
	margin: 0px 3px;
}

#subheader ul li a {
	
}
#subheader ul li a:hover, #header p a:hover {
	color: #d58700;
	border-bottom: 6px solid #d58700;
}
#header {
	background: #102754 url(images/header-background.png) repeat-x left top;
	border-bottom: 6px solid #d58700;color: #96afdd;}
#header h1 { text-indent: -999em; background: transparent url(images/new-web-cash.png) no-repeat; margin: 0; margin-top: 5px; padding: 0; }
#header h1 a {height: 72px; width: 200px; text-decoration: none; display: block;}

#banner {height: 90px;width: 728px;position: absolute;top: 8px; right: 0px; margin: 0; padding: 0;}
/*  End Header Styles  */

/*  Footer styles  */
#footer {clear: both;
	background: #102754 url(images/header-background.png) repeat-x left top;
	border-top: 6px solid #d58700;	color: #96afdd;	padding: 1% 1%;
	min-height:10em;}
#footer a, #footer a:visited {color: #96afdd;}
#footer a:hover {color: #d58700;}
#footer{background: url(images/footer-background.png) repeat-x bottom;background-color: #102754;border-top: 6px solid #d58700;}
#footer a:hover{color: #d58700;}

/*  End Footer Styles  */

/*  General Style Info  */

body {
	font: 12px/1 Verdana, sans-serif; 
	margin: 0 auto; 
	padding: 0; 
	position:relative;
	width: 100%;
	min-width: 980px;
}
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td {text-align: left; font-weight: normal; 
}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" ""; 
}
code, pre, kbd, var, sample { 
	font: 1.1em "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; 
}
pre {margin-bottom: 1em;background-color: #e5e5e5;padding: 0.5em;
	overflow: auto;}
abbr, acronym { 
	border-bottom: 1px dotted; 
	cursor: help;
	font-size: 0.9em; 
	letter-spacing: .07em; 
}
em { 
	font-style: italic; 
}
sup {
	font-size: smaller; 
	vertical-align: 0.5em; 
	line-height: 1px;
}
strike, blockquote { 
	color: #777; 
}
small { 
	font-size: 0.8em; 
}
big { 
	font-size: 1.2em; 
}
strong { 
	font-weight: bold; 
}
dl { 
	margin: 10px 0px; 
}
dt { 
	font-weight: bold; 
}
dd { 
	margin-left: 20px; 
}
ol { 
	list-style-type: decimal; 
	margin: 0px 0px 10px 25px; 
}
a code { 
	text-decoration: underline; 
}
textarea {
	height: 6em;
	width: 35em;
}
.error {
	color: red;
}
div.alignright {
   margin-left: 1em;
   margin-right: 0;
   float: right;
}

div.alignleft {
   padding: 3px;
   margin-left: 0px;
   float: left;
}
img.alignright, img.alignleft, img.centered {
	padding:3px;
	background-color: white;
	border:1px solid #aaa;
	margin: 0px 1em 1em 1em;}
img.alignright {
	float:right; 
	margin-right: 0px; 
}
img.alignleft { 
	float:left; 
	margin-left: 0px; 
}
img.centered { 
	display:block; 
	margin: 0px auto 1em auto; 
}
img.border { 
	border: 1px solid #aaa; 
	background-color: white; 
	padding: 2px; 
}
a { 
	text-decoration: none
}
p { 
	line-height: 1.6; margin: 0px 0px 1em 0px; 
}
img { 
	border:none; 
	vertical-align: middle; 
}
h2 { 
	font-size: 1.8em; 
	margin: 0 0 0.33em; 
	line-height: 1.2;
}
h3 { 
	font-size: 1.6em; 
	margin: 0 0 0.25em; 
	line-height: 1.2;
}
h4 { 
	font-size:1.4em; 
	margin: 0.5em 0 0; 
	line-height: 1.2;
}
h5 { 
	font-size:1.2em; 
	margin: 0.5em 0 0; 
	line-height: 1.2;
}
h6 { 
	font-weight: bold; 
	margin: 0.5em 0 0; 
	line-height: 1.2;
}
p.centered {
	text-align: center;
}
div.centered {
	text-align: center;
}

div.ads {
	width: 100%;
	background-color: #102754;
}

a.basic-info span {
display: none;
}

a.basic-info:hover {
position: relative;
}

a.basic-info:hover span {
display: block;
position: absolute;
top: 0;
left: 0;
}

#trackback label {
	width: 6em;
	float: left;
	text-align: right;
	margin: 0 .5em;
	padding: 0;
}

#trackback input {
	width: 24em;
	margin-left: .5em;
	margin-top: 0;
	padding: 0;
}

#trackback input[type="submit"] {
	margin-left: 6.5em;
	width: 12em;
}

#encode-html ul, #encode-html li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#encode-html legend {
	display: none;
}

#encode-html label {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#encode-html textarea {
	width: 30em;
	height: 16em;
	margin: 0;
	padding: 0;
}

#encode-html input[type="submit"] {
	width:8em;
	margin: 1em 0;
	padding: 0;
}

#encode-html p {
	margin: 0;
	padding: 0;
}

#lead {
	padding-top: 20px;
}
#lead ul li {
	float:left;
	width:270px;
	padding: 10px;
}
.col1 h2, .col1 h3 {
	padding-bottom: 3px;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.col1 h2 a, .col1 h3 a {
	text-decoration: none;
}
.col1 .meta, .col1 .meta a {
	color: #aaa;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1.5em;
	margin-top: -0.5em;
}
#recent .meta { 
	margin-top: 0.5em;
}
#recent ul li {
	border-top: 3px double #e9e9e9;
	padding-top: 1em;
}
.post {
	clear: both;
}
.post ul {
	list-style-type: square;
	padding: 0px 0px 1em 2em;
	line-height: 1.6;
}
.post ol {
	line-height: 1.6;
}
.post ul li ul, .post ul li ul {
	margin: 0px 0px 0px 2em;
}
.col1 blockquote, #comments blockquote {
	margin: 1em 2em;
	font: italic 1.1em/1.7 Georgia, "Times New Roman", Times, serif;
}
#comments blockquote {
	border-left: 1px solid #999;
	padding-left: 1em;
}
.col1 blockquote[cite]:after, #comments blockquote[cite]:after {
	display: block;
	text-align: right;
	content: "- " attr(cite);
	font: normal 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
}
.col1 blockquote cite, #comments blockquote cite {
	display: block;
	text-align: right;
	content: "- " attr(cite);
	font: normal 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
}
.col1 blockquote cite, #comments blockquote cite {
	margin-bottom: -8px;
}
.post a {
	text-decoration: underline;
}
#pagetitle {
	margin-bottom: 1em;
}
#single h3 {
	border: none;
}
#single .post {
	margin-bottom: 2em;
	padding-bottom: 0;
}
#single.latest {
	margin-bottom: 0 ;
}
#recent {
	padding-top: 1em;
	margin-bottom: 2em;
}
#recent ul {
	width: 290px;
	margin: 0px;
}
#recent ul li ul {
	width: auto;
}
#recent h2 {
	border: none;
	margin-bottom: 20px;
	text-align: center;
	background-color: #eee;
}
#recent h3 {
	font-size: 1.4em;
}
#recent .left { 
	float: left 
}
#recent .right {
	float: right 
}
.navigation {
	padding: 0.8em 0;
}
.navigation p {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
}
.navigation .left {
	font-weight: bold;
	text-align: left;
	float: left;
}
.navigation .right {
	font-weight: bold;
	text-align: right;
	float: right;
}
.sidebar .navigation .left, .sidebar .navigation .right {
	width: 49%;
	font-size: 11px;
}
.sidebar .navigation .left a, .sidebar .navigation .right a {
	display: block;
}
.sidebar .navigation .right a {
	padding-right: 1em;
}
.sidebar .navigation .left a {
	padding-left: 1em;
}
.col1 .navigation {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left:1em;
	padding-right:1em;
	border-top: 3px double #e9e9e9;
	border-bottom: 3px double #e9e9e9;
	color: #666;
}
.col1 .navigation p {
	width: 350px;
}
.col1 .navigation a {
	text-decoration: none;
}
.col1 .navigation a:hover {
	text-decoration: underline;
}
#comments {
	padding: 0.5em;
	background-color: #eee;
	overflow: hidden;
	clear:both;
}

#comments ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#comments li {
	padding: 5px;
	margin: 5px 0px;
}
#comments li.alt {
	background-color: #dedede;
}
#comments .meta { 
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#comments .meta p {
	color: #666;padding-top: 2px;margin-bottom: 0.5em;
}
#comments .meta cite {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}
#comments .meta a {
	text-decoration: none;
}
#comments .meta .info {
	font-size: 2em;
}
#comments .blogowner a:hover {
	color:red;
}
#comments .gravatar {
	margin-left: -58px;
	background-color: white;
	width: 44px;
	height:44px;
	position: absolute;
	border: 1px solid #ddd;
}
#comments .gravatar img {
	padding: 2px 2px;
}
#comments .gravatar a img:hover {
	border: 2px solid #d58700;
	padding:0px;
}
#comments .blogowner, #comments .blogowner.alt {
	background-color: #ccc;
}
#commentform textarea{
	width: 35em;
}
#commentform textarea, .text, select {
	border:1px solid #bbb;
	padding: 3px;
}
#comments ol li ul {
	list-style-type: square;
	margin: 1em 0 1em 2em;
	padding: 0;
	line-height: 1.6;
}
#comments ol li ol {
	line-height: 1.6;
	list-style-type: decimal;
	margin: 1em 0 1em 2em;
	padding: 0;
}
#comments ol li ul li, #comments ol li ol li {
	margin: 0;
	padding: 0;
}
#comments #author, #comments #email, #comments #url, #comments #submit {
	border:1px solid #999;
}
#submit {
	background-color: white;
}
#commentform small {
	color: #666;
}
#comments .navigation {
	padding: 1em 0;
	text-align: center;
	background-color: white;
	border: 1px solid #ccc;
	margin: 10px 0px;
}
#comments h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.4em;
}
.clear {
	clear:both;
}
#main .sidebar {
	margin-bottom: 1.5em;
}
#footer .page {
	padding: 10px 0px;
	padding-bottom: 15px;
}
#footer a:hover {
	text-decoration: underline;
}
#end {
	padding: 0px 0px 15px 0px;
	font-size: 0.9em;
}
#end a {
	text-decoration: underline;
}
#end .content {
	margin-left: 10px;
}
#end .sidebar {
	margin:0px; 
	padding:0px;
	margin-top: -4px;
	text-align: right;
	background-color: transparent;
}
.grey {
	background-color: #eeeeee;
}

.sidebar {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
.sidebar h2 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	color:#222;
	font-size: 1.4em;
}

.sidebar h3{font-size: 1em;line-height: 1.6em;border-bottom: none !important;}
.sidebar ul { margin: 0;  padding: 8px;}
.sidebar ul li, .sidebar fieldset{margin-bottom: 10px;padding: 5px 0px 8px 0px;color: #555;}
.sidebar ul li ul li{padding: 0px;}
.sidebar ul li ul li a{border-bottom: 1px dotted;}
.sidebar ul li ul li ul li{margin-left: 10px;}
.sidebar ul li ol{padding: 0px;margin: 0px;margin-left: 20px;}
.sidebar ul li ol li{padding: 0.4em 0px;margin: 0px;}
.sidebar .comments li{margin-bottom: 10px;}
.sidebar .comments blockquote{padding: 0px 10px 0px 10px;font: italic 1em/1.4em Georgia, "Times New Roman", Times, serif;}
.sidebar .comments cite{font: normal 0.8em Verdana, sans-serif;}
#horizontal.sidebar{float:none;width: 900px;margin: 0 auto;margin-bottom: 2em;}
#horizontal.sidebar ul li{float:left;margin: 5px 5px;width: 285px;padding: 0px;}
#horizontal.sidebar ul li ul li{float: none;width: auto;}
#interesting{margin: 0px 10px;}
#interesting h2{font-size: 1.6em;margin-bottom: 4px;}
#interesting li{line-height: 1.4em;float: left;width: 31%;padding-right: 10px;padding-left: 10px;margin-bottom: 10px;}
#interesting li ul{list-style-type: square;margin-left: 20px;}
#interesting li ul li{padding:0px;padding-top: 2px;color: #aaa;float: none;width: auto;margin-bottom: 0px;border: none;}
#interesting p{line-height: 1.4em;margin-bottom: 8px;}
#interesting .feeds{list-style-type: none;margin-left: 10px;}

.info{float: right;}
table td, table th{padding: 0.5em;}
table.border{margin-bottom: 1em;border-collapse: collapse;border: 1px solid #ccc;}
table.border th{font-weight: bold;background-color: #eee;border: 1px solid #ccc;}
table.border td, table.border th{border: 1px solid #ccc;vertical-align: top;}
#s{width: 180px;margin-top: 5px;}
.clear{clear: both;}
.noborder{border:none !important;}
.noindent{list-style-type: none !important;margin: 0px !important;padding: 0px !important;}
.noindent li{margin-left:0px !important;}
fieldset{padding: 1em;border: none;border-top:1px solid #999;clear: both;}
fieldset legend{padding: 0px 0.5em;color:#333;font-size: 1.4em;}
fieldset .required label{font-weight: bold;}
fieldset input{margin: 0.5em 0px;}
fieldset p{margin-left: 140px;margin-top: 10px;}
fieldset textarea{width: 700px;}
fieldset .inset{float: right;width:250px;background-color: #FFFFE1;border: 1px solid #333;color:#444;font-size: 0.8em;}
fieldset .inset p{margin-left: 0px;margin-top: 0px;}
fieldset #submit{margin-left: 140px;}
fieldset .inset h3{font-weight: bold;}
.warning{border: 3px solid red;background-color: #fff2ed;padding: 1em;margin: 2em 0em;color:#A8254A;}
.warning p, .notice p{margin-bottom: 0.5em;}
.notice{border: 3px solid #DCEEEE;padding: 1em;margin: 2em 0em;color: #2530A8;background-color: #F1FAF9;}
.notice a, .warning a{font-weight: bold;text-decoration: underline;}
.inset{float: right;width:200px;border: 1px solid #ccc;padding: 5px 1em 0px 0.9em;margin: 0px 0px 5px 1em;color: #888;background-color: #eee;clear:both;}
.inset h3{font-size: 1.2em;}
.simple-review{margin-bottom: 1em;font-size: 10px;background-color: #f4f4f4;padding-top: 10px;border: 1px dotted #ccc;border-left: none;border-right:none;padding-left: 10px;}
.simple-review ul li, #simple-review ul li{float:left;width: 80px;font-size: 9px;text-align: center;margin-right: 5px;margin-bottom: 3px;line-height: 1.4;height: 12em;}
.simple-review ul li{margin-right: 18px;margin-bottom: 1.5em;line-height: 1.2;}
.simple-review ul li img, #simple-review ul li img{border:1px solid #ccc;padding: 2px;background-color: white;vertical-align: middle;margin-bottom: 2px;}
.simple-review img:hover, #simple-review img:hover{border:1px solid #999;background-color: #ccc;}
.simple-review ul li.selected img, #simple-review ul li.selected img{border: 2px solid red;padding: 1px;}
.simple-review .selected img:hover, #simple-review .selected img:hover{border: 2px solid #ffb400;background-color: white;padding: 1px;}
#simple-review .meta{text-align: right;font-size: 0.8em;padding-right: 1em;clear:both;}
.digg{float:right;padding:0px;}
.tags{margin-top: 2em;font-size: 10px;clear: both;}
.more-link{clear: both;}
.page .advert iframe{margin: 12px 0px -5px 86px;}
.page .advert-bottom iframe{margin: 12px 0px 15px 86px;}
.sidebar .advert iframe{margin: 0;margin-left: 2px;}
.col1 .advert iframe{margin: 1em 0px 5px 66px;}
.entry .advert iframe{margin: 0px 0px 25px 66px !important;}
#comments .advert iframe{margin: 0px 0px 10px 66px;border: 1px solid #333;}
#discussions table{width:100%;margin-bottom: 1.5em;}
#discussions table th{background-color: #ccc;font-weight: bold;}
#discussions .nest{margin-left: 1.5em;}
table span.error{color:red;background-color: gray;padding: 3px;}
.alt{background-color: #efefef;}
.skip{float: right;margin-top: -0.5em;margin-right: 1em;}
.skip a{border-bottom: 1px dashed #999;}
#profile{width:300px;position: absolute;top:0px;right: 0px;text-align: right;margin-right: 1em;margin-top: 1em;color:white;font-size: 11px;}
#profile a{color:white !important;text-decoration: underline;}
#profile label{display: inline;}
#profile input, #login{font-size: 10px;}
#user_login, #password{border: 1px solid #eee;padding:1px;}
.slides li{background-color: white;float: left;padding: 5px;margin-right: 10px;height: 80px;margin-bottom: 10px;}
.slides li:hover{background-color: #333;}
.slides li h4{font-size: 1em;text-align: center;}
.slides li h4 a{border: none;color:#777;}
.slides li h4 a:hover{color:white;}
.sidebar .slides li{float:none;margin: 0 auto;margin-bottom: 10px;}
.sidebar .slides li img{display: block;margin: 0 auto;padding-top: 5px;}
#photo_container img { border:10px solid #fff; }
#photo_container a:link {text-decoration: none;}
#photo_container table{width: 100%;}
#photo_container table td{text-align: center;}
#photo_container p{margin: 0;color: #676769;padding: 1em;text-align: center;font-style: italic;}
#photo_container textarea, .edit input:first-child{width: 100%;border: 1px solid #ccc;margin-top: 1em !important;font-style: normal !important;padding:3px;}
#photo_container textarea{height:5em !important;}
#photo_container.navigation{text-align: center;margin: 0;padding: 0;margin-bottom: 1em;color:#777;text-transform: uppercase;}
#exif{padding: 0.5em;background-color: #bbb;text-align: center;color: #696969;font-size: 0.9em;}
body{color: #333;}
a { color: #2650a3;}


a:visited{color: #15316a;}

.col1 .meta, .col1 .meta a { color: #97a3ce; }
.col1 .meta a:hover { color:#d58700; }
.col1 a:hover { color:#d58700; }

#comments{background: #eee url(../skins/blue-orange/comments-border-bottom.png) repeat-x 0 bottom;}


#end, #end a{color: #43548e;background-color: #02102e;}
#end a:hover{color:#d58700;}

#main .sidebar{background-color: #e9e9e9;}
.sidebar h2 a{color: #1a397b;}
.sidebar h2 a:hover{color:#d58700;}
.sidebar .navigation{border-top: 1px solid #96AFDD;}

#interesting a{color: #96AFDD;}
#interesting .feeds li{color: white;}


#text-6, #page-info{background-color: #102754;color: white;}
#text-6 .highlight, #page-info .highlight{color: #d58700;}
#text-6 a, #page-info a{color: #96AFDD;}
#text-6 a:hover, #page-info a:hover{color:#d58700;}
#text-6 strong, #page-info strong { color:#d58700; }
#text-6 h2, #page-info h2{color: white;border-bottom: 1px solid #999;}
#text-6, #page-info{padding: 5px 5px 8px 5px !important;width: 255px;}
#text-6 img { float: right; }

#recent h2{color: #999;}

#comments{border-top: 6px solid #d58700;}

.review{list-style-type: none !important;margin: 0px !important;padding: 0px;clear: both;}
.review li{clear: both;margin: 10px 0px;border: 1px solid white;}
.review li p{margin: 0px !important;}
.review .left{margin-right: 10px;float:left;}

a.tooltip {
color: gray;
text-decoration: none;
font-weight: bold;
}

a.tooltip span {
display: none;
}

a.tooltip:hover {
position: relative;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 1.5em;
left: 0;
background-color: #eeeeee;
color: black;
border: thin solid black;
width: 12em;
padding: .5em;
}

a.tooltip:hover span.gradient {
background: #516898 url(images/tooltip-gradient.png) repeat-x top;
color: white;
border-top: 3px solid #d58700;
border-bottom: 3px solid #d58700;
border-left: none;
border-right: none;
padding: 1em;
}

#footer-list {
    background: transparent;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer-list li {
	list-style-type: none;
}

#footer-list-item {
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}

#footer-list-item li {

}
