/*--------------------------------------------------------------
	global styles	
--------------------------------------------------------------*/

html, body, form, fieldset, textarea, img,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, li, dl, dd, address, 
form, fieldset, input, table, tr, td {
	margin: 0;
	padding: 0;
}
fieldset,img {  
    border:0; 
}
form label, textarea { display: block; }

form label { cursor: pointer; }

a:hover, a img, :link img, :visited img, fieldset {
	border: none;
}

ul { list-style: none; }

a {	text-decoration: none; }
a:hover { text-decoration: underline; }

img.top { vertical-align: top; }
img.bot { vertical-align: bottom; }
img.alignright { float:right; clear: both;}
img.alignleft { float:left; clear: both; }
img.aligncent { display: block; margin-left: auto; margin-right: auto; clear: both;	}

/*--------------------------------------------------------------
	html/body
--------------------------------------------------------------*/

html {
	width: 100%;
	margin: 0;
	padding: 0;	
}
	
body {
	background: #1a0f01;
	/*font: 12px Arial,Verdana,Geneva,Helvetica,sans-serif;*/
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #69675b;	
}
.container {
	width: 896px;
	margin: 50px auto 0 auto;
}
.border { 
	border: 8px solid #fff;
	float: left;
	margin: 0;
	padding: 0;
}


	
.col01 {
	width: 219px;
	float:left;
	background: #0d0808 url(../img/gl_col1_bg.gif) 0 0 repeat-y;
	height:90%;
}
.col01_bot_image {
	background: url(../img/gl_col01_bot.gif) bottom right no-repeat;
	height:auto;
}


.col02 {
	width: 661px; 
	height: 200px;
	float: left; 

}
.innercontainer {
	padding: 0px;
	margin: 0px;
	float: left;
	background: #ffffff;
}
/*--------------------------------------------------------------
	logoHeader	
--------------------------------------------------------------*/
.header {
	width: 219px;
	height: 80px;
	background: #55c318;
	float: left;
	display: block; 
	margin: 0;
	padding: 0;
}

/*-------------
	Navigation	
-------------*/
.nav_prod a {
	float: left;
	display:block;
	width:219px;
	height:40px;
	padding:0;
	font: bold 14px/1 sans-serif;
	background: #16120c url(../img/nav_prod.gif) 0 0 no-repeat;
	text-decoration: none;
}
.nav_prod a:hover {	
	background-position: -219px 0;
	color: #16120c;
}
.nav_prod a.selected {
	background-position: -438px 0;
	color: #16120c;
}
.nav_about a {
	float: left;
	display:block;
	width:219px;
	height:40px;
	padding:0;
	font: bold 14px/1 sans-serif;
	background: #16120c url(../img/nav_about.gif) 0 0 no-repeat;
	text-decoration: none;
}
.nav_about a:hover {	
	background-position: -219px 0;
	color: #16120c;
}
.nav_about a.selected {
	background-position: -438px 0;
	color: #16120c;
}
.nav_events a {
	float: left;
	display:block;
	width:219px;
	height:40px;
	padding:0;
	font: bold 14px/1 sans-serif;
	background: #16120c url(../img/nav_events.gif) 0 0 no-repeat;
	text-decoration: none;
}
.nav_events a:hover {	
	background-position: -219px 0;
	color: #16120c;
}
.nav_events a.selected {
	background-position: -438px 0;
	color: #16120c;
}
.nav_locations a {
	float: left;
	display:block;
	width:219px;
	height:41px;
	padding:0;
	font: bold 14px/1 sans-serif;
	background: #16120c url(../img/nav_locations.gif) 0 0 no-repeat;
	text-decoration: none;
}
.nav_locations a:hover {	
	background-position: -219px 0;
	color: #16120c;
}
.nav_locations a.selected {
	background-position: -438px 0;
	color: #16120c;
}
.nav_blog a {
	float: left;
	display:block;
	width:219px;
	height:40px;
	padding:0;
	font: bold 14px/1 sans-serif;
	background: #16120c url(../img/nav_blog.gif) 0 0 no-repeat;
	text-decoration: none;
	/*margin-bottom:30px;*/
}
.nav_blog a:hover {	
	background-position: -219px 0;
	color: #16120c;
}
.nav_blog a.selected {
	background-position: -438px 0;
	color: #16120c;
}

/*----------------
	main buckets
----------------*/
.mainBkt {
	width: 880px; 
	height: 337px;
	float: left; 
	background: #fff url(../img/) no-repeat;
}

/*----------------
	Main  Content
----------------*/
.content {
	padding: 31px;
	margin: 0px;
	letter-spacing: .03em;
	line-height: 18px;
	color: #3e1a20;
	float: left;
}
.intro {
	font: 23px helvetica, arial, sans-serif, ;
	color: #77544b;
	font-weight: normal;
}
.content h1 {
	font: 23px helvetica, arial, sans-serif, ;
	color: #77544b;
	font-weight: normal;
}
.content h2 {
	font: 14px helvetica, arial, sans-serif, ;
	color: #441508;
	letter-spacing: .1em;
	font-weight: normal;
	line-height: 20px;
}
.content p {
	margin-top: 15px;
}

.content a {
	color: #ce7019;
	text-decoration: none;
}

.content a:hover {
	color: #ce7019;
	text-decoration: underline;
}
/*----------------
	bottom content (also clears floats)
----------------*/

.contentBottom { 
	float: left;
	text-align: center;
	width: 880px;
	font-size: 10px;
	color: #685549;
	height: 20px;
	margin-top: 15px;
}
.contentBottom span {
	font-weight: bold;
	color: #685549;
}
.contentBottom a { color: #685549; }
.contentBottom a:hover { color: #685549; text-decoration: underline; }

/*----------------
	Form Script and Styles
----------------*/



fieldset {
	padding: 1px;
	margin-bottom: 0.5em;
}
.form	{
	font-size: 11px; 
	width: 228px; 
	height: 15px; 
	padding-top: 4px; 
	background-color: #e7e3dd; 
	border: 1px solid #070400;	
}

/*---------------
Blog specific CSS
------------------ */
.blackbar{
	margin-bottom:10px;
	}

	
.bigpostdate {
	display:block;
	font-size:18px;
	color:#5b747b;
	margin-bottom:10px;
	}
	
.content h2{
	margin-bottom:20px;
	font-family: arial, verdana, sans serif;
	font-size:22px;
	line-height:29px;
	color:#75534a;
	letter-spacing:normal;
	}

.thedate{
	color:#ada69c;
	}
	
.content h2 a {
	color:#75534a;
	letter-spacing:normal;
	line-height:29px;
	}
	
.content h2 a:hover {
	color:#75534a;
	}
	
.post {
	margin-bottom:40px;
	}

.leftText{
	margin-bottom:30px;
	color: #4c4532;
	font-size: 20px;
	line-height: 29px;
	text-align:center;
}

#yelp {
	width:170px;
	height:50px;
	margin:0px auto;
	font-size: 12px;
	line-height:19px;
	color: #ad5f30;
	}

#yelpimage{
	float:left;
	}
	
#yelplinks{
	float:left;
	margin-left:10px;
	}

#yelp a {
	color: #ad5f30;
	text-decoration: none;
}

#yelp a:hover {
	color: #ad5f30;
	text-decoration: underline;
}

.post {margin-bottom:40px;}

.textmiddle {vertical-align:middle;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
