/*
Theme Name: Downhome Q
Theme URI: http://smokenspice.com/
Description: Smoke and Spice Southern Barbeque Restaurant
Version: 1.0 (WP2.7.1)
Author: Duane Neveu
Author URI: http://goodeggdesign.com
Tags: barbeque, flames, black and tan, earth, wood 
*/


/*--------------------     PALETTE START     --------------------*/
/*
		Black: #000000
		Mahogany: #2b0f00
		Chocolate Brown: #5a2c00
		Deep Orange: #824000
		Gold: #c99d42
		Light Tan (Page background): #dbd4ba
*/
/*--------------------     PALETTE END     --------------------*/

/*--------------------     RESET     --------------------*/

*	{
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	font-size: 10px;
	font-family: "Tinos",Serif;
	color: #5a2c00;
	background: #dbd4ba url("../images/bg_top.png") top left repeat-x;
	}

ul {
	list-style: none;
	}

ol {
	background: #eae5d4;
	color: #2b0f00;
	font-size: 1.1em;
	list-style: decimal inside;
	padding: 4px 6px;
	}

a {
	color: #824000;
	outline: none;
	text-decoration: underline;
	}

a:hover {
	color: #c99d42;
	outline: none;
	text-decoration: underline;
	}

a:visited {
	color: #5a2c00;
	outline: none;
	text-decoration: underline;
	}

a img {
	border: none;
	}

img {
	vertical-align: middle;
	}

::selection {
	background: #ffff00; /* Safari */
	color: #363942;
	}
	
::-moz-selection {
	background: #ffff00; /* Firefox */
	color: #363942;
	}
	
table {
	border-collapse: collapse;
	}

th, td {
	text-align: left;
	}

blockquote {
	font: normal 1.0em/1.4em "Paytone One",sans-serif;
	background: #5a2c00;
	color: #c99d42;
	border: 2px ridge #2b0f00;
	padding: 10px;
	margin: 10px;
	text-shadow:0 1px 0 #2b0f00;
	}

blockquote p {
	padding: 10px;
	}

blockquote h2 {
	font: normal 1.4em/1.6em "Paytone One",sans-serif;
	color: #dbd4ba;
	padding: 5px;
	}

blockquote h3 {
	font: normal 1.2em/1.4em "Paytone One",sans-serif;
	color: #dbd4ba;
	padding: 5px;
	}

cite {
	font: italic 1.2em/1.4em "Paytone One", sans-serif;
	}

/*--------------------     END OF RESET     --------------------*/

/*--------------------     UTILITY CLASSES     --------------------*/

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	margin: 0 auto;
	}

.alignleft {
	text-align: left;
	}

.alignright {
	float: right;
	margin-top: 15px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 25px;
	}

.announce {
	font: normal 1.4em/1.8em "Paytone One", sans-serif;
	text-align: center;
	}

.error {
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	color: #ff0000;
	text-transform: uppercase;
	text-align: center;
	text-decoration: blink;
	}

#mailto {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 90px;
	width: 90px;
	}

span.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
	}

.mngr-img {
	float: left;
	margin: 15px 25px 5px 0;
	padding: 10px;
	width: 235px;
	}

.intro {
	font-weight: bold;
	}
/*--------------------     END OF UTILITY CLASSES     --------------------*/

/*--------------------     STRUCTURE     --------------------*/

#page-wrap {
	width: 1000px;
	margin: 0px auto -191px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}	

#main-col {
	width: 625px;
	float: left;
	padding: 0 15px 0 0;
	}

#push {
	background: url("../images/bg_body.jpg") top center repeat-y;
	height: 191px;
	margin-left: 2px;
	}


/*--------------------     HEADER     --------------------*/

#header {
	text-align: center;
	width: 960px;
	}

h1#logo { 
	height: 100px;
	width: 361px;
	margin: 0;
	float: left;
	}

#menu {
	float: right;
	margin: 5px 0;
	padding: 45px 0 0 0;
	width: 589px;
	height: 65px;
	text-align: right;
	z-index: 100;
	}

ul#menu li {
	display: inline;
	}

ul#menu li a {
	font: normal 1.6em/1.7em "Paytone One",sans-serif;
	color: #c99d42;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 18px;
	}

ul#menu li a:hover, ul#menu li a.on {
	background: #824000;
	color: #dbd4ba;
	text-shadow:0 1px 0 #2b0f00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

