/*
Theme Name: SandStorm
Theme URI: http://ever-real.com
Description: Clean, Simple WordPress Theme by <a href="http://ever-real.com">ever-real</a>.
Author:  John MacMenamin
Author URI: http://ever-real.com.com
Tags: clean, simple, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0

/*

	- General
	- Basic Layout
	- Headings
	- Header
	- Content
		+ Content Left
		+ Sidebar
		+ Wordpress CSS
	- Forms
	- Comments
	- Footer
	- Useful


/*	General ------------------------------------------------ */



body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#2d180d url(img/main.gif) repeat;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#444;
}
a {
	color:#F4554D;
}
blockquote {
	color:#fff;
	margin: 35px auto 35px auto;
	width: 450px;
	text-align:center;
	background: url(img/coupon-bg.gif) repeat;
	padding: 15px;
	border: 2px dotted  #BE3614;
}
img {
	border: none;
	margin: 0;
}
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}
p {
font-size:14px;
}

/*	Basic Layout ------------------------------------------------ */
#wrapper {
	width:960px;
	margin:0 auto 0px auto;
	background:#fff url(img/stone-bg.jpg) no-repeat;
}

#header {
	position:relative;
	width:960px;
	margin: 0 auto;
	padding:0;
	height:155px;
	z-index:9999;
}
#logo {
	position:absolute;
	top: 12px;
	left: 37px;
}
#locations {
	position:absolute;
	top: 0px;
	right: 30px;
}
#menu {
	position:absolute;
	top:76px;
	left:150px;
	width:800px;
	height:33px;
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}
#content {
	background: #FFF url(img/page-header.gif) repeat-x ;
	width:900px;
	padding:30px 30px 30px 30px;
}

#content-full {
	float:left;
	width:900px;
	padding:15px 0 0 0;
	margin:0;
	z-index:1;
}

#content-full ul {
	list-style:square;
	font-size:14px;
}

#content-left {
	float:left;
	width:600px;
	padding:0;
	margin:0;
	height:auto;
}
#content-right {
	float:right;
	width:360px;
	padding:0;
	margin:0;
	height:auto;
}
#footer {
	background: #fff url(img/footer.gif) center bottom no-repeat;
	width:960px;
	margin:0;
	padding:20px 0 60px 0;
	color:#555;
}


/*	Headings ------------------------------------------------ */


#header h1 {
	position:absolute;
	top: 120px;
	left: -9999px;
	font:14px/14px Helvetica, Arial, sans-serif;
	color:#635447;
}
#header h1 a {
	color:#635447;
	text-decoration: none;
}
#header h2 {
	position:absolute;
	top: 8px;
	left: -9999px;
	font:12px/12px Helvetica, Arial, sans-serif;
	color:#38312c;
}
h2, h3, h4 {
	margin:15px 0 20px 0;
}


/*	content-left ------------------------------------------------ */


#content-left h1 {
	padding:15px 0 8px 0;
	margin:0;
	font:22px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.5px;
	line-height:1.1;
	color:444;
}
#content-left h1 a {
	text-decoration:none;
}
#content-left h1 a:hover {
	text-decoration:underline;
}
#content-left h2 {
	margin:25px 0 18px 0;
	color:#990000;
	font-size:22px;
	font:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	line-height:1.2;
}

#content-left ul {
color:#fff;
margin:0;
padding:10px;
background:#BAA47A url(img/food-menu-bg.gif) repeat-x;
list-style:none;
}
#content-left ul li {
display:inline;
margin-left:15px;
color:#fff;
font:17px bold Georgia, "Times New Roman", Times, serif;
}
#content-left ul li a{
text-decoration:none;
color:#fff;
}

#content h2 a {
	text-decoration:none;
}
#content h2 a:hover {
	text-decoration:underline;
}
#content h3 {
	padding:20px 0 8px 0;
	margin:15px 0 0 0;
	color:#444;
	font:22px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.5px;
	line-height:.8;
}

h3.archive-title {
	margin: 20px 0 0 0;
}
.box-left h1 {
	margin:0;
	padding:0 0 10px 0;
	font:24px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	line-height: 1.1;
	color:444;
}
.box-left h1 a {
	text-decoration:none;
}
.box-left h1 a:hover {
	text-decoration:underline;
}
.box-left h2 {
	margin:5px 0;
	padding:0 0 10px 0;
	font:26px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	line-height: 1.1;
	color:444;
}
.box-left h2 a {
	text-decoration:none;
}
.box-left h2 a:hover {
	text-decoration:underline;
}
.box-left h3 {
	margin:5px 0;
	color:#444;
	font-size:24px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:1;
}
.box-left h4 {
	color:#ccc;
	font: 12px/12px Verdana, Tahoma, sans-serif;
}
.box-left h5 {
	font-size: 10px;  
   	padding:5px 8px 5px 8px; 
	margin:0px 0px 20px 0px;
	display:inline;
	width:auto;
	background:#EBEDED;
	color:#444; 
	font-weight:bold;
}
.box-left h5 a {
}


/*	Header ------------------------------------------------ */

#menu ul#menulist{
list-style:none;
margin:0;
}

#menu ul#menulist li {
	float:left;
}
#menu ul#menulist li a {
	margin:0 25px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:bold 15px/15px Verdana, Tahoma, sans-serif;
}


/*	Content ------------------------------------------------ */


/** Content Left */


.box-left {
	margin:30px 0;
}
.box-left img {
}
p.tags {
	color:#ccc;
	font: 12px/12px Verdana, Tahoma, sans-serif;
}


/*	Sidebar ------------------------------------------------ */


#sidebar {
	margin:1px 0;
	float:right;
	width:260px;
	height:auto;
}
.sidebar-box h3 {
	padding: 30px 20px 10px 20px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:18px;
	color:444;
	list-style:none;
}
.sidebar-box {
	margin:0px;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/sidebar-box-middle.gif) repeat-y left top;
}
.sidebar-box-content {
	margin: 0 20px;
}
.sidebar-button {
	padding:5px 8px 5px 8px;
	margin:10px 0px 20px 0px;
	display:inline;
	width:auto;
	background: #f51fa0;
	color: #eee;
	font-weight:bold;
}
.sidebar-button a {
	color: #eee;
	text-decoration:none;
	font-weight:bold;
}
.sidebar-button a:hover {
	color: #eee;
	text-decoration:underline;
	font-weight:bold;
}
.sidebar-box-bottom {
	height: 25px;
	background:url(img/sidebar-bg.gif) bottom center no-repeat;
}
.sidebar-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar-box li {
	line-height:24px;
}
.sidebar-box ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.sidebar-box ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.sidebar-box p {
	margin: 20px 0 0 0;
}


/*	Ad CSS ------------------------------------------------ */


.ads-sponsors {
	margin: 0px;
	padding: 0px 0px;
	float: left;
	width: 332px;
}
.ads-sponsors img {
	background-color:#F7FCFD;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ads-sponsors p {
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 332px;
	font-weight: bold;
	color: #000000;
}
.ads-sponsors p a {
	color: #006699;
	text-decoration: underline;
}
.ads-sponsors img:hover {
	padding: 5px;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 10px;
}


/*	Index Post ------------------------------------------------ */

/* thumnail covers */

.thumb {
	background: #222;
	display: block;
	width: 260px;
	height: 220px;
	overflow: hidden;
	margin: 0px 25px 35px 0;
	position: relative;
	float:left;
}
.thumb a {
	border:none;
}
.thumb img {
	border:none;
}


/*	Wordpress CSS ------------------------------------------------ */


.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #e7e7e7;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*	Forms ------------------------------------------------ */


label {
	display:block;
	margin:0 0 5px 0;
}
.text {
	width:350px;
	margin: 0 0 10px 0;
	padding:5px;
	border:1px solid #ccc;
}
.verify {
	width:290px;
	margin: 0 0 10px 0;
	padding:5px;
	border:1px solid #ccc;
	float:left;
}
.fieldwrap img {
	float:left;
	margin:0 5px 10px 0;
}
textarea {
	width:450px;
	height:150px;
	margin:0;
	padding:5px;
	border:1px solid #ccc;
}
.submit {
	width:auto;
	padding:5px;
	color:#fff;
	background:#444;
	border:0;
}


/*	Search Form ------------------------------------------------ */


#search {
	background: url(img/search-text-bg.gif) repeat-x;
	color: #7f6e60;
	width: 185px;
	padding: 4px 5px 6px 10px;
	margin: 0 -1px 0 32px;
	border:none;
}
#search-submit {
	background: url(img/search-button-bg.jpg) top right repeat-x;
	width:auto;
	margin:0 0 0 -1px;
	padding:5px 12px 5px 9px;
	color:#444;

	border:0;
}


/*	Comments ------------------------------------------------ */


.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 3px solid #ccc;
}
.comment p {
	margin: 0px;
}
.comment-details {
}


/*	Footer ------------------------------------------------ */


#footer p {
	margin: 0 auto;
	width: 980px;
	color: #fff;
}
#footer p a {
	color: #fff;
}


/*	Useful ------------------------------------------------ */


.clear {
	clear:both;
}
div.share {
margin: 0 0 25px 0;
}
div.share a img {
	padding: 5px;
}
div.share a:hover img {
	background: #eeeeee;
	border: solid 1px #cccccc;
	padding: 4px;
}
div.share h3 {
	margin: 0 0 20px 0;
	color:#444;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height: 1.1;
}


/*	Custom Homepage ------------------------------------------------ */

.homecomments {
	position:absolute;
	top:0;
	right:18px;
	text-align: center;
	font-size: 10px;  
   	padding:5px 8px 5px 8px; 
	margin:0px 0px 20px 0px;
	display:block;
	height: 20px;
	width:45px;
	background:#EBEDED;
	color:#444;
	text-decoration: none;
	font-weight:bold;
}
.homecomments a {
	color:#444;
	text-decoration: none;
}
#searchmenu {
	background:url(img/search-box-bg.gif);
	position:absolute;
	padding-top:10px;
	height:39px;
	width:339px;
	top:78px;
	right:6px;
}
#headerad {
	background:url(img/ad-bg.gif);
	padding: 0 5px 5px 5px;
	height:60px;
	width:468px;
	position:absolute;
	top:0px;
	right:6px;
}
#rss-box {
	z-index:999;
	position:absolute;
	top:139px;
	right:27px;
}

#rss-icon {
	z-index:999;
	position:absolute;
	top:132px;
	right:291px;
}
#headertextad {
	z-index:999;
	position:absolute;
	top:107px;
	left:0px;
}


/*	Footer ------------------------------------------------ */


#footercolumns {
	padding:2em 0 0 10%;
}
#footercolumns h3 {
	margin: 50px 0 20px 0;
	color:#444;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height: 1.1;
}
#footercolumns ul.nolist {
	color:#444;
	margin-left:0px;
	list-style:none;
}
#footercolumns .block {
	float:left; 
	width:30%; 
	margin:0 0 0 2.5%;
}
#footercolumns .first, * html #footercolumns .first {
	clear:both; 
	margin:0;
}

/* Slider */

#slider {
	width:960px;
	height:290px;
	margin:0px 0 20px 0;
	padding:0;
	position:relative;
}

#close {
	position:absolute;
	top:0px;
	right:34px;
	margin:0;
	padding:0;
	z-index:999;
}


/* Easy Slider */

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:590px;
	height:350px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:125px;
	height:72px;
	position:absolute;
	left:10px;
	top:24px;
	}	
#nextBtn, #nextBtn2{ 
	left:370px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:125px;
	height:72px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(img/btn_next.gif) no-repeat 0 0;	
	}				

/* // Easy Slider */

#home-right {
	width:264px;
	float:right;
	background:url(img/home-300-bg.gif);
	height:330px;
	margin:0px;
	padding:10px 18px 10px 18px;
	}

#home-right p {
	color:#fff;}

#home-right h3 {
	color:#fff;}

#home-left {
	width:590px;
	float:left;
	margin: 0 10px 0 0;}

.drop{
	position:absolute;
	top:68px; right:-20px;
	height:0px;
	width:180px;
	margin:0;padding:0;}

.arc_box {
	z-index:1000;
	position:relative;
	margin:0;
	font: 14px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	height:0px;
	width:180px;
	float:right;}

.archead{
	width:130px;
	height:36px;
	background:url(img/locations.png) no-repeat;
	position:absolute;
	right:20;
	top:0;
	text-indent:-9999px;}
	
.down { margin:0;padding:0;float:right;}
	
.arc_box ul {
	list-style-type: none;
	width:180px;
	display:none;
	z-index:1000;
	position:absolute;
	top:30px;
	right:0px;}	
	
.arc_box ul li {
	height:100%;
	line-height:18px;
	float: left; 
	width:180px;}

.arc_box ul li a:link, .arc_box ul li a:visited {
	color:#c80e0e;
	font-weight:bold;
	text-decoration: none;
	padding: 10px 20px 10px 15px;
	display:block;
	background:#cfba04;}

.arc_box ul li a:hover {
	color: #e21b1b;
	background:#ebd713;}