/* 

yellowy-green c0dB5A
greeny-green: 8ad459

*/

/* BODY
****************************** */

*{margin: 0; padding:0;}

body
{
font-family: 'Lucida Grande', Verdana, Sans-serif;
color: #EEEEEE;
background-image: url('../images/wallpaper_leaves.jpg');
background-attachment: fixed;
}


/* HEADER
****************************** */

#top_border
{	
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 16px;
background-color: #c0dB5A;
}

#shadow_top_border
{
position: fixed;
top: 16px;
left: 0;
width: 100%;
height: 18px;
background-image: url('../images/shadow_below.png');
}

#shadow_bottom_border
{
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
height: 18px;
background-image: url('../images/shadow_above.png');
}

#header
{
background-color: #161613;
color: #c0dB5A;
width: 100%;
text-align: left;
}


/* SIDEBAR
****************************** */

#sidebar
{
position: fixed; 
top: 20px; 
left: 10px; 
width: 250px;
}

#sidebar a {color: #fff;}
#sidebar h1 a{font-weight: bold;}
#sidebar h1 a:hover{}

#nav
{
list-style: none;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
width: 220px;
}

#nav li
{
display: block;
height: 25px;
margin-bottom: 2px;
background-color: rgb(30,30,30);
}

#nav a
{
color: #eee;
width: 220px;
height: 25px;
display: block;
padding-left: 18px;
background-color: rgb(30,30,30);
border-left: solid 1px #c0dB5A;
}

#nav a:hover
{
color: #1a1a1a;
width:220px;
padding-left: 11px;
background-color: #c0dB5A;
border-left: solid 8px #1a1a1a;
}	

#mini_ban
{
margin-top: 10px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 20px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
border-top: dashed 1px #c0dB5A;
border-bottom: dashed 1px #c0dB5A;
}

.info
{
margin-top: 20px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 10px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
border-top: dashed 1px #c0dB5A;
border-bottom: dashed 1px #c0dB5A;
}

.email
{color: #c0dB5A; font-size: 12px;}


/* MAIN CONTAINER
****************************** */

#container_main
{
padding-top: 30px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 270px;
margin-right: 20px;
max-width: 1010px;
}


/* CONTENT
****************************** */

#content
{
background-color: rgb(40,40,40);
min-height: 800px;
}

.page_title
{
font-size: 20px;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

.page_desc
{
color: #EEEEEE; 
font-size: 12px;
padding-left: 15px;
padding-bottom: 8px;
padding-top: 8px;
background-color: rgb(30,30,30);
}


/* GALLERY 
****************************** */

#gallery
{
text-align: left;
padding-left: 10px;
padding-top: 15px;
padding-bottom: 5px;
padding-right: 10px;
}

#photo_list {padding-left: 15px;}
#photo_list li {display: inline;}

img.thumb_image
{
width: 213px;
height: 160px;
border: solid 6px #161613;
color: rgb(252,250,252);
font:12px Verdana, Sans-serif;
margin-bottom: 15px;
margin-right: 15px;
}

img.feature_image
{
border: solid 6px #161613;
color: rgb(252,250,252);
font:12px Verdana, Sans-serif;
margin-bottom: 15px;
margin-right: 15px;
}


/* typography
****************************** */

p {line-height: 18px; margin-bottom: 12px; font-size: 12px;}
p.lead { font-size: 1.0em; }
p.text { color: rgb(230,230,230); padding-left:15px; font-size: 12px;}
p.caption { color: #8d8d73; padding-left:15px; font-size: 11px;}
ol, ul, dl { line-height: 26px; } 
li{ font-size: 12px; }
li strong {color: #999;}

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	}

h4 {
	color: #c0dB5A;
	background-color: #1a1a1a;
	padding-left: 10px; font-weight: bold;
	width: 228px;
	border-left: solid 1px #c0dB5A;
	}
	
h6 {font-size: 12px; color: #c0dB5A;}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

small{ font-size: 0.8em; }


/* GENERIC LINKS
****************************** */

a img
{
border: none;
}

a
{
color: #c0dB5A;
text-decoration: none;
}

