/* CSS Document */
/* this frames the page out of a bunch of divs and sets their style */

* {margin:0;padding:0}

body {
	margin: 0px;
	padding: 0px;
	font: 80% Verdana,sans-serif;
	background-color: black;
	color: white;
}

div#page {
	width: 900px;
	padding: 0px;
	margin: 0px auto 0px auto;
	color: black;
	background-color: white;
}



/* top dark gray nav bar */
div#head {
	background-color: #000044;
}
div#navigation {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 600px;
	background-color: #000044;
}
div#navigation div {
	position: relative;
	float: left;
	width: 130px;
/*	height: 20px;*/
	border: 1px solid black;
}
div#navigation a {
	width: 128px;
/*	height: 18px;*/
	display: block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #919999;
	text-decoration: none;
	color: #919999;
	background-color: #222222;
}
div#navigation a:hover {
	color: white;
	background-color: #222222;
}


/* the search form */
div#search {
	float: right;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 300px;
	text-align: right;
	background-color: #000044;
}
div#search fieldset, div#search form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div#search .topsubmit, div#search .topinput {
	font-size: .8em;
}


/* YER header */
a#yertitle, a#yertitle:visited, a#yertitle:active, a#yertitle:hover {
	clear: both;
	text-align: center;
	display: block;
	width: 900px;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration: none;
	color: white;
	background-color: #000044;
	font-size: 4em;
}


/* footer */
div#footer {
	clear: both;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	border-top: 1px solid black;
}
div#footer p {
	padding: 8px 0 8px 0;
	margin: 0;
}
div#footer a {
 	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	color: #005fa9;
	background-color: white;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}


/* subscription hook */
div#subscribe {
	clear: both;
	background-color: white;
	color: black;
	position: relative;
	float: left;
	width: 180px;
/*	border-right: 1px solid #000044;
	border-bottom: 1px solid #000044; */
	margin-bottom: 20px;
	text-align: center;
}
div#subscribe a, div#subscribe a:hover, div#subscribe a:visited {
	color: #005fa9;
	background-color: white;
	text-decoration: none;
}
div#subscribe img {
	border: 0;
	margin: 0px;
}
div#subscribe p {
	text-align: center;
	margin: 0 10px 5px 10px;
}



/* the main part of the content */
div#content_narrow {
	position: relative;
	float: right;
	width: 690px;
	min-height: 520px;
	padding: 10px 20px 10px 10px;
	margin-bottom: 20px;
}
div#content_wide {
	min-height: 520px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}




/* ------------ Content Style ------------------- */
a, a:hover, a:visited, a:active {
	color: #005fa9;
	background-color: white;
	text-decoration: underline;
}

img {
	margin: 10px;
	border: 0px;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000044;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;	
	font-weight: bold;
	color: #334d55;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #334d55;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1em;
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-size: 1em;
	color: #334d55;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
}

span.firstletter {
	float:left;
	color:#000044;
	font-size:60px;
	line-height:50px;
	padding-top:0px;
	font-family: Garamond, times, serif;
}

div.highlight {
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	font-size: 1.2em;	
	font-weight: bold;
	color: #000044;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

p.question {
	font-weight: bold;
	font-size: .9em;
}

p.bio {
	font-style: italic;
	font-size: .9em;
	margin-top: 50px;
}

pre {
	font-size: 8pt;
}

ul {
	margin-left: 20px;
}

a.featuredtitle, a.featuredtitle:visited, a.featuredtitle:active, a.featuredtitle:hover {
	font-size: 1.1em; 
	color: navy; 
	font-weight: bold; 
	text-decoration: none;
}


/* tables that list exerpts of all the articles */
/* main one */
table.issuesummary {
	margin: 0 auto 0 auto;
}
table.issuesummary td {
	padding: 10px;
}
table.issuesummary p {
	margin-top: 7px;
/*	font-size: .95em;*/
}

/* regular articles */
table.large_excerpt {
}
table.large_excerpt td {
	padding: 5px;
}

/* little two-wide one */
table.small_excerpt {
	font-size: .9em;
}
table.small_excerpt td {
	padding: 10px;
}