/*
Title:		Aleta Crawford's styles
Author:		Brice Crawford
Updated:	2008.02.24
*/

/* --- page styles --- */

html, body {
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	background: #CCCC99;
	background-image:url(../img/background.jpg);
	background-repeat:repeat;
	margin: 30px 0 30px 0;
	/* padding: 10px 10px 20px 10px; */
	text-align: left;
	}
	
/* --- general type styles --- */

a {
	color: #968C5A;
	text-decoration: none;
	background-color: transparent;
	}

a:link {
	color: #968C5A;
	text-decoration: none;
	background-color: transparent;
	} 
a:visited {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	} 
a:hover	{ 
	color: #9966CC; 
	text-decoration:underline; 
	background-color: transparent;
	} 
a:active { 
	color: #9966CC;  
	text-decoration:underline;
	background-color: transparent;
	} 
p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	}
h1{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px;
	}
h1 span, h2 span {
	color: #999;
	}
h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
img {
	margin: 0px;
	padding: 0px;
	}
	
/* --- content wrapper style --- */
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 750px;
	}
	
/* --- header styles --- */

#header {
	background: #787665 url(../img/titlebar.jpg) no-repeat top left;
	background-repeat: no-repeat;
	height: 100px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	}
#header span {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
/* --- navigation --- */

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	font-weight: bold;
	border-top: 3px solid #AA7846;
	border-bottom: 1px solid #B3AE94;
	background: #666699 url(../img/bar.jpg) no-repeat top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #B3AE94;
	}
#nav a {
	float: left;
	padding: 6px 30px 20px 6px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #9966CC;
	}
/* #nav a.active {
	font-weight: bold;
	} */
	
/* --- main column --- */

#main-body {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 650px;
	}
#content {
	padding: 25px 25px 5px 25px;
	background: #FFFFCC;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
#content dl dt {
	font-weight: bold;
	color: #AA7846;
	}
#content dl dt span {
	font-weight: normal;
	}
.art_desc_link {
	font-size: 110%;
	font-weight: bold;
	}
.art_desc_content {
	margin: 0 0 0 25px;
	}
	
/* --- flash content --- */

#flashcontent {
	height: 500px;
	background: #FFFFCC;
	}
	
/* --- form content --- */

#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	}

/* --- footer --- */

#footer {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 650px;
	padding: 0;
	font-size: 90%;
	color: #888;
	background: #424242;
	}
