﻿/*
Theme Name: WP Review Site
Theme URI: http://www.wpreviewsite.com
Description: This bonus theme includes the WP Review Site plugin preinstalled into the post, page and comment templates, as well as extra CSS styling!
*/

/* Overall Styles */

body {
	background: #fff;
	margin: 0 20px;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	color: #000;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

a:link, a:visited, a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
}

/* Header */

#header {
	background: #e3f1ff;
	padding: 10px;
	color: #333;
}

#header h1 {
	font-family: arial;
	font-size: 24pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header h2 {
	font-family: arial;
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#nav {
	clear: both;
	position: relative;
	background: #333;
	overflow: auto;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding: 10px;
	background: #333;
}

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0 10px;
}

#nav a:link, #nav a:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}

#nav a:link.selected, #nav a:visited.selected {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 15px;
	background: #e3f1ff;
	padding: 10px;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

/* Sidebar */

#sidebar {
	width: 220px;
	float: right;
	padding: 5px 0;
	border-bottom: 10px solid #fff;
	height: 100%;
}

#sidebar h2 {
	margin: 0;
	padding: 4px 8px;
	background: #666;
	color: #fff;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar ul {
	margin: 0 0 15px 10px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	line-height: 2em;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: 1px solid #eee;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #666;
}

/* Posts & Pages */

#page {
	padding: 5px 15px 15px 0;
	font-family: Helvetica;
	font-size: 10pt;
	line-height: 1.5em;
}

#page h1 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#page h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#page h1 a:link, #page h1 a:visited {
	text-decoration: underline;
}

#page h1 a:hover, #page h1 a:active {	
	text-decoration: none;
}

#page td.date {
	white-space: nowrap;
}

#page td.date div {
	width: 70px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background: #d54e21;
	color: #fff;
	text-align: right;
	padding: 5px;
	margin-right: 10px;
}

.reviewcount {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 5px;
	background: #e3f1ff;
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#page .content {
	clear: left;
	padding-right: 10px;
}

#page td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

#page table.ratings {
	float: right;
	margin-left: 10px;
}

#page table.ratings td {
	border: 1px solid #fff;
	text-align: right;
}

/* Comments / Reviews */

h2#comments {
	clear: both;
	background: #f3f2ed;
	font-size: 11pt;
	font-weight: bold;
	border-top: 10px solid #fff;
	color: #333;
	padding: 10px;
}

h3#respond {
	clear: right;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
}

#comments h3.review {
	clear: right;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	color: #333;
	font-family: Arial;
	font-size: 10pt;
}

#comments p {
	margin-top: 5px;
	font-size: 9pt;
	color: #333;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	display: inline;
}