@charset "UTF-8";
/* CSS Document */

/*NO DISPLAY------------------------------------------------------------------------------------------------------------------------------------------------*/
br.citeThis, button, .coverImage, #cse-search-box, footer, #goTo, nav, #operaClear, #seeMore, .submitWrap, #tagline .readMore, .topOfPage {
	display: none !important;
}
/*100% WIDTH------------------------------------------------------------------------------------------------------------------------------------------------*/
article, body, .citationRecord, code, header, html, section, #wrapper {
	width: 7in !important;
	width: 100% !important;
}
/*GENERAL STYLES--------------------------------------------------------------------------------------------------------------------------------------------*/
	.box a:link:after, .box a:visited:after,
	.prettyBox a:link:after, .prettyBox a:visited:after {
	   color: #CCCCCC;
	   content: " (" attr(href) ") ";
	   font-weight: normal;
	   font-size: 90%;
	}
	.magList a:link:after, .magList a:visited:after {
		display: block;
	}
body {
	background: none;
}
h1 {
	color: #000;
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	clear: both;
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 12px;
}
/*GENERAL STYLES (CUSTOM)-----------------------------------------------------------------------------------------------------------------------------------*/
article header {
	margin: 15px 0 5px 0;
}
	#main header {
		height: auto;
		margin: -10px 0 5px 0;
	}
.box, .prettyBox {
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #A9D0CD;
	border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
	#main {
		margin-bottom: 0;
	}
.citationRecord {
	background: none;
	border: 0;
	clear: both;
	display: block;
	height: auto;
	float: none;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	text-transform: none;
}
/*HEADER----------------------------------------------------------------------------------------------------------------------------------------------------*/
header {
	height: 57px;
	margin: 0 0 15px 0;
}
/*TAGLINE---------------------------------------------------------------------------------------------------------------------------------------------------*/
#tagline {
	border-top: 1px solid #A9D0CD;
	display: block;
	float: none;
	margin: 0;
	padding-top: 5px;
}
/*SEARCHRESULTS---------------------------------------------------------------------------------------------------------------------------------------------*/
#cse-search-results {
	margin: 0;
}
/*MAIN------------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	padding: 20px 0 0 0;
}
	/*BOXHEADER --------------------------------------------------------------------------------------------------------------------------------------------*/
	#mostRecent {
		float: none;
	}
/*PUBLIST---------------------------------------------------------------------------------------------------------------------------------------------------*/
	/*IN EVERY BOX------------------------------------------------------------------------------------------------------------------------------------------*/
	code {
		background: none;
		display: block !important;
		float: none;
		margin: 10px 0 0 5px;
		padding: 0 !important;
	}
	/*MISC--------------------------------------------------------------------------------------------------------------------------------------------------*/
	.largeImage h2, .largeImage h3, .largeImage h4, .largeImage ul,
	.smallImage h2, .smallImage h3, .smallImage h4, .smallImage ul {
		text-align: left;
	}
	.largeImage h2 {
		margin: 0;
	}
	.largeImage .citationRecord {
		margin: 10px 0;
	}	
/*ABOUT-----------------------------------------------------------------------------------------------------------------------------------------------------*/
#about {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 15px 0 0 0;
}
/*CONTACT INFO----------------------------------------------------------------------------------------------------------------------------------------------*/
#contactInfo {
	display: block;
	float: none;
	height: auto;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
#rss, #emailScribe, #facebook, #linkedIn {
	height: auto;
	margin: 0;
	text-indent: 0;
}
	.iconText {
		position: relative;
			top: 0px;
	}
/*CONTACT---------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
	padding: 15px 0 0 0;
}