/* ------------------------------- */
/* SITE Structure
/* ------------------------------- */

html 	{
	text-align:center;
}
body 	{
	text-align: left;
	font: 13px/18px georgia, 'times new roman', serif;
	color: #1d1918;
	margin: 0 auto;
	width: 920px;
	background-image: url(../images/wood.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.clear 	{ clear: both; height: 0; width: 0; line-height: 0; font-size: .1px; }
hr 		{ display: none; height: 0; padding: 0; margin: 0; }
img		{ border: none; }

.web-title		{
	float:left;
	width:1px;
	margin: 70px 0 25px 0;
}
.web-title h1 	{
	color:#999999;
	line-height:80px;
	height:80px !important;
}
.web-title h2 	{
	color:#520000;
	font-size:30px;
	line-height:36px;
}

.header 				{
	padding: 50px 0 20px 0;
	margin: 0;
	min-height: 320px !important;
	height: 550px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 500px 100px;
}
#headericons {
	float: right;
	margin: -30px 0 0 0;
}
.header-logo {
	width: 300px;
	float: left;
	clear: both;
	height: 100px;
}
.header ul.topnav		{
	padding: 0;
	margin-top: 5px;
	float: right;
	width:auto;
	list-style: none;
	text-align:center;
}
.header ul.topnav li	{
	float:left;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:12px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.header ul.topnav2 {
	padding: 0;
	margin-top: 0px;
	list-style: none;
	text-align: left;
	width: auto;
	float: none;
}
.header ul.topnav2 li {
	float:left;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
	width:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.header li a 			{
	display: block;
	padding-left:25px;
	color:#000000;
	text-decoration:none;
}
.header li a:hover 		{
	color:#000000;
	font-weight: bold;
}
.headerimage {
	padding: 20px 0 20px 0;
}
#contactform {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3.intro		{
	color:#990000;
	font-size:30px;
	line-height:38px;
}
p.intro 		{
	font-size: 16px;
	line-height:22px;
	color:#999999;
	font-style:italic;
	padding: 0;
	margin:0;
	width:620px;
}


.title				{ border-bottom:1px solid #c8c0bf !important; display:block; margin-bottom:10px; }
.title h3			{
	font-size:19px;
	line-height:22px;
	color:#666666;
	font-weight:bold;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}
.title span			{
	font-size:14px;
	line-height:22px;
	color:#0066CC;
	font-style:italic;
}


/************************************************************************ CONTAINER */

#container 				{ display:block; width: 920px; min-height: 100%; height: 100%; margin:0 auto 20px auto; padding: 0; text-align: left; }
#gallery {
}

/* ------------------------------- */
/* LAYOUT
/* ------------------------------- */

/************************************************************************ three_col_wide_right */

div.three_col_wide_left							{ text-align:left;    }
div.three_col_wide_left div.left_column 		{
	float: left;
	width: 290px;
	margin:15px 15px 0 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.three_col_wide_left div.middle_column 		{
	float: left;
	width: 405px;
	margin:0;
	padding:0 0 30px 0;
}
div.three_col_wide_left div.right_column 		{
	float: left;
	width: 300px;
	margin:0;
	padding:0;
}
#player {
	color: #d80100;
	padding: 0;
	margin: 0;
}


.folio-item				{
	float:left;
	margin:10px;
	padding:0;
	width: 270px;
}
.folio-item h4			{ font-size:14px; color:#1d1918; font-weight:bold; margin:0; padding:0; }
.folio-item span.date	{ color:#89867e; font-size:12px; margin-left:4px; font-style:italic; font-weight:normal; }

ul.blog-entries			{ padding: 0; margin-bottom: 15px; list-style: none;}
ul.blog-entries li		{
	margin-bottom:10px;
	padding:0;
	font-size:12px;
	color:#FF0000;
}
ul.blog-entries li a	{
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	display:block;
}

/************************************************************************ FOOTER */

.footer 		{
	clear:both;
	color:#666666;
	font-size:11px;
	font-style:italic;
	line-height:16px;
	margin:0;
	padding:10px 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.footer a:link, .footer a:visited, p.footer a:active { border-bottom:1px solid #CBD2D8; color:#3A5E8C; text-decoration:none; }
.footer a:hover { border-bottom:1px solid #8CA4B8; color:#203651; text-decoration:none; }
.footer a 		{ border:medium none !important; }
.footer a img 	{ position:relative; top:4px; }
.footer span 	{ color:#E6E3DB; margin:0 10px 0; }
