/*
Theme Name: Big Lou's Burgers
Theme URI: http://biglousburgersbbq.com
Author: Frank Duran
Author URI: http://durandigitalmedia.com
Description: Default WordPress theme for Big Lou's Burgers and BBQ.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns, left-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	background:url(images/wood_pattern.png) top left #fff;
	height:100%
}

.header {
	display:block;
	height: 150px;
	width: 970px;
	padding: 0;
	margin: 0 auto;
	background: url(images/header_bkg.png) bottom center no-repeat transparent;
}

.home-logo {
	display: block;
	height: 280px;
	width: 284px;
	margin: 0;
	padding: 0;
	background: url(images/logo_home.png) top right no-repeat transparent;
	position: absolute;
	z-index: 5243;
}

.facebook {
	display: block;
	height: 24px;
	width: 24px;
	margin: 20px 0 0 914px;
	padding: 0;
	background: url(images/facebook.png) top left no-repeat transparent;
	float: left;
}

.twitter {
	display: block;
	height: 24px;
	width: 24px;
	margin: 20px 0 0 20px;
	padding: 0;
	background: url(images/twitter.png) top left no-repeat transparent;
	float: left;
}

.menu-main-container {
	display: block;
	position: relative;
	top: 41px;
	left: 236px;
	padding: 0;
	margin: 0;
	width: 650px;
}

.menu {
	padding: 0;
	margin: 0;
}

.menu-item {
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}

.menu-item a, .menu-item a:active {
	display: inline-block;
	height: 51px;
	width: 225px;
	color: #870704;
	font-size: 30px;
	font-weight: bold;
	background: url(images/menu_item.png) top left no-repeat transparent;
	text-align: center;
	margin-right: -20px;
	padding-top: 14px;
}

.menu-item a:hover, .menu-item a:focus {
	display: inline-block;
	height: 51px;
	width: 225px;
	color: #CC0000;
	font-size: 30px;
	font-weight: bold;
	background: url(images/menu_item.png) top left no-repeat transparent;
	text-align: center;
	margin-right: -20px;
	padding-top: 14px;
	text-decoration: none;
}

.current-menu-item a {
	display: inline-block;
	height: 51px;
	width: 225px;
	color: #870704;
	font-size: 30px;
	font-weight: bold;
	background: url(images/menu_item.png) bottom left no-repeat transparent;
	text-align: center;
	margin-right: -20px;
	padding-top: 14px;
}

.current-menu-item a:hover {
	display: inline-block;
	height: 51px;
	width: 225px;
	color: #870704;
	font-size: 30px;
	font-weight: bold;
	background: url(images/menu_item.png) bottom left no-repeat transparent;
	text-align: center;
	margin-right: -20px;
	padding-top: 14px;
	text-decoration: none;
}

.main {
	display:block;
	width: 970px;
	padding: 0;
	margin: 0 auto;
	background: url(images/dark_wood.png) top left repeat-y transparent;
}

.sidebar {
	display:block;
	float: left;
	width: 240px;
	padding: 0;
	margin: 140px 0 0 5px;
	color: #eee;
	text-align: center;
}

.sidebar p {
	margin-top: 10px;
}

.content {
	display:block;
	float: left;
	width: 660px;
	padding: 15px 25px;
	margin: 0;
	background: url(images/handmadepaper.png) #fff;
}

.content h2 {
	color: #870704;
	font-weight: bold;
	text-transform: uppercase;
}

.content h2 a {
	color: #870704;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.content h2 a:hover {
	color: #870704;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.footer {
	display:block;
	height: 50px;
	width: 970px;
	padding: 0;
	margin: 0 auto;
	background: url(images/footer_bkg.png) top center no-repeat transparent;
}

