/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }		<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom { background-image: url('http://smokinmanbbq.com/images/bbq-bg.jpg'); }

.custom #container { margin-top: 15px; margin-bottom: 15px; border-left: solid 3px #2E1D09; border-right: solid 3px #2E1D09; }

.custom #page { background: #fff; color: #463315;}
	

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header #logo { margin-top: 0px; display: block; height: 275px; width: 975px; background: url('http://smokinmanbbq.com/images/bbq-catering-header.jpg') no-repeat; outline: none; border-bottom: 1px solid #000; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


CUSTOM LINK COLORS

.custom a, a:visited { color: #370000; }
.custom a, a:link { color: #970000; }
.custom a, a:hover { color: #970000; }
.custom a, a:active { color: #970000; }


CUSTOM PICTURE BOX
.custom #bookblock img {margin:1px;}
.custom div.bookblock a:hover img {border:3px solid #bebebe;}
.custom div.bookblock a img {border:3px solid #eee;}
.custom div.bookblock img { padding: 1px; }


TABBED HEADER:

*/
ul#tabs {list-style: none; border: 0px solid #ddd; border-width: 0 0 1px 1px; background: #2E1D09; }
ul#tabs li {margin-bottom: -.1em; background: #2E1D09; border: 1px solid #ddd; border-left: 0; float:left; position:relative; }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0em; background: #2E1D09; }
ul#tabs li li.current_page_item, ul#tabs li li.current-cat { background: #2E1D09; padding-bottom: 0em; }
ul#tabs li li.current_page_item a, ul#tabs li li.current-cat a { text-decoration:none; }
ul#tabs li a { display: block; line-height:inherit; color: #fff; text-transform: uppercase; letter-spacing: 2px; padding:10px; }
ul#tabs li a:hover { color: #fff; text-decoration:none; background: #970000; }
ul#tabs li li:hover { width:100%; background-color:#2E1D09;}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
ul#tabs li.current_page_item li a, ul#tabs li.current-cat li a { cursor:pointer; }
ul#tabs li li.current_page_item  a:hover, ul#tabs li li.current-cat  a:hover { text-decoration:none; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
ul#tabs li ul { list-style:none; position:absolute; left:-9999px;  border:1px solid #ddd; border-top:0; float:left; background-color:#2E1D09; overflow:hidden;}
ul#tabs li:hover ul { left:auto; display:inline-block; margin:0; padding:0;}
ul#tabs li ul li { margin:0; padding:0; float:left; display:block; clear:both; border:0;}
ul#tabs li ul li a { width:100%;}
ul#tabs li ul li a:hover { color: #fff; text-decoration: none; background-color:#970000; }
ul#tabs li ul li + li { border-top:0px solid #ddd; }
ul#tabs li.page_item.page-item-22 li a { width:330px; }

.custom #custom_box { padding: 1.1em; background: #fff; }

.custom .post_box { padding-top: 2px; }
.custom #sidebars { padding-top: -5px; }

.custom .teaser { width: 100%; float: none; }
.custom .teaser + .custom .teaser { padding-top: 2.2em; border: 1px dotted #BBBBBB; }
.custom .teasers_box { width: 45em; }
.custom .teaser { width: 45em; }
.custom .teaser { float: left; }
.custom .teaser { padding-bottom: 2.2em; }


.custom #twitter_div {padding:0.625em; border:3px double #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.custom #twitter_div img {float:right;}


//adsense targeting functions
function open_adsense_targting(){
echo "<!-- google_ad_section_start -->";
}
function close_adsense_targting(){
echo "<!-- google_ad_section_end -->";
}


/* HEADER TAGS */

.custom h1, .custom h2, .custom h3 { font-weight: bold; text-align: left; }
.custom h1, .custom h2 { color: #970000; letter-spacing: -1px; text-align: center; }
.custom h2 a, .custom h2 a:visited { text-align: center; color: #970000; }
.custom h2 a:hover { color: #2E1D09; }
.custom #content #archive_info h1 { font-weight: bold; color: #956922; }
.custom .headline_meta { color: #999; text-align: center; }
.custom .headline_meta span { text-transform: none; letter-spacing: normal; }
.custom .headline_meta a, .custom .headline_meta a:visited { color: #999; border-bottom: 0; }
.custom .headline_meta a:hover { color: #970000; text-decoration: underline; border-bottom: 0; }

/* MAILCHIMP */
.custom #mc_signup_container input { background: #F3F8F8; border: 1px solid #787878; }
.custom #mc_signup_submit { margin-top: 7px; }

		
/*COMMENTS CLOSED */
.custom .comments_closed p {display: none ;}

.form-borders {border: solid 0px #fff;}

/* INPUT IMAGES */
input[type=image] {width:auto; background-color: #ffffff; border: 1px solid #ffffff;} 

/* ADDITIONAL LINKS */

.custom #add a:hover { text-decoration: underline; }

/* AFFILIATE LINKS */
#aff { margin-bottom: -5px; color: #970000; text-align: center; font-weight: bold; text-transform: uppercase; }
#aff a, #aff a:visited, #aff a:link { color: #970000; text-decoration: underline; }
#aff a:hover { color: #333333; }

/* SIDEBAR HEADINGS & WIDGETS */
.custom .sidebar h3 { color: #970000; border-top: 1px solid #E5E0D5; border-bottom: 1px dotted #E5E0D5; font-size:1em; font-weight:bold; line-height: 1.45455em; padding: 0.63636em 0.45455em 0.54545em 0.45455em; text-transform:uppercase;}

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #f7d3df; border: 0.077em solid #d59aae; }
			
<div class=”TopMenu”><a name=”top” id=”top”></a><ul><<?php wp_list_pages(’depth=1&sort_column=menu_order&title_li=’ . __(”) . ” ); ?></ul></div>