/*-----------------------------------------------------------------------------

Master Style Sheet



version:   2.0

author:    Nathan Frerichs

email:     nathan@nathanfrerichs.com

website:   http://www.nathanfrerichs.com

-----------------------------------------------------------------------------*/




/*---------------------------------------------------------

	Body, Links, Elements

-----------------------------------------------------------*/

body  {
	padding-top: 25px;
}



a:link {
	color: #1F3B51;
	text-decoration: none;
}

a:visited {
	color: #1F3B51;
	text-decoration: none;
}

a:hover {
	color: #DCE3E6;
	text-decoration: none;
}



em {
	font-style: italic;	
}

strong {
	font-weight: bold;
}



/*---------------------------------------------------------

	Header: Logo & Nav

-----------------------------------------------------------*/

#header  {
	width: 760px;
	margin: 0 auto;
	
} 



/*---------------------------------------------------------

	Headers 

-----------------------------------------------------------*/


h1 {
	position: absolute;
	text-indent:-9999px;
	top:-35px;
	left:250px;
	width: 511px;
	height: 35px;
	background-image: url(../images/longworth_name.jpg);
	background-repeat: no-repeat;

}

h3 {
	font-variant:small-caps;
	font-weight:bold;
}

.password_success h2 {
	color:#6A899B;
}


/*---------------------

	Main Navigation

-----------------------*/

.nav {
	position:relative;/* i heart ie6 */
	clear: both;
	height: 59px;
	width:820px;/* i heart ie6 */
	margin: 0 -30px;/*to zero out .section's 30px padding */
	padding: 10px 0 0;
	text-align:center;
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #1F3B51;
	background-image: url(../images/background_nav.jpg);
	background-repeat: repeat-x;
}

#header>.nav {
	width:760px;/* i heart ie6 */
}

.nav li {
	list-style-type: none;
	display: inline;
}




/*---------------------------------------------------------

	Section

-----------------------------------------------------------*/


.section {
	width: 700px;
	text-align: left; 
	position:relative;
	margin: 45px auto 30px auto;
	padding: 0 30px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;

} 



/*---------------------

	Article

-----------------------*/

.article  {
	float: right;
	width: 500px;
	margin-bottom: 2em;
} 

.article h2 {
	margin: 0 0 10px;
	font-size: 125%;
	font-weight: bold;
}

.article  p,
.article ul li,
dd {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.home .article p,
.books .article p {
	margin-bottom: 20px;
}

dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight:bold;
}

dd {
	margin: 0 0 40px;
}




/*---------------------

	Figure

-----------------------*/

.figure {
	float: left;
	width: 139px;
	padding: 20px;
	border: 1px solid #CAD5D9;
	text-align: right;
	vertical-align: middle;
}

.login .figure,
.articles_reports .figure,
.admin_article .figure,
.links .figure,
.admin_links .figure {
	border: none;
	padding: 0 0 0 10px;
}

.home .figure img, .appearances .figure img, .books .figure img, .admin_home .figure img, .admin_appearance .figure img, .admin_books .figure img {
	border: 3px solid #1F3B51;
}

.figcaption {
	font-size: 65%;
	line-height: 135%;
}

.figure .first-child {
	margin-top: 20px;
}
 
.figcaption em {
	font-style: italic;
}




/*---------------------------------------------------------

	Footer

-----------------------------------------------------------*/

.footer  {
	text-align: center;
	margin: 5px 0;
} 

.footer .nav {
	width:820px;
	height: auto;
	padding: 0;
	text-transform: none;
	font-size: 65%;
	letter-spacing: 0.1em;
	color: #1F3B51;
	background-image: none;
	border: none;
}

.footer>.nav {
	width:760px;
}

.footer .nav li a {
	margin: 0 5px;

}

.footer  p  {
	margin: 5px 0;
	font-size: 65%;
}




/*---------------------------------------------------------

Miscellaneous

-----------------------------------------------------------*/



hr {
	clear: both;
	visibility: hidden;
	margin: 0 5em;
	}

.books hr {
	visibility: visible;
	margin: -1.5em 5em 2em;
	border-color:#CCC;
}
	
cite {
	font-style:italic;
}

