body {
	background: #000 url('../img/bg_main.gif');
	margin: 0;
	padding: 0;
	color: #000; 
	text-decoration: none;  
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px;
	text-align: center;
}
 
div, li, form, select, input, label, dl, dt, dd 
{
	margin: 0;
	padding: 0;
	border: 0; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333;
	margin: 0 0 1em;
} 

p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
	padding: 0;
}

blockquote {
	margin: 0 0 0 20px;
	color: #620A01;
	font-style: italic;
}
	#content blockquote p {font-size: 1.2em;}

ul, ol {
	margin: 0 0 1.5em;	
	padding: 0;
	list-style-type: none;	
}

table, tr, td, th, thead, tbody  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

img {
	display: block;
 	margin: 0;
	border: 0;
} 


a {
	color: #620A01;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;	
}

sup {
font-size: .8em;
}

em {
font-style: italic;
}


/* general classes
---------------------------------------------------------- */

.clr {
	clear: both;
}  

.bold {
	font-weight: bold;
}

.noMargin {
	margin: 0;
}



/* 	layout
---------------------------------------------------------- */

#container {
	margin: 0 auto;
	text-align: left;
	background: #fff url('../img/bg-content.gif') repeat-y;
	width: 750px;
}

#navBar {
	background: url('../img/header_logo.gif') no-repeat;
	height: 109px;
}


/* 	headers
---------------------------------------------------------- */

h1, h1 a {
	text-indent: -9999px;
	width: 327px;
	height: 100px;
	float: left;
	display: block;
	margin: 0;
	overflow: hidden;
}

h2 {
	width: 680px;
	height: 27px;
	background: url('../img/header_bar.gif') no-repeat;
	color: #fff;
	font-size: 28px;
	padding: 14px 35px;
	margin: 0;
	text-transform:lowercase;
}
	h2 a, h2 a:hover {color:#fff;text-decoration:none;}

h3 {
	color: #620A01;
	font-weight: bold;
	font-size: 12px;
}
	


/* 	nav
---------------------------------------------------------- */

#navBar ul {
	float: left;
	margin: 24px 0 0;
	width: 146px;
	padding: 0 0 0 9px;
	border-left: 1px #703B37 solid;
}
	#navBar ul.last {width: 100px;}
	
#navBar li {
	margin: 2px 0;
}

#navBar a {
	color: #fff;
	font-size: 15px;
}

#navBar a:hover {
	color: #988b72;
	text-decoration: none;
}

/* 	home content
---------------------------------------------------------- */

#homeMain {background: url('../img/deluxe-home.jpg') no-repeat;height:953px;}

#home #navBar {
	background: url('../img/bg-home-nav.gif') no-repeat;
	height: auto;
	float: right;
	width: 164px;
	padding: 0 20px 20px;
	margin-bottom: 20px;
}
	#home #navBar ul {padding: 0 0 0 15px;}

#homeContent {
	float: right;
	width: 164px;
	padding: 20px 20px 0;
	background: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}





/* 	page content
---------------------------------------------------------- */

#content {
	padding: 35px 0 35px 35px;
}

#leftCol {
	float: left;
	width: 435px;
	margin-right: 20px;
}

#rightCol {
	float: left;
	width: 220px;
	padding-left:20px;
}


#content p {font-size: 11px;}
#content p.lede {font-size:1.2em;}




/* 	footer
---------------------------------------------------------- */

#footer {
	padding: 25px;
	background: url('../img/bg_bottom.gif');
	color: #333;
}

.location {
	width: 175px;
	float: left;
	margin: 0;
}

.copy {
	font-size: 11px;
	margin: 0;
	float: right;
	padding-top: 55px;
}



/* 	events blog
---------------------------------------------------------- */

h3.postTitle {font-size:16px;margin:0;line-height:1.5em;}
.post {margin-bottom:3em;padding-bottom:2em;border-bottom:1px solid #666;}
.entry {margin-top: 1em;}

.blogSidebar ul ul {line-height:1.5em;padding-left:20px;}
.blogSidebar li li {list-style-type:disc;}
#content .blogSidebar p {font-size:1.1em;color:#333;}

#commentform input, #searchform input {border:1px solid #666;padding:3px;margin-right:10px;}
	#searchform input {width:200px;margin-bottom:1.5em;}
	#searchform input.default {color:#666;}
#commentform textarea {width: 425px;font-family:helvetica,arial,sans-serif;font-size:12px;padding:3px;border:1px solid #666;}
#searchform label, #searchsubmit {display:none;}

.alignleft {float:left;}
.alignright {float:right;}

.comment-author img {float: left;padding: 0 15px 15px 0;}
.commentlist li {margin-bottom:3em;}
.comment-body p {clear:both;}
