/*
Theme Name: MN>Forward
Theme URI: 
Description: July 2010 Theme for MN>Forward
Author: Ackmann & Dickenson
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic);

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background: #076ca6;
	text-align: left;
	color: #fff;
	}

#upper {
	background: #00588b url(images/gradient-blue.gif) repeat-x left top;
	position: relative; 
	}
	
#wrapper {
	width: 965px;
	}	

h1 {
	padding: 0;
	width: 430px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 50;
	}

h1 a {
	display: block;
	width: 430px;
	height: 90px;
	background: url(images/mnf-logo-tag.png) no-repeat left top;
	text-indent: -9999em;
	}

/* type */

h2 {
	font: bold 24px/24px "Cantarell", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 14px;
	}
	 
h3 {
	font: normal 15px/15px "Cantarell", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 12px;
	}
	
h3 a {
	padding-right: 11px;
	}

h3 a:hover {
	background: url(images/chevron-sm-blue-right.png) no-repeat right 7px;
	color: #3094c7;
	}
	 
h4 {
	font: bold 15px/15px "Cantarell", Helvetica, Arial, sans-serif;
	color: #68bce7;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding: 12px 0 0;
	}
	
p, ul, ol, dl {
	font: normal 13px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 12px;
	}

a {
	color: #fff;
	text-decoration: none;
	}
	
blockquote {
	background: #076ca6;
	padding: 13px 30px 1px;
	margin: 0 0 12px;
	position: relative;
	}
	
blockquote span.tq {
	position: absolute;
	top: 12px;
	left: 10px;
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	}
	
blockquote span.bq {
	position: absolute;
	bottom: 4px;
	right: 10px;
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	}
	

/* nav */

.navigation {
	width: 160px;
	padding: 150px 20px 20px 70px;
	float: left;
	}

ul.nav-pages {
	padding: 0 0 0 10px;
	margin: 0;
	font: bold 14px/14px "Cantarell", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

ul.nav-pages li {
	list-style: none;
	background: url(images/chevron-sm-blue-right.png) no-repeat left 5px;
	padding: 0 0 12px 11px;
	}

/* nav > subnavs */

ul.nav-pages li ul { 
	display: none;
	padding: 0 0 0 2px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	}
	
ul.nav-pages li ul li {
	padding: 6px 0 0 0;
	background: none;
	}

ul.nav-pages li.current_page_item ul,
ul.nav-pages li.current_page_parent ul { display: block; }

ul.nav-pages li ul li.current_page_item a { color: #68bce7; }

/* social */
	
ul.nav-social {
	padding: 20px 0 0 20px;
	height: 108px;
	clear: both;
	font: bold 12px/12px "Cantarell", Helvetica, Arial, sans-serif;
	}

ul.nav-social li {
	float: left;
	height: 36px;
	width: 140px;
	list-style: none;
	}

ul.nav-social li a {
	display: block;
	height: 21px;
	padding: 11px 0 0 40px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #3094c7;
	}
	
ul.nav-social li a:hover { color: #fff; }
	
ul.nav-social li.icon-facebook a { background-image: url(images/icon-fb-32.png); }
ul.nav-social li.icon-twitter a { background-image: url(images/icon-tw-32.png); }
ul.nav-social li.icon-youtube a { background-image: url(images/icon-yt-32.png); }


#masthead {
	position: absolute;
	left: 250px;
	top: 20px;
	padding: 5px 5px 0;
	height: 265px;
	background: #fff;
	}

#masthead img {
	display: block;
	}

/* content */

#content {
	float: left;
	width: 700px;
	padding: 150px 0 0;
	}

/* #content p.embiggen {
	font: normal 15px/24px Helvetica, Arial, sans-serif;
	} */

#content p a,
#content li a {
	border-bottom: 1px dotted #3094c7;
	}
	
#content p a:hover,
#content li a:hover {
	color: #68bce7;
	}
	
#content p.edit-link {
	clear: both;
	}

#content li {
	margin: 0 30px 6px;
	}
	
#content img.alignleft {
	border: 5px solid #fff;
	float: left;
	margin: 0 10px 10px -10px;
	display: inline;
	}
	
#content img.alignright {
	border: 5px solid #fff;
	float: right;
	margin: 0 -10px 10px 10px;
	display: inline;
	}

/* page */
	
#content .page {
	padding: 0 10px 10px;
	}
	
/* post */
	
