/*
Theme Name: reviewsPRESS niche
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.1
Author: reviewsPRESS
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #cccccc;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #0000ff;
}

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

a img{
	border: 0;
}

address, dl, .post p{
	padding: 15px 0 0;
}


blockquote{
	margin: 15px 0 0;
	background: #efefef;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;
	color: #9b9b9b;
}


/* Modified image styles of WordPress Default Theme, Kubrick */

.entry img{
	border: 1px solid #ccc;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 5px 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 5px 7px 2px 0;
	padding: 4px;
	display: inline;
}

img.wp-smiley{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* end image styles */

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

#container{
	margin: 0 auto;
	width: 839px;
	padding: 10px 0 0;
	text-align: left;
}

#page{
	float: left;
	width: 839px;
	margin: 0 0 10px;
	background: #fff;
	color: #000;
}

#header{
	float: left;
	width: 839px;
	height: 120px;
	background: #fff url(images/header.jpg) no-repeat;
	color: #000;
}

#header .site_title{
	float: left;
	width: 60%;
}

#header h1{
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}

#header .syndication{
	float: left;
	width: 40%;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#header .syndication a{
	color: #fff;
}

#header .syndication ul{
	margin: 0;
	padding: 10px 30px 15px 0;
	list-style: none;
}

#header .syndication ul li{
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat 0 1px;
}

.columns_wrapper{
	float: left;
	width: 819px;
	margin: 10px 10px 0;
	background: url(images/dotted_horizontal.gif) repeat-x;
	display: inline;
}

.narrowcolumn{
	float: left;
	width: 479px;
	background: url(images/dotted_vertical.gif) repeat-y top right; 
}

.post{
	padding: 10px;
	margin-bottom:15px;
	float:left;
	width:95%;
	clear:both;
}
.post .post_logo{
	float:left;
	width:91px;
	height:106px;
}

.post .site_name{
	font-size:11px;
	line-height:11px;
	padding-top:2px;
	padding-bottom:7px;
}

.post .site_name a{
	text-decoration:none;
}

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

.post .post_logo img{
	bordeR:1px solid #3a3a3a;
	width:89px;
	height:89px;
}

.post_logo .avg_rating{
	display:block;
	background:url(images/avg_bg.png) no-repeat;
	height:17px;
	text-align:center;
	font:bold 15px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#003d71;
	margin-top:-3px;
}

.avg_rating_green{
	display:block;
	background:url(images/avg_bg_green.png) no-repeat;
	height:17px;
	text-align:center;
	vertical-align: middle;
	font:bold 14px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:-3px;
}

.avg_rating_orange{
	display:block;
	background:url(images/avg_bg_orange.png) no-repeat;
	height:17px;
	text-align:center;
	padding-top: 1px;
	font:bold 14px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#003d71;
	margin-top:-3px;
}

.avg_rating_red{
	display:block;
	background:url(images/avg_bg_red.png) no-repeat;
	height:17px;
	text-align:center;
	font:bold 14px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:-3px;
}
.post_info{
	display:block; clear:none; float:left; width:350px; 
	margin-left:7px;
}

.post_info h2{
	float:left;
	width:100%; 
	clear:both;
	margin:0px; padding:0px; 
}
.featured{
	border:2px solid #eee;
	margin:10px;
	padding:15px;
	width:85%;
}
.postinfo_featured{
	float:left;
	font-size: 9px;
	width:100%;
    padding: 10px 0 0;
	margin-bottom:5px;
}
.tags{
    float:left;
    width:100%;
    font-size: 9px;
}
.i_right{
	float:right;
	width:170px;
	padding-top:15px;
}
.i_right1{
	float:left;
	width:100px;
	padding-top:55px;
}
.visit_now{
	width:100%;	
	float:left;
	clear:both;
}
.visit_now a{
	display:block;
	background: #FF9;
	color:#000;
	width:100%;
	text-align:center;
	line-height:17px;
	font-size:14px;
	text-decoration:none;
}
.visit_now a:hover{
	background:#FC6;
}
.i_right1 a{
	margin-bottom:20px;	
}
.ratings_single{
	width:250px;
	float:right;
}
.positiv_reviews{
	padding-left:19px;
	background:url(images/plus.gif) no-repeat;
	margin-right:20px;
	font-size:10px;
	line-height:15px;
	display:block;
	float:left;
}

.negative_reviews{
	padding-left:19px;
	background:url(images/minus.gif) no-repeat;
	font-size:10px;
	line-height:15px;
	display:block;
	float:left;
}
.fline{
	width:100%;
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
	clear:both;
	font-size: 9px;
	padding: 15px 0 15px;
	float:left;
}
.postinfo_left{
	float:left;
	width:275px;
    padding: 10px 0 0;
	margin-bottom:5px;
}
.postdate{
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-Serif;
	font-weight: bold;
	color: #000;
}

.post h2{
	font-weight: normal;
}

.entry{
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{
	font-size: 16px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry p.postinfo{
	padding: 15px 0 15px;
	font-size: 9px;
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
}

.browse{
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.browse a{
	font-weight: bold;
	color: #8D170D;
}

.sidebar{
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li#search input{
	margin: 0 0 5px;
}

.sidebar ul li{
	padding: 5px 0 5px;
}

.sidebar ul li h2{
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
	color: #000;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 20px;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}



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

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

.postmetadata{
	clear: both;
	padding: 3px;
	margin: 26px 14px 26px 14px;
	padding-left:14px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	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:170px;
}

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

.alt1{
	background:#ffffff;
}

.comment-text p {
	
}

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

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

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

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

/*----------------Comment form---*/

#commentbox h3{
	padding-bottom:15px;
}

#commentform {
}

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

#commentform textarea{
	width:390px;
}

label {
	margin:0px;
	font-size:12px;
	display:block;
}


/* end comments template */

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 0px;
	text-align: right;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 0px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */




#footer{
	float: left;
	width: 839px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	background: #fff;
	color: #666;
	clear: both;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #000;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p.top {
	background: url(images/dotted_horizontal.gif) repeat-x;
}

#footer p {
	padding: 15px 20px;
}

/*-----------------*/
.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;}