body {
	font-family: helvetica, arial, "Lucida Sans Unicode", verdana, sans-serif;
	text-align: center;
	color: #fff;
	background:url('/images/bgd-pattern.gif') repeat;
}

/*
______________________________________________________________________________________________ 
link colors  */
a:link, a:active, a:visited {color:#476290; text-decoration: underline;}
a:hover {color: red;}
#footer a:link, #footer a:active, #footer a:visited {text-decoration: none; color:#fff; text-decoration: underline;}
#footer a:hover {text-decoration: underline; color:#fff;}

/*
______________________________________________________________________________________________ 
the rest of the page styles  */
h1#title {left:-9999px; position: absolute;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", serif;}

h3 {color: #476290;}
h3 a {color: #476290 !important;}


#wrap {
	text-align: left;
	background:url('/images/bgd-gradient.gif') repeat-x;
	color:#000;
}
#masthead {
	background: #fff url('/images/masthead.jpg') no-repeat;
	height:397px;
	position: relative;
}
#container {
	background: #fff;
	margin: 0 auto;
	width: 899px;
}
#inner-wrap {
}
#content {
	width: 655px;
	display: inline;
	float: left;
}
#content #inner-wrap {
	margin: 0 20px 60px 20px;
}
#sidebar {
	width: 186px;
	margin: 0px 0 50px 0;
	padding: 0 20px;
	float: left;
	display: inline;
	background: url('/images/sidebar-gradient.gif') repeat-x;
}
ul.controls {padding:10px 0 20px; margin-left: 0;}
ul.controls li { font-style: italic; margin-right: 20px;}

.h-navigation {list-style: none;}
.h-navigation li {float: left;}

ul#navigation {
	position: absolute;
	bottom: 0px;
	list-style: none;
	font-size: 20px;
	text-transform: lowercase;
	height: 65px;
	line-height: 68px;
	margin: 0; padding: 0;
	display: inline;
	overflow: hidden;
}

#navigation li {display: inline;}

#navigation li a {float: left; display: block; padding: 0 10px; color: #fff; text-decoration: none; height: 65px;}

body#home #menu-home,
body#about #menu-about,
body#bios #menu-about,
body#contact #menu-contact
 {background:transparent url('/images/nav-bgd.gif') repeat-x; text-decoration: underline;}
#menu-home {margin-left: 18px;}

#footer { text-align: center; clear: both; width: 900px; margin: 20px auto;}
#footer ul {float: left;clear: left; }
#footer p {float: right; clear: right; }


#sidebar .articles, #sidebar .authors {
	list-style-type: none;
	margin-left: 0;
	font-family: Georgia, serif;
	font-size: 14px;
}
#sidebar .articles li,#sidebar .authors li {margin-bottom: 4px; padding-bottom: 4px; line-height: 1.1; border-bottom: 1px dashed #ccc;}
#sidebar .articles a, #sidebar .authors a {color: #c25532; text-decoration:none;}
#sidebar h3 {
	font-size: 30px;
	padding-left: 0;
	margin: 10px 0;
	
}
#sidebar h2 {color:#fff; font-size: 16px; margin: -2px 0 5px 0; text-align: center;}

#footer .h-navigation li { padding:0 5px; border-right: 1px solid #fff; line-height: 13px;}
#footer .h-navigation li.last { padding:0 0 0 5px; border-right-width: 0;}

h2 {color: #c25532; font-size: 30px; margin-top: 20px; margin-bottom: 5px; line-height: 1.1;}
h2 a:link, h2 a:visited {color:#c25532; text-decoration: none;}
p.details, p.details a:link, p.details a:visited, p.details a:hover {margin-top: 0; color: #c25532;}

.attribution {
	color:#476290;
	line-height:60px;
	background:#dadada url('/images/attr-bgd.gif');
	clear: both;
	font-family: Georgia, serif;
	width: 92%;
	margin: 20px auto;
	overflow: hidden;
	height: 60px;
}

.attribution a:link, .attribution a:visited {color: #476290;}
.attribution p {
	font-size: 18px;
	line-height: 18px;
	white-space: nowrap;
	padding: 12px 0;
}
.attribution img {
	margin: 0 10px;
	display: inline;
	float: left;
}

.info {
	float: right;
	display: inline;
	width: 150px;
}
#info img {float: left; margin-right: 20px;}
#info h3 {margin-top: 0;}













