﻿/*
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;
	width: 760px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin;
	border-style: solid;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	color: #000;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	vertical-align: top; */
}
.dividingtable {
	width: 100%;
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 15px;	
}
.nondividingtable {
	width: 100%;
}

a:link {
	color: #06c;
	font-weight: bold;
	word-break: break-word;  /* Added 2020-07-09 LK to attempt to stop long non-breaking URLs on mobile */
/*	text-decoration: none; */
}

a:visited {
	color: #493e8e; 
	font-weight: bold;
/*	text-decoration: none; */
}

a:hover, a:active {
  text-decoration: none; 
}

img {
	border: 0;
}

p {
/*	margin: 0 0 15px 0; */
}

textarea {
 font-family: Arial;
 font-size: 100%;
}
/* Header */

#header {
	background: #e3f1ff;
	color: #333;
	padding: 20px;
	border-bottom: solid;
	border-width: 1px;
}

#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-left: 5px;
}

#nav {
	clear: both;
	background: #333;
	overflow: hidden;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding-top: 10px;
	padding-left: 5px;
	background: #333;
}

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0 9px;
}

#nav a:link, #nav a:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}

/* 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 {
	font-size: 10pt;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.page h1 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px 0px 10px;
}

.page h2 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

.faq h2 {
	margin-top: 40px;
}

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

.reviewcount, .addreviewlink {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #004f9b;
	background: #e3f1ff;
	margin-left: 10px;
	text-align: center;
  line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.addreviewlink {
	border-style: dotted;
	border-width: 1px;
}
.reviewcount a:link, .reviewcount a:visited {
	margin-top: 1px;
	padding: 1px 5px;
}

.page .content {
	clear: left;
	padding-right: 10px;
}

table.ratings {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	background: #eee;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}

.ratingblock {
	width: 190px;
}

td.rating_label {
	padding-left: 10px;
   line-height: 1.5em;
	border: 2px solid #FFFFFF;
}
.page td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

.page table.ratings {
	margin-left: 10px;
	width: 100%;
}

.page table.ratings td {
	border: 1px solid #fff;
}

.rating_value a {
	background: url(/wp-content/plugins/review-site/star-empty.gif) no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
}

.rating_value .on {
	background: url(/wp-content/plugins/review-site/star.gif) no-repeat;
}

/* Comments / Reviews */

h2#comments, h2.dividingheader {
	clear: both;
	background: #e3f1ff;
	font-size: 11pt;
	font-weight: bold;
  	border-top: 1px solid #cee8ff;
	color: #333;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
a.rsslink {
	font-size: 10pt;
}

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-left: 1px;
	padding: 0;
}

#comments li {
	display: inline;
}
.review li {
	padding-right: 12px;
}
.review label {
	padding: 0;
}

.outertable {
	margin: 20px;
}
.searchhilight {
  	background-color: yellow;
}
form {
	margin: 0;
}

.news {
	text-align: center;
	font-size: 11px;
	color:#1A1A1A;
	padding-top: 12px;
}

.chosen {
	display: inline;
	font-weight: bold;
	padding: 1px;
	background-color: yellow;
}

.rightheader {
	float: right; 
	width: 270px;
}
.rightheader a {
	margin-right: 8px;
	font-size: 11pt;
}

.listpages {
	display: inline;
	}

#searchform {
}

.pageinfo {
	margin-left: 4px;
	margin-bottom: 20px;
}

#your_msg, #your_email, #your_name {
	display: inline;
}

.seethis {
	display: none;
}

.newimage {
	float: right;
}
.newimage div { /* This is the caption for the New image */
	text-align: center;
	font-size: 80%;
	color: #004588;
}


