/*  
Theme Name: Oregon Brewers Guild Theme
Theme URI: http://oregonbrewers.org
Description: Drink Beer!
Version: 1.0
Author: eROI
Author URI: http://eroi.com
*/

/* CSS Document */
/************************************************************************

	Site: Oregon Brewers Guild
	Author:		eROI		[www.eroi.com] 

	Listing Order:

	==============

	1 - Global
	2 - Navigation
	3 - Structure/layout
	4 - Main content
	5 - Footer content
	

************************************************************************/
/***********************************************************************
	1 - GLOBAL
************************************************************************/
html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td, span, label { 
	margin: 0; 
	padding: 0; 
}

body {
	background: #1a1919;
	font: 11px Trebuchet, Trebuchet MS;
	color: #2c2b2b;
}

a {
	color: #d39459;
}

.none {
	display: none;
}

a.display {
	display: block;
	width: 100%;
	height: 100%;
}

br.clear {
	clear: both;
}


/***********************************************************************
	2 - NAVIGATION
************************************************************************/
div#leftColumn ul#nav {
	list-style: none;
	text-transform: uppercase;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 15px 0;
}

div#leftColumn ul#nav li {
	padding: 0 0 10px 0;
}

div#leftColumn ul#nav li a {
	color: #c5833b;
	text-decoration: none;
}

/***********************************************************************
	3 - STRUCTURE
************************************************************************/
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1110px;
}

div#top {
	background: url(assets/img/bg_top-texture.gif) left top no-repeat;
	height: 34px;
}

div#middle {
	background: url(assets/img/bg_mid-texture.gif) left top repeat-y;
	padding: 0 0 0 79px;
	height: 1%;
}

div#middle div#leftColumn {
	width: 142px;
	float: left;
	margin-right: 10px;
}

div#leftColumn div#newsletter {
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #2c2b2b;
}

div#contentContainer {
	width: 792px;
	float: left;
	margin: 0 0 0 0;
}

div#bottom {
	background: url(assets/img/bg_bot-texture.gif) left bottom no-repeat;
	height: 62px;
	padding: 43px 0 0 80px;
}



/***********************************************************************
	4 - MAIN CONTENT
************************************************************************/
/*-- LEFT COLUMN --*/
div#leftColumn div#logo {
	background: url(assets/img/bg-logo.gif) left top no-repeat;
	width: 100px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#leftColumn div#logo h1 {
	display: block;
	width: 100%;
	height: 100%;
}

div#leftColumn div.dottedSection p {
	font-size: 12px;
	line-height: 116%;
	color: #6a5f55;
}

div#leftColumn div#facebookWrap {
	border-top: 1px dashed #2c2b2b;
	border-bottom: 1px dashed #2c2b2b;
	padding: 5px 0;
	height: 1%;
}

div#leftColumn div#facebook {
	background: url(assets/img/logo_facebook.gif) left top no-repeat;
	width: 141px;
	height: 53px;
	margin: 5px 0;
}

div#leftColumn div#newsletter p {
	color: #6a5f55;
	padding: 0 0 2px 0;
}

div#leftColumn div#newsletter div {
	align: right;
	padding: 5px 0 0 0;
}

div#leftColumn div#newsletter input#newsletterField {
	font-size: 10px;
	width: 139px;
	padding: 1px;
	margin: 0 0 2px 0;
}

div#twitter_div {
	padding: 10px 0 0 0;
}

div#twitter_div h2 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #924f16;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

div#twitter_div ul {
	list-style: none;
}

div#twitter_div ul li {
	padding: 0 0 10px 0;
}

div#twitter_div a {
	text-decoration: none;
}

ul.wplc_event_list
{
	list-style: none;
}

ul.wplc_event_list h2
{
	font-size: 12px !important;
	font-weight: bold !important;
}

.entry ul.wplc_event_list
{
	margin: 30px 0;
}

.entry ul.wplc_event_list li
{
	margin-bottom: 25px;
}
/***********************************************************************
	5 - FOOTER
************************************************************************/
div#bottom div#footer ul li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #b97735;
}

div#bottom div#footer ul li a {
	text-decoration: none;
	color: #b97735;
}

div#bottom div#footer p {
	color: #c6bcad;
	font-size: 8px;
	padding-top: 10px;
	text-transform: uppercase;
}

div#bottom div#footer p span {
	padding-right: 10px;
}

div#bottom div#footer p span a {
	text-decoration: none;
	color: #c6bcad;
}
