/* @override http://www.azvoterguide.com/wp-content/themes/azvg/style.css */

/*==============================================
CLIENT: 	Center for Arizona Policy
FILE: 		styles.css - main CSS styles
CREATED: 	7/6/10
AUTHOR: 	Tipping Media, LLC. (www.tippingmedia.com)
================================================*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* ADDTHIS.com Fix */
#atffc { display: none !important; }

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic !important;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

a {
	color: #880016;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #7ca2c2;
	text-decoration: none;
}

/* @end */

/* @group Styles */

/* @group Inside */

#inside #main .container .left h2 {
	border-bottom: 1px solid #e1e0e0;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 38px;
	color: #000;
}

#inside #main .container .right {
	padding-top: 0;
	margin-bottom: 40px;
}

#inside li#primary {
	background: none !important;
}

.right #quicklinks li {
	background: url(_img/quicklink-bullet.png) no-repeat 8px 12px !important;
	border-bottom: 1px solid #e1e0e0;
}

.right #quicklinks li a {
	display: block;
	text-decoration: none;
	list-style-type: none !important;
	font-size: 13px;
	margin-top: 0px;
	padding: 10px 0px 10px 25px !important;
	/* line-height: 30px; */
	height:11px;
}

.right #quicklinks li a:hover {
	background: #d1e8ff url(_img/quicklink-bullet.png) no-repeat 8px 12px;
}



#inside .right #share {
	margin: 25px 0;
}

p#spanish-guide {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #123365;
	background: #eeeded;
	padding:10px 5px;
	margin: 15px 0;
}

/* @end */

/* @group jQuery Tabs */
#tabs h3 {
	margin-bottom: 15px;
}

#tabs h5 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #7ea4c5;
}

#tabs {
	/* position: absolute; */
	width: 500px;
	margin-top: -91px;
	margin-left: -17px;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1; 
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav { 
	margin: 0; 
	padding: .2em .2em 0; 
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 2px; 
	margin: 0 .2em 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a,
a.blue-button { 
	float: left; 
	padding: .5em 1em; 
	text-decoration: none;
	background:#607d96 url(_img/tab-inactive.png) repeat-x;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top: 1px solid #5a8cc0;
	color: #ffffff !important;
	font-size: 12px;  
}

a.blue-button {
	float: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	radius:4px;
	margin: 3px 3px 0px 0;
	display: inline-block;
}

.ui-tabs .ui-tabs-nav li a:hover,
a.blue-button:hover {
	background:#7699b7 url(_img/tab-hover.png) repeat-x;
	border-top: 1px solid #9dccf5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
	margin-top: -9px;
	background:#0d113e url(_img/tab-active.png) repeat-x;
	border-top: 1px solid #0d113e;
	padding: 1em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0;
	background: none; 
	width: 550px;
	padding: 30px 35px 30px 15px;
	font-size: 13px;
	line-height: 20px;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}


/* @end */

/* @group Footer */

#footer {
	background: #002850 url(_img/footer-gradient.png) repeat-x;
	min-height: 170px;
	padding-top: 2px;
}

#footer .container {
	background: url(_img/footer-highlight.png) no-repeat center top;
	min-height: 94px;
	padding-top: 35px;
}

#footer .left li {
	display: inline;
	color: #ffffff;
	font-size: 13px;
	padding-right: 15px;
}

#footer .left li#copyright {
	display: block;
	font-size: 11px;
	padding-top: 5px;
}

#footer .left li a {
	color: #7ea4c5;
	text-decoration: none;
}

#footer .left li a:hover {
	color: #ffffff;
}

#footer .left li#site-credit a {
	margin-top: 15px;
	display: block;
	font-size: 11px;
	background: url(_img/tm-icon.png) no-repeat left center;
	text-indent: 25px;
	width: 150px;
	line-height: 20px;
}

#cap-logo a {
	width: 91px;
	height: 74px;
	background: url(_img/cap-logo.png);
	display: block;
	text-indent: -9999px;
}

/* @end */

/* @group Body */

/* @group Form */

p img.alignright {
	float: right;
}

#get-guide-form input {
	border: 1px solid #d3e0eb;
	color: #000;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 3px;
	background-color: #e5f3ff;
}

#get-guide-form h2 {
	margin-top: 10px !important;
	padding-bottom: 5px !important;
}

#get-guide-form h4 {
	font-size: 15px;
	color: #7ea4c5;
}

#get-guide-form div.footnote {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #7f7f7f;
	width: 350px;
}

#get-guide-form span.footnote, 
#get-guide-form p.footnote,
#main .left div.footnote {
	font-size: 11px !important;
	color: #7f7f7f;
	margin-left: 5px;
}

#get-guide-form div.checkbox {
	font-size: 11px;
}

#tabs p.footnote, #tabs div.footnote {
	font-size: 10px;
	padding-top: 8px;
}

