﻿/*
Theme Name: Blue Mini Reviews
Author: MiniReviews
Author URI: http://www.minireviews.co.uk
Description: Modified BlueTheme For Mini Reviews
*/

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.break {
	clear: both;	
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.6em;
	background: url(images/background.gif) repeat-x top #125d7d
}
a {
	color: #125d7d;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #444;
		text-decoration: underline;
	}
h2 {
	color: #888;
}
h3 {
	color: #125d7d;
	padding:15px 0 5px 0;
}
#container {
	width: 864px;
	margin: 0 auto;
}
#header {
	height: 110px;
}
#logo {
	padding: 20px 0 35px;
	float: left;
	font-family: Century Gothic;
	line-height:
}
#logo h2 a {
	color: #275b7e;
	font-size: 27px;
	letter-spacing: -1px;
	text-decoration: none;
}
#logo h3 {
	color: #8d8e8e;
	font-size: 15px;
	padding:0px;
}
#header ul.navigation {
	list-style: none;
	display: block;
}
#header ul.navigation li {
	display: block;
	float: left;
	padding-bottom: 10px;
}

#header ul.navigation li a {
	display: block;
	width: 101px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #275b7e;
	font-weight: bold;
	background: url(images/nav.gif) no-repeat top;
}
#header ul.navigation li a:hover {
	background: url(images/nav-hover.gif) no-repeat top;
	color: #fff;
}
#content {
	margin-top: 30px;
	clear: both;
	width: 864px;
	padding-bottom: 20px;
	background: url(images/content-top.gif) no-repeat top #f8f8f8;
}
div.post {
	width: 570px;
	padding: 18px;
	padding-bottom: 0;
	float: left;
}
div.post h2 a {
	font-weight: lighter;
	color: #275b7e;
	padding: 10px 0 10px 0;
	font-size:24px;
	letter-spacing: -1px;
	text-decoration: none;
}
div.post h3 a {
	font-weight: bold;
	display: block;
	color: #C1111C;
	padding: 15px;
	font-size:20px;
	letter-spacing: -1px;
	text-decoration: underline;
	background: #e5e4e4;
	text-align:center;
	border: 1px dashed #C1111C;
	
}
div.post h3 a:hover {
	font-weight: bold;
	display: block;
	color: #fff;
	padding: 15px;
	font-size:20px;
	letter-spacing: -1px;
	text-decoration: underline;
	background: #125D7D;
	text-align:center;
	border: 1px dashed #fff;
	
}
div.post h1 {
	font-weight: lighter;
	color: #275b7e;
	padding-top: 10px;
	font-size:24px;
	letter-spacing: -1px;
	text-decoration: none;
}
div.post  p {
	line-height: 1.6em;
	font-size: 13px;
	color: #333;
	padding: 10px 0 15px 0;
	text-align: justify;
}
div.post small {
	display: block;
	font-size: 10px;
	color: #444;
	line-height: 1.6em;
	padding-bottom: 10px;
}
div.post .info {
	background: #e5e4e4;
	border: 1px solid #c2bebe;
	padding: 6px;
	width: 580px;
	display: block;
	color: #444;
	font-size: 11px;
}
div.post ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
div.post li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	text-align:left;
}
#sidebar {
	width: 230px;
	float: right;
	padding-top: 20px;
	margin-right:10px;
}
#sidebar p {
	display: block;
	font-size: 12px;
	padding: px;
	color: #444;
	line-height: 1.6em;
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 10px;
}
#sidebar h2 {
	width: 200px;
	/* height: 43px; */
	padding: 14px 0 10px 12px;
	text-align: left;
	color: #999;
	font-weight: bold;
	/*background: url(images/sidebar-header.gif) no-repeat top;*/
	font-size: 14px;
}
#sidebar ul {
	list-style: none;
	
}
#sidebar ul li {
	display: block;
	width: 200px;
	padding: 5px 0;
	padding-left: 15px;
	line-height:single;
	text-decoration: none;
	font-size:11px;
	color: #5eb3d7;
	background: url(images/arrow.gif) no-repeat left;
}
#sidebar ul li a {
	color: #3e93a7;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#footer {
	background: url(images/content-bottom.gif) no-repeat top;
	width: 864px;
	padding: 30px 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
	#footer a {
		color: #fff;
	}
#comments {
	width: 580px;
	padding: 10px 15px;
	float: left;
}
#comments h3 {
	padding: 10px 0;
}
#comments form input {
	width: 200px;
	padding: 2px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 570px;
	height: 200px;
	padding: 2px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	padding: 5px;
	margin: 10px 0;
	width: 570px;
	background: #fafafa;
	clear: left;
	line-height: 1.6em;
	font-size: 11px;
	color: #555;
}

/** WPRS **/
.visitsite {
	float: right;
	margin: 0;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	padding: 2px 5px;
	background: #e5e4e4;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #275b7e;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0;
	border: 1px solid #c2bebe;
}

table.reviewbar {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 580px;
}

.reviewbar td {
	vertical-align: middle;
	background: #e5e4e4;
	padding: 4px;
	color: #444;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border-top: 1px solid #c2bebe;
	border-bottom: 1px solid #c2bebe;
	white-space: nowrap;
	margin: 10px 0 0 0;
}

.reviewbar td.icon {
	border-left: 1px solid #c2bebe;
	padding-left: 10px;
	padding-right: 0;
}

.reviewbar td.text {
	border-right: 1px solid #c2bebe;
	padding-right: 10px;
}

/** Ads **/

#sidebar-adsense {
	margin: 18px 5px;
	padding:10px;
}

#header-adsense {
	float: right;
	margin: 22px 0 0;
}

#linkunit {
	margin: 7px 0 7px -5px;
}
.imgtfe {
	padding:14px 6px 4px 0px;
	float: left;
	border:0;
}
.photo {
	padding:14px 6px 4px 0px;
	float: left;
	border:0;
}

img.alignright {
   padding: 4px; margin: 0 0 2px 7px; display: inline; float: right;}

img.alignleft {
   padding: 4px; margin: 0 7px 2px 0; display: inline; float: left;}
   
table.ratings {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 0px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}
.bread a:link, .bread a:active, .bread a:visited{
font-size:11px;
color:#114269;
font-weight:bold;
text-decoration:none;
}
.bread a:hover{
font-size:11px;
color:#114269;
font-weight:bold;
text-decoration:underline;
}
.ddop ul {
margin-left: 20px;
padding:4px;
}
.ddop a:link, .ddop a:active, .ddop a:visited {
text-decoration:underline;
}