body {
	font-family: Verdana, sans-serif;
	background: #1F1F1F;
	color: #2F2F2F;
	font-size: 13px;
    }
    
a {
    color: #BF002C;
    text-decoration: none;
    }
    
.clear {
	clear: both;
	}

.container {
    width: 900px;
    margin: 70px auto;
    background: url("img/background.jpg") repeat-y;
    }

/*** HEADER ***/
.header {
    height: 150px;
    background: #5F5C3B url("img/topbar.png") top no-repeat;
    }
    
.header .logo {
	position: absolute;
	margin: -55px 0 0 20px;
	}
	
.header a.logo img {
    border: 5px solid #E6D290;
    }
    
.header a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	z-index: 900;
	}
	
.header a:hover {
	color: #E6D290 !important;
	}
	
.header span.featured_title {
    padding: 0 0 0 0;
    text-align: center;
    display: block;
    position: absolute;
    background: #E6D290;
    font-weight: bold;
    margin: -10px 0 0 415px;
    z-index: 1000;
    }
    
.header span.featured_title img {
    vertical-align: middle;
    }
    
.header div.sticker {
    position: absolute;
    margin: -201px 0 0 851px;
    }

/*** SIDEBAR ***/    
.sidebar {
    width: 200px;
    float: left;
    background: #5F5C3B;
    color: #FFFFFF;
    }
	
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
.sidebar a:hover {
	color: #E6D290;
	}
	
.sidebar ul {
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0 10px;
    }
    
.sidebar li {
    margin: 0 0 8px 0;
    }

.sidebar p {   
    margin-top: 5px;
    }
    
.widget_categoryposts .widgettitle {
    display: none;
    }
    
.sidebar ul.intro li {
    text-align: center;
    margin: 0 0 13px 0;
    }

/*** FRONT PAGE STUFF ***/

.map {
    padding: 30px 0;
    }
    
.map span.subtext {
    display: block;
    padding: 3px 5px 0 0;
    text-align: center;
    }


/*** CATEGORY NAVIGATION ***/

ul.category_nav {
    }
    
ul.category_nav li {
    margin: 0 0 5px 8px;
    }
    
ul.category_nav li.title {
    margin: 0 0 5px 0;
    }
    
ul.category_nav a {
    font-weight: normal;
    }

/*** NAVIGATION ICONS ***/   
.sidebar ul.navigation {
    padding: 0 0 0 10px;
    }
    
.sidebar ul.navigation li a {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    }
    
div.tipsy-inner span {
    
    font-size: 12px;
    }       

/*** CONTENT ***/
.content {
    float: left;
    width: 700px;
    background: #E6D290 url("img/innertop.png") top left no-repeat;
    }
    
.front_page {
    padding: 15px 0 0 0;
    background: url('img/pizza.jpg') top right no-repeat;
    }
    
.content_column_right {
	width: 330px;
	float: left;
	padding: 10px;
	}
	
.content_column_left {
	width: 340px;
	float: left;
	padding: 0 0 0 10px;
	}
	
.content_column_left ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
.content_column_left li {
	margin: 0 0 0 10px;
	}
	
.content_column_left li.title {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 5px 0;	
	}
	
.content_bottom {
	height: 10px;
	background: #E6D290 url("img/innerbottom.png") bottom left no-repeat;
	}
	
/*** FRONT GALLERY ***/

.front_gallery {
    padding-top: 20px;
    }
    
.front_gallery h2.widgettitle {
    background: url("img/photos.jpg") center left no-repeat;
    padding: 0 20px 0 55px;
    }
    
.front_gallery .ngg-galleryoverview {
    width: 260px;
    padding-left: 20px;
    }
    
.ko_calendar h2.widgettitle {
    background: url("img/calendar.jpg") top left no-repeat;
    }


/*** CALENDAR PAGE ***/

.calendar .ko_calendar h2.widgettitle {
    margin: 0;
    }

.calendar li.widget {
    list-style: none;
    margin: 15px 20px 0 20px;
    }
    