#tabs p.footnote span {
	color: red;
}

/* @end */
.left {
	float: left;
}

.right {
	float: right;
}



#main {
	background: url(_img/body-bg-gradient.png) repeat-x;
	min-height: 315px;
}

#main .container {
	background: #ffffff url(_img/container-gradient.png) repeat-x;
}

#main .container .no-sidebar{
padding: 25px 35px 55px 35px;
}

#main .container .left {
	width: 550px;
	padding: 25px 35px 55px 35px;
}

#main .container .left p,
#main .container .editable p {
	font-size: 13px;
	line-height: 17px;
	color: #4d4d4d;
	padding-bottom: 8px;
}

#main .container .right {
	width: 210px;
	padding: 25px 20px 15px 20px;
	background: url(_img/connect-bg.png) no-repeat;
}

#main .container .right h2 {
	font-size: 25px;

	color: #003366;
	border-bottom: 1px solid #e1e0e0;
	padding-bottom: 15px;
	text-indent: 10px;
}

#main .container .right li {
	background: url(_img/connect-bg-gradient.png) no-repeat center top;
	border-bottom: 1px solid #e1e0e0;
}

#main .container .right li a {
	display: block;
	color: #003366;
	text-decoration: none;
	font-size: 13px;
	margin-top: 1px;
	padding: 12px 0px 12px 43px;
	line-height: 12px;
}

#main .container .right li a span {
	display: block;
	color: #880016;
}

#main .container .right li a:hover {
	background-color: #d1e8ff;
}

#main .container .right li#primary {
	color: #d52a24;
	font-size: 18px;
	padding: 20px 0px 0px 10px;
	margin-bottom: 20px;
	border: none;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: -1px;
}

#main .container .right li#primary span {
	display: block;
	color: #003366;
	font-size: 19px;
}

#main .container .right li#online a {
	background: url(_img/cap-icon.png) no-repeat left center;
}

#main .container .right li#online a:hover {
	background: #d1e8ff url(_img/cap-icon.png) no-repeat left center;
}

#main .container .right li#facebook a {
	background: url(_img/facebook-icon.png) no-repeat left center;
}

#main .container .right li#facebook a:hover {
	background: #d1e8ff url(_img/facebook-icon.png) no-repeat left center;
}

#main .container .right li#sms a {
	background: url(_img/text-icon.png) no-repeat left center;
}

#main .container .right li#sms a:hover {
	background: #d1e8ff url(_img/text-icon.png) no-repeat left center;
}

#main .container .right li#twitter a {
	background: url(_img/twitter-icon.png) no-repeat left center;
}

#main .container .right li#twitter a:hover {
	background: #d1e8ff url(_img/twitter-icon.png) no-repeat left center;
}

#main .container .right li#support-the-guide a {
	background: url(_img/checkbox.png) no-repeat left center;
}

#main .container .right li#support-the-guide a:hover {
	background: #d1e8ff url(_img/checkbox.png) no-repeat left center;
}

#main .container .right li#guia-del-votante a {
	background: url(_img/red-peel.png) no-repeat left center;
}

#main .container .right li#guia-del-votante a:hover {
	background: #d1e8ff url(_img/red-peel.png) no-repeat left center;
}

#main .container .left h2, #main .container .no-sidebar h2 {
	font-size: 38px;
	padding-bottom: 15px;
	color: #000;
}

#blue-container {
	background: #0e0e3b;
	border-top: 3px solid #003366;
}

#blue-container .left {
	width: 550px;
	color: #ffffff;
	padding: 55px 35px 30px 35px;
}

#blue-container .editable {
	background: url(_img/blue-container-editable-bg.png) no-repeat center top;
	padding-top: 45px;
}

#blue-container .left h2, #inside h3, #blue-container .left h3 {
	color: #7ea4c5;
	font-size: 20px;
	padding-bottom: 15px;
	margin-top: 25px;
}

#blue-container .left h3 {
	font-size: 16px;
	margin-top: 0px;
	padding-bottom: 0;
}

#blue-container p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
}

a.blue-button {
	
}

#tabs-3 li {
	list-style-type: disc;
	list-style-position: inside;
	color: #7da3c3;
	text-indent: 15px;
}

#tabs-3 ul {
	margin-bottom: 20px;
	margin-top: -15px;
}

#tabs-3 li a, #tabs-2 a {
	color: #7da3c3 !important;
}

#blue-container a {
	color: #d52a24;
}

#blue-container a:hover {
	color: #0077ee;
	text-decoration: none;
}

#blue-container .right ul {
	margin-bottom: 25px;
}

#blue-container .right {
	width: 210px;
	background: url(_img/blue-container-right-bg.png) no-repeat;
	min-height: 387px;
	padding: 25px 20px 40px 20px;
	margin-top: 1px;
}

#blue-container .right li {
	background: url(_img/quicklink-bullet.png) no-repeat 8px 9px;
	border-bottom: 2px groove #2b3560;
}

#blue-container .right li a {
	/* line-height: 27px; */
	height: 11px;
	display: block;
	text-indent: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 10px 0px 10px 25px;
}

#blue-container .right li a:hover {
	background: #0077ee url(_img/quicklink-bullet.png) no-repeat 8px 12px;
}

#share a, #get-guide-form input#submit-button {
	color: #ffffff;
	display: block;
	background: #003467 url(_img/share-button-bg.png) repeat-x;
	border: 1px solid #002548;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	font-size: 12px;
	text-transform: uppercase;
	/* line-height: 29px; */
	text-decoration: none;
	text-indent: 10px;
	padding: 10px 0;
}

#get-guide-form input#submit-button {
	display: inline;
	text-indent: 0;
	line-height: normal;
	padding: 7px 10px;
}

#share a span {
	background: url(_img/share-bullet.png);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: -1px;
	margin-left: 10px;
}

#share a:hover, #get-guide-form input#submit-button:hover {
	background:#005ab4 url(_img/share-button-bg-hover.png) repeat-x;
	cursor: pointer;
}

#main div.editable ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 13px;
	line-height: 17px;
	color: #4d4d4d;
	margin-left: 30px;
	width: auto;
	margin-bottom: 5px;
}

#main div.editable ul {
	margin-bottom: 20px;
}

#main div.editable ol li {
	list-style-type: decimal;
	list-style-position: outside;
	width: auto;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #4d4d4d;
}

p.alert {
	background: #fdfed3;
	padding: 10px 20px;
	font-size: 12px;
	color: #000;
	border: 1px solid #e0e29a;
	margin-bottom: 10px;
}


/* @end */

/* @group Header */

#header {
	background: url(_img/header-bg.jpg) repeat-x;
	height: 129px;
}

h1 a {
	display: block;
	width: 414px;
	height: 64px;
	background: url(_img/logo.png);
	text-indent: -9999px;
	float: left;
	margin-top: 30px;
}
#get-guide {
	z-index: 9999;
	position: relative;
	float: right;
}

#get-guide a {
	display: block;
	width: 226px;
	height: 175px;
	background:url(_img/get-my-guide.png) top;
	text-indent: -9999px;
}

#get-guide a:hover {
	background:url(_img/get-my-guide.png) bottom;
}

.container {
	margin: 0 auto;
	width: 870px;
}



/* @end */

/* @group Nav */

#nav {
	background: url(_img/nav-bg.png) repeat-x;
	height: 59px;
	z-index: 1000;
}

#nav .container {
	background: url(_img/nav-divider.png) left top no-repeat;
	height: 49px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li a {
	display: block;
	height: 22px;
	padding: 17px 20px;
	/*line-height: 49px !important; */
	background: url(_img/nav-divider.png) right top no-repeat;
	font-size: 15px;
	color: white;
	text-decoration: none;
    /* text-indent:-9999px; */
}

#nav li a:hover {
	background: url(_img/nav-bg-hover.png) repeat-x;
}
#nav li {
	float: left;
	cursor: pointer;
}

/* #nav li a {
	background-image: url(../_img/sprite.png);
	background-position: -275px 0;
} */

#nav li ul {
	position: absolute;
	width: 215px;
	left: -999em;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	z-index: 5000;
}

#nav li li a {
	/* line-height: 28px !important; */
	width: 215px !important;
	height: 14px;
	background: #ededed;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #fff;
	cursor: pointer;
	color: #4d4d4d;
	padding: 8px 0px;
	text-indent: 18px;
}

#nav li li a:hover,
#nav li li.sfhover,
#nav li li:hover {
	background: #cdcdcd;
}

#nav li li a:active,
#nav li li:active,
#nav li li.current a {
	color: #8c8c8c;
	background: #fff;
}

.printshow{ display: none; }

#main .container .left p.zip-line{ font-size: 1.4em; margin-top: 3px; margin-bottom: 6px; color: #000088; }

#overlay-home-top .overlay-message {
	position: absolute;
	background: #fff;
	height: 80px;
	width: 400px;
	opacity: .7;
	filter:alpha(opacity=70);
}

#overlay-home-top .overlay-message h3 {
	position: relative;
	top: 25px;
	left: 65px;
	opacity: 1;
	filter:alpha(opacity=100);
	font-size: 28px;
}

#blue-container-overlay {
	position: absolute;
	background: #0b0c3b;
	width: 570px;
	height: 500px;
	opacity: .8;
	filter:alpha(opacity=80);
	z-index: 9999;
}

#blue-container-overlay h3 {
	font-size: 28px !important;
	position: relative;
	top: 150px;
	left: 20px;
	opacity: 1;
	filter:alpha(opacity=100);
	color: #fff;
}

/* @end */


/* @end */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
