/***Main***/

body{
	background: #3C1507 url(layout/bg.gif) repeat-x top left;
	margin: 10px 0 0 0;
	padding: 0px;
}

div#title{
	width: 800px;
	margin: 0px auto 2px auto;
	text-align: left;
}

div#header{
	width: 100%;
	height: 240px;
	border-top: 1px solid #830C00;
	border-bottom: 4px solid #7E1B00;
	background-color: #4F1307;
}

div#main{
	width: 800px;
	margin: 10px auto 0px auto;
}

img#footbanner{
	margin: 30px auto -40px auto;
	display: block;
}

a img#footbanner{
	border: 0;
}

p#footer{
	width: 800px;
	margin: 50px auto 0 auto;
	padding: 5px 0;
	text-align: center;
	color: white;
	font: normal normal 10px arial;
	background-color: #4F1307;
	border-top: 1px solid #7E1B00;
}

#footer a{
	color: #FFC97B;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

/**** Gallery ****/

#flashcontent{
	height: 750px;
}

h1#gallery
{
	color: #E7A74A;
	font: normal normal normal 46px "trebuchet ms", serif;
	padding: 0;
	margin: 0 0 15px 0;
}

div#galdescript{
	color: white;
	font: normal normal normal 12px arial;
	background-color: #5D2109;
	padding: 10px;
}

/****Menu****/

#menu{
	background: #4F1307 url(layout/banner.png) no-repeat center;
	width: 800px;
	height: 240px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

ul#top{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #7E1B00;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul#top > li{
	font: normal normal bold 18px Georgia, serif;
	color: #ED9D3F;
	margin: 0px 10px;
	padding: 0px;
	position: relative;
	float: left;
}

li ul{
	display: none;
	position: absolute;
	top: 1em;
	left: -10%;
	width: 100px;
	padding: 10px 0px;
	margin: 0;
	background-color: #7E1B00;
}

li li{
	font: normal normal normal 14px Georgia, serif;
	margin: 0px;
	padding: 0;
	display: block;
	float: none;
	width: 100px;
	margin: 0px 0px 2px 0px;
	text-align: center;
}

li:hover ul { 
	display: block; 
}

#menu li a{
	border: 0px;
	background-color: #7E1B00;
	color: #ED9D3F;
	text-decoration: none;
}

#menu li a:hover{
	background-color: #8D3800;
}

/*** Left ****/

div#left{
	float: left;
	margin-right: 10px;
	border-right: 1px solid #813D24;
	padding: 0 10px 10px 0;
	width: 150px;
}

#left h2{
	width: 140px;
	margin: 10px 0 0 0;
	padding: 0px 5px;
	color: #ED9D3F;
	font: normal normal bold 12px georgia, serif;
	background: url(layout/headerbg.png) repeat-y;
}

#left ul{
	margin: 0;
	padding: 5px;
	width: 138px;
	list-style: none;
	border-left: 1px solid #7E1B00;
	border-right: 1px solid #621F07;
	border-bottom: 1px dotted #591F0B;
	background-color: #331206;
}

#left li{
	color: white;
	font: normal normal normal 11px arial;
	margin: 0 0 3px 0;
	padding: 0;
}

#left li a{
	color: #FFC97B;
	text-decoration:none;
}

#left li a:hover{
	text-decoration: underline;
}

#left img{
   border: 0px;
}

#left a:link img, a:visited img{
   border: 0px;
}

/****Content****/

div#right{
	float: right;
	width: 629px;
}

p.content{
	color: white;
	font: normal normal normal 14px arial;
	padding: 0;
	margin: 0;
}

.content a{
	text-decoration: none;
	color: #FFC97B;
}

.content a:hover{
	text-decoration: underline;
}

img#bio{
	float: right;
	margin-left: 10px;
}

#right h1{
	color: #E7A74A;
	font: normal normal normal 46px "trebuchet ms", serif;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

dl#worklist{
	color: white;
	font: normal normal normal 14px arial;
}

#worklist dt{
	margin: 15px 0 5px 0;
	color: #ED9D3F;
	font: normal normal normal 18px georgia, serif;
	text-decoration: underline;
}

/*****Blog*****/

#description{
	border-bottom: 1px dotted #9A3410;
	padding: 0px 0px 15px 0px;
	margin-bottom: 10px;
	width: 629px;
}

#description p{
	color: #ffffff;
	display: inline;
	font: italic normal normal 15px arial, verdana;
}

div.posthead{
	height: 25px;
	width: 625px;
	background: #621F07 url(layout/postbg.gif) repeat-y top left;
	border-right: 4px solid #4F1307;
	border-bottom: 3px solid #4F1307;
}

.posthead h2{
	font: normal normal normal 18px georgia, serif;
	color: #ED9D3F;
	margin: 1px 0 0 5px;
	padding: 0;
	float: left;
}

.posthead h2 a{
	font: normal normal normal 18px georgia, serif;
	color: #ED9D3F;
	text-decoration: none;
}

.posthead h2 a:hover{
	text-decoration: underline;
}

.posthead h3{
	font: normal normal normal 14px "trebuchet ms", arial;
	float: right;
	color: #ED9D3F;
	margin: 3px 5px 0 0;
	padding: 0;
}

p.postbody{
	color: white;
	font: normal normal normal 13px arial;
	padding: 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #9A3410;
}

.postbody a img{
	border: 0;
}

.postbody a{
	color: #FFC97B;
	text-decoration: none;
}

.postbody a:hover{
	text-decoration: underline;
}

div.commentline{
	text-align: right;
	width: 629px;
	margin: 0 0 60px 0;
	padding: 0;
	font: normal normal normal 10px arial;
	color: white;
}

.commentline a{
	color: #FFC97B;
	text-decoration:none;
	font-weight: bold;
}

.commentline a:hover{
	text-decoration: underline;
}

div#archiveblock{
	margin-top: 60px;
	text-align: right;
}

#archiveblock h1{
	margin: 0;
	padding: 0px 5px;
	font: normal normal bold 12px georgia;
	/*background: url(layout/postbg.png) repeat-y;*/
	color: #ED9D3F;
	width: 619px;
}

#archiveblock ul{
	margin: 0;
	padding: 2px 5px 5px 5px;
	list-style: none;
	/*
	border-left: 1px solid #7E1B00;
	border-right: 1px solid #621F07;
	border-bottom: 1px dotted #591F0B;
	background-color: #331206;*/
}

#archiveblock li{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	font: normal normal normal 10px arial;
}

#archiveblock li a{
	color: #FFC97B;
	text-decoration:none;
}

#archiveblock li a:hover{
	text-decoration: underline;
}

#comments h1{
	color: #E7A74A;
	font: normal normal normal 20px "trebuchet ms", serif;
	padding: 0px;
	margin: 40px 0px 10px 0px;
}

dl#comments-block{
	margin: 0 0 0 15px;
	padding: 0;
}

#comments-block a{
	color: #FFC97B;
	text-decoration: none;
}

#comments-block a:hover{
	text-decoration: underline;
}

dt.comment-poster{
	color: white;
	font: normal normal bold 14px georgia;
	padding: 0;
	margin: 0 0 10px 0;
}

dd.comment-body{
	color: white;
	font: normal normal normal 12px arial;
	border: 1px dotted #7E1B00;
	border-width: 0 1px 1px 0;
	padding: 0 10px 10px 20px;
	margin: 0 0 5px 0;
}

dd.comment-timestamp{
	color: white;
	text-align: right;
	font: normal normal normal 10px arial;
	padding: 0;
	margin: 0;
}

div#commentcreate{
	margin: 15px 0 0 0;
	text-align: center;
	font: normal normal normal 16px arial;
}

#commentcreate a{
	color: #FFC97B;
	text-decoration: none;
}

#commentcreate a:hover{
	text-decoration: underline;
}