/*
Theme Name: reviewsPRESS
Theme URI: http://www.reviewsPRESS.com/
Description: WordPress theme by <a href="http://www.reviewsPRESS.com/">reviewsPRESS</a>, Combining WordPress and product reviews.
Version: 1.0
Author: reviewsPRESS
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;
	list-style:none;
}

/*Body*/
body{
	background: #fdfbf5 url(images/background.png) repeat-x fixed; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a{
	color: #333;
}

a:hover{
	color:#d19242;
	text-decoration:underline;
}

#body{
	margin:0 auto;
	width:850px;
	background:url(images/body_bg.png) repeat-y center;
	padding-right:7px;
	padding-left:7px;
}

/*----------- header*/
#header{
	height:102px;
	border-bottom:4px solid #aeb4ac;
	background:url(images/header_bg.jpg) no-repeat right;
}

#logo{
	float:left;
	margin-left:15px;
}


#header h1{
	margin-left:20px;
	font:bold italic 36px/42px "Times New Roman", Times, serif;
	text-decoration:none;
}

#header h1 a{
	display:block;
	font:bold italic 36px/42px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#d69a4b;
}

#header h2{
	margin-left:25px;
	font:bold italic 22px/32px "Times New Roman", Times, serif;
	color:#575a5d;
}

#menu{
	clear:both;
	width:845px;
	margin-left:5px;
	height:30px;
}

#menu li{
	float:left;
}

#menu li a{
	border:1px solid #aeb4ac;
	border-bottom:0px;
	background:#d8d3c8;
	margin-right:7px;
	font:bold 15px/24px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:0px 10px 0 10px;
	margin:3px 0 0 7px;
	text-decoration:none;
}

#menu li a:hover{
	line-height:27px;
	margin:0 0 0 7px;
	background:#d69a4b;
	color:#000;
}

/*----------- content*/
#content{
	clear:both;
}

#content #left_area{
	width:649px;
	border-right:2px solid #aeb4ac;
	float:left;
	padding:5px 10px 20px 10px;
	min-height:350px;
}

#content #sidebar{
	width:179px;
	float:right;
	padding-top:5px;
}

.post{
	margin:20px 5px 5px 5px;
	clear:both;
}

.post h2{
	display:block;
	font:28px/34px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#d69a4b;
}

.post h2 a{
	display:block;
	font:28px/34px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#d69a4b;
}

.post h2 a:hover{
	color:#333;
}

.post .post_left{
	clear:left;
	float:left;
	width:390px;
}

.post_right{
	float:right;
	width:230px;
	padding-left:10px;
	clear:right;
}
.post_link{
	clear:both;
	margin:10px auto;
}
.post_link h2{
	font:bold 22px/28px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#d69a4b;
}

.post_link h2 a{
	font:bold 22px/28px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#d69a4b;
}

.post_link h2 a:hover{
	color:#333;
}

.infobox{
	border:1px solid #999999;
	background:#d8d3c8;
	height:32px;
	line-height:32px;
}

.infobox .i_left{
	float:left;
	width:100px;
	padding-left:25px;
	background:url(images/date.gif) left no-repeat;
}

.infobox .i_right{
	float:left;
	width:180px;
	text-align:center;
}

.ov_rating{
	border-left:1px solid #999;
	float:right;
	width:80px;
	border-bottom:0px;
	height:32px;
	background:#F3F3F3;
	text-align:center;
	font-size:10px;
	line-height:14px;
}

.ov_rating strong{
	clear:both;
	display:block;
	font-size:13px;
}

.positiv_reviews{
	padding-left:17px;
	background:url(images/plus.png) 0 1px no-repeat;
	margin-top:7px;
	font-size:11px;
	line-height:16px;
	display:block;
	float:left;
	margin-right:15px;
}

.negative_reviews{
	padding-left:17px;
	background:url(images/minus.png) 0 1px no-repeat;
	margin-top:7px;
	font-size:11px;
	line-height:16px;
	display:block;
	float:left;
}

.positiv_reviews:hover,.negative_reviews:hover{
	color:#000;
	text-decoration:none;
}

.linktosite{
    font-size:12px;
	background-color: #FFFF66;
	text-align: center;
	display:block;
}

.post_logo{
	display:block;
	margin:2px auto;
	text-align:center;
}

.post_logo a{
border:1px solid #999;
}

.entry{
	margin-top:7px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.enter{
	font-size:12px;
}

.spacer{
	clear:both;
	height:1px;
}

.tags{
	display:block;
	clear:both;
	margin:10px auto;
	width:645px;
	border-top:1px solid #d69a4b;
}

.prev_post{
	display:block;
	width:130px;
	padding-left:20px;
	font-size:13px;
	line-height:35px;
	clear:left;
	float:left;
}

.next_post{
	display:block;
	width:130px;
	padding-right:20px;
	font-size:13px;
	line-height:35px;
	clear:left;
	float:right;
}	

/*----------- sidebar*/
#sidebar h2{
	border-top:1px solid #aeb4ac;
	border-bottom:1px solid #aeb4ac;
	font:14px;padding-left:6px;
	line-height:23px;
	background:#d8d3c8;
	margin:10px 0 0 0;
}

