/*
Theme Name: FreeTrafficSystem.com Adsense Mania Theme
Theme URI: FreeTrafficSystem.com
Description: WordPress theme for FreeTrafficSystem Users
Version: 1.0
Author: FreeTrafficSystem.com
Author URI: http://www.FreeTrafficSystem.com
*/

@import url("reset.css");

/* Begin Typography & Colors */

body {
	margin: 0;
	color: black;
	font: 10px verdana;
	background: #e0ecff url(images/back.jpg) repeat-x;
	padding-top: 0;
}

a, a:visited {
	text-decoration: none;
	color: #3387ce;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #7b91b6;
	margin-bottom: 20px;
}

/* Search */

.search {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.search form {
	width: 175px;
	height: 38px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.search form input.active {
	color: #5C5C5C;
}
.search a {
	margin-left: 0px;
	line-height: 12px;
}

.search form input {
	color: #BBB;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	width: 133px;
	height: 19px;
	background: url(images/search.png) no-repeat;
	border: 0;
	padding-left: 25px;
	//padding-top: 2px;
}
.search form input, x:-moz-any-link {
	padding-top: 2px;
}

/* Home */

/* Adv */

.beforeallbanner {
	padding-bottom: 5px;
}

.inpostadv {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.inpostadvleft {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.headadv {
	float: right;
	width: 468px;
	height: 60px;
	padding: 20px;
}

.afterpostbig {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted black;
}

#bigbanner {
	width: 996px;
	padding: 5px 5px 0;
}

#bigbannerend {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.beforepost {
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#smalladv li a img {
	padding-bottom: 2px;
	padding-right: 3px;
}

#smalladv li {
	float: left;
}

#smalladv {
	background: #e0ecff url(images/sideback.png) repeat-x;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #6c80a3;
}

.footerbig {
	width: 100%;
	padding-top: 20px;
}

.footerbig img {
	margin-left: auto;
	margin-right: auto;
}

/*Content*/

/* Header */

#header {
	width: 1006px;
	height: 100px;
	background-image: url(images/header.jpg);
	position: relative;
}

.blogdescription {
	float: left;
	height: 100px;
	width: 450px;
	font-size: 12px;
}

#blogtitle {
	padding-bottom: 5px;
	color: #53617b;
	font: 30px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-left: 20px;
	text-shadow: #e0ecff 2px 2px 1px;
}

#blogtitle a, #blogtitle a:visited {
	color: #53617b;
}

#blogtitle a:hover {
	text-decoration: none;
}

#blogdesc {
	padding-left: 20px;
	color: #7b90b5;
}

/*NavBar*/

#navbar {
	width: 1006px;
	height: 30px;
	background-color: #7b90b5;
	border-bottom: 1px solid #7b91b6;
	border-top: 1px solid #7b91b6;
	background-image: url(images/navback.png);
}

#navbar ul {
}

#navbar ul li {
	float: left;
	position: relative;
	padding-top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

#navbar .page_item a {

}

#navbar ul li a, #navbar ul li a:visited {
	color: white;
	display: block;
	float: left;
	height: 23px;
	padding-top: 7px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
	border-left: 1px solid #667999;
}

#navbar ul li a:hover {
	background-color: #536282;
	color: white;
}

#navbar ul .current_page_item a, #navbar ul .current_page_item a:visited {
	background-color: #536282;
	color: white;
}

#navbar ul li ul {
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 200px;
}

#navbar ul li ul li a, #navbar ul li ul li a:visited {
	border-bottom: 1px dotted white;
	color: black;
	text-shadow: #000000 0 0 0;
	border-right-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/greyback.jpg);
	font-style: normal;
}

#navbar ul li ul li a:hover {
	background-color: white;
	color: black;
	background-image: none;
}

#navbar ul li ul li {
	float: none;
}

/*Sidebar*/

#sidebar {
	float: right;
	width: 262px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0;
}

#sidebar ul {
	
}

#sidebar ul .widget {
	border: 1px solid #6c80a3;
	padding: 5px;
	background: #e0ecff url(images/sideback.png) repeat-x;
	margin-top: 5px;
}

#sidebar ul li h2 {
	color: white;
	background: #5aaedd url(images/h2back.png) repeat-x;
	padding: 10px 5px;
}

#sidebar ul ul {
	
	}

#sidebar ul li ul li {
	background: #eaf4fc url(images/buttback.png) repeat-x;
}

#sidebar ul ul li a, #sidebar ul ul li a:visited {
	display: block;
	color: #53627c;
	border-bottom: 1px dotted #667999;
	background: url(images/5x52.png) no-repeat 3px center;
	padding: 6px 5px 6px 10px;
}

#sidebar ul ul li a:hover {
	text-decoration: none;
	background-color: #536282;
	background-image: url(images/5x53.png);
	color: white;
}

#sidebar .widget_tag_cloud a, #sidebar .widget_tag_cloud a:visited {
	color: black;
	margin: 3px;
}

#sidebar .widget_tag_cloud h2 {
	margin-bottom: 10px;
}

#sidebar .widget_tag_cloud {
	margin-bottom: 10px;
}

#sidebar .textwidget {
	padding: 5px 5px 10px;
	font-size: 11px;
	line-height: 20px;
}

#sidebar #recentcomments a, #sidebar #recentcomments a:visited {
	background-image: none;
	text-decoration: none;
	border-style: none;
	color: #0b91b7;
}

#sidebar #recentcomments a:hover {
	color: gray;
	text-decoration: underline;
	background-color: white;
}

#sidebar #recentcomments li {
	background: #eaf4fc url(images/buttback.png) repeat-x;
	border-bottom: 1px dotted silver;
	padding: 5px 5px 5px 15px;
}

/*Date*/