ul#menu li a:active {
	background: #2b0f00;
	color: #dbd4ba;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

/*--------------------     END OF HEADER     --------------------*/

/*--------------------     BAND     --------------------*/

#hours { 
	font: normal 1.8em/2.0em "Paytone One",sans-serif;
	color: #dbd4ba;
	height: 217px;
	width: 240px; 
	padding: 20px 0 0 280px;
	background: url("../images/hours.png") 40px 0px no-repeat; 
	background-attachment: scroll; 
	z-index: 1;
	float: left;
	text-align: center;
	text-shadow:0 1px 0 #2b0f00;
	}

#hours h3 {
	color: #dbd4ba;
	text-align: center;
	}

#hours span {
	font-size: 1.2em;
	}

#band {
	width: 1000px;
	}

#social {
	height: 279px;
	width: 400px;
	float: right;
	text-align: right;
	}

#bottles {
	background: url("../images/bottles.png") bottom right no-repeat;
	height: 279px;
	width: 960px;
	}

#home {
	background: url("../images/bg_home.png") top left no-repeat;
	height: 280px;
	}

#blog {
	background: url("../images/bg_contact.png") top left no-repeat;
	height: 280px;
	}

#blog-top {
	text-align: center;
	}

#menu1 {
	background: url("../images/bg_takeout.png") top left no-repeat;
	height: 280px;
	}

#menu2 {
	background: url("../images/bg_menu_dinein.png") top left no-repeat;
	height: 280px;
	}

#contact {
	background: url("../images/bg_contact.png") top left no-repeat;
	height: 280px;
	}

#story {
	background: url("../images/bg_contact.png") top left no-repeat;
	height: 280px;
	}

.announce {
	font: normal 1.2em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	}

.article {
	border-bottom: 1px solid #2b0f00;
	margin: 20px 0;
	min-height: 300px;
	padding: 10px 0 20px 0;
	width: 520px;
	}

.article h3 {
	margin: -10px 0 10px 0;
	}

.staff {
	background: #824000;
	border: 1px solid #2b0f00;
	font: normal 1.2em/1.4em "Paytone One", sans-serif;
	color: #fff;
	margin: 20px 0 6px 0;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	text-shadow:0 1px 0 #2b0f00;
	width: 520px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

.status {
	font: normal 1.2em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	margin: 6px 0;
	text-decoration: underline;
	text-transform: uppercase;
	}

.flamed{
	background: url("../images/cat-spacer.jpg") no-repeat 125px 0;
	color: #2b0f00;
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	margin: 20px 0 6px 0;
	padding: 44px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow:0 1px 0 #f1ede1;
	width: 520px;
	}
	
ul.info {
	display: block;
	margin: 0;
	text-align: left;
}
ul.info li {
	list-style: none inside none;
}
/*--------------------     END OF BAND     --------------------*/

/*--------------------     BODY     --------------------*/

h1 {
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-transform: uppercase;
	text-align: center;
	margin: -4px 0 0 0;
	padding: 0 0 0 10px;
	}

h2 {
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-align: justify;
	padding: 20px 0 0 0;
	}

h3 {
	font: normal 1.2em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-align: justify;
	padding: 10px 0 0 0;
	}

h4 {
	font: italic 1.2em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-align: right;
	padding: 5px 0 10px 0;
	}

h4.center {
	font-size: 1em;
}

h5 {
	font: italic 1.0em/1.2em "Paytone One", sans-serif;
	color: #2b0f00;
	text-align: center;
	padding: 0 0 15px 0;
	}

#body {
	background: url("../images/bg_body.jpg") repeat-y;
	font: normal 1.6em/1.8em Lucida Grande, "Tinos",Serif;
	width: 1000px;
	min-height: 200px;
	}

#belly {
	background: url("../images/cat-spacer.jpg") top center no-repeat;
	width: 920px;
	text-align: left;
	text-shadow:0 1px 0 #f1ede1;
	margin: 0 auto;
	padding: 44px 10px;
	}

#belly ul.flames li {
	list-style: none inside url("../images/flame_list.png");
	color: #824000;
	padding: 0 0 10px 0;
	}

#belly ul.list li {
	color: #824000;
	font-size: 0.8em;
	list-style: disc inside;
	padding: 0 0 6px 0;
	}

