/* Print CSS Document for Judge Jane Gray Campaign
Author: Strategic Insights, contact Jennifer Hoy
Site design: Strategic Insights
Date Created: 09/16/2009
Last Updated: 09/16/2009
Copyright: Strategic Insights */


/*-------------------------
Structure
------------------------*/

body {
	width: 7.5in;
	font-family: Times, 'Times New Roman', serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000;
	background-color: #fff;
	
}
div {
	display: block;
	clear: both;
	overflow: auto;
	
}
div#header {
	margin-bottom: .125in;
	padding-bottom: .125in;
	border-bottom: .5pt solid #000;
	text-align: center;

}
div#footer {
	margin-top: .125in;
	padding-top: .125in;
	border-top: .5pt solid #000;
	
}

/*-------------------------
Secondary divs
------------------------*/

div#nav {
	display: none;
	
}
div.endorsements {
	width: auto;
	height: auto;
	
}
div.pika_main, div.pika_navigation {
	display: none;
	
}

/*-------------------------
Images
------------------------*/

img {
	display: none;
	
}
img#print-logo {
	display: block;
	margin: 0 auto;
	
}

/*-------------------------
Forms
------------------------*/

form {
	display: none;
	
}

/*-------------------------
Headlines
------------------------*/

/*-------------------------
Paragraphs
------------------------*/

/*-------------------------
Lists
------------------------*/

ul#pikame {
	display: none;
	
}
ul.col-left, ul.col-right {
	display: block;
	width: 3.25in;
	float: left;
	
}
ul.col-right {
	margin-left: .125in;
	
}

/*-------------------------
Misc. typography
------------------------*/

/*-------------------------
Main navigation
------------------------*/

ul#quicknav, ul#redundant-nav {
	display: none;
	
}

/*-------------------------
Inline nav + buttons
------------------------*/

a {
	color: #000;
	background-color: inherit;
	text-decoration: unerline;
	
}

/*-------------------------
General classes
------------------------*/

.ralign {
	text-align: right;
	
}
.lalign {
	text-align: left;
	
}
.calign {
	text-align: center;
	
}