/* League of Young Voters CSS Document */

/* Default Style for theBallot.org Voter Guides */

/* ================================================================= GENERAL
*/

#vg-container a {
	color:#2b2619;
	border-bottom: 1px dotted;
	text-decoration: none;
	}
#vg-container a:hover {
	color:#44423d;
	border-bottom: none;
	}

/* ================================================================= MAIN LAYOUT
*/
#vg-container {
	display: block;
	background-color: #F2EFDA;
	padding: 25px 30px 10px 30px;
	margin: 0;
	}

#vg-public-url { /* hide for screen media */
	display: none;
	margin-bottom: 1em;
	}

#vg-endorsed-stamp,
#vg-nonpartisan-stamp {
	float: right;
	margin-top: -10px;
	}
#vg-intro-summary {
	margin: 5px 0 10px 0;
	display: block;
	
	}
#vg-icon {
	background-color: #F2EFDA; /* same color as #vg-container to cover bottom border of #vg-title */
	padding-right: 10px;
	float: left;
	display: block;
	
	}
#vg-icon img {
	border: 1px solid #ffffff;
	}	
#vg-intro-header {
	vertical-align: top;
	}
#vg-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333333;
	}
#vg-subtitle, #vg-date {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#vg-subtitle {
	font-size: 12px;
	float: left;
	}
#vg-date {
	font-size: 11px;
	float: right;
	}
#vg-description {
	clear: left;
	text-align: left;
	padding-top: 1em;
	line-height: 1.2em;
	}

#vg-doclink {
	text-align: left;
	display: block;
	height: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
.vg-doclink_label {
	font-weight: bold;
	}
.vg-filelink img {
	margin-right: .5em;
	}

/*================================================================== ISSUES/OFFICES
*/
#vg-main_content {
	border-top: 1px dotted #999999;
	padding-top: 5px;
	margin-bottom: 1em;
	}

.vg-list_entry {
	display: block;
	clear: both;
	padding: 15px;
	border: 1px dotted #999999;
	margin-top: 1em;
	background-color: #fbf9ea;
}
.vg-section {
	padding-top: 2px;
	border-top: 1px dotted #cccccc;
	margin-bottom: .8em;
	}
.vg-voter_item_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	border-bottom: 3px double #666666;
	margin: 0 0 5px 0;
	padding: 0;
	}
.vg-listname {
	float: left;
	font-size: 12px;
	}
.name_label {  /* e.g. Candidate */
	}
.vg-name_text { /* e.g. ixley */
	}
	
.vg-position { 
	float: right;
	font-size: 11px;
	}
.vg-position_label { /* i.e. Endorsed Vote */
	font-weight: normal;
	color: #999999;
	}
.vg-position_text {
	font-weight: bold;
	text-transform: uppercase;
	}
.vg-text { /* description */
	clear: both;
	padding-bottom: 3px;
	line-height: 1.2em;
	}

.vg-choice-yes .vg-position_text {
	color: #009900;
	}
.vg-choice-no .vg-position_text {
	color: #990000;
	}
.vg-choice-no-endorsement .vg-position_text {
	color: #555555;
	}
	

/*================================================================== BOTTOM
*/
#vg-notify_link {
	display: block;
	margin-bottom: .5em;
	padding: 2px;
	}
#vg-notify_link:before {
	content: "*";
	color: #CC0000;
	}
	
#vg-design {
	display: block;
	height: 1em;
	border-top: 1px solid #FBF9EA;
	padding: 3px;
	font-size: 90%;
	}	
.vg-designer-credit {
	float: left;
	}
.designer-contribute {
	float: right;
	}

/*================================================================== MISC
*/


.vg-clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*================================================================== IE HACKS
*/
* html #vg-main_content {
	width: 540px;
	}

* html #vg-description, 
* html .vg-list_entry, 
* html .vg-text { 
	clear: none;
	margin-top: 1.5em;
	}