#belly ul.list li.desc {
	font-weight: bold;
	color: #824000;
	font-size: 0.8em;
	list-style: none outside;
	padding: 0 0 6px 0;
	}

#belly p {
/*	text-indent: 1.5em;*/
	padding: 10px 0;
	}

#belly a {
	outline: none;
	text-decoration: none;
	}

#belly a:hover {
	color: #c99d42;
	outline: none;
	text-decoration: none;
	}

#beer {
	background: url("../images/cat-spacer.jpg") top center no-repeat;
	width: 920px;
	text-align: justify;
	margin: 0 auto;
	padding: 44px 10px;
	}

#beer a.h1 {
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	}

#beer ul {
	list-style: disc inside url("../images/flame_list.png");
	color: #824000;
	}

#beer p {
	text-indent: 1.5em;
	padding: 5px 0;
	}

#beer a {
	color: #824000;
	outline: none;
	text-decoration: underline;
	}

#beer a:hover {
	color: #c99d42;
	outline: none;
	text-decoration: underline;
	}

.leftbox {
	float: left;
	background: #5a2c00; 
	width: 320px;
	border: 2px ridge #2b0f00;
	padding: 10px;
	margin: 15px 25px 15px 0;
	text-shadow:0 1px 0 #2b0f00;
	}

.leftbox p {
	font: italic 0.7em/1.5em "Paytone One", sans-serif;
	color: #dbd4ba;
	text-align: center;
	width: 320px;
	padding: 10px 0 5px 0;
	}

.left {
	float: left;
	margin: 15px 25px 15px 0;
	}

.rightbox {
	float: right;
	background: #5a2c00; 
	border: 2px ridge #2b0f00;
	width: 320px;
	padding: 10px;
	margin: 15px 0 15px 25px;
	text-shadow:0 1px 0 #2b0f00;
	}

.rightbox p {
	font: italic 0.7em/1.5em "Paytone One", sans-serif;
	color: #dbd4ba;
	text-align: center;
	width: 320px;
	padding: 10px 0 5px 0;
	}

.right {
	float: right;
	margin: 15px 0 15px 25px;
	}

.fsTable {
	text-align: left;
	}

.sidebar {
	background: #5a2c00;
	float: right;
	font: normal 1.25em "Tinos", serif;
	color: #dbd4ba;
	border: 2px ridge #5a2c00;
	width: 350px;
	padding: 10px;
	margin: 20px 0 15px 25px;
	text-shadow:0 1px 0 #2b0f00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.sidebar h2 {
	border-bottom: 1px solid #dbd4ba;
	color: #dbd4ba;
	font-size: 1em;
	letter-spacing: 0.075em;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	word-spacing: 8px;
	}

.sidebar h3 {
	color: #c99d42;
	font-family: "Paytone One",Serif;
	font-size: 1em;
	text-align: left;
	padding: 10px 0 0 0;
	}

.sidebar ul {
	list-style: disc inside;
	padding: 10px 0;
	}

.sidebar ul li{
	padding: 4px 10px 0 10px;
	}

ul.list {
	font-size: 1.35em;
	list-style: disc inside;
	padding: 10px 0;
	}

ul.list li{
	padding: 4px 10px 0 10px;
	}

ul.sig {
	font-size: 1.25em;
	list-style: none;
	}

#belly ul li a:link, #belly ul li a:visited {
	color: #dbd4ba;
	}

#belly ul li a:hover {
	color: #2b0f00;
	}

#belly ul li a:active {
	color: #2b0f00;
	}

#belly ul.sub-nav {
	list-style: inside none;
}

#belly ul.sub-nav li {
	font-size: 0.75em;
	margin: 6px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#belly ul.sub-nav li:before {
   content: "\203A \00a0" ;
}

#belly ul.sub-nav li a:link, ul.sub-nav li a:visited {
	background: #2b0f00;
	color: #dbd4ba;
	line-height: 1.4em;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#belly ul.sub-nav li a:hover {
	background: #c99d42;
	color: #2b0f00;
	text-decoration: none;
	text-shadow: none;
	}

#belly ul.sub-nav li a:active {
	color: #2b0f00;
	text-decoration: none;
	}

#menu-column {
	width: 500px;
	}

#belly ul.menu-nav {
	list-style: inside none;
	margin: 0 10px 0 0;
	float: left;
	width: 240px;
}