#sidebar ul li{
	border-bottom:1px solid #d8d3c8;
	margin-left:10px;
	margin-right:3px;
}

#sidebar ul li a{
	font:11px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	background:url(images/kresteg.png) 0px 5px no-repeat;
}

/*----------- footer */
#footer{
	margin:0 auto;
	width:800px;
	border-top:1px solid #aeb4ac;
	padding-top:3px;
	font-size:10px;
	height:35px;
	clear:both;
}

#footer_left{
	float:left;
	width:500px;
}

#footer_left li{
	float:left;	
}

#footer_left a{
	margin-right:10px;
}

#footer_right{
	float:right;
    text-align:right;
}

/*----------------Comment area---*/
#commentblock{
	float:left;
	clear:both;
	font:12px  Helvetica, sans-serif;
}

#commentblock ul{
	margon:0px;
	padding:0px;
}

.postmetadata{
	clear: both;
	padding: 7px;
	margin: 30px 14px 20px 14px;
	padding-left:14px;
	border-top:1px dotted #0e2537;
	border-bottom:1px dotted #0e2537;
	font:10px  Helvetica, sans-serif;
	text-align:left;
	color:#707070;
}

h3.comments {
	padding: 5px;
	margin: 30px 0 25px 7px;
	font-size:12px;
	font:18px  Helvetica, sans-serif;
}

ul.commentlist {
	font:12px  Helvetica, sans-serif;
	float:left;
	clear:both;
	margin:0px; padding:0px;
}

ul.commentlist li{
	list-style-type:none;
	margin-bottom:10px;
}

.c_left{
	float:left;
	width:250px;
	padding-right:10px;
}

.comment-text{
	float:right;
	clear:right;
	text-align:left;
	width:370px;
}

.alt1,.alt2,.alt3{
	display:block;
	width:640px;
	clear:both;
	float:left;
	padding:7px;
}

.alt1{
	background:#fff;
}

.comment-text p {
	margin:7px;
}

cite {
	font-style:normal;
	font-size:11px;
}

ol.commentlist  {
	font-size:11px;
}

.commentsbox{
	border:1px solid #999999;
	background:#d8d3c8;
	height:32px;
	line-height:32px;
	padding:0 5px 0 5px;
}

.commentsbox .i_left{
	float:left;
	width:350px;
	padding-left:25px;
	background:url(images/date.png) left no-repeat;
}

/*----------------Comment form---*/
#commentbox h3{
	padding-bottom:15px;
}

#commentbox{
	clear:both;
	color:#636363;
	padding:30px;
}

#commentform textarea,input{
	border:1px solid #ccc;
	background:#fff;
	padding:2px;
}

#commentform textarea{
	width:490px;
}

label {
	font-size:12px;
}

/*-----------------*/
.stars{width:100px; float:right;}
.show_rate{clear:both;margin:5px 0 0 0;}
.show_rate span,.show_rate_options span{float:left; line-height:20px; font-size:10px;}
.show_rate_options{clear:both;margin:10px 0 0 0;display:block;width:250px;}
.show_rate_options .stars{float:right;}
.star-rating{list-style:none;margin: 0px;padding:0px;width: 100px;height: 20px;position: relative;overflow:hidden;background: url(images/alt_star.gif) top left repeat-x; }
.star-rating li{padding:0px;margin:0px;float: left;}
.star-rating li a{display:block;width:20px;height: 20px;line-height:20px;text-decoration: none;text-indent: -9000px;z-index: 20;position: absolute;padding: 0px;overflow:hidden;}
.star-rating li a:hover{background: url(images/alt_star.gif) left bottom;z-index: 2;left: 0px;border:none;}
.star-rating a.one-star{left: 0px;}
.star-rating a.one-star:hover{width:20px;}
.star-rating a.two-stars{left:20px;}
.star-rating a.two-stars:hover{width: 40px;}
.star-rating a.three-stars{left: 40px;}
.star-rating a.three-stars:hover{width: 60px;}
.star-rating a.four-stars{left: 60px;}	
.star-rating a.four-stars:hover{width: 80px;}
.star-rating a.five-stars{left: 80px;}
.star-rating a.five-stars:hover{width: 100px;}
.star-rating li.current-rating{background: url(images/alt_star.gif) left center;position: absolute;height: 20px;display: block;text-indent: -9000px;z-index: 1;}