/*  
Theme Name: Car-Reviews 0.1 beta
Theme URI: http://car-reviews.ru/
Create: 28.05.2009
Last update: 28.05.2009
*/

/*~~~~~~~~~~~~~~~~ Nulled Agent ~~~~~~~~~~~~~~~~*/
* {
	margin:0px;
	padding:0px;
	font-size:100.01%;
	background-color:transparent;
	color:rgb(91, 91, 91);
	border:none;
}
* html body {
	height:100%;
}
html {
	height:100%;
}
body {
	min-height:100%;
	min-width:960px;
	position:relative;
	font:62.5% Verdana; /* 1em = 10px */
	text-align:left;   /* IE5, default center */
	color:#000000;
	background-color:rgb(80, 95, 110);
	/*background-image: url(line.gif);
	background-repeat: repeat-x;*/
}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration:none;
}
input, textarea {
	font: 1.3em Tahoma;
}
ul, ol, li {
	list-style:none;
}
.none {
	display:none;
}
/*~~~~~~~~~~~~~~~~ Block ~~~~~~~~~~~~~~~~*/
.t {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
}
.h {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: rgb(70, 80, 95);
}
.g {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.c {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.l {
	float: left;
	width: 500px;
	margin: 0 0 20px 0;
}
.r {
	float: right;
	width: 400px;
}
.f {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	clear: both;
}
.p {
	margin: 0 0 30px 0;
}
.comment {
	background-color:rgb(80, 95, 110);
	padding: 20px 0;
}
/*~~~~~~~~~~~~~~~~ Block Color ~~~~~~~~~~~~~~~~*/
.g, .c, .l, .r, .f {background-color: rgb(255, 255, 255);}
/*~~~~~~~~~~~~~~~~ Text ~~~~~~~~~~~~~~~~*/
h1 {
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
h3 {
	margin: 30px 0 5px 0;
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
p {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: rgb(70, 70, 70);
}
p.info {
	font-size: 1.1em;
	margin: 0px;
	font-family: Tahoma;
}
p.info_comment {
	margin: 20px 0;
	color: rgb(0, 0, 0);
}
.h b {
	font-size: 2em;
	font-weight: bold;
	font-family: Tahoma;
}
sup {
	margin: 0 0 0 3px;
	font-size: 0.9em;
	font-family: Tahoma;
}
p.comment-error {
	margin: 10px 0;
	padding: 10px;
	background-color: rgb(230, 230, 230);
	color: black;
}
p.comment_post {
	color: black;
}
p.comment_meta {
	padding: 15px 5px 0 0;
	margin: 0 0 -10px 0;
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
p.comment_meta span {
	font-size: 0.6em;
	font-weight: lighter;
}
/*~~~~~~~~~~~~~~~~ Lists ~~~~~~~~~~~~~~~~*/
.t li {
	float:right;
	margin: 10px 30px 0 20px;
}
ul.category  {
	margin: 20px 0;
	overflow: hidden;
}
.category li {
	float: left;
	width: 123px;
	height: 17px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
}
ul.r_np {
	margin: 0px 0 5px 5px;
	font-size: 1.2em;
}
ul.r_pp {
	margin: 20px 0 0 0;
	font-size: 1.2em;
}
.f ul {
	padding: 20px 0 0 0;
	font-size: 1.2em;
}
.l li {
	font-size: 1.2em;
}
.title_widget {
	font-size: 1.8em !important;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
ul.last_news {
	margin: 0 0 20px 0;
}
.last_news li {
	font-size: 1.2em;
	padding: 0 0 0 10px;
}
/*~~~~~~~~~~~~~~~~ Links ~~~~~~~~~~~~~~~~*/
a {
	color: rgb(30, 40, 50);
}
a.logo  {
	float: left;
	margin: 3px 0 0 20px;
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(40, 50, 60);
}
a:hover.logo {
	color: rgb(255, 0, 0);
}
.t li a {
	font-size: 1em;
	font-weight: bolder;
	font-family: Tahoma;
	text-transform: uppercase;
	color: rgb(80, 90, 100);
}
h2 a {
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
a:hover {
	color: rgb(0, 50, 0);
}
a#old {
	float: right;
}
a#new {
	float: left;
}
.p p a {
	text-decoration: underline;
}
/* Comment Form */
.comments-noreg label {
	float:left;
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
.comments-noreg input {
	float:right;
	border: 1px solid black;
	width: 430px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0 10px 4px 10px;
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(70, 80, 90);
}
.comment-form input:hover, textarea:hover {
	background-color: rgb(240, 240, 240);
}
.comment-form textarea {
	border: 1px solid black;
	width: 478px;
	margin: 0 0 10px 0;
	padding: 10px;
	color: rgb(0, 0, 0);
}
input.comments_submit {
	width: 150px;
	height: 30px;
	background-color: rgb(230, 230, 230);
}
/* Forms */
.sf_p {
	width: 320px;
	height: 18px;
	margin: 18px 0 0 0;
	padding: 0 0 0 5px;
	border: 1px solid gray;
	color: rgb(0, 0, 0);
}
.sf_b {
	width: 60px;
	cursor: pointer;
	font-weight: bold;
	color: rgb(70, 80, 90);
}
#flogin input {
	width: 480px;
	height: 30px;
	margin: 20px 0;
	padding: 0 0 0 20px;
	background-color: rgb(70, 80, 95);
	font-size: 1.8em;
	font-weight: lighter;
	font-family: Tahoma;
	color: rgb(255, 255, 255);
}
input#flogin_submit {
	width: 500px;
	color: rgb(70, 80, 95);
}
/* Images */
.f img {
	float: right;
	margin: -35px 10px 0 0;
}
.h img {
	float: right;
}
/* Plugin */
/* pagination2 */
.pagination .old {
	float: right;
}
.pagination .new {
	float: left;
}
