/*
 Theme Name: Elect Equality
 Theme URI: www.electequality.org
 Description: Main theme for Elect Equality
 Author: Projects by CD2
 Author URI: www.electequality.org
 
 */

/* Base Styles */

body {
        width: 100%;
        height: 100%;
        text-align: center;
		background-color: #2b5284;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
     }
	 
#page_container, #intro_container {
	position: relative;
	text-align: left;
	margin: auto;
	width: 1250px;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

/* Equality Styles */
.equality {
	position: absolute;
	top: 104px;
	left: 153px;
	width: 950px;
	height: 137px;
	overflow: hidden;
}

.equality a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.equality a:visited {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.arrow {
	position: absolute;
	cursor: pointer;
	width: 46px;
	height: 46px;
}


.equality .candidate {
	position: relative;
	width: 118px;
	height: 137px;
	cursor: pointer;
	background-color: #ddd;
}

.equality .candidate .overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%; 
	height: 30px; 
	margin: 0px;
	color: #fff;
	text-align: center; 
	font-size: 13px; 
	text-transform: uppercase; 
	line-height: 14px;
	cursor: pointer;
	
	
	 
}

.equality .candidate .overlay_box {background-color: #6994cb; opacity: 0.85; filter:alpha(opacity=85); cursor: pointer;}
.equality .candidate .overlay_text {z-index: 5; overflow: hidden; height: 29px; cursor: pointer;}


.equality .candidate:first-child {
	margin-left: 0px;
}
/* Header Styles */
#header {
	position: relative;
	width: 1250px;
	height: 260px;
	background-image: url("images/header.jpg");
}

/* Main Content Styles */
#content {
	position: relative;
	width: 1250px;
	height: 272px;
	background-image: url("images/content.jpg");
}

#content #hashtag_box {
	position: absolute;
	left: 798px;
	top: 59px;
	width: 294px;
	height: 186px;
	
}

#content #content_box {
	position: absolute;
	left: 153px;
	top: 16px;
	width: 619px;
	height: 232px;
	color: #c5defe;
	font-size: 14px;
}

#content #content_box a {
	color: #c5defe;
	text-decoration: underline;
	font-weight: bold;
}

#content #var_container {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 619px;
	height: 200px;
	overflow: hidden;
}

#content .variable {
	position: relative;
	width: 619px;
	height: 200px;
	overflow: hidden;
	display: none;
}

#content #content_box #stages li {
	margin-right: 8px;
}

#content #content_box #stages .btn {
	cursor: pointer;
}

#content .form_container .textbox {
height: 21px;
width: 110px;
border: 1px solid black;
padding: 2px;
padding-top: 3px;
padding-bottom: 1px;
float: left;
margin: 0px;
margin-right: 5px;
font-size: 14px;

}

#content #pledge_form {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
}

#content #hashtag_box .tweet {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 290px;
	height: 158px;
	overflow: hidden;
	
	}
	
#content #hashtag_box #whatabout {
	position: absolute;
	width: 100%;
	border-top: 1px solid #fff;
	font-size: 14px;
	height: 20px;
	vertical-align: bottom;
	text-align: right;
	bottom: 0px;
	text-transform: uppercase;
}

#content #hashtag_box a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

#content #hashtag_box #whatabout a {
	text-decoration: none;
	color: #fff;
}

#content #hashtag_box #whatabout a:hover {
	text-decoration: underline;
}

/* Footer and Sequel Styles */

#footer {
	position: relative;
	width: 1250px;
	height: 165px;
	background-image: url("images/footer.jpg");
}

#sequel {
	position: relative;
	width: 1250px;
	height: 140px;
}

#sequel #disclaimer {
position: absolute;
left: 300px;
text-align: center;
width: 650px;
height:	30px;
bottom: 10px;
color: #ffffff;
border: 1px solid #ffffff;
}

#sequel #socnet {
	position: relative;
	height: 72px;
	width: 734px;
	float: left;
	background-image: url("images/socnet.jpg");
}

#sequel #socnet ul {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	width: 609px;
	height: 43px;
	left: 125px;
}

#sequel #socnet ul li {
	list-style: none;
	float: left;
}

#sequel #logo {
	position: relative;
	height: 72px;
	width: 516px;
	float: right;
	background-image: url("images/logo_bg.jpg");
}

/* Intro Container Styles */
#intro_container #header {
	background-image: none;
}

#intro_container #content {
	background-image: none;
}

#intro_container #footer {
	background-image: none;
}

.equality_flash {
	width: 980px;
	height: 164px;
	position: absolute;
	bottom: 4px;
	left: 135px;
	background-color: #88394c;
}

/* Daughter Page Styles */

#daughter {
	font-size: 14px;
	text-align: center;
	background-color: #2a5285;
	}
	
#daughter h1, h2, h3, h4, h5, h6 {
	font-size: 20px;
}

#daughter p {
	font-size: 14px;
}

#daughter a {
	color: #fff;
	text-decoration: underline;
}

/* Vote Page Styles */

#vote_page label {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}

.form-required {
	color: #d68b97;
}
#vote_page input {
	height: 22px;
	width: 250px;
	margin-bottom: 12px;
	font-size: 16px;
}

#vote_page select {
	height: 22px;
	width: 175px;
	margin-bottom: 12px;
	font-size: 16px;
}

