@charset "utf-8";

/* CSS Document */

/****************************************************************
   Selectricity || selectricity.org
   Design by Courtland Allen
*****************************************************************/

/* basics */
 
body {
	color: black;
	background: white;
	background: url(/images/bg_main.png) repeat-x top left;
}

h2 {
	font-size: 24px !important;
	margin: 0 0 1em 0 !important;
}

h3 {
	font-size: 18px !important;
	margin: 0 0 1em 0 !important;
}

.special {
	background-color: #999999;
	color: white;
	text-align: center;
	pading: 0 1em 0 1em;
}

label {
    font-weight: bold;
}

pre {
    font-family: monospace;
    overflow: scroll;
    background: #d9d9d9;
}

/* Left column. Includes logo, poll information, and graph. */
 
#left-side {
	width: 270px;
	float: left;
	text-align: left;
	margin-top: 33px;
	font-size: 13px;
}

#left-side h1 {
	height: 0px;
	overflow: hidden;
	padding-top: 189px;
	background: url(/images/title_main.png) no-repeat top left;
}


#left-side-content {
	color: #666666;
	margin-top: 40px;
	text-align: left;
}

#left-side-content p {
	color: #666666;
	padding-left: 2em;
	margin: 2em 0 2em 0;
}

#left-side-content ol {
	color: #666666;
}

.graph {
  text-align: center;
}

/* Right column. Includes top-bar and main-box. */

#right-side {
	width: 611px;
	margin-top: 0px;
	float: right;
}
 
#top-bar {
	float: right;
	margin-right: 50px;
	width: 231px;
	text-align: center;
	margin-bottom: 35px;
}

#top-bar a {
	color: #dddddd;
	font-size: 11px;
}

div#bar-left {
	background-image: url(/images/top_bar_1.png);
	width: 153px;
	height: 37px;
	padding-top: 8px;
	float: left;
	clear: left;
}

div#bar-right {
	background-image: url(/images/top_bar_2.png);
	width: 78px;
	height: 37px;
	padding-top: 8px;
	float: left;
	clear: right;
}

.green { color: #10a700; }

.left-aligned h4 {
	float: left;
	padding-top: 26px;
	height: 0px;
	overflow: hidden;
	background: no-repeat top left;
}

.right-aligned h4 {
	float: right;
	padding-top: 26px;
	height: 0px;
	overflow: hidden;
	background: no-repeat top right;
}

.left-aligned { text-align: left; }

.right-aligned { text-align: right; }

h5 {
	color: #5c5c5c;
	background-color: #d6d6d6;
	height: 21px;
	font-size: 16px;
	padding: 5px 15px 0 15px;
	margin-bottom: .75em;
	overflow: hidden;
}

#title-header {
    margin: -20px -20px 14px -20px;
    height: 34px;
	background-color: #e5e5e5;
}

.normal-header {
    margin: 1.3em -20px 1.3em -20px;
    height: 34px;
	background-color: #e5e5e5;
}

.header {
    display: block;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #999999;
    height: 34px;
    float: left;
    padding: 0px .75em 0px .75em;
}

.subheader {
    float: left;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 18px;
    color: #666666;
	background-color: #e5e5e5;
    /* height: 26px; */
    padding: 6px 0px 0px 10px;
    margin-bottom: 14px;
} 

#main-box {
	float: right;
	width: 571px;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #b3b3b3;
}

#main-box p, #main-box blockquote, #main-box ul {
    margin-bottom: 1em;
}

blockquote {
    margin-left: 3em;
}


/* css related to error in forms */

#errorExplanation {
  border: 2px solid #C00;
  width: 260px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  font-size: 1em !important;
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 1em;
  list-style: square;
}

.fieldWithErrors {
    display: inline;
}
.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
    background-color: #FFFBB3; 
}

#status {
  width: 400px;
  border: 1px solid #0000FF;
  border-width: 1px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.result_table {
 text-align: center;
 margin-bottom: 1em;
}

.voterbox {
  border-spacing: 0px;
  border-width: 2px;
  border-color: #4D801A;
  border-style: solid;
}

.voterbox th {
  border-width: 2px;
  border-color: #73BF26;
  border-style: solid;
  text-align: center;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  background-color: #73BF26;
  color: #fff;
}

.voterbox td {
  border-collapse: collapse;
  border-width: 1px;
  border-color: #4D801A;
  border-style: solid;

  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

/* voterbox#election is used on user summary page */
.voterbox#election { border-color: #990d13; }

.voterbox#election th {
	 background-color: #dc0d13;
	 border-color: #dc0d13; 
}
	
.voterbox#election td { border-color: #990d13;}

.rbmoreinfo hr {
  width: 100%;
  height: 10px;
  color: #4D801A;
}
.rbmoreinfo h4 {
  border: 0px;
  font-style: italic;
  text-align: center;
  font-size: 0.9em;
}

.rbmoreinfo p {
  font-size: 0.8em;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

.example {
  width: 400px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.example h4 {
  text-align: center;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #999999;
  color: #fff;
  border-bottom: 0px;
}
				
.example p {
  margin-bottom: 0;
  padding: 5px;
}


.warning {
  width: 400px;
  border-width: 2px;
  border-style: solid;
  border-color: #dc0d13;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.warning h4 {
  text-align:
  center;
  font-weight:
  bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #dc0d13;
  color: #fff;
  border-bottom: 0px;
}

.warning p {
  margin-bottom: 0;
  padding: 5px;
}

#progress_bar ul li {
  display: block;
  list-style: default;
}

#progress_bar li.step_selected {
  font-weight: bold;
}

#progress_bar li.step_unselected {
  color: #CCCCCC;
  font-weight: bold;
}

#progress_bar li.step_unselected {
  color: #CCCCCC;
  font-weight: bold;
}

#progress_bar li.step_unselected a {
  text-decoration: none;
}

div.photo {
 text-align: center;
 margin-bottom: 1.5em;
}

div.photo img {
 border: 1px black solid;
}

.winner_text {
 text-align: center;
}

#winner_box {
 border: 3px white solid;
 background-color: #666666;
 color: white; 
 margin: 0.5em 0 1em 0;
}

.winner_text {
 font-size: 1.2em;
}
#winner_box .winner_text {
 font-size: 2em;
}

#winner_box p {
 margin: 0;
 padding: 0;
}

/* main election candidate stylesheet information */

.candidate_box {
}
.candidate_box_name {
 float: left;
 font-size: 1.3em;
 font-weight: bold;
}
.candidate_box_menu {
 text-align: right;
 float: right;
 font-size: 0.8em;
 font-weight: bold;
}
.candidate_box_info {
 margin: 0.5em 0 0.5em 3em;
}
.candidate_box_picture {
 float: left;
 margin: 0 0.8em 0.4em 0;
}
.candidate_box_description {
 display: inline;
}