.dateblock {
	width: 50px;
	padding: 5px;
	text-align: center;
	float: left;
	color: white;
	border: 1px solid #7b91b6;
	background: #58acdd url(images/back.jpg) repeat-x;
	margin-left: -67px;
}

.month, .year {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.day {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Content*/

#content {
	margin: 0;
	width: 728px;
	float: left;
	padding: 5px;
}

#posttitle {
	padding: 10px;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

#posttitle a, #posttitle a:visited {
	
}

.undertitle {
	padding-left: 10px;
	color: gray;
}

.commlink {
	background: url(images/commentico.png) no-repeat 0 center;
	padding-left: 15px;
}

.postarea {
	line-height: 26px;
	font-size: 12px;
	color: #4f4f4f;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted black;
}

.postarea p {
	padding: 10px 0;
}

.tagslist {
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border-bottom: 1px dotted black;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*Comments*/

#commentblock {
	margin: 0;
	padding: 0;
}

#loged {
	float: right;
	padding: 10px;
	border: 1px solid white;
	width: 126px;
	line-height: 16px;
	text-align: center;
	background: white url(images/shadow.jpg) repeat-x;
	color: black;
	font-size: 12px;
}

#loged a, #loged a:visited {
	color: #0073ff;
}

#loged h3 {
	margin-top: 5px;
	font: 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin-bottom: 5px;
}

#gravatar {
	border: 1px solid white;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
	float: left;
	padding: 3px;
	text-shadow: white 0px 0px 0px;
	background: white url(images/shadow.jpg) repeat-x;
}

#gravatarbig {
	border: 1px solid white;
	margin: 5px 0;
	width: 120px;
	height: 120px;
	padding: 3px;
	text-shadow: white 0px 0px 0px;
	background: white url(images/shadow.jpg) repeat-x;
}

#gravatar img {
	margin: 0;
	padding: 0;
}

#commresponse {
	padding-bottom: 10px;
	font: 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	color: #0b91b7;
}

.comments {
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px dotted black;
}

.comments h3 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 20px;
	color: #0b91b7;
}

#commauthor h3 {
	color: #0b91b7;
}

#comments {
	line-height: 16px;
	font-size: 14px;
	width: 640px;
	margin: 0;
	padding: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
}

#commentblock ol li {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid silver;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	color: black;
	background: #d9e8fb url(images/butt2.png) repeat-x;
}

#commentblock ol li h3 a, #commentblock ol li h3 a:visited {
}

#commentblock ol li h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #0b91b7;
}

.commentdate {
	display: block;
	font-size:10px;
	color: gray;
	margin: 0 0px 0px;
	padding: 5px 0 10px;
	width: 640px;
}

.commenttext {
	float: right;
	width: 545px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid silver;
	color: black;
	background: white url(images/shadow.jpg) repeat-x;
}

.commenttext p a, .commenttext p a:visited {
	color: #0073ff;
}

.commenttext p {
	margin: 0;
	padding: 0;
	font: 11px/18px Verdana;
}

.registered {
	padding-bottom: 10px;
}

.commentforms {
	padding: 10px;
	margin: 0;
	border: 1px solid silver;
	color: black;
	background: #d9e8fb url(images/butt2.png) repeat-x;
}

.commentforms label{
	font-size: 12px;
	padding-left: 10px;
	color: #666;
}

.commentforms a, .commentforms a:visited {
}

#name, #email, #url {
	width: 200px;
	margin-right: 20px;
	vertical-align: 0;
	padding: 3px;
	background: url(images/shadow.jpg) repeat-x;
}

#name, #email, #url, #words {
	padding: 3px;
	border: 1px solid silver;
	margin: 0 0 10px;
	background: white no-repeat 0;
	font-size: 12px;
	line-height: 18px;
}

#words {
	background: white url(images/commback.gif) no-repeat 50% 40%;
	width: 495px;
}

#submit {
	border: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	background: #5d5d5d url(images/butt3.png) repeat-x;
	height: 31px;
	padding: 5px 15px;
}

#submit:hover {
	background-image: url(images/sh2.gif);
	background-color: white;
	color: gray;
}

#commh2 {
	font: 16px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	border-bottom: 1px dotted gray;
	width: 100%;
	padding-bottom: 10px;
	color: #0b91b7;
	margin-bottom: 10px;
}

.nocomments {
	font-size: 12px;
	padding-bottom: 10px;
	color: gray;
}

/*Footer*/

#footer {
	color: white;
	font-weight: bold;
	padding-bottom: 20px;
	background: #536282 url(images/footback.png) repeat-x;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 12px;
}

.footerblock .textwidget {
	padding: 5px 5px 10px;
	font-size: 11px;
	line-height: 20px;
	color: white;
}

.footerblock {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.footerblock .widget {
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 20px;
}

.footerblock .widget h2 {
	color: orange;
	border-bottom: 1px dotted silver;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footerblock .widget ul li a, .footerblock .widget ul li a:visited {
	padding: 5px;
	display: block;
	color: silver;
}

.footerblock .widget ul li a:hover {
	text-decoration: none;
	background-color: #7b90b5;
	color: white;
}

.footerblock .widget_tag_cloud a, .footerblock .widget_tag_cloud a:visited {
	color: white;
	margin: 3px;
}

.footerblock .widget_tag_cloud h2 {
	margin-bottom: 10px;
}

#footer2 {
	width: 100%;
	background: black url(images/footer2.gif) repeat-x 0 0;
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
}

.fleft {
	width: 430px;
	float: left;
	text-align: left;
}

#footer2 a, #footer2 a:visited {
	color: silver;
}

#footer2 a:hover {
	color: orange;
	text-decoration: none;
}

.fright {
	float: right;
	width: 430px;
	text-align: right;
	line-height: 16px;
}
