/* @override http://carterforstatesenate.com/css/all.css */

/*
 *  Jason Carter for State Senate
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
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,b,u,i,center,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-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	}

body, h1, h2, h3, h4, h5, input, textarea, select, label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
	
p {
  padding-bottom: 18px;
	}
	
a:link, a:visited {
  color: #00ade3;
  text-decoration: underline;
	}	
a:focus, a:hover, a:active {
  text-decoration: none;
	}

h1 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 9px;
	font-weight: bold;
	color: #002a5c;
	}
	
h2 {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 9px;
	font-weight: bold;
	color: #002a5c;
	}
	
h3 {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #002a5c;
	}
	
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #002a5c;
	}

label {
	font-size: 1em;
	float: left;
	clear: left;
	font-weight: bold;
	color: #666;
	}

input, textarea, select {
	font-size: 1em;
	}

input.text, textarea {
    clear: left;
    float: left;
    width: 67%;
    border: 1px solid #aaa;
    padding: 2px 5px;
    margin-bottom: 8px;
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

/* End text */ 


/* Begin page styles */

html {
  background: #004378 url(../images/page-bg.png) repeat-y 50% 0;
	}
	
#wrapper {
	position: relative;
	}
/* Clearfix */
#wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #wrapper {height: 1%;}
/* IE7 */
*:first-child+html #wrapper {min-height: 1px;}

/* End page */


/* Begin header styles */

#headerWrapper {
	width: 100%;
	float: left;
	background: url(../images/header-bg.png) no-repeat 50% 0;
	}
  
#header {
	position: relative;
	width: 1030px;
	margin: 0 auto;
	height: 360px;
	}

.home #headerWrapper { background: url(../images/header-bg-home.png) no-repeat 50% 0; }
.home #header { height: 490px; }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	position: absolute;
	display: block;
	left: 170px;
	top: 25px;
	width: 294px;
	height: 55px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	}

#nav {
	position: absolute;
	bottom: 253px;
	right: 87px;
	}
.home #nav { bottom: 383px; }
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	padding: 5px 12px 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	}
#nav li a:focus, #nav li a:hover {
	color: #002a5c;
	}
#nav li.active a {
	background: #002a5c;
	color: #00aeef;
	}

#banner {
	position: absolute;
	bottom: 3px;
	left: 170px;
	}

/* End header */


/* Begin Left Sidebar styles */

#sidebarLeft {
	float: left;
	width: 210px;
	padding: 10px 0;
	font: normal 18px/23px "Times New Roman", Times, serif;
	margin-left:-30px;
	}
#sidebarLeft ul {
	padding-bottom: 30px;
	}
#sidebarLeft ul li a, #sidebarLeft .external{
	display: block;
	padding: 5px 30px 5px 0;
	text-decoration: none;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}
#sidebarLeft a:focus, #sidebarLeft a:hover {
	color: #00aef0;
	}
#sidebarLeft li.active a {
	color: #00aef0;
	background: url(../images/sidebarleft-active.png) repeat-y right 0;
	}

/* End left sidebar */

/* Begin body styles */

#contentWrapper {
	width: 100%;
	float: left;
	background: url(../images/content-bg.png) repeat-y 50% 0;
	}
  
#content {
	width: 1030px;
	margin: 0 auto;
	}

#body {
	float: left;
	width: 520px;
	padding: 20px 30px 30px 20px;
	margin-left: 1px;
	background: #fff;
	}

#body p.intro {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 24px;
	color: #002a5c;
	background: url(../images/intro-div.png) repeat-x 0 bottom;
	}

#body ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 9px 1.3em;
	}	
#body ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 9px 1.3em;
	}
#body li {
	padding: 0 0 9px;
	}

#body ul#section-list {
  list-style-type: none;
  padding-left: 0;
  }

#body ul#section-list h2 span, #body .date {
  font-weight: bold;
  font-size: 15px;
  color: #9ab;
  }
#body .date { padding-bottom: 18px; }

#body td{padding-right:20px;}
	
/* End body */


/* Issues section */

.issues #headerWrapper {
	background-image: url(../images/header-bg-issues.jpg);
	}
.issues #contentWrapper {
	background-image: url(../images/content-bg-issues.png);
	}
.issues #content {
	margin-top: -240px;
	}
.issues #body {
	position: relative;
	display: inline;
	margin-left: 170px;
	padding: 20px 0 40px;
	width: 810px;
	}
#issues-sidebar {
	position: absolute;
	float: left;
	width: 245px;
	height: 490px;
	top: 240px;
	left: -246px;
	background: url(../images/issues-sidebar.jpg);
	}
.issues #body p.intro {
	float: left;
	display: inline;
	width: 210px;
	margin: 10px 60px 50px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	background:none;
	}

#body #issues {
	padding: 0;
	}
#issues li {
	position: relative;
	float: left;
	width: 210px;
	height: 280px;
	margin: 0 60px 60px 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px solid #002a5c;
	}
#issues li img {
	position: absolute;
	top: 0;
	left: 0;
	}
#issues li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 20px;
	padding: 10px 10px;
	background: #002a5c;
	color: #fff;
	opacity: 0.8;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.7s;
	}
#issues li h2 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: all 0.4s;
	}
#issues li h2 a {
	color: #fff;
	text-decoration: none;
	}
#issues li p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
#issues li .readMore {
  font-size: 15px;
  font-style: italic;
  color: #fff;
  }

#issues li:hover div, #issues li.hover div {
	height: 260px;
	}

.issues #footerWrapper {
	background-image: url(../images/footer-bg-issues.png);
	}

/* End Issues section */


/* Begin Sidebar */

#sidebarRight {
	float: left;
	width: 210px;
	padding: 10px 20px;
	background: url(../images/sidebar-bg.png) repeat-x 0 0;
	}

#actionCenter li a {
	display: block;
	width: 210px;
	margin-bottom: 10px;
	background: url(../images/action-buttons.png) no-repeat;
	text-indent: -9999px;
	}
#actionCenter li#donate a {
	height: 55px;
	}
#actionCenter li#volunteer a {
	height: 38px;
	background-position: 0 -55px;
	}
#actionCenter li#contact a {
	height: 39px;
	background-position: 0 -93px;
	}
	
#actionCenter li#email {
	display: block;
	width: 200px;
	height: 50px;
	padding: 45px 0 0 10px;
	margin-bottom: 10px;
	background: url(../images/action-buttons.png) no-repeat 0 -132px;
	}
#actionCenter li#email span {
	display: none;
	}
#actionCenter li#email input.text {
	float: none;
	width: 146px;
	height: 25px;
	padding: 0 5px;
	margin: 0;
	border: 0;
	background: url(../images/email-input.png) no-repeat;
	vertical-align: middle;
	}
#actionCenter li#email input.button {
	vertical-align: middle;
	float: none;
	}
	
#actionCenter li#election {
	height: 59px;
	width: 210px;
	margin-bottom: 10px;
	background: url(../images/action-buttons.png) no-repeat 0 -217px;
	text-indent: -9999px;
	}
	
#actionCenter li#absentee a {
	height: 77px;
	background-position: 0 -276px;
	}
#actionCenter li#early_voting a {
	height: 77px;
	background-position: 0 -353px;
	}

#sidebarRight #news li {
	font-size: 11px;
	padding: 5px 0 4px;
	background: url(../images/sidebar-div.png) repeat-x 0 top;
	}

/* End Sidebar */


/* Begin footer styles */

#footerWrapper {
	width: 100%;
	float: left;
	background: url(../images/footer-bg.png) no-repeat 50% 0;
	}

#footer {
	width: 900px;
	margin: 10px auto;
	text-align: right;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}

#footer a {
	color: #00aeef;
	}

#twtr-widget-1 .twtr-tweet a{
	/*text-shadow:none;
	text-align:left;
	padding-right:0;
	display:inline;*/
}
	
/* End footer */