.calendar .post h2 {
    display: none;
    }
    
.calendar .ko-calendar-widget-events {
    margin: 0 30px;
    }
    
span.full_calendar {
    display: block;
    margin: 15px 10px 0 10px;
    font-weight: bold;
    text-align: center;
    }
	
/*** BREADCRUMBS ***/

div.breadcrumbs {
    padding: 5px 20px 5px 20px;
    background: #BFB183 url('img/innertop2.png') top left no-repeat;
    }
	
/*** POSTS ***/

.post {
    padding: 0 20px;
    }

.post h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    }
    
.post ul {
    padding: 0;
    margin: 0 20px 10px 30px;
    }
    
.post li {
    padding: 2px 0;
    }
    
/*** SINGLE POST FORMATTING ***/

.single {
    padding: 15px 0 10px 0;
    }

.single .post p, .front_page .post p {
    padding: 5px 20px 10px 0;
    margin: 0;
    line-height: 150%;
    }
    
span.vegan {
    color: #327B0D;
    font-weight: bold;
    font-size: 16px;
    }
    
table.options {
    float: right;
    font-weight: bold;
    margin: -10px 5px 0 20px;
    }
    
table.options td.icon {
    text-align: center;
    }
    
span.right {
    display: block;
    text-align: right;
    }
    
/*** CATEGORY POST FORMATTING ***/

.category {
    padding-top: 15px;
    }

.category .post {
    width: 310px;
    float: left;
    }
    
.content a:hover {
    color: #ee4c1c;
    }
    
.category .post h2 {
    }
    
.category .post p {
    padding: 5px 0 20px 0;
    margin: 0;
    }

/*** GENERIC PAGE FORMATTING ***/
div.page {
    padding: 10px 0;
    }

/*** FOOTER ***/
.footer {
    clear: both;
    height: 23px;
    background: #5F5C3B url("img/bottombar.png") bottom no-repeat;
    color: #FFFFFF;
    text-align: center;
    padding: 16px 0 0 0;
    }
    
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #E6D290;
	}
    
/*** PDF Download Link ***/

div.pdf_download {
    padding: 0px 20px 0 20px;
    margin: 0 0 20px 20px;
    background: url('img/file_acrobat.gif') left no-repeat;
    }
    
div.featured_beer {
    padding: 0px 20px 0 20px;
    margin: 0 0 20px 20px;
    background: url('img/beer_small.jpg') left no-repeat;
    }
    
/*** MAILCHIMP SUBSCRIBE FORM ***/

div.mailchimp {
    background: #BFB183 url('img/innertop2.png') top left no-repeat;
    font-weight: bold;
    padding: 5px 10px;
    }
    
a.subscribe {
    cursor: pointer;
    color: #BF002C;
    font-size: 14px;
    }
    
a:hover.subscribe {
    color: #BF002C;
    }
    
a.subscribe img {
    vertical-align: text-top;
    }
    
#mc_signup_form input[type=text] {
    width: 190px;
    }
    
#mc_signup_container {
    float: left;
    padding-right: 25px;
    margin: 10px 0;
    }
    
.mc_custom_border_hdr {
    display: none;
    }
/*
#mc_signup_container {
    display: none;
    }
    
#mc_signup_container input[type=text] {
    width: 150px;
    }
    
#mc_signup_form .mc_merge_var {
    float: left;
    margin: 0 15px 0 0;
    }
    
.mc_signup_submit {
    float: left;
    clear: none !important;
    width: 125px !important;
    margin: 15px 0 0 0;
    text-align: left !important;
    }
    
#mc_signup_form {
    padding: 7px 5px 0 9px !important;
    }

#mc_message {
    float: right;
    margin: -23px 5px 0 0;
    }
*/

    
/*** IMAGES CODE ***/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 5px 0 5px 10px;
	display: inline;
	border: 5px solid #5F5C3B;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	border: 5px solid #5F5C3B;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.site_error {
    font-weight: bold;
    padding: 20px;
    }
    
#shNavBar {
    color: #FFFFFF !important;
    }