/**
 * Print CSS
 *
 */

/* HTML elements */
	body {
		font-family:Georgia, "Times New Roman", serif;
	}

		
	/* headings */
 		/* common properties */
		h1, h2, h3, h4 {
			margin-bottom:0.5em;
		}
		
		h1 {
		}
		
		h2 {
			margin-bottom : 10px;
		}
		
		h3 {
			margin-bottom : 0px;
		}
		
		h4 {
			margin-top:0;
		}
		
		h5 {
		}
	
	/* forms */	
		fieldset { 
			border:0; 
		}
		
		legend { 
			display:none; 
		}
		
	
	/* tables */
		table {
			/*border-collapse : collapse;*/
		}
	
	


	/* text */
	
	/* misc */
		a img {
			border:0;
		}

	/* links */
 		a,
 		a:link, 
		a:visited, 
		a:hover {
			outline : none;
		}
		* {
			visibility:visible !important;
		}

			
			
/* global classes */
	/* list of links */
		/* inline (javascript-created) numbered links - remove all inherited styles */
		.printonly {
			display: inline;
			font-size : 80%;
			font-weight : normal;
			color : #000;
			padding-left : 5px;
			vertical-align : super; 
		}
		
		/* Hide screenreader-only content */
		.context { display:none; }
		

			
			
/* global ids / areas */

		
	
	/* content area */
		object, .swfvideo {
			display:none !important;
		}


/* page-specific styles */
	/* Home page */
		html,body {
			height:auto !important;
		}
		#wrapper {
			min-height:0 !important;
		}
		#navigation,
		h2 {
			display:none !important;
		}
		#article h2 {
			display:block !important;
		}
		#content .header-row p.clock {
			display:none !important;
		}
		h1 {
			position:static !important;
		}
		.articles,
		.follow-links {
			display:none !important;
		}
		.block-3 {
			width:75% !important;
		}
		.block-2 {
			width:75% !important;
		}
		.block-left {
			border-bottom: 2px solid black;
			margin-bottom:10px;
		}
		#content .content-row p a,
		#content .content-row p span,
		#content .content-row dl dt.caption {
			padding-left:0 !important;
			background:none;
			color:black;
			padding-right:10px;
		}
		#footer,
		#footer ul,
		#footer li {
			position:static !important;
			float:none !important;
			background:none !important;
			width:auto !important;
			margin:0 !important;
			display:inline;
			right:auto;
			bottom:auto;
			
		}
		#sb-container {
			display:none !important;
		}
