/*
print stylesheet for WNV
*/

@import "_css_resets/reset.css";

/*****************
INITS
***********************************************/

	body {

padding:0px !important;
		
		font-family: Georgia, Serif;
		
	}

	@page {
		margin: 10mm;
		margin-top: 15mm;
	}

div#container {
    padding: 5%;
}
	#header {
		margin-bottom: 2em;
	}

		a {
			color: #07355B;
			text-decoration:none;
		}


		a:link:after, a:visited:after { 
			content:"";
			
		}

		h1, h2, h3, h4, h5 {
			font-family:'NovecentowideNormal',Verdana, Arial, sans-serif;
			font-weight:normal;
			text-transform: uppercase;
		
		}

		blockquote {
			margin-left: 2em;
			margin-right: 2em;
		}

		.col_img {
			display: none;
		}

		.copy img {
		/*	display: none; */
		}
		
		.imagePf {
			text-align:right;
		}
	
	.headline {
			font-family: 'OswaldBook', Helvetica, Arial, sans-serif; /* using book and bold:; http://www.fontsquirrel.com/fonts/oswald */
			font-weight:normal;
			text-transform: inherit;
		}
	.print_none, .actionbar, .fancy_container, .topheader, .topmenu, .sidebar, .relatedposts, .commentarea, .footermenu, .contribute_box  {
		display:none;
	}


	
	.pf_data {
		display:block;
		font-family:'NovecentowideNormal',Verdana, Arial, sans-serif;
	}

	ul.metadata li {
		list-style: none;
		font-size: .8em;
		font-family:'NovecentowideNormal',Verdana, Arial, sans-serif;
		line-height: 1em;
	}	

	ul.metadata {
		margin-bottom: 2em;
	}
	
	ul li {
		list-style: disc inside none;
		margin-bottom: 0.5em;
	}
	
	h1 {
    font-size: 2.0em;
    margin-bottom: 0.5em;	
	}
	
	h2 {
    font-size: 1.2em;
    margin-bottom: 0.3em;	
	}
	
	p {
		margin-bottom:.6em;
		line-height:1.3;
	}

	ul.menu_horizontal li {
		list-style: none;
		display: inline;
	}

	.content h2 {
		margin-top: 1em;
	}
	.wp-caption {
		background: transparent;
		border: 0;
		padding: 0;
		margin: 0;
	}

	.related_topics {
		font-family:'NovecentowideNormal',Verdana, Arial, sans-serif;
		margin-bottom: 1em;
	}

	section {
		border-bottom: 5px solid #eaeaea;
		padding: 0 0 1em 0;
	}

	.author_data {
		font-size: .8em;
	}
	
#footer {
    border-top: 2px solid #CCCCCC;
    margin-top: 2em;
    padding-top: 0.5em;
}

p.footercredits {
	font-size: .8em;
}

	