#content .post {
	float: left;
	width: 440px;
	padding: 0 10px 10px;
	}
	
#content #post-meta {
	float: right;
	width: 200px;
	padding: 0 10px 10px;
	}

/* pagination */

ul#page-nav {
	clear: both;
	padding: 0 10px;
	font: normal 12px/12px "Cantarell" Helvetica, Arial, sans-serif;
	}
	
ul#page-nav li {
	list-style: none;
	display: inline;
	}

ul#page-nav li a {
	border-bottom: none;
	color: #3094c7;
	}

ul#page-nav li.page-prev a { 
	float: left;
	background: url(images/chevron-sm-blue-left.png) no-repeat left 3px;
	padding: 0 0 0 11px;
	}
		
ul#page-nav li.page-next a {
	float: right;
	background: url(images/chevron-sm-blue-right.png) no-repeat right 3px;
	padding: 0 11px 0 0;
	}	

/* contact form */

.contact {
	position: relative;
	}

.contact .contact-required {
	position: absolute;
	right: 90px;
	top: 10px;
	width: 160px;
	font: normal 13px/18px Helvetica, Arial, sans-serif;
	}

.contact .contact-required .required {
	position: static;
	top: 0;
	left: 0;
	}

.contact .contact-title {
	position: relative;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 170px;
	}

.contact .contact-input {
	position: relative;
	float: left;	
	padding: 0 0 10px;
	}
	
.contact label {
	float: left;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	}
	
.contact .required {
	position: absolute;
	left: -8px;
	top: 6px;
	color: #3094c7;
	}
	
.contact input.contact-input-field {
	width: 200px;
	padding: 10px;
	}
	
.contact input#si_contact_captcha_code1 {
	width: 140px;
	}

.contact .contact-captcha {
	float: right;
	background: #fff;
	margin: 0 110px 0 0;
	width: 210px;
	height: 70px;
	padding: 10px 5px 0;
	display: inline;
	position: relative;
	}
	
.contact .contact-captcha img {
	position: absolute;
	left: 10px;
	top: 10px;
	}

.contact .contact-captcha a {
	float: right;
	clear: both;
	}

.contact .contact-captcha a img {
	position: static;
	}
	
.contact textarea {
	width: 380px;
	padding: 10px;
	}
		

.contact input.contact-submit {
	font: bold 12px/12px "Cantarell", Helvetica, Arial, sans-serif;
	background: #076ca6;
	padding: 4px 6px;
	border: 1px solid #3094c7;
	color: #fff;
	width: auto;
	cursor: pointer;
	margin-left: 170px;
	}
	
/* email signup */

#subscribe {
	background: url(images/gradient-red.gif) repeat-x left top;
	height: 58px;
	width: 100%;
	position: relative;
	clear: both;
	border-top: 1px solid #f03d44;
	border-bottom: 1px solid #f03d44;
	}

.subscribe-cta {
	position: absolute;
	left: 80px;
	top: 10px;
	}

.subscribe-cta h2 {
	margin: 0;
	}

.subscribe-cta p {
	}
	
.subscribe-form {
	position: absolute;
	left: 369px;
	top: 8px;
	height: 40px;
	width: 340px;
	background: url(images/gradient-maroon.gif) repeat-x left top;
	border: 1px solid #e01923;
	}
	
.subscribe-form label {
	float: left;
	width: 1px;
	text-indent: -9999em;
	}

.subscribe-form input.text {
	font: bold 20px/20px "Cantarell", Helvetica, Arial, sans-serif;
	color: #fff;
	background: none;
	border: none;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 30px;
	width: 280px;
	}
		
.subscribe-form input.button {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #98040a url(images/chevron-lg-white.png) no-repeat center center;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999;
	font-size: 1px;
	letter-spacing: -5em;
	color: #98040a;
	cursor: pointer;
	}

#subscribe .subscribe-paypal {
	left: 789px;
	top: 8px;
	position: absolute;
	}

#subscribe .subscribe-paypal a.subscribe-button {
	position: absolute;
	border: 1px solid #e01923;
	background: url(images/gradient-orange.gif) repeat-x left top;
	top: 0;
	left: 0;
	height: 30px;
	padding: 10px 0 0 10px;
	width: 150px;
	font: bold 20px/20px "Cantarell", Helvetica, Arial, sans-serif;
	display: block;
	}
	
#subscribe .subscribe-paypal a.subscribe-button span {	
	position: absolute;
	right: 13px;
	top: 9px;
	width: 37px;
	height: 23px;
	background: url(images/icon-paypal.gif) no-repeat left top;
	text-indent: -9999em;
	}

/* footer */
	
#footer {
	clear: both;
	position: relative;
	width: 880px;
	height: 90px;
	padding: 20px 15px 0 70px;
	}
	
#footer p.footer-copy {
	float: left;
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	padding: 5px 0 10px 10px;
	margin: 0;
	}
	
#footer ul.footer-nav {
	float: right;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	padding: 5px 10px 10px 0;
	margin: 0;
	text-align: right;
	}

#footer ul.footer-nav li {
	display: inline;
	list-style: none;
	padding: 0 0 0 20px;
	}
	
#footer p.footer-disc {
	clear: both;
	border: 1px solid #fff;
	padding: 10px 9px;
	font: normal 12pt/14pt Helvetica, Arial, sans-serif;
	text-align: center;
	}
		
	
/* general */

.screen-reader-text {
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	}
	
.meta-nav {
	display: none;
	}

.clear {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
	}	
	
	
/* FOLLOWING WAS ADDED FOR "CANDIDATES" PAGE */

#governor_box{
	/* red is #d5111a */
	background: #004875;
	border: 1px #fff solid;
	min-height: 178px;
}

#governor_box h2 {
	margin-left: 0px;
	font-size: 16px;
}

/* #candidates h2{
	color: #fff;
	font: bold 16px "Cantarell",Helvetica,Arial,sans-serif;
	margin-top: 10px;
} */

 #candidates img {
	border: none!important;
	padding: 0px;
	padding-left: 12px;
	padding-top: 10px;
}

#candidates p + p {
	/* padding-bottom: 60px; */
}

.ss, .sh /* classes for the headers of state senate and state house */ {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}

#senate, #house {
	width: 344px;
	border: solid white 1px;
	margin-top: 15px;
	margin-bottom: 20px;
	position:relative;
	float:left;
}

.cand img{
	width:90px;
	height: 111px;
	margin-left: 4px;
}

#house {
	margin-left: 6px;
}

.cand h2 {
	text-align: left;
	font-size: 12px!important;
	padding-left: 20px;
}

.cand {
	margin-bottom: 35px;
	}
	
.cand p {
	font-size: 11px;
	margin:0px 20px;
}


/* STYLE TABLES IN BLOG POSTS */

.entry-content table {
	border: solid #ffffff 1px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin-left: -5px;
	width: 460px;
}

.entry-content table a {
	text-decoration: underline;
}

.entry-content tbody {
text-align: center;
}

.entry-content td {
	border:solid #fff 1px;
	border-collapse:collapse;
	padding: 4px 1px;
	line-height: 14px;
	width: 153px;
}

/* PETITION PAGE */

.petition {
	margin-top: 50px;
	clear: left;
}

.petition_form {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	padding: 20px;
	margin-top: 60px;
	height: 230px;
}

.petition input, #pet-email-form #subForm input {
	margin: 5px 0px 15px;
	height: 20px;
}

.undersigned {
	font-size: 16px;
	margin-bottom: -30px;
}

.pet-image {
	margin-left: 0px!important;
}

.petition_checkbox {
	height: 13px!important;
}

.petition_submit {
	padding: 3px;
}

#pet-email-form {
	margin-top: 25px;
}

#pet-email-form p, #pet-email-form #subForm p {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

#pet-email-form #subForm {
	padding: 20px;
}

#pet-email-form #subForm .submit {
	display: block;
	padding: 3px;
}

img.declaration {
	position: relative;
	top: 150px;
	left: -30px;
}

#pet_table {
background-color: #076ca6;
margin: 30px 0px;	
padding: 0px 25px;
}

#pet_table td img {
	margin-left: 20px;
	position: relative;
	top: 53px;
}

#pet_image_table {
	margin-left: 10px;
}

#pet_image_table td {
	padding-right: 50px;
	padding-bottom: 15px;
	
}

/* .signature {
	margin-left: -55px;
	padding: 10px 0px;
	border-top: solid 1px #fff;
} */

.signature {
	border-bottom: solid 1px #d6d6d6;
	margin-left: 20px;
	padding: 10px 0;
	
 }

#sigs {
	background-color: #fff;
	color: #000;
	margin-left: 10px;
	padding: 20px 20px 20px 0;
}




