﻿/*
Theme Name: WPRS: Double Silver
Author: WP Review Site Theme Pack
Author URI: http://www.wpreviewsite.com/
Description: A silver review site theme featuring positive, negative review counts and overall ratings on the homepage, plus two widgetized sidebars. Fully integrates WP Review Site rating and affiliate features.
*/

/** BEGIN wordpress default **/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/** END wordpress default **/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #303030;
	background: #01487e url(images/body1.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	text-align: left;
	margin: auto auto;
	width: 960px;
	background-color: #ffffff;
	border: 1px solid #cdcbcb;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	text-align: left;
	margin: auto auto;
	width: 962px;
	font-family: Verdana;
	padding-top: 2px;
}
	#logo {
		text-align: center;
		float: left;
	}
	#header h1 {
		font-size: 2em;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 3px;
		padding-bottom: 5px;
	}
	#header h1 a {
		color: #525252;
	}
	#header h3 {
		font-weight: normal;
		font-size: 0.9em;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#header ul {
		clear: both;
		padding-top: 6px;
		list-style-type: none;
		height: 27px;
		background: url(images/navigation.gif) repeat-x 0 bottom;
	}
	#header ul li {
		float: left;
		letter-spacing: 1px;
		padding-right: 1px;
		background: url(images/divider.gif) no-repeat right 0;
	}
	#header ul li a {
		display: block;
		float: left;
		color: #ffffff;
		padding: 6px 15px 7px;
	}
	#header ul li a:hover {
		background: url(images/active.gif) repeat-x 0 0;
	}
/** END header **/

/** BEGIN sidebar **/
.sidebar {
	width: 200px;
	float: left;
	padding-top: 10px;
}
	.sidebox {
		border: 1px solid #d1cfcf;
		padding: 2px;
		margin: 0 10px 10px 0;
	}
	.sidebar a {
		color: #01487e;
                font-weight: bold;
	}
	.sidebar a:hover {
		color: #000000;
	}
	.sidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		background: url(images/boxhead.gif) repeat-x 0 0;
		color: #a40919;
		padding: 2px 5px 1px;
	}
	.sidebar ul {
		list-style-type: none;
		padding: 0 5px 2px;
	}
	.sidebar ul li {
		line-height: 1.6em;
		padding: 1px 0;
		border-top: 1px dotted #bfbfbf;
	}
	.sidebar form {
		padding: 8px;
	}
	.sidebar form input {
		width: 110px;
	}
	.sidebar form button {
		width: 29px; height: 22px;
		border: 0;
		background: url(images/search.gif) no-repeat 0 0;
		text-indent: -9999px;
	}
/** END sidebar **/

/** BEGIN content **/
#content {
	clear: both;
	width: 560px;
	float: left;
	padding-top: 10px;
}
	#content a {
		color: #4d81a2;
	}
	#content a:hover {
		color: #ff0000;
	}
	#content p {
		line-height: 1.6em;
		text-align: justify;
	}
	/** begin featured **/
	#featured {
		border: 1px solid #d1cfcf;
		padding: 2px;
		margin: 0 10px 10px;
	}
	#featured ul {
		list-style-type: none;
		background: url(images/boxhead.gif) repeat-x 0 0;
		height: 17px;
	}
	#featured ul li {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
		padding-right: 1px;
		background: url(images/boxdivide.gif) no-repeat right 0;
	}
	#featured ul li a {
		float: left;
		display: block;
		color: #000000;
		padding: 2px 8px 1px;
	}
	#featured ul li a:hover {
		color: #000000 !important;
		background: url(images/boxactive.gif) repeat-x 0 0;
	}
	#featured h2 {
		clear: both;
		font-size: 1.5em;
		font-weight: normal;
		font-family: Verdana;
		float: left;
		padding-right: 10px;
	}
	#featured h2 a {
		color: #4c4c4c;
	}
	#featured .author {
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 5px 0 7px;
	}
	#featured .thumb {
		float: left;
		margin: 4px 10px 5px 0;
		width: 90px;
	}
	#featured div {
		padding: 8px 10px;
	}
	/** end featured **/
	/** begin recent **/
	#recent {
		border: 1px solid #d1cfcf;
		padding: 2px;
		margin: 0 10px 10px;
		clear: both;
		font-size: 0.9em;
	}
	#recent h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: normal;
		background: url(images/boxhead.gif) repeat-x 0 0;
		color: #000000;
		padding: 2px 8px 1px;
	}
	#recent .buffer {
		padding: 10px 10px 0 0;
		background-color: #ffffff;
	}
	#recent .post {
		width: 48%;
		float: left;
		padding: 5px 0 5px 11px;
	}
	#recent .post h3 {
		font-size: 1.2em;
	}
	#recent .post h3 a {
		color: #4c4c4c;
	}
	#recent .post .thumb {
		float: left;
		margin: 4px 10px 5px 0;
		width: 60px;
	}
	#recent .post p {
		margin-bottom: 5px;
	}
	#recent .post .category {
		font-size: 0.9em;
		margin: 5px 0 10px;
	}
	/** end recent **/
