/*   
Theme Name: rlc-theme
Theme URI: none
Description: none
Author: Aaron Gadberry
Author URI: http://www.aarongadberry.com
Version: 1
.
General comments/License Statement if any.
.
*/

/*
 Base Setup
*/
body {
	margin: 0;
	font-family: Verdana;
}

a {
	color: black;
}

a img {
	border: 0px;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

div#updates input {
	font-size: 8pt;
}

form {
	margin: 0;
	padding: 0;
}

#all {
	width: 900px;
	margin: 0 auto;
	background: url('images/menubg.gif') repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#menu {
	width: 900px;
	height: 35px;
}

#pagelist {
	width: 600px;
	float: left;
}

#pagelist li {
	float: left;
	border-right: 1px solid #000000;
}

#pagelist li a {
	display: block;
	line-height: 35px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color:#FFFFFF;
	font-size:12px;
}

#pagelist li a:hover {
	background: url('images/menubghover.gif') repeat-x;
}

div#search {
	text-align: right;
	float: right;
	width: 300px;
	padding-top: 6px;
}

div#search input {
	margin-right: 5px;
}

div#search input#search_box {
}

div#search input#search_button {
	background: transparent;
	border: 0px solid black;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

#header {
	clear: left;
	height: 151px;
	width: 900px;
	background: url(images/mainpix06.jpg) no-repeat;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: white;
	font-family: Georgia;
}

#header h1 {
	font-size: 50px;
	padding-left: 20px;
	padding-top: 20px;
}

#header h2 {
	font-size: 30px;
	padding-left: 30px;
}

#header a {
	text-decoration: none;
	color: white;
}

div.body {
	color: black;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

div.body#body_with_sidebar {
	float: left;
	width: 627px;
	border-right: 1px solid #000000;
	min-height: 1010px;
}

div.body#body_without_sidebar {
	width: 860px;
}

div.body div.post {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}

div.body h2#page_title {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px solid #000000;
}

div.body div.post h2 {
	font-size: 24px;
}

div.body div.post h3 {
	padding-bottom: 2px;
	font-size: 18px;
}

div.body div.post a {
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
}

div.body div.post a:hover {
	border-bottom: 1px solid black;
}

div.body div.post ul {
	padding-left: 15px;
	padding-bottom: 10px;
}

div.body div.post ul ul ul {
	padding-bottom: 5px;
}

div.body div.post li {
	list-style-type: square;
	padding-left: 0px;
}

div.body div.post h2 a {
	text-decoration: none;
	border: 0;
}

div.body div.post h4 {
	font-size: 12px;
}

div.body div.post table {
	padding-bottom: 25px;
}

div.body div.post td {
	border: 1px solid black;
	padding: 3px;
}

div.body div.post .race thead tr td {
	font-size: 16px;
}

div.body div.post .race .candidate_names td {
	font-size: 14px;
}

div.body div.post .race .candidate_descriptions td {
	vertical-align: top;
}

div.body div.post .race .candidate_question td {
	font-weight: bold;
}

div.body div.post .race .candidate_answers td {
	vertical-align: top;
}

div.body img {
	margin: 5px;
	border: 1px black solid
}

div.body div.post div.comments_link {
	text-align: right;
	padding-right:10px;
}

div.body div.comments {
	padding-top:10px;
}

div.body div.comments ol.commentlist {
	padding-top: 10px;
}

div.body div.comments ol.commentlist li {
	border: 1px solid black;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.body div.comments ol.commentlist li.alt {
	background: #FCFCFC;
}

div.body div#navigation {
	padding: 10px;
	height: 14px;
}

div.body div#navigation div {
	float: left;
	width: 303px;
}

div.body div#previous_entries {
	
}

div.body div#next_entries {
	text-align: right;
}


div.body ul.pagelist li {
	padding-top: 5px;
}

div.body ul.pagelist li a {
	font-size: 14px;
}

#sidebar {
	float: left;
	width: 232px;
}

#sidebar a {
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background: #DDDDDD;
}

#sidebar a:hover {
	background: #EEEEEE;
}

#sidebar h2 {
	font-size: 18px;
}

#updates {
	padding-top: 10px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

#updates h3 {
	padding-bottom: 10px;
}

#updates input.submit {
	padding-left: 2px;
}

#sidebar ul li {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar ul li ul {
	padding-top: 8px;
}

#sidebar ul li ul li {
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}

#sidebar ul li ul li ul {
	padding-top: 0px;
	padding-bottom: 8px;
}

#sidebar ul li ul li ul li {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 18px;
}

#sidebar .quotescollection_randomquote {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar .quotescollection_randomquote q {
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar .quotescollection_randomquote cite {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
}

#sidebar .quotescollection_randomquote a {
	font-size: 12px;
	line-height: 22px;
}

#footer {
	width: 900px;
	clear: left;
	color: #F1DCE3;
	font-size: 11px;
	line-height: 36px;
	text-align: center;
	background: url('images/footerbg.gif') repeat-x;
}

.alignright {
	float:right;
	margin-left:10px;
}

.alignleft {
	float:left;
	margin-right:10px;
}

blockquote {
	background:#EEEEEE;
	padding: 0px 10px;
	border: 1px solid black;
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Styles for level 0*/
.clLevel0, .clLevel0over, .clLevel1, .clLevel1over, .clLevel2, .clLevel2over {
	position: absolute;
	font-size: 12px;
	background: url('images/menubg.gif') repeat-x;
	text-transform: uppercase;
	text-align: center;
	color: white
}

.clLevel0, .clLevel0over {
	line-height: 33px;
}

.clLevel1, .clLevel1over, .clLevel2, .clLevel2over {
	line-height: 21px;
}

.clLevel0over, .clLevel1over, .clLevel2over{
	cursor:pointer;
	cursor:hand;
	background: url('images/menubghover.gif') repeat-x;
}

.clLevel0border, .clLevel1border, .clLevel2border{
	position:absolute;
	visibility:hidden;
	background-color:#000000;
	layer-background-color:#000000;
}

div.body div.post li.article {list-style-type: none; padding-top: 0px;}
div.body div.post ol.sections {padding-bottom: 10px;}
div.body div.post ol.sections ul {padding-left: 30px;}
div.body div.post li.section {list-style-type: none; padding-top: 10px; margin-left: 25px; text-indent: -25px;}
div.body div.post li.section li {text-indent: 0;}
div.body div.post span.section_title {font-style: italic;}
div.body div.post h3.article_title {margin-bottom: 0;}