#belly ul.menu-nav li {
	font-size: 0.75em;
	margin: 6px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#belly ul.menu-nav li:before {
   content: "\203A \00a0" ;
}

#belly ul.menu-nav li a:link, ul.menu-nav li a:visited {
	background: #2b0f00;
	color: #dbd4ba;
	line-height: 1.4em;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#belly ul.menu-nav li a:hover {
	background: #c99d42;
	color: #2b0f00;
	text-decoration: none;
	text-shadow: none;
	}

#belly ul.menu-nav li a:active {
	color: #2b0f00;
	text-decoration: none;
	}

#belly ul.policy-nav {
	list-style: inside none;
	margin: 0 10px 0 0;
	float: left;
	width: 480px;
}

#belly ul.policy-nav li {
	font-size: 0.75em;
	margin: 6px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#belly ul.policy-nav li:before {
   content: "\203A \00a0" ;
}

#belly ul.policy-nav li a:link, ul.policy-nav li a:visited {
	background: #2b0f00;
	color: #dbd4ba;
	line-height: 1.4em;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#belly ul.policy-nav li a:hover {
	background: #c99d42;
	color: #2b0f00;
	text-decoration: none;
	text-shadow: none;
	}

#belly ul.policy-nav li a:active {
	color: #2b0f00;
	text-decoration: none;
	}

h2.menu-cat {
	font-size: 1.8em;
	text-align: center;
	}

h4.item {
	line-height: 1.2em;
	margin: 0 0 2px 0;
	padding: 6px 0 0 0;
	text-align: left;
	}

h4.item-price {
	font-size: 1em;
	line-height: 1;
	margin: 0 0 2px 0;
	padding: 0;
	text-align: left;
	}

span.price {
	float: right;
	padding: 0 4px 0 0;
	position: relative;
	text-align: right;
	}

#belly p.cat-sub {
	font: normal 0.9em/1em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	display: block;
	margin: 0;
	padding: 2px 80px 0 80px;
	text-align: center;
	}

#belly p.item-sub {
	font: normal 0.9em/1em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	display: block;
	margin: 0;
	padding: 2px 10px 0 10px;
	text-align: left;
	}

.pic-desc {
	display: block;
	font-size: 0.85em;
	line-height: 1.1;
	}

#menu-column a:link.large {
	color: #2b0f00;
	display: block;
	font-size: 3em;
	margin: 20px 0 0 0;
	text-decoration: none;
	}

.bold-print {
	border-bottom: 1px solid #dbd4ba;
	border-top: 1px solid #dbd4ba;
	color: #dbd4ba;
	font: italic 1em/1.40em "Paytone One", sans-serif;
	letter-spacing: 0.075em;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
/*	word-spacing: 16px;*/
	}

.embed-right {
	background: transparent;
	float: right;
/*	border: 2px ridge #2b0f00;
	width: 474px;*/
	width: 300px;
	padding: 10px;
	margin: 15px 0 15px 25px;
	text-shadow:none;
	}

.embed-left {
	background: transparent;
	border-right: 1px ridge #2b0f00;
	float: left;
	margin: 15px 25px 15px 0;
	padding: 10px;
	text-align: left;
	width: 474px;
	text-shadow:none;
	}

.form-left {
	background: transparent;
	float: left;
	margin: 15px 25px 15px 0;
	padding: 10px;
	text-align: left;
	width: 474px;
	}

.form-right {
	background: transparent;
	float: right;
	padding: 10px;
	margin: 15px 0 15px 5px;
	width: 375px;
	}

.halfleft {
	border-right: 2px solid #2b0f00;
	float: left;
	height: 310px;
	margin: 20px 0 0 0;
	padding: 10px 40px 40px 10px;
	width: 408px;
	}

.halfright {
	border-left: 2px solid #2b0f00;
	float: right;
	height: 310px;
	margin: 20px 0 0 0;
	padding: 10px 10px 40px 40px;
	width: 408px;
	}

.button {
	border: 1px solid #2b0f00;
	background: #c99d42;
	color: #2b0f00;
	display: block;
	font-weight: bold;
	padding: 3px 8px;
	text-shadow: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.button:hover {
	border: 1px solid #c99d42;
	background: #2b0f00;
	color: #c99d42;
	text-shadow: none;
	}

a.button, a.button:visited {
	border: 1px solid #2b0f00;
	background: #c99d42;
	color: #2b0f00;
	display: block;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

a.button:hover, a.button:active {
	border: 1px solid #c99d42;
	background: #2b0f00;
	color: #c99d42;
	text-shadow: none;
	}

#menu-tabs {
/*	float: left;
	margin: -32px 0 -30px 20px;*/
	margin: 40px auto 0 auto;
	width: 100%;
	height: 50px;
	text-align: center;
	text-shadow: none;
	z-index: 101;
	}
	
ul#menu-tabs li {
	display: inline;
	}

ul#menu-tabs li a {
	font: normal 0.8em/1.0em "Paytone One",sans-serif;
	color: #2b0f00;
	background: #c99d42;
	border: solid 1px #2b0f00;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

ul#menu-tabs li a:hover {
	background: #2b0f00;
	color: #c99d42;
	border: solid 1px #c99d42;
	text-decoration: none;
	}

#food {
	background: url("../images/cat-spacer.jpg") top center no-repeat;
	width: 960px;
	text-align: center;
	text-shadow:0 1px 0 #f1ede1;
	margin: 0 auto;
	padding: 42px 10px;
	}

#food h1 {
	font: normal 1.4em/1.4em "Paytone One", sans-serif;
	color: #2b0f00;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	}

#food p {
	font-size: 1.25em;
}

.cat-spacer {
	background: url("../images/cat-spacer.jpg") top center no-repeat;
	min-height: 100px;
	margin: 20px auto;
	padding: 44px 0 0 0;
	}

.cat1 {
	font: normal 1.4em/1.8em "Paytone One", sans-serif;
	color: #5a2c00;
	width: 560px;
	padding: 0 200px;
	text-align: center;
	}

.cat2 {
	font: normal 0.7em/1.4em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	width: 560px;
	padding: 0 200px;
	text-align: center;
	}

.eats {
	display: block;
	float: left;
	width: 320px;
	min-height: 120px;
	text-align: center;
	padding: 10px 0 20px 0;
	}

.eats h2 {
	font: normal 1.2em/1.2em "Paytone One", sans-serif;
	color: #2b0f00;
	padding: 0;
	text-align: center;
	}

.eats h3 {
	font: normal 1.0em/1.2em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 0;
	text-align: center;
	}

.eats h4 {
	font: normal 0.7em/1.0em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 0;
	text-align: center;
	}

.eats p {
	font: normal 0.8em/1.4em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 0 20px;
	}

.brew {
	float: left;
	width: 300px;
	min-height: 150px;
	text-align: center;
	padding: 20px 10px;
	}

.brew h2 {
	font: normal 1.2em/1.2em "Paytone One", sans-serif;
	color: #2b0f00;
	padding: 0;
	text-align: center;
	}

.brew h3 {
	font: normal 1.0em/1.2em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 0;
	text-align: center;
	}

.brew h4 {
	font: normal 0.7em/1.0em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 5px 0;
	text-align: center;
	}

.brew p {
	font: normal 0.8em/1.4em Lucida Grande, "Tinos",Serif;
	color: #5a2c00;
	padding: 0 20px;
	}

.small {
	font-size: 10px;
	text-align: center;
	margin: 20px 0 0 0;
	}

/*--------------------     END OF BODY     --------------------*/

/*--------------------     TABLES     --------------------*/

#tabular {
	text-align: center;
	}

table {
	border-collapse: collapse;
	border-color: #dbd4ba;
	margin: 10px auto;
	width: 600px;
	}

table.standard {
	font: normal normal normal 0.833em  "Paytone One", sans-serif;
	color: #5a2c00;
	}

.pastry th, .pastry td {
	font-size: 1.25em;
	border: 1px solid #dbd4ba;
	padding: 3px;
	text-align: center;
	}

th {
	height: 50px;
	}

td {
	border: 1px solid #dbd4ba;
	}

span.desc {
	font: italic 0.75em "Paytone One", sans-serif;
	padding: 0 0 10px 0;
	}

.empty {
	border: none;
	color: #ac5f04;
	font-size: 1.5em;
	text-align: right;
	text-transform: uppercase;
	}

.type, .size, .size-wide {
	background: #c6b686;
	color: #2b0f00;
	min-height: 44px;
	}

.size {
	width: 150px;
	}

.size-wide {
	width: 300px;
	}

.item-name {
	padding: 10px 6px;
	text-align: left;
	}

tr.tablehover td {
	background: #000;
	}
	
#redirect {
	background: #824000;
	border: 1px solid #2b0f00;
	display: block;
	font: bold 1.0em/1.2em "Tinos",Serif;
	color: #dbd4ba;
	text-align: center;
	text-indent: 0;
	text-shadow:none;
	padding: 8px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

#redirect a:link, #redirect a:visited , #redirect a:active {
	color: #dbd4ba;
	display: block;
	margin: 6px 0 0 0;
	text-decoration: none;
	}

#redirect a:hover {
	color: #fff;
	}

/*--------------------     END TABLES     --------------------*/

/*--------------------     FOOTER     --------------------*/

#footer {
	background: url("../images/bg_footer.png") repeat-x;
	text-align: justify;
	height: 191px;
	position: relative;
	}

#feet {
	text-transform: uppercase;
	font: normal 1.6em/1.8em Lucida Grande, "Tinos",Serif;
	color: #c99d42;
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	text-align: center;
	}

#feet li{
	display: inline;
	list-style: disc outside none;
	padding: 0 10px;
	}

#partners {
	width: 684px;
	margin: 0 auto 0 auto;
	}

#footnav ul{
	overflow: hidden;
	}

#footnav li{
	display: inline;
	}

#footnav li a{
	margin: 10px 30px;
	}

#footnav li a#ocb {
	display: block;
	width: 57px;
	height: 60px;
	text-indent: -9999px;
	background: url("../images/partners.png") 0px 0px no-repeat;
	float: left;
	}

#footnav li a:hover#ocb {
	background-position: 0px -100px;
	}

#footnav li a#mortons {
	display: block;
	width: 68px;
	height: 60px;
	text-indent: -9999px;
	background: url("../images/partners.png") -59px 0px no-repeat;
	float: left;
	}

#footnav li a:hover#mortons {
	background-position: -59px -100px;
	}

#footnav li a#southernpride {
	display: block;
	width: 102px;
	height: 60px;
	text-indent: -9999px;
	background: url("../images/partners.png") -127px 0px no-repeat;
	float: left;
	}

#footnav li a:hover#southernpride {
	background-position: -127px -100px;
	}

#footnav li a#popshoppe {
	display: block;
	width: 59px;
	height: 60px;
	text-indent: -9999px;
	background: url("../images/partners.png") -232px 0px no-repeat;
	float: left;
	}

#footnav li a:hover#popshoppe {
	background-position:-232px -100px;
	}

#footnav li a#steamwhistle {
	display: block;
	width: 93px;
	height: 60px;
	text-indent: -9999px;
	background: url("../images/partners.png") -291px 0px no-repeat;
	float: left;
	}

#footnav li a:hover#steamwhistle {
	background-position:-291px -100px;
	}


#goodegg {
	width: 200px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -110px;
	}

#hire {
	clear: both;
	height: 25px;
	position: relative;
	text-align: center;
	}

#hire h3 {
	font: normal 16px "Philosopher", Cambria, "Times New Roman", serif;
	line-height: 25px;
	letter-spacing: 0;
	margin: 15px auto 0 auto;
	text-align: center;
	}

#hire a:link, #hire a:visited {
	background: #100500;
	color: #ffd766;
	padding: 4px 6px;
	text-decoration: none;
	text-shadow: 0.03em 0.03em 0.03em #2b0f00;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	}

#hire a:hover, #hire a.on {
	background: #003366;
	color: #dbd4ba;
	padding: 4px 6px;
	text-decoration: none;
	text-shadow: 0.03em 0.03em 0.03em #292523;
	}

#hire a:active {
	background: #61513b;
	color: #959fb0;
	text-decoration: none;
	text-shadow: 0.03em 0.03em 0.03em #292523;
	}

.designer {
	clear: both;
	line-height: 80px;
	margin: 20px auto 0 auto;
	position: relative;
	text-align: center;
	width: 32px;
}
/*
.designer img {
	margin: 0 0 -46px 0;
}
*/

/*--------------------     END OF FOOTER     --------------------*/


/*--------------------     END OF STRUCTURE     --------------------*/

/*
VISIT www.GoodEggDesign.com FOR YOUR
NEXT WEB DESIGN
*/