/**
 * Print
 *
 * Print version related styling.
 *
 */

body {
	background-color: #fff;
	color: #000;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}

/*
Remove toolbar and primary navigation.
*/
#toolbar,
#primary {
	display: none;
}


/*
Logo
*/
#header #logo {
	display: block;
	margin: 0;
}


/*
Main content area layout.
*/
#wrapper,
#content {	
	float: none;
	display: block;
	width: 100%;
}	

#content-navigation {
	
}
	
#content-sidebar {
	display: none;
}
	
#content-body {
	
}


/*
Footer
*/
#footer {

}


/*
Layout of content elements
*/
#content a:link,
#content a:visited,
#content a:hover,
#content a:active { 	
	color: #4aa7d6;
	font-weight: bold;
	text-decoration: underline;	
}
#content a[href^="http:"]:after {
     content: " (" attr(href) ") ";
     font-style: italic;
     font-weight: normal;
}

#content acronym { }

#content address { }

#content big { }

#content blockquote { }
	#content blockquote p { }

#content em {
	font-style: italic;
}

#content form { }
	#content form button { }

	#content form fieldset { }
		#content form fieldset legend { }

	#content form input { }

	#content form label { }

	#content form select {
		min-width: 1.5em;
	}
		#content form select option { }

	#content form textarea { }

#content h1 { 
	color: #2c80c3;
	font-size: 34px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 11px;
}

#content h2 { 
	color: #ff8f00;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}

#content h3 { }

#content h4 { }

#content h5 { }

#content h6 { }

#content hr { }

#content img { }
	#content img.align-left {
		display: inline;
		float: left;
		margin: 5px 11px 5px 0;
	}
	#content img.align-right {
		display: inline;
		float: right;
		margin: 5px 0 5px 11px;
	}

#content ol { }
	#content ol li { }

#content p { }

#content small { }

#content strong {
	font-weight: bold;
}

#content sub {
	line-height: 0;
}

#content sup {
	line-height: 0;
}

#content table {

}
	#content table thead {
		display: table-header-group;
	}

	#content table tbody { }

	#content table tfoot {
		display: table-footer-group;
	}

	#content table tr { }
		#content table tr th { }
		#content table tr td { }

#content ul { }
	#content ul li { }


/*
Misc.
*/
#skipper,
#watch-latest-news { 
	display: none; 
}
