/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*{
	margin:0;
	padding:0;
}

body { background: #000; }

a { text-decoration: none; outline: none;}
img { border: none; }
#page-wrap {position: relative; width: 945px; margin: auto; padding: 3px 0 40px 0;}

h2 {
	font-family: 'Rockwell';
	font-size: 22px;
	color: #d4b765;
}

p {
	margin: 8px 0 8px 0;
	font: 13px/19px "Lucida Grande", Arial, Helvetica, Sans-Serif;
	color: #fff;
}

.clear {
	clear: both;
	height: 5px;
}
	
#bg-image {
	width: 75%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-ms-interpolation-mode: bicubic;
}

#monk {
	position:absolute;
	top: -98px;
	left: -163px;
	z-index: 5;
}

.float-right {
	float: right;
	margin-top: -30px;
	padding-bottom: 10px;
}

#the-abbey-logo {
	margin-bottom: 5px;
}

#the-abbey-logo img {
	border: none;
}

#wood-sign {
	background: url('images/wood-sign.jpg');
	width: 185px;
	height: 130px;
	text-align: center;
	position: absolute;
	top: -185px;
	right: -225px;
}

.addthis_button img {
	margin-top: 15px;
}

.social-media {
	margin-top: 32px;
	padding: 10px;
}

#survey-box {
	position: fixed;
	bottom: 40px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#displayCoGrade {
	margin: -7px 0 0 15px !important;
}

#about h3 {
	color: #FF0000;
	margin-top: 5px;
}

#about a {
	color: #b85f00;
}

ul { list-style: none; text-align: center; }
ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; -moz-border-radius: 5px;
-webkit-border-radius: 5px;}
ul li a:hover { background: #fe4902; color: white; -moz-border-radius: 5px;
-webkit-border-radius: 5px;}
ul li:last-child a { border: none; }

#organic-tabs {
	position: relative;
	border-top: 1px solid #232323;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	border-left: 1px solid #232323;
	background: url('images/black70.png');
	padding: 10px;
	margin: 0 0 15px 0;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#explore-nav { overflow: hidden; margin: 0 0 10px 0; }
#explore-nav li { width: 125px; float: left; margin: 0 10px 0 0; }
#explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding: 5px 5px 4px 5px; background: #b85f00; color: white; font-family: 'Georgia'; font-size: 14px; text-align: center; border: 0; }
#explore-nav li a:hover {
	padding: 5px 5px 4px 5px;
	background: url('images/nav-bg.jpg');
	background-position: 0 0px;
	font-size: 14px;
	font-family: 'Georgia';
	color: white;
}
#explore-nav li a:active {
	padding: 5px 5px 4px 5px;
	background: url('images/nav-bg.jpg');
	background-position: 0 26px;
	font-size: 14px;
	font-family: 'Georgia';
	color: white;
}

#explore-nav li#featured a.current {
	padding: 5px 5px 4px 5px;
	background: url('images/nav-bg.jpg');
	background-position: 0 26px;
	font-size: 14px;
	font-family: 'Georgia'; 
	color: white;
}

#submenu { margin-top: -20px; padding-bottom: 22px; }
#submenu ul { float: right; }
#submenu li { display: inline; }
#submenu li:last { margin-right: 0; }
#submenu a { display: inherit !important; border: none; color: #bbc45f; }
#submenu a:hover { color: #fff; }


#post-7 h2 { margin-bottom: 20px; }
#post-92 h2 { margin-bottom: 20px; }
#beer-submenu { margin-top: -46px; width: 60%; text-align: center; }
#beer-submenu { float: right; }
#beer-submenu li { display: inline; }
#beer-submenu li:last { margin-right: 0; }
#beer-submenu a { display: inherit !important; border: none; color: #bbc45f; }
#beer-submenu a:hover { color: #fff; }

.scroll-pane { width: 98%; overflow: auto; }

#menu h3 {
		font-size: 18px;
		color: #b85f00;
}

#menu h4 {
		font-size: 14px;
		color: #bbc45f;
		font-weight: bold;
}

#mainform {
	color: #fff;
}

#bizgrader_subscribe {
	color: #FC0;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 14px;
}

#bizgrader_subscribe h2 {
	margin: 5px 0;
}

#bizgrader_subscribe input[type="radio"] {
	margin: 2px 3px;
}

#bizgrader_subscribe td {
	border-collapse: collapse;
	padding: 5px;
}

#footer {
	z-index: 2;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 0 0 2px 0;
	display:block;
	height: 30px;
	width: 100%;
	background: url('images/dark-wood.png');
	text-align: center;
	font-family: Georgia;
	font-size:10px;
	color:#CC0000;
}

#footer span.alt-text {
		color: #bbc45f;
}
