@charset "utf-8";
/* CSS Document */
/*  
Theme Name: The Reviewer Report
Theme URI: http://www.thereviewerreport.com/
Description: Custom theme designed for site maintenance.
Version: 1.2
Author: Rochelle
Author URI: http://www.webdesignbyrochelle.com/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/rrmainbg.jpg);
	background-repeat: repeat-x;
	background-position: -135px center;
	z-index: 0;
}

a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFB7;
}

a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFB7;
}

a:active {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline overline;
	background-color: #ffffff;
}

a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: underline overline;
	background-color: #ffffff;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

#entries hr {
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 4px;
	width: 725px;
	margin-left: -2px;
	margin-top: -3px;
	margin-bottom: 7px;
}

#signage {
	width: 730px;
	height: 300px;
	background-attachment: scroll;
	background-image: url(images/RR-sign730.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 2px solid #666666;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#whitescreen {
	background-color: #FFFFFF;
	background-attachment: fixed;
	filter:alpha(opacity=77);
	-moz-opacity: 0.77;
	opacity: 0.77;
	width: 730px;
	min-height: 101%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #585858;
}

#topnavbar {
	width: 730px;
	height: 38px;
	background-color: #000000;
	background-attachment: scroll;
	position: absolute;
	top: 300px;
	left: 0px;
	z-index: 10;
}

/* Header Navigation */

#headnav {
	position: relative;
	z-index: 50;
	width: 730px;
	height: 38px;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: -9px;
	top: 297px;
}

#headnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#headnav li {
	float: left;
	position: relative;
}

#headnav a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-left: 7px;
	width: 128px;
	height: 100%;
	font-weight: bold;
	background-color: #990000;
	padding: 5px;
}

#headnav a:hover{
	background-color: #000000;
}

/* Dropdown Menu */

#headnav ul li ul {
	display: none;
	width: 158px;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 27px;
	z-index: 100;
}

#headnav ul li:hover ul {
	display: block;
	border-top: 1px solid #000000;
	z-index: 100;
}

#headnav ul li ul li a {
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #990000;
	padding: 3px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	width: 150px;
	z-index: 100;
}

/* Tertiary menu */

#headnav ul li ul li ul {
	visibility: hidden;
	display: none;
	width: 158px;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 158px;
	top: 0px;
}

#headnav ul li ul li:hover ul {
	visibility: visible;
	display: block;
	border-top: 1px solid #000000;
}

#headnav ul li ul li a {
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #990000;
	padding: 3px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	width: 150px;
}

/* End menu */

#maincontent {
	width: 720px;
	min-height: 101%;
	height: auto;
	position: absolute;
	background-attachment: scroll;
	top: 341px;
	left: 5px;
	z-index: 10;
}

#entries {
	width: 100%;
	height: auto;
	min-height: 125%;
	z-index: 10;
	margin-bottom: 75px;
}

#decobar {
	background-color: #000000;
	width: 238px;
	min-height: 101%;
	position: fixed;
	top: 0px;
	left: 750px;
	z-index: 5;
}

/* Search form */
#search {
	list-style-type: none;
	text-align: center;
	margin-bottom: 15px;
}

/* Sidebar stuff */

#sidebar {
	position: absolute;
	top: -5px;
	left: 748px;
	width: 240px;
	height: auto;
	z-index: 6;
	line-height: 130%;
	overflow: hidden;
}

.navbox a:link {
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background: transparent;
}

.navbox a:active {
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	background: transparent;
}

.navbox a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background: transparent;
}

.navbox a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	background: transparent;
}

/* Entries and such */

.entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	color: #000000;
	text-align: justify;
}

.post h1 a {
	color: #000000;
	text-decoration: none;
	background: transparent;
}

.post h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.post h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.entry embed {
	margin-left: 1px;
}

.margin640 {
	padding-left: 50px;
	
}

.postmetadata {
	width: 723px;
	border-top: 1px solid #000000;
	padding-top: 5px;
	font-weight: bold;
	font-style:italic;
}

.bookmarks {
	background-color: #CCCCCC;
	margin-bottom: -5px;
	margin-top: 10px;
	padding-left: 275px;
	padding-right: 4px;
	width: 440px;
	height: 23px;
	text-align: right;
	color: #666666;
}

.bookmarks img {
	border: none;
	background-color: #CCCCCC;
}

/* For links lists */

.post-categories {
	list-style-type: none;
	margin-left: -10px;
	margin-right: 0px;
}

.pad-it {
	margin-bottom: 15px;
}

.pagelink {
	margin-bottom: 12px;
}

.forspacing {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#entries h1 a {
	color: #000000;
	text-decoration: none;
	background: transparent;
	text-align: left;
	margin-left: -30px;
}

/* Navigation */

.navigation {
	font-size: 13px;
	font-weight: bold;
}

.catnav {
	width: 716px;
	border-top: 2px solid #333333;
	margin-top: 20px;
	margin-bottom: -10px;
	padding-top: 8px;
}

.navbox {
	width: 200px;
	min-height: 208px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 8px;
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.navbox h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: 7px;
}

.navbox ul {
	margin-left: -20px;
	margin-right: 0px;
	list-style-type: none;
	text-align: left;
}

.navbox li {
	margin-left: -10px;
	margin-right: -10px;
	text-align: left;
}

.navbox ul li ul {
	list-style-type: disc;
	margin-right: 12px;
}

.linkcat h2 {
	margin-left: -40px;
	margin-right: -10px;
	text-align: center;
}

#sidebar hr {
	background: transparent;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
	width: 99%;
}

.twitterbox {
	width: 198px;
	height: 255px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 8px;
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 13px;
	border: 1px solid #999999;
}

.twitterbox h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.twitterbox ul li h2 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}

.twitterbox a {
	font-size: 13px;
	font-weight: bold;
}

.twitterbox ul {
	margin-left: -33px;
	list-style-type: none;
	text-align: left;
}

.twitterbox li {
	
	text-align: left;
}

.twitterbox .tweet_list {
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-type: none;
}

.linkcat {
	list-style-type: none;
	margin-left: -5px;
	margin-right: -5px;
}

#footer {
	position: absolute;
	width: 696px;
	height: 30px;
	bottom: 10px;
	text-align: center;
	z-index: 10;
	font-size: 9px;
	font-weight: bold;
}

/* Comments Styling */

/* Odd Comments template */
.alt {
	margin: 10px 0 0;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 0;
	background-color: #82C0FF;
}

/* Avatars */
img.avatar {
	float: left;
	margin-right: 5px;
	margin-left: -5px;
}

/* Regular comments */

.commentdate {
	text-align: right;
}

.commentlist {
	border-top: 1px solid #cccccc;
}

ol.commentlist li p {
	margin-left: 55px;
	font-size: 13px;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
	background-color: #FFFFFF;
}

ul.children {
	list-style-type: none;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 0px;
	line-height: 18px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.commentmetadata {
	font-size: 13px;
	color: #666666;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}

.comments-template p.date {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	margin-bottom: 4px;
}

input.sendit {
	border: 2px solid #000000;
	background-color: #990000;
	color: #ffffff;
	padding: 3px;
}

/* Form styling */
.outline {
	border: 1px solid #000000;
	background-color: #990000;
	color: #ffffff;
}

