/* League of Young Voters CSS Document */

/* Default Print Style for theBallot.org Voter Guides */

/* ================================================================= GENERAL
*/


body {
	background: none;
	margin: 0;
	}
#header {
	background: transparent;
	height: 2em;
	}
#header a {
	display: inline;
	background: transparent;
	}
#header a span {
	display: inline;
	color: black;
	}
#header div * {
	margin-bottom: .2em;
	}	
#nav, #account-nav {
	display: none;
	}
#logo a, #sponsored-logo a {
	width: 100%;
	height: 1em;
	}	
#container {
	background: #ffffff;
	padding: 0;
	margin: 2em 0;
	}
	#guides-show #main {
	width: 100%;
	}
#vg-container {
	padding: 0;
	}

#guides-show #sidebar {
	display: none;
	}

#footer {
	background: transparent;
	margin-top: 2em;
	padding: 0;
	}


#vg-public-url { /* hidden for screen media */
	visibility: visible;
	}

.designer-contribute {
	display: none;
	}
