/*-- COLORS ----------------
dark brown  #492c06
med brown   #693e07
sdbrown  	#ab660d
background  #f9f2e7

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

html, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: georgia, "times new roman", times, serif;
	font-size: medium;
	color: #492c06;
	background: #693e07 url('/images/sdr_background_10x3000v2.jpg') repeat-y 50% 0;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
}

div#wrapper {
	width: 760px;
	margin: 20px auto;
	text-align: left;
}

a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	padding: 1px;
}

a:link,
a:visited {
	color: #ab660d;
	background-color: transparent;
}

a:hover,
a:active {
	color: #fff;
	background-color: #ab660d;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
}

h1 {
	font-size: 2em;
	color: #ab660d;
	margin-top: 20px;
}




/* -- NAV ------------------------------------------------------------------ */ 

#wrapper div#nav {
	background-color: #ab660d;
	color: #d4d5ae !important;
}

#nav ul {
	text-align: left;
	padding: 10px;
}
	
#nav li {
	display: inline;
	list-style: none;
	line-height: 1.2em;
	padding: 0 20px 0 0;
	font-weight: bold;
	}


#nav a {
	padding: 1px;
	text-decoration: none;
}
#nav a:link, 
#nav a:visited  {
	color: #f1f2d2;
	background: transparent;
	}
	
	
#nav a:hover, 
#nav a:active  {
	color: #002D54;
	background: #fff;
	}


ul li {
	list-style: none;
	margin-bottom: .5em;
	}		

/* -- MAIN ------------------------------------------------------------------ */ 

#main div#sidebar {
	width: 222px;
	float: left;
	margin: 20px 0;
	padding: 0;
}



#sidebar div#sidephoto {
	margin-bottom: 20px;
}

#sidebar h1 {
	line-height: 1.1em;
}



#sidephoto img {
	border: 1px solid #002D54;
	margin: 0 0 15px 0;
	display: block;
}



#sidebar #sidebuy {
	padding: 10px;
	background: #d2810e;
	color: #fff;
	border: 2px solid #d2810e;
	margin-bottom: 20px;
}

#sidebuy h1 {
	margin: 0 0 .25em 0;
	padding: 0 0 .25em 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}


#sidebuy ul + h2 {
	margin-top: 1em;
}

#sidebuy a:link,
#sidebuy a:visited {
	color: #fff;
	background: transparent;
}
#sidebuy a:hover,
#sidebuy a:active {
	color: #d2810e;
	background: #fff;
}

#sidebar #sidenews {
	font-size: .8em;
	line-height: 1.2em;
	background-color: #002D54;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px; 
}

#sidenews h1 {
	margin: 0 0 .25em 0;
}

#sidenews h2 {
	margin-bottom: .5em;
}
#sidenews h3 {
	margin-bottom: .25em;
}

#sidenews p {
	margin-bottom: 1em;
}



#main div#content {
	width: 500px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

#content h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #002D54;
	font-weight: bold;
	margin: 0 0 .25em 0;
	padding: 0 0 .25em 0;
	border-bottom: 1px solid #ce8140;
}
	
#content h2 {
	margin: 1em 0 .25em 0;
	color: #002D54;
}

#content p {
	font-size: .9em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#content img {
	border: 1px solid #42352a;
}

#content img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

#content img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}


	



#content ul {
}

#content ul li {
	list-style: none;
	margin: 0 0 .5em 0;
}



#content dl dt {
	font-weight: bold;
}

#content dl dd {
	margin-bottom: 1em;
	font-size: .9em;
}

#content dd + dt {
	margin-top: 10px;
}





div.studiopics {
}

div.studiopics img {
	display: block;
	margin: 0 0 20px 0;
	border: 1px solid #373737;
}




/* -- FOOTER ------------------------------------------------------------------ */ 

div#footer {
	border-top: 1px solid #002D54;
	border-bottom: 20px solid #ab660d;
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0;
}

#footer p {
	text-align: center;
	font-size: .8em;
}



div#kudzu {
	font-size: .8em;
	text-align: right;
	margin: 8px 0 0 0;
}

#kudzu a:link,
#kudzu a:visited {
	background-color: transparent;
	color: #ab660d;
}


#kudzu a:hover,
#kudzu a:active {
	background-color: #ab660d;
	color: #f9f9e4;
}