/** END content **/

/** BEGIN footer **/
#footer {
	clear: both;
	text-align: left;
	margin: auto auto;
	width: 962px;
	color: #fff;
	padding: 10px 0 20px;
	letter-spacing: 1px;
	font-size: 0.9em;
}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		color: #4a4a4a;
	}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right
	}
/** END footer **/

.notfound {
	padding: 20px 10px 10px;
}
.notfound h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
}
.notfound p {
	clear: both;
}
#postnav {
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}
img {
	border: 0;
}
#single {
	padding: 10px 10px 10px 15px;
}
	#single h2 {
		font-size: 1.5em;
		font-weight: normal;
		float: left;
		padding-right: 15px;
	}
	#single .author {
		padding: 4px 0 10px;
		float: left;
		font-size: 0.8em;
		text-transform: uppercase;
		margin-bottom: 0 !important;
	}
	#single p {
		margin-bottom: 10px;
		line-height: 1.7em;
	}
	#single h3 {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	#single blockquote {
		margin-bottom: 10px;
		line-height: 1.7em;
		padding-left: 10px;
		border-left: 2px solid #e0e0e0;
		font-style: italic;
	}
	#single ul {
		padding: 0 0 10px 16px;
	}
	#single ol {
		padding: 0 0 10px 16px;
		list-style-type: decimal;
		margin-left: 10px;
	}
	#single li {
		line-height: 1.6em;
		padding: 1px 0;
	}
	#single .post {
		padding: 10px 0 0;
		border-bottom: 1px dotted #e0e0e0;
	}
	#single .thumb {
		float: left;
		margin: 5px 10px 5px 0;
		width: 60px;
	}
	#single .atitle {
		font-size: 0.9em;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #939393;
	}
	#postdetails {
		font-size: 0.9em;
	}
	#postdetails p {
		margin-bottom: 2px !important;
	}
#commentsection {
	padding: 10px 10px 0 15px;
}
	.commentbox {
		padding: 2px;
		border: 1px solid #c0c0c0;
		margin-bottom: 10px;
	}
	.commentdetails {
		float: left;
	}
	.break {
		background-color: white;
	}
	.commentdetails p {
		margin-bottom: 5px;
	}
	.commentauthor {
		font-size: 1.2em;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
	}
	.comment1 {
		padding: 10px 0;
		border-top: 1px dotted #e0e0e0;
	}
	.gravatar {
		float: right;
	}
	#commentsection h2 {
		background: url(images/boxhead.gif) repeat-x 0 0;
		font-weight: bold;
		font-size: 0.9em;
		color: #000000;
		padding: 2px 8px 4px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: normal;
	}
	.commentitems {
		padding: 10px;
		margin: 0 0 10px;
		background-color: #ffffff;
	}
	.commentitems .first {
		border-top: none !important;
		padding-top: 5px !important;
	}
	.commentitems input, .commentitems textarea, .commentitems button {
		margin-bottom: 5px;
	}
	.required {
		color: #ff0000;
	}

/** Reviews */
	table.reviewbar {
		margin: 10px 0 0 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
	}
	
	.reviewbar td {
		white-space: nowrap;
	}
	
	.reviewbar td.icon {
		padding-right: 3px;
	}
	
	.reviewbar td.text {
		padding-right: 10px;
	}

	.post, .smallpost {
		margin: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}

