/*
Theme Name: Nevada Political Report
Version: 1.0
Author: The Mace Group, LLC.
Description: A custom theme for the NVPR website
*/

@import url(reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: #dcd1b3 url(images/body-bg.png) repeat-x; 
	color: #333;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #c41230;
	text-decoration: none;
}
a:hover {
	color: #c41230;
	text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
br.clear {
	clear: both;
	margin: 0; padding: 0;
	border: none; height: 0;
}
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert, .failure {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/** Use this for universal styles for all header elements **/
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.1;
	color: #000;
	margin: 0; padding: 0;
}

/** Post Titles (all contexts) **/
h1, h2, h3 {
	font-size: 22px;
}
h2 a,
h3 a {
	color: #2a2a2a;
}
h2 a:hover,
h3 a:hover {
	color: #c41230;
}

/** Comment/Respond Titles **/
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0; padding: 3px 0;
}

/** Widget Titles **/
h5 {
	color: #fff;
	text-transform: uppercase;
	margin: 0; padding: 8px 0;
	font-size: 18px;
}

/** Archive/Search Title **/
h6 {
	color: #666;
	font-style: italic;
	font-weight: normal;
	padding: 20px 30px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 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 {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Styles
*********************************************/
#container {
	width: 880px;
	margin: 0 auto; padding: 0;
	position: relative;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	width: 880px; height: 68px;
	overflow: hidden;
}

#header #title {
	background: url(images/logo-trans.png) no-repeat;
	width: 194px; height: 185px;
	margin: 0; padding: 0;
	position: absolute;
	top: 0; left: -20px;
}
#header #title a {
	display: block; float: left;
	width: 194px; height: 185px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#nav {
	width: 680px;
	height: 31px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin: 30px 0 0 180px;
	padding: 0;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #bf0931;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0 0 0 -1px;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #bf0931;
	text-decoration: underline;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

/*********************************************
		Inner Styles
*********************************************/
#inner {
	background: #ffffff;
}

/*********************************************
		Homepage Styles
*********************************************/
.home #row1 {
	background: #413d31;
	width: 880px;
	overflow: hidden;
}
.home #video {
	width: 520px; float: left;
}
.home #slideshow {
	width: 345px; float: right;
	background: url(images/rotator-frame.jpg) top center no-repeat;
	padding: 29px 0 30px 15px;
}

.home #row2 {
	clear: both;
	background: #FFF;
	width: 880px;
	overflow: hidden;
}
.home #row2 #intro {
	width: 480px; float: left;
	margin: 0; padding: 20px;
}
.home #row2 .success {
}

.home #bottom {
	height: 120px;
}
.home #bottom .signup {
	padding-top: 20px;
	float: right;
}

/*********************************************
		Content Styles
*********************************************/
#content,
#content-bottom {
	width: 660px; float: right;
	margin: 0; padding: 0;
	overflow: hidden;
}
p#breadcrumbs {
	padding: 10px 30px;
}


/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 20px 30px;
}

#content .post img,
#content .page img {
	max-width: 450px;
}

.byline {
	border-top: 1px solid #999;
	margin: 5px 0; padding: 5px 0;
	color: #888;
	font-size: 11px;
}
.byline a {
	font-weight: bold;
}

.postcontent {
	clear: both;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-weight: bold;
	margin: 0; padding: 10px 0;
	color: #333;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 150%;
}
.postcontent h2 {
	font-size: 140%;
}
.postcontent h3 {
	font-size: 130%;
}
.postcontent h4 {
	font-size: 120%;
}
.postcontent h5 {
	font-size: 110%;
}
.postcontent h6 {
	font-size: 110%;
}

img.post-thumbnail {
	margin-top: 15px;
}

#content .flickr-mini-gallery img {
	padding: 10px;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 20px;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 220px; float: left;
	margin: 160px 0 0 0; padding: 0;
	overflow: hidden;
}

#sidebar .widget,
#sidebar-bottom .widget {
	margin: 0; padding: 0 10px 10px;
	overflow: hidden;
}

#sidebar ul,
#sidebar ol,
#sidebar-bottom ul,
#sidebar-bottom ol{
	margin: 10px 0 10px 20px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol,
#sidebar-bottom ul ul,
#sidebar-bottom ol ol {
	margin: 0 0 0 20px;
}

#sidebar .sub {
	margin: 0; padding: 0;
}
#sidebar .sub ul {
	margin: 0; padding: 0 20px 0 10px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}
#sidebar .sub li {
	background: url(images/right-red-arr.gif) right 50% no-repeat;
	margin: 0; padding: 2px 40px 2px 10px;
	text-align: right;
}
#sidebar .sub a {
	color: #333;
}
#sidebar .sub a:hover {
	color: #c41230;
	text-decoration: none;
}


/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 30px;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 0; padding: 20px 0 10px 0;
	overflow: hidden;
}

#comments li.odd {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#comments li.comment .avatar {
	float: right;
	margin: 0; padding: 3px;
	border: 1px solid #CCC;
}
#comments li.comment .vcard {
	line-height: 1.5;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments .comment-reply-link {
	background: #006C99;
	color: #fff;
	margin: 0; padding: 3px 5px;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 30px;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}

/*********************************************
		Bottom Styles
*********************************************/
#bottom {
	clear: both;
	background: #413d31 url(images/bottom-bg.jpg) repeat-x;
	position: relative;
	height: 220px;
}

#bottom .connect {
	position: absolute;
	top: 20px; left: -14px;
}
#bottom a#donate {
	background: url(images/donate.gif) no-repeat;
	display: block; float: left;
	width: 184px; height: 48px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#bottom img {
	float: left;
	padding: 3px;
}

#bottom .signup {
	width: 440px; float: left;
	margin: 0; padding: 100px 20px 0 20px;
}
#bottom .signup input {
	padding: 4px;
}
#bottom .signup .input-submit {
	background: url(images/signup-button.jpg) top center no-repeat;
	color: #413d31;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0; padding: 5px 12px;
	border: none;
}

.success-stories {
	background: url(images/success-bg.jpg) repeat-x !important;
	width: 320px; height: 155px;
	float: right;
	margin: 0; padding: 65px 20px 0 20px;
	color: #fff;
}
.success-stories a {
	display: block;
	width: 350; height: 30px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	font-size: 11px;
	width: 880px; overflow: hidden;
	margin: 0 auto; padding: 10px 0;
}
#footer p {
	margin: 0; padding: 0;
	text-align: center;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer .credits,
#footer .search {
	padding: 0 10px;
}

/*********************************************
		cForms
*********************************************/
.hentry .cform {
	width: 600px;
	margin: 0; padding: 0;
}
.hentry .cform fieldset {
	display: none;
}
.hentry .cform ol {
	list-style-type: none;
	margin: 0; padding: 0;
}
.hentry .cform ol li {
	margin: 0; padding: 0;
}
.hentry .cform label {
	width: 100px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.hentry .cform .emailreqtxt,
.hentry .cform .reqtxt {
	display: none;
}

.hentry .cform ol input {
	float: left;
	width: 200px;
}
.hentry .cform ol textarea {
	float: left;
	width: 450px; height: 400px;
}

.hentry .cform p.cf-sb {
	clear: both;
	text-align: right;
	padding: 10px 50px 0 0;
}

.linklove {
	display: none !important;
}