/*	Stylesheet for BARBQ : main.css
-----------------------------------------------
	created by : fluxide
	revision : 10-11-2010
*/

@import url('reset.css');

body {
	margin:0;
	font-size:100%; font-family:tahoma, sans-serif;
	background:url('../images/body_bg.jpg') left 131px repeat;
	color:#fff;
}
#addbody{
	margin-top:0;	width:100%;
}
#featuredimg{
	width:100%;
	position:absolute;
	z-index:-99;
}
/* header
-----------------------------------------------
*/
#header {
	height:157px;
	background:url('../images/inner_hd_bg.jpg') top left;
	z-index:2;
}

#header .inner {
	height:157px; 
	width:940px; padding:0 10px; margin:0 auto;
}

#header .logo {
	float:left;
	text-indent:-100em;
	width:133px; height:133px;
	margin:10px 0 0 50px; padding:0;
	background:url('../images/logo.png') top left no-repeat; overflow:hidden;
}

.logo a { width:133px; height:133px; display:block; }

.tagline {
	float:left;
	width:266px; height:133px;
	margin:10px 0 0 0px; padding:0;
	background:url('../images/tagline.png') top left;
}

.contact {
	float:right;
	width:188px; height:133px;
	margin:10px 0 0 0px; padding:0;
	background:url('../images/contactus.png') top left;
}

#featured {
	height:400px;
	padding:20px 0 0 0;
	/*background:url('../images/featured_bg.png') top center no-repeat;*/
	z-index:3;
}

.slide {
/*	width:908px; height:278px;*/
	margin:0 auto;
	border:solid 16px #000;
}
.slide img{
	width: 620px;
}

.callus {
	width:908; height:84px;
	margin:0 auto;
	background:url('../images/callus.png') top center no-repeat;
}

/* wrapper
-----------------------------------------------
*/
#wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:40px;
	z-index:4;
}

#side_panel {
	float:left;
	width:305px;
}

#side_panel h1 {
	font-size:2.5em;
	font-weight:normal;
	margin:10px 0;
}

#nav {
	width:305px;
	height:360px;
	background:url('../images/nav_bg.jpg') top left no-repeat;
	margin:0 0 20px 0;
}

#nav ul {
	margin:0; padding:30px 0 0 40px;
	list-style:none;
}

#nav ul li a {
	font-size:1.8em;
	text-decoration:none;
	color:#fff;
	-webkit-transition:all .4s ease-in-out;
}

#nav ul li a:hover {
	padding-left:10px;
}

#main_panel {
	float:right;
	width:620px;
}

#main_panel h1 {
	font-size:2em; text-transform:uppercase;
	font-weight:normal;
	margin:20px 0;
}

#main_panel p {
	line-height:1.8em;
	margin:20px 0;
}

img.banner {
	border:solid 6px #1e1e1e;
}

.col-1 {
	float:left;
	width:300px;
	margin:0 10px 0 0;
}

.col-2 {
	float:left;
	width:300px;
}

/* footer
-----------------------------------------------
*/

#footer {
	border-top:solid 10px #2d0d07;
	background:#000;
	padding:0 50px;
	padding-top:25px;
	height:45px;
}

.foot-nav {
	float:left;
}

.foot-nav ul {
	margin:0;
	list-style:none;
}

.foot-nav ul li {
	float:left;
}

.foot-nav ul li a {
	font-size:1em;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	padding:0 10px 0 0;
	-webkit-transition:all .4s ease-in-out;
}

.foot-nav ul li a:after {
	content:' . ';
}

.foot-nav ul li a:hover {
	color:#ccc;
}

.foot-mark {
	float:right;
}


/* misc
-----------------------------------------------
*/
img.banner-small {
	border:solid 5px #1e1e1e;
}

a.btn {
	width:100px;
	padding:5px 20px; margin:5px 0;
	border:solid 1px #636363; border-radius:2px; -webkit-border-radius:5px; -moz-border-radius:5px;
	background:#3d3d3d;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d3d3d), to(#121212));
	background:-moz-linear-gradient(top, #3d3d3d, #121212);
	-webkit-box-shadow:0 1px 3px #000;
	-moz-box-shadow:0 1px 3px #000;
	text-decoration:none;
	text-shadow:0 -1px 3px #000;
	font-size:.875em;
	color:#fff;
}

a.btn:hover {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#121212), to(#3d3d3d));
	background:-moz-linear-gradient(top, #121212, #3d3d3d);
}

.separator {
	width:auto;
	height:2px;
	margin:20px 0;
	background:#111;
	border-bottom:solid 2px #4c4949;
}

.clear {
	clear:both;
}
