/*
Theme Name: Marsha Farney for SBOE, District 10
Theme URI: http://www.marshafarney.com
Description: Custom theme for Marsha Farney for Texas State Board of Education, District 10 designed by realm9
Version: 1.0
Author: Justin Flores
Author URI: http://realm9.com/

	 Marsha Farney for SBOE, District 10 v1.0
	 http://www.marshafarney.com/

	This theme was designed and built by Justin Flores,
	whose website you will find at http://realm9.com/

*/



/* Begin Typography & Colors */

input {
	font-size:1em;
}

.postmetadata {
	text-align: ce4nter;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
/*	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*-------- START TEMPLATE -------------*/


body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	color:#283891;
}
body {
	line-height:153%;
	background-color: #fff;
	/*background-image:url(images/BGtop.png);*/
	background-position:top;
	background-repeat:repeat-x;
}

body.splash {
	background-color:#202c72;
	/*background-image:url(images/BGtop-splash.png);*/
}

body.info {
	background-color:#fff;
	background-image:none;
	line-height:120%;
}

body.info p{
	margin:0; padding:0;
}

#pollingtable td {
	border-bottom:1px solid #ccc;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	z-index:0;
}

a:link, a:active {
	text-decoration:none;
}

a:hover, a:visited {
	color:#080f32;
}

a:hover {
	text-decoration:underline;
	visited:#283891;
}

#main {
	offsetTop:0;
	margin:0 auto;padding:0;
	width:903px;
	padding-bottom:355px;   /* Height of the footer plus some space*/
}

body.splash #main {
	padding-bottom:175px;   /* Height of the footer plus some space*/
}

body.new #main {
	width:100%;
	padding-bottom:250px;
}

body.splash #content {
	color:#fff;
}

body.new #content {
    margin: 1.5em auto 0;
    width: 780px;
}

body.page #plbox {
	display:block;
	width:200px;
	height:300px;
	float:right;
	text-align:center;
}

body.splash #plbox {
	display:block;
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-left:-20px;
}

body.splash #voteinfo {
	display:block;
	width:500px;
	height:50px;
	text-align:center;
}

body.splash #voteinfo ul li{
	display:inline;
	padding-right:15px;
	font-size:1.3em;
	font-weight:bold;
}

body.page #content #plbox p {
	width:80%;
}

body.splash #rightcol li.response b a{
	color:#ffe200;
}

#content #plbox p {
	background:#d6a5ac;
	padding:5px;
	font-size:0.9em;
	line-height:140%;
	margin:0 auto;
}

body.splash #content #plbox p{
	padding-top:25px;
	background:none;
	color:#fff;
	font-size:1.1em;
	line-height:160%;
}

body.splash h2.endorse{
	margin-top:95px;
	*margin-top:125px;
	line-height:140%;
	text-align:center;
}

body.splash h2.endorse a, body.splash #voteinfo ul li a{
	color:#fed500;
}

body.splash h2.endorse a:hover{
	text-decoration:underline;
}

#leftcol,#rightcol{
	margin:0;padding:0;
}

#leftcol{
	width:548px;
	float:left;
}
#rightcol{
	width:355px;
	float:left;
}

h1{
	margin:0;
}

h1 a span, #nav a span, #nav2 a span, h2 a span{
	display:none;
}

#header {
	width:100%;
	background:url(images/BGtop2.png) repeat-x scroll 0 0;
}

#wordmark a, #wordmark2 a, #fb a, #donate a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
}
#wordmark{
	height:257px;
	width:548px;
}
#wordmark a{
	margin:0;
	padding:0;
	background:transparent url(images/GRlogo.png) no-repeat scroll 0 0;
	height:257px;
	width:548px;
}

#wordmark2 a{
	margin:0 auto;
	padding:0;
	background:transparent url(images/GRheader.jpg) no-repeat scroll 0 0;
	height:257px;
	width:900px;
}

#response{
	margin:0 auto;
	padding:0.1em;
	background:#ece579;
	border:1px solid #bbb33a;
	width:60%;
	text-align:center;
	font-size:0.8em;
}

#response a, #response a:visited, #response a:hover {
	color:#283891;
}

#nav{
	color:#fff;
	width:548px;
	height:163px;
	background:transparent url(images/GRnav.png) no-repeat scroll 0 0;
}

body.splash #nav{
	background:transparent url(images/GRnav-splash.png) no-repeat scroll 0 0;
}

body.splash #nav .subscribefield{
	width:150px;
	float:left;
}

body.splash #nav .subscribefield input{
	width:120px;
}

body.splash #nav2{
	width:355px;
	height:139px;
	background:transparent url(images/GRtop2-splash.png) no-repeat scroll 0 0;
}

#nav ul, #nav2 ul{
	margin:0;
	margin-left:50px;
}

#nav2 ul{
	margin-left:30px;
}

#nav div.subscribe{
	font-weight:bold;
	width:390px;
	padding-top:20px;
	padding-left:90px;
	text-align:center;
}

#nav label{
	color:#4b81db;
}

#subscribe-splash{
	padding-top:10px;
	padding-left:80px;
}

#nav ul li, #nav2 ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:165%;
	font-size:1.1em;
	list-style-type:none;
	background:transparent url(images/GRnav-item.png) no-repeat scroll 0 5px;	
	padding-left:30px;
	display:inline-block;
	*display:inline;
	*font-size:.95em;
}

#nav2 ul li{
	float:left;
	display:block;
}

#nav ul li.donate,#nav ul li.fb{
	float:left;
	margin-left:20px;
	height:30px;
}

#nav ul li.donate{
	background:transparent url(images/GRdonate2.png) no-repeat scroll 0 5px;
}

#nav ul li.fb{
	background:transparent url(images/GRfb2.png) no-repeat scroll 0 5px;
}


#nav a, #nav2 a{
	color:#fff;
}

#nav a:visited, #nav2 a:visited{
	color:#fff;
}
#nav a:hover, #nav2 a:hover{
	color:#ffe200;
}
#nav a:hover, #nav2 a:hover{
	visited:#ffe200;
}

#fb, #donate{
	width:75px;
	height:96px;
	float:right;
	margin-right:20px;
}
#fb a, #donate a{
	margin:0;
	padding:0;
	background:transparent url(images/GRfb.png) no-repeat scroll 0 5px;	
	width:75px;
	height:96px;
}

#donate a{
	background:transparent url(images/GRdonate.png) no-repeat scroll 0 5px;	
}

#content{
	margin-left:40px;
	font-size:0.8em;
}

#content p, #content ul, #content h2{
	margin:5px 0;
}

#content p{
	margin-bottom:10px;
}

#content p.votelocation{
	display:inline-block;
	padding:10px;
	font-weight:bold;
	font-size:1.5em;
	background-color:#ced8eb;
	padding-left:30px;
	background-image:url(images/ICpdf.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
}

#content p.votelocation a{
	color:#283891;
}

#content p.quote {
	font-style:italic;
	margin-left:20px;
}

#content #endorsetable {
	border:0;
	padding:8px;
}

#content #endorsetable td {
	border-bottom:1px solid #D8E1ED;
}

#content td.bigger {
	font-size:1.2em;
}

#content table.info td {
	border-bottom:1px solid #ccc;
}

#content div.mediapromo{
	width:100%;
	height:60px;
}

#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
}

#content h1{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:1.2em;
	font-weight:bold;
}

body.new #content h1 {
	font-size:2.4em;
	line-height:130%;
}

body.new #content h3 {
	margin:0;
}

body.new .steering {
	width:100%;
	text-align:center;
}

body.new #content ul li {
	margin-top:0.5em;
}

#content h4 {
	*width:100%;
	*display:block;
	*clear:	both;
}

#content form fieldset{
	border:1px solid #ccc;
	margin-bottom:15px;
	margin-top:20px;
	padding:8px;
}

#content .compliance{
	background-color:#FFF8E5;
	border:1px solid #FF6633;
	margin:10px 0;
	padding:5px 10px;
}

#content legend{
	color:#353C40;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	line-height:2em;
	margin:0;
	padding:0;
}

#donationForm em{
	color:#c00;
}

#footer, body.splash #footer {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:2;
	margin:0 auto;
	height:160px;   /* Height of the footer */
	background-color:#283891;
}

body.new #footer {
	background-color:#104699;
	color:#fff;
}

body.new #footer a, body.new #footer small{
	color:#fff;
}

body.new #footer a.ghost-footer{
	color:#104699;
}


#schoolhouse{
	margin-top:-184px;
	width:505px;
	height:184px;
	background:transparent url(images/GRbottom.jpg) no-repeat scroll 0 0;
}
	

#footercontent {
	margin:0 auto;
	padding:5px;
	color:#777;
	width:850px;
	text-align:center;
}

#footercontent a{
	color:#777;
}

#footernav{
	font-size:1.1em;
	margin-bottom:10px;
}
#footernav a{
	color:#ffe200;
}

#footercontent a.ghost-footer{
	color:#283891;
}

.clear{
	clear:both;
}

.linklove{
	display:none;
}

.nodot {
	list-style-type:none;
}

