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

/*RESET STYLES----------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus, :active {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
header, footer, nav, article, section {
	display: block;
}
textarea {
	overflow: auto;
}
/*GENERAL STYLES--------------------------------------------------------------------------------------------------------------------------------------------*/
a {
	color: #6879b8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
	a:visited {
		color: #993399;
	}
	a:hover {
		color: #3399FF;
	}
	a:active {
		color: #33CCFF;
	}
body {
	background: #fff url(images/background.png) repeat-x top;
}
body, html {
	height: 100%;
}
em {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
h1 /*magname and date*/{
	color: #fff;
	display: inline;
	font: italic normal 18px Arial, Helvetica, sans-serif;
}
h2 /*title of article*/{
	color: #000;
	font: normal bolder 18px Arial, Helvetica, sans-serif;
}
h3 /*authors of article*/{
	color: #4D4D4D;
	font: normal lighter 14px Arial, Helvetica, sans-serif;
}
h4 /*read coverage*/{
	color: #000;
	font: italic normal 14px Arial, Helvetica, sans-serif;
}
h5 /*note*/{
	color: #4d4d4d;
	font: normal normal 12px Helvetica, Arial, sans-serif;
}
p {
	color: #4d4d4d;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	text-align: justify;
}
/*GENERAL STYLES (CUSTOM)-----------------------------------------------------------------------------------------------------------------------------------*/
article header {
	display: block;
	height: 25px;
	margin: 0 0 20px 0;
	width: 810px;
}
.box {
	background: #b8d8d5;
	border: 1px solid #A9D0CD;
	border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	clear: both;
	height: auto;
	margin: 20px 0;
	padding: 20px;
	width: 810px;
}
.citationRecord {
	background: #98b1d6;
	background: -moz-linear-gradient(top,#98b1d6,#becfe6);
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#98b1d6), to(#becfe6));
	/*background for ie*/
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#98b1d6', EndColorStr='#becfe6');
	border: 1px solid #9999b7;
	border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #000;
	cursor: pointer;
	display: inline;
	float: right;
	font: normal bold 12px Arial,Helvetica,sans-serif;
	padding: 3px 3px;
	margin: -10px 0 10px 10px;
	text-align: center;
	text-transform: uppercase;
	/*to work with ie background filter*/
	height: 15px;
	width: 130px;
}
	.citationRecord:visited {
		color: #000;
	}
	.citationRecord:hover {
		background: #889fc0;
		background: -moz-linear-gradient(top,#889fc0,#abbacf);
		background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#889fc0), to(#abbacf));
		/*background for ie*/
		filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#889fc0', EndColorStr='#abbacf');
		color: #000;
	}
	.citationRecord:active {
		background: #798fab;
		background: -moz-linear-gradient(top,#798fab,#98a7b8);
		background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#798fab), to(#98a7b8));
		/*background for ie*/
		filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#798fab', EndColorStr='#98a7b8');
		color: #000;
	}
.coverImage {
	display: inline;
	float: left;
	margin: 0 10px 10px 5px;
}	
.magList {
	font-size: 14px;
	list-style-type: none;
}
.prettyBox {
	background: #b8d8d5;
	background: -moz-linear-gradient(top,#a8cfcc,#fbfdfd);
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#A8CFCC), to(#fbfdfd));
	/*background for ie*/
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#a8cfcc', EndColorStr='#fbfdfd');
	border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.submitWrap {
		background: #98b1d6;
		background: -moz-linear-gradient(top,#98b1d6,#becfe6);
		background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#98b1d6), to(#becfe6));
		/*background for ie*/
		filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#98b1d6', EndColorStr='#becfe6');
		border: 1px solid #9999b7;
		border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		cursor: pointer;
		display: inline;
	}
		.submitWrap:hover {
			background: #889fc0;
			background: -moz-linear-gradient(top,#889fc0,#abbacf);
			background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#889fc0), to(#abbacf));
			/*background for ie*/
			filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#889fc0', EndColorStr='#abbacf');
		}
		.submitWrap:active {
			background: #798fab;
			background: -moz-linear-gradient(top,#798fab,#98a7b8);
			background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#798fab), to(#98a7b8));
			/*background for ie*/
			filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#798fab', EndColorStr='#98a7b8');
		}
#wrapper {
	margin: auto;
	width: 850px;
}
/*NOSCRIPT--------------------------------------------------------------------------------------------------------------------------------------------------*/
noscript div {
	background: #000033;
	border: 2px solid #fff;
	opacity: .8;
		filter: alpha(opacity=80);
	padding: 20px;
	position: absolute;
		top: 0;
	width: 810px;
	z-index: 500;
}
noscript p {
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
}
/*HEADER----------------------------------------------------------------------------------------------------------------------------------------------------*/
header {
	height: 90px;
	margin: 30px 0 30px 0;
	width: 850px;
}
header img {
	float: left;
}
/*NAVIGATION------------------------------------------------------------------------------------------------------------------------------------------------*/
nav {
	position: relative;
		top: 25px;
}
	/*ie6 hack*/
	* html nav {
		margin-top: -25px;
	}
nav ul {
	float: right;
	list-style-type: none;
}
	nav ul li {
		cursor: pointer;
		display: inline;
		float: left;
		margin-left: 30px;
	}
		nav ul li a {
			color: #97aeb8;
			font: normal normal 18px Helvetica, Arial, sans-serif;
			text-decoration: none;
			text-transform: lowercase;
		}
			nav ul li a:visited {
				color: #97aeb8;
			}
			nav ul li a:hover {
				color: #3399FF;
			}
			nav ul li a:active  {
				color: #33CCFF;
			}
/* Other Sites option not in IE6 bc IE6 won't render it properly */
* html #otherSites {
	display: none;
}
#otherSites a:active {
	color: #3399FF;
}
#otherSites ul /* Other Sites Menu */{
	float: none;
	margin-right: -20px;
	position: relative;
		right: 20px
} 
	#otherSites ul li {
		float: none;
	}
		#otherSites ul li a {
			color: #97aeb8;
			font: italic 14px Helvetica, Arial, sans-serif;
		}
			#otherSites ul li a:visited {
				color: #97aeb8;
			}
			#otherSites ul li a:hover {
				color: #3399FF;
			}
			#otherSites ul li a:active {
				color: #33CCFF;
			}
/*TAGLINE---------------------------------------------------------------------------------------------------------------------------------------------------*/
#tagline {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	width: 480px;
}
#tagline p {
	color: #000;
	font-size: 12px;
}
.readMore {
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
}
	/*ie6 hack*/
	* html .readMore {
		font-style: italic;
		position: relative;
			left: 15px;
	}
	/*ie7 hack*/
	*:first-child+html .readMore {
		font-style: italic;
		position: relative;
			left: 15px;
	}
#tagline .arrow {
	border-top: 5px solid transparent;
	border-left: 10px solid #6879b8;
	border-bottom: 5px solid transparent;
	font-size: 0px;
	line-height: 0%;
	position: relative;
		top: -3px;
	width: 0px;
}
	#tagline a:visited .arrow {
		border-left: 10px solid #993399;
	}
	#tagline a:hover .arrow {
		border-left: 10px solid #3399FF;
	}
	#tagline a:active .arrow {
		border-left: 10px solid #33ccFF;
	}
/*SEARCHBOX-------------------------------------------------------------------------------------------------------------------------------------------------*/
#cse-search-box {
	border: none !important;
	display: inline;
	float: right;
	position: relative;
	width: 320px;
}
	#q /*Google search text input*/ {
		border-bottom: 1px solid #97aeb8;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		font: lighter 12px Helvetica, Arial, sans-serif;
		position: relative;
			top: 5px;
		width: 254px;
	}
		/*ie8 hack*/
		#q { margin-top/*\**/: -2px\9 } 
		
	#searchWrap {
		display: inline;
		float: right;
		padding: 2px 7px;
		position: relative;
		/*to work with ie background filter*/
		height: 17px;
		width: 44px;
	}
		/*ie6 hack*/
		* html #searchWrap {
			top: -20px; 
		}
		/*ie7 hack*/
		*:first-child+html #searchWrap {
			top: -19px; 
		}
		
	#sa /*Google search submit buttom*/ {
		font: 12px Helvetica, Arial, sans-serif;
		height: 17px;
		text-align: center;
		width: 44px;
	}
		/*ie7 hack*/
		*:first-child+html #sa {
			position: relative;
				top: -2px;
		}
/*SEARCHRESULTS---------------------------------------------------------------------------------------------------------------------------------------------*/
#cse-search-results {
	margin-top: 20px;
}
/*MAIN------------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	clear: both;
	height: 535px;
	padding: 20px;
	width: 810px;
}
	/*BOXHEADER --------------------------------------------------------------------------------------------------------------------------------------------*/
	#mostRecent {
		float: left;
	}
	#seeMore {
		float: right;
	}
		/*ie6 hack*/
		* html #seeMore {
			position: relative;
				left: 25px;
		}
		/*ie7 hack*/
		*:first-child+html #seeMore {
			position: relative;
				left: 25px;
		}
	#seeMore a {
		font-weight: normal;
	}
	#seeMore .arrow {
		border-top: 8px solid transparent;
		border-left: 18px solid #6879b8;
		border-bottom: 8px solid transparent;
		font-size: 0px;
		line-height: 0%;
		position: relative;
			top: -5px;
		width: 0px;
	}
		#seeMore a:visited .arrow {
			border-left: 18px solid #993399;
		}
		#seeMore a:hover .arrow {
			border-left: 18px solid #3399FF;
		}
		#seeMore a:active .arrow {
			border-left: 18px solid #33ccFF;
		}
/*PUBLIST---------------------------------------------------------------------------------------------------------------------------------------------------*/
#goTo {
	float: left;
	margin: -10px 0 20px 0;
}
	#goTo p {
		font-size: 12px;
	}
	/*IN EVERY BOX------------------------------------------------------------------------------------------------------------------------------------------*/
	button.citeThis {
		display: none;
		float: right;
		font: bold 12px Arial, Helvetica, sans-serif;
		margin: 5px 0 0 0;
	}
	code.citeThis {
		background: #fff;
		display: none;
		float: right;
		font-size: 13px;
		margin: 10px 0;
		padding: 5px;
		width: 800px;
	}
		.largeImage code.citeThis {
			width: 480px;
		}
		.smallImage code.citeThis {
			width: 690px;
		}
	.date {
		float: left;
	}
	.magname {
		float: right;
		text-align: right;
	}
	.topOfPage {
		font: bold 12px Arial, Helvetica, sans-serif;
		position: relative;	
			left: 20px;
	}
	/*MISC--------------------------------------------------------------------------------------------------------------------------------------------------*/
	.largeImage h2, .largeImage h3, .largeImage h4, .largeImage ul,
	.smallImage h2, .smallImage h3, .smallImage h4, .smallImage ul {
		text-align: right;
	}
		.largeImage h5 {
			clear: left;
			text-align: justify;
		}
	.largeImage h2 {
		margin: 60px 0 0 0;
	}
	.largeImage .citationRecord {
		margin: 10px 0 0px 10px ;
	}
	.noImage h4 {
		float: right;
	}
	.noImage .magList {
		clear: right;
		float: right;
		text-align: right;
	}
	.noImage p {
		width: 575px;
	}
/*ABOUT-----------------------------------------------------------------------------------------------------------------------------------------------------*/
#about {
	clear: both;
	display: inline;
	height: 340px;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	position: relative;
	width: 530px;
}
	/*ie6 hack*/
	* html #about {
		top: 20px;
	}
	/*ie7 hack*/
	*:first-child+html #about {
		top: 20px;
	}
#about img {
	display: inline;
	float: right;
	height: 123px;
	margin: 0px 0 5px 10px;
	position: relative;
	width: 185px;
}
	/*ie6 hack*/
	* html #about img {
		top: 4px;
	}
	/*ie7 hack*/
	*:first-child+html #about img {
		top: 2px;
	}
#about p {
	color: #000;
	font: normal 12px Helvetica, Arial, sans-serif;
}
	/*ie6 hack*/
	* html #about p {
		float: right;
	}
/*CONTACT INFO----------------------------------------------------------------------------------------------------------------------------------------------*/
#contactInfo {
	clear: right;
	display: inline;
	height: 340px;
	float: right;
	margin: 20px 0 0 0;
	padding: 20px;
	position: relative;
	width: 220px;
}
	/*ie6 hack*/
	* html #contactInfo {
		top: -24px;
	}
	/*ie7 hack*/
	*:first-child+html #contactInfo {
		top: -23px;
	}
	/*ie8 hack*/
	#contactInfo { top/*\**/: 10px\9 }
		
#contact h1 {
	margin-bottom: 10px;
}
#contactInfo p {
	line-height: 22px;
}
.contactHeader {
	color: #fff;
	font: bold 14px Helvetica, Arial, sans-serif;
}
.contactContent {
	color: #000;
	font: bold 14px Helvetica, Arial, sans-serif;
}
#rss, #emailScribe, #facebook, #linkedIn {
	display: block;
	font: normal bold 14px Helvetica, Arial, sans-serif;
	height: 33px;
	margin: 5px 0;
	text-indent: 40px;
	width: auto;
}
	.iconText {
		position: relative;
			top: 8px;
	}
	#rss:hover, #emailScribe:hover, #facebook:hover, #linkedIn:hover {
		background-position: 0 -33px;
	}
	#rss:active, #emailScribe:active, #facebook:active, #linkedIn:active {
		background-position: 0 -66px;
	}
#rss {
	background: url(images/rss_icon.png) no-repeat 0 0;
}
#emailScribe {
	background: url(images/email_icon.png) no-repeat 0 0;
}
#linkedIn {
	background: url(images/linkedin_icon.png) no-repeat 0 0;
}
#facebook {
	background: url(images/facebook_icon.png) no-repeat 0 0;
}
#operaClear {
	clear: both;
	display: block;
	height: 10px;
}
/*CONTACT---------------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
	clear: both;
	height: auto;
	margin: auto;
	padding: 20px;
	width: 450px;
}
table {
	margin: 20px 0;
}
	td {
		padding: 5px 0;
		white-space: nowrap;
	}
	#labels {
		width: 150px;
	}
	#inputs {
		width: 350px;
	}
		#messageCell {
			vertical-align: top;
		}
			#messageCell label {
				position: relative;
					top: 5px;
			}
	#errorOffset {
		width: 300px;
	}
label {
	color: #4d4d4d;
	font: normal lighter 14px Arial, Helvetica, sans-serif;
	position: relative;	
		top: -1px;
	text-transform: lowercase;
}
#name, #email, #message, #captcha, textarea {
	background: #fff;
	border: 1px solid #a7cfcc;
	border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	font: lighter 12px Arial, Helvetica, sans-serif;			
}
	#name:hover, #email:hover, #message:hover, #captcha:hover, textarea:hover {
	}
	#name:active, #email:active, #message:active, #captcha:active, textarea:active,
	#name:focus, #email:focus, #message:focus, #captcha:focus, textarea:focus {
		border-style: inset;
	}
#name, #email, #message, #captcha {
	width: 240px;
	padding: 2px 5px;
}
textarea {
	padding: 5px;
}
#sendWrap, #resetWrap {
	height: 21px;
	margin: 0 10px 0 0;
	padding: 2px 7px;
	width: 70px;
}
#send, #reset {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#loading {
	position: relative;
		top: 5px;
	visibility: hidden;
}
h2.thankYou {
	color: #006699;
	text-align: center;
}
.error {
	background: #2C3561;
	border: 2px solid #ddd;
	border-radius: 8px;
		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	box-shadow: 0px 0px 6px #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=black,offX=3,offY=3, positive=true)";
		filter: progid:DXImageTransform.Microsoft.dropShadow(color=black,offX=3,offY=3, positive=true);
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
	color: #fff;
	font: normal normal 12px Tahoma, sans-serif;
	margin: 10px 0 0px 0; 
	padding: 5px;
}
/*FOOTER----------------------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	background: #a9d0cd;
	background: -moz-linear-gradient(top,#a9d0cd,#e3f0ff);
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#a9d0cd), to(#e3f0ff));
	/*background for ie*/
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#a9d0cd', EndColorStr='#e3f0ff');
	border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	clear: both;
	height: 60px;
	margin-top: 20px;
	width: 850px;
}
footer p {
	font-size: 12px;
	position: relative;
		top: 20px;
	text-align: center;
}