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

html 	{
	text-align:center;
}
body 	{
	text-align: left;
	font: 13px/18px georgia, 'times new roman', serif;
	color: #1d1918;
	margin: 0 0 0 110px;
	width: 920px;
	background-image: url(../images/bd-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}
.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 ul.topnav		{
	padding: 130px 0 0 0;
	margin-top: 15px;
	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:14px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.header li a 			{
	display: block;
	padding-left:25px;
	color:#CCCCCC;
	text-decoration:none;
}
.header li a:hover 		{
	color:#FF0000;
	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;
	padding: 0 15px 15px 15px;
}
.title h3			{
	font-size:19px;
	line-height:22px;
	color:#CCCCCC;
	font-weight:bold;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}
.title span			{
	font-size:14px;
	line-height:22px;
	color:#999999;
	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 {
}
#bios {
	padding: 20px 60px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

div.three_col_wide_left							{ text-align:left;    }
div.three_col_wide_left div.left_column 		{
	width: 445px;
	margin:0 20px 0 0;
	padding:0px;
	float: left;
}
div.three_col_wide_left div.middle_column 		{
	float: left;
	width: 445px;
	margin:0;
	padding:0px;
}


.folio-item				{
	float:left;
	margin:0 6px 15px 6px;
	padding:0;
	width: 909px;
}
.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: 15px 0 15px 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 		{
	border-bottom:5px solid #990000;
	clear:both;
	color:#990000;
	font-family:georgia,serif;
	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;
}
.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; }

