/* League of Young Voters CSS Document */

/*styles for the whole voter guide */

/*retrofitted for new markup 10/3/06 */


.vg-section {
	padding-top: 2px;
	border-top: 1px dotted #cccccc;
	margin-bottom: .8em;
	}

.vg-office-description {
        font-style: italic;
        }


#vg-container {
	background-color: #e9ede1;
	background-image: url(/themes/cityscape_files/cityscape_color_header.gif);
	background-repeat: no-repeat;
	padding: 320px 73px 100px 73px;
	margin: 0;
	}
div#vg-container a:link {
	color: #09b8d2;
	text-decoration: none;
	}
div#vg-container a:link:hover {
	border-bottom: 1px solid #09b8d2;
	}
div#vg-container a:link:active {
	color: #dd0e36;
	}


/* League Disclaimer */


#vg-intro, 
.module_title, 
#vg-intro p.expenditure_notice, 
.new_guide_link, 
.tell_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #323216;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}



/*  into  */
div#voterguide_endorsement_logos {
	background-image: url(League_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 73px;	
	}
#vg-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	color: #de0d35;
	margin: 0;
	padding: 0;
	}
#vg-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 100;
	color: #7F725F;
	padding-right: 4px;
	margin-right: .5em;
	border-right: 1px solid;
	float: left;
	}
#vg-date {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F725F;
	font-size: .8em;
	font-weight: 100;
	margin-top: 0;
	margin-left: 10px;
	padding-left: .5em;
	}

#vg-description, 
p#vg-description, 
#vg-doclink, 
#vg-doclink_label, 
#vg-filelink, 
p#vg_endorse_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 10px;
	color: #323216;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	}

#vg-doclink_label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #de0d35;
	}
#vg-description {
	padding-bottom: 10px;
	}
div#vg-icon {
	padding: 0;
	margin: 0;
	}
div#vg-icon img {
	border: 1px solid #fff;
	padding: 8px;
	margin: 0 12px 0 0;
	float: left;
	}
#vg-public-url {
	font-size: 10px;
	margin-bottom: 8px;  
	}

/*thingies*/

div.vg-list_entry {
	padding: 21px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 3px dotted #FFF;
	}
h2.vg-voter_item_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #323216;
	color: #323216;
	margin: 0;
	}
.vg-section {
	margin-bottom: .5em;
	}
.vg-listname, 
.vg-position {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: right;
	}
.vg-position_label {
	font-size: 11px;
	}	
.vg-name_label, 
.vg-position_label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #7F725F;
	}
span.vg-name_text, 
span.vg-position_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #de0d35;
	}

p.vg-text, 
div.vg_footer p, 
#expenditure-bottom, 
div.vg-notify_link, 
div.vg-designer-credit, 
div.designer-contribute {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: justify;
	color: #323216;
	line-height: 1.6em;
	}

/*footer*/

div.spacer {
	background-image: url(VoterGuideCSS_break.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	}

div.vg_footer {
	padding-left: 21px;
	padding-right: 21px;
	}
#main_content p.vg_endorse_link {
	display: block;
	}

div.vg-designer-credit {
	padding-top: 12px;
	}

div.vg-designer-credit, 
div.designer-contribute {
	text-align: right;
	font-style: italic;
	font-size: .8em;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}


