/* Reset first */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Master --------------------------------------------------------------------------------------------------------------------- */

body {
	background: #ddf2e5;
	color: #000;
	font-size: 90%;
	font-family: 'palatino linotype', 'palatino', georgia, times, serif;
	text-align: center;
	margin: 0;
	}

#theheader {
	width: 860px;
	margin: 0 auto 60px auto;
	text-align: left;
	clear: both;
	overflow: hidden;
	text-align: left;
}

#thepage {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	display: block;
	overflow: hidden;
}

#main {
	float: left;
	position: relative;
	width: 615px;
	padding: 15px;
	background: #fafaf5;
	margin: 0 0 20px 0;
}

#side {
	float: right;
	position: relative;
	width: 200px;
}

/* Typography --------------------------------------------------------------------------------------------------------------------- */

a:link, a:visited {color: #000; text-decoration: none;}
a:link:hover, a:visited:hover {color: #ff3300; text-decoration: none;}

p {
	font: normal normal 1.2em/1.5em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.01em;
	margin: 0 0 20px 0;
}

strong {font-weight: bold;}

em {font-style: italic;}

.tools { /* Top nav and meta nav tools */
	font: normal bold 0.85em/1em verdana, arial black, helvetica, arial sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.meta {
	font: normal normal 0.8em/1.5em verdana, helvetica, arial sans-serif;
	letter-spacing: 0.03em;
	color: #33cccc;
}

.fine {
	font: normal normal 0.8em/2em verdana, helvetica, arial sans-serif;
	letter-spacing: 0.03em;
	color: #555;
}

h2 { /* Title of a page, ie: About, Article Index, Contact */
	font: normal normal 1.75em/1em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.05em;
	margin: 10px 0 25px 0;
}

h2.articletitle { /* Title of an article */
	font: normal bold 1.75em/1.5em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.03em;
	margin: 15px 0 25px 0;
	text-align: center;
}

h3 { /* Titles for Featured Articles */
	font: normal bold 1.2em/1.35em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.03em;
	margin: 0 0 5px 0;
}

h4 { /* Subhead in article, subhead on frontpage */
	font: normal bold 0.85em/1.75em 'palatino linotype', 'palatino', georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.arch_title h4, .new h4 { /* Small title in archives */
	font: normal bold 1em/1.75em 'palatino linotype', 'palatino', georgia, times, serif;
	text-transform: none;
	letter-spacing: 0.05em;
	text-align: left;
}

h5.archivetitle { /* Blue titles for article archives*/
	font: normal normal 1.1em/1.5em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.03em;
	color: #33cccc;	
}

p.caption, #tooltip { /* Used on Article Index as short summaries */
	font: normal normal 1em/1.35em 'palatino linotype', 'palatino', georgia, times, serif;
	letter-spacing: 0.01em;
	margin: 0 0 15px 0;
	text-align: left;
}

/* Homepage --------------------------------------------------------------------------------------------------------------------- */

#intro {
	width: 810px;
	padding: 20px 25px;
	background: #fff;
	margin: 7% auto 0 auto;
	overflow: hidden;
	text-align: left;
}

.intronav {
	float: left;
	position: relative;
	padding: 40px 40px 20px 40px;
	
}

.intronav h1 {
	font: normal bold 1.75em/1em 'palatino linotype', 'palatino', georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin: 0 0 25px 0;
}

.intronav ul {
	margin-top: 230px;
}

.intronav ul li {
	margin: 0 0 20px 0;
}

#intro img {
	float: right;
	position: relative;
}

/* Header --------------------------------------------------------------------------------------------------------------------- */

#theheader h1 {
	font: normal bold 1.25em/1em 'palatino linotype', 'palatino', georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	background: #fff;
	padding: 17px 0 20px 0;
	width: 240px;
	float: left;
	position: relative;
	text-align: center;
}

#theheader ul {
	background: #fff;
	float: right;
	position: relative;
	background: #fff;
	padding: 15px 0;
	width: 620px;
	z-index: 1;
	clear: none;
}

#theheader ul li {
	float: right;
	position: relative;
	margin: 0 15px 0 35px;
}

/* Article Index ---------------------------------------------------------------------------------------------------------- */

#tooltip {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	padding: 7px 15px;
	color: #000;
	display: none;
	width: 200px;
}

h5.archivetitle { /* Blue titles for article archives */
	margin: 0 0 20px 10px;
}

h5.nation { /* Blue titles for article archives, for nation sections */
	font: normal bold 0.85em/1.75em 'palatino linotype', 'palatino', georgia, times, serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.archive {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}

* html .archive {margin-bottom: 40px;}

.featured {
	float: left;
	position: relative;
	width: 185px;
	margin: 10px 15px 5px 10px;
}

* html .featured {width: 180px;}

.last {margin: 10px 0 20px 10px;}

.arch_title { /* Space for title in archive */
	width: 330px;
	float: left;
	position: relative;
	margin: 10px 35px 10px 0;
}

.arch_pub { /* Space for publication in archive */
	width: 131px;
	float: left;
	position: relative;
	margin: 10px 30px 10px 0;
}

.arch_date { /* Space for date in archive */
	width: 85px;
	float: left;
	position: relative;
	margin: 10px 0;
}

hr {
	display: block;
	clear: both;
	visibility: hidden;
}

.newbar {
	border-top: 5px solid #ff3300;
}

.new {
	margin: 0 0 15px 0;
	display: block;
	overflow: hidden;
}

.new h4 {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

/* Articles ---------------------------------------------------------------------------------------------------------- */

.anarticle {
	border-top: 3px double #000;
}

.anarticle p {
	font-size: 1.1em;
}

.anarticle h4 { /* Spacing applied to subhead in article */
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 0 0 25px 0;
}

.metadata {
	width: 170px;
	padding: 15px;
	background: #fff;
	margin: 13px 0 20px 0;
}

	.meta, .fine {
		display: block;
		clear: both;
	}
	
	.referout {
		font-style: italic;
		font-weight: bold;
		line-height: 1.3em;
		margin: 20px 0 0 0;
	}

.metanav {
	float: left;
	position: relative;
	padding: 15px 20px;
	background: #fff;
}

.navright {float: right;}

/* Contact ---------------------------------------------------------------------------------------------------------- */

.form_fields {
	width: 175px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
}

.form_fields p {
	margin-bottom: 5px;
}

.form_fields input {
	width: 175px;
}

* html .form_fields {margin: 0 15px 30px 0;}
* html .form_fields input {width: 150px;}

textarea {
	width: 590px;
	height: 100px;
	margin: 0 0 20px 0;
}

input.form_submit {
	float: right;
	clear: both;
	font-size: 1em;
	margin: 0 25px 0 0;
}

/* About ---------------------------------------------------------------------------------------------------------- */

.metadata img {
	margin-bottom: 10px;
}

.abouttext { /* Slightly smaller than article text size, but larger than caption */
	font-size: 90%;
}

/* Footer ---------------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0 0 20px 0;
	display: block;
}
