/*
Theme Name: Minnesota Voters for Animal Protection
Theme URI: http://votersforanimals.org/
Description: Custom theme for MVAP.
Author: Barrett Creative, Inc.
Author URI: http://barrettcreative.net
Version: 1.0
*/

.alignleft {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	display: block;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

a {
	color: #006dc1;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #006dc1;
	text-decoration: underline;
}

a.teaser {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0.5em;
	line-height: 40px;
	text-decoration: none;
}

a.teaser:hover {
	color: #fff;
	background: #25779f;
}

a.teaser:hover span.quiet.small {
	color: #fff;
}

.bc-infobox {
	padding-top: 0;
	padding-bottom: 0;
}

.bc-infobox a {
	text-decoration: underline;
}

.bc-infobox h1, .bc-infobox h2, .bc-infobox h3, .bc-infobox h4, .bc-infobox h5, .bc-infobox h6 {
	font-weight: bold;
}

.bc-infobox h1 { font-size: 2em; }
.bc-infobox h2 { font-size: 1.6em; }
.bc-infobox h3 { font-size: 1.2em; }
.bc-infobox h4 { font-size: 1.1em; }
.bc-infobox h5 { font-size: 1em; }
.bc-infobox h6 { font-size: 0.8em; }

.bc-infobox h1, .bc-infobox h2, .bc-infobox h3, .bc-infobox h4, .bc-infobox h5, .bc-infobox h6, .bc-infobox p {
	margin: 0.8em 0;
}

.bc-infobox ol, .bc-infobox ul {
	margin: 0.8em 1.2em;
}

.bc-infobox.info {
	margin-bottom: 1em;
	padding: 0 0.8em;
	border: 2px solid #93ccee;
	background: #dbeef9 url(images/info-bkgd.png) no-repeat right top;
	color: #004a78;
}

.bc-infobox.error {
	background-image: url(images/urgent-bkgd.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.bc-infobox.notice {
	background-image: url(images/alert-bkgd.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.bc-infobox.success {
	background-image: url(images/success-bkgd.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.bc-infobox.info, .bc-infobox.info a, .bc-infobox.info h2, .bc-infobox.info h3 { color: #004a78; }
.bc-infobox.error, .bc-infobox.error a, .bc-infobox.error h2, .bc-infobox.error h3 { color: #8a1f11; }
.bc-infobox.notice, .bc-infobox.notice a, .bc-infobox.notice h2, .bc-infobox.notice h3 { color: #514721; }
.bc-infobox.success, .bc-infobox.success a, .bc-infobox.success h2, .bc-infobox.success h3 { color: #264409; }

body {
	margin: 0;
	padding: 0;
	background: #c9beab url(images/body-bkgd.jpg) repeat-x top;
	color: #333;
	font-size: 12px;
}

#breadcrumbs {
	margin: 0 0 20px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0;
	padding: 1em;
	background: #fff;
}

.commentlist li.alt {
	background: #fff;
}

.commentlist li.bypostauthor {
	background: #c2bfae;
}

.commentlist .commentauthorlink {
	font-size: 1.3em;
	line-height: 1.3em;
}

.commentlist .commentauthorlink a {
	text-decoration: none;
}

.commentlist .commentinfo {
	float: left;
	width: 15%;
	text-align: right;
}

.commentlist .commentlink {
	color: #c2bfae;
	text-decoration: none;
}

.commentlist li.bypostauthor .commentlink {
	color: #333;
}

.commentlist li.bypostauthor .commentnumber {
	color: #333;
}

.commentlist .commentnumber {
	float: right;
	width: 5%;
	line-height: 1em;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #c2bfae;
}

.commentlist .commenttext {
	float: left;
	width: 75%;
	margin-left: 5%;
}

#comments h3 {
	margin-top: 1em;
}

.container {
	width: 800px;
	padding: 0 10px;
	background: #fff url(images/content-bkgd.jpg) repeat-y;
}

#content {
	float: right;
	width: 600px;
	padding: 15px;
	overflow-x: hidden;
}

#content #attachment_168 {
	clear: left;
}

#content ul, #sidebar ul {
	list-style-type: circle;
}

#content ul.inside, #sidebar ul.inside {
	list-style-position: inside;
}

.donation-module {
	float: left;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	border: 2px solid #d5d5d5;
	background: #e5e5e5;
}

.donation-module.monthly {
	border: 2px solid #93ccee;
	background: #dbeef9;
}

.donation-module.yearly {
	border: 2px solid #93ccee;
	background: #dbeef9;
}

.donation-module h2 {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 780px;
	margin: 20px 0 0;
	padding: 10px;
	background: #7e725c;
	color: #fff;
	border-top: 1px solid #998;
	font-size: 0.9em;
}

h2 {
	line-height: 1.1em;
}

#header {
	height: 153px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#header h1 a {
	display: block;
	height: 153px;
	background: transparent url(images/mvap-logo-banner.jpg) no-repeat center top;
	text-indent: -9999px;
}

.home-actions {
	padding: 10px 0;
	text-align: center;
}

.home-actions a {
	margin: 0 10px;
}

.home-badges {
	width: 28%;
	float: right;
	text-align: center;
}

.home-badges .mission {
	margin: 20px 0;
	padding: 10px;
	background: #c8660a;
	color: #fff;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.home-badges .mission p {
	margin: 0;
}

.home-content {
	width: 68%;
	float: left;
}

input {
	padding: 5px;
}

.latest-news-posts {
	margin: 10px 0 20px;
	padding: 10px;
	background: #e5e5e5;
	border: 2px solid #d5d5d5;
}

#nav {
	margin: 0;
	text-align: center;
	background: url(images/nav-bkgd.jpg) center bottom;
	z-index: 9999;
}

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

#nav li {
	display: inline;
	position: relative;
}

#nav li a {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 7px;
	font: bold 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#nav li a:hover, #nav li:hover a {
	color: #0054a6;
	background: #fff;
	text-decoration: none;
}

#nav li.current_page_item a {
	
}

#nav li ul {
	display: none;
	padding: 0;
	width: 150px;
	background: #006dc1;
	border-bottom: 1px solid #172556;
	position: absolute;
	top: 17px;
	left: 5px;
}

#nav li:hover ul {
	display: block;
}

#nav li:hover ul ul {
	display: none;
}

#nav li li {
	display: block;
}

#nav li li a, #nav li:hover li a {
	background: #006dc1;
	color: #fff;
	width: 136px;
	margin: 0;
	border-bottom: 1px solid #338acd;
	border-top: 1px solid #0062ad;
	cursor: pointer;
}

#nav li li a:hover {
	background: #4b93d5;
	color: #fff;
	border-top: 1px solid #4b93d5;
}

#nav li li ul {
	display: none;
	padding: 0;
	width: 150px;
	background: #006dc1;
	border-bottom: 1px solid #172556;
	position: absolute;
	top: 0;
	left: 150px;
}

#nav li li:hover ul {
	display: block;
}

.post-navigation {
	display: inline-block;
	width: 96%;
	padding: 5px 2%;
	background: #83952a;
	color: #fff;
}

.post-navigation a {
	color: #fff;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px;
	color: #fff;
}

#sidebar a {
	color: #fff;
}

#sidebar h3 {
	margin: 0 0 10px;
	color: #fff;
}

#sidebar .hosting-credit {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .menu ul li a {
	display: block;
	margin: 0;
	padding: 5px;
	font: bold 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#sidebar .menu ul li a:hover {
	color: #0054a6;
	background: #fff;
	text-decoration: none;
}

#sidebar .widget {
	padding: 10px 5px 0;
}

#sidebar .widget h3 {
	border-top: 1px solid #fff;
	color: #9cf;
	font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 10px -5px;
	padding: 10px 5px 0;
}

#sidebar #text-3 h3 {
	display: none;
}

#sidebar .widget.widget_search {
	padding: 0 5px 0;
}

#sidebar .widget.adminwidget {
	border-top: 1px solid #fff;
}

.signupframe {
	width: 70%;
	margin: 0 auto;
	border: none !important;
	font-size: 1.1em;
	color: #000;
}

.signupframe font {
	width:120px; 
	margin:12px 0 0 0;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
}

.signupframe input,
.signupframe textarea,
.signupframe select { 
	padding:4px;
	border:1px solid #aaa;
	background:#ffffff url(../../plugins/cforms/images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
	line-height: 1.4em;
	font: 1.1em Helvetica, Arial, sans-serif;
}
.signupframe input:hover,
.signupframe textarea:hover,
.signupframe select:hover	{
	border: 1px solid #006dc1;
	background:#ffffff url(../../plugins/cforms/images/field-bg-top.gif) repeat-x top left; 
}

.signupframe input:focus,
.signupframe textarea:focus,
.signupframe select:focus	{
	background:#ffffff url(../../plugins/cforms/images/field-bg-bottom.gif) repeat-x bottom left; 
}

.signupframe textarea,
.signupframe input {
	width:293px; 
}
.signupframe select {
	width:301px; /* attempt to have equal length */
}  

.signupframe select.cfselectmulti	{ 
	height:7.5em; 
}

.signupframe textarea {
	overflow:auto;
}
.signupframe input[type=submit]	{ 
	width:auto;  
	padding:5px 10px; 
	margin: 0;
	font-weight: bold;
	background: #003d91; 
	color: #fff;
	border:1px solid #003d91;
	border-top-color: #006dc1;
	border-left-color: #006dc1;
	cursor: pointer;
	text-shadow: 1px 1px 0 #666;
}

.signupframe input[type=submit]:hover {
	background: #006dc1;
	border-color: #006dc1;
	border-top-color: #009df1;
	border-left-color: #009df1;
}

.wp-pagenavi {
	clear: both;
	margin-top: 10px;
	font-size: 1.2em;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	display: block;
	float: left;
    width: 20px;
    height: 20px;
    margin: 10px 0;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
    text-decoration: none;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #25779f;
}

.wp-pagenavi span.pages {
	display: block;
	float: left;
    height: 22px;
    margin: 10px 10px 10px 0;
    line-height: 22px;
    font-weight: bold;
	color: #333;
}

.wp-pagenavi span.current {
	color: #333;
    border-color: #c2bfae;
}

.wp-pagenavi span.current:hover {
	color: #fff;
	background-color: #25779f;
}

.wp-pagenavi span.extend {
	color: #333;
}