/*
Theme Name: Bosco's Biscuits
Theme URI: http://boscosbiscuits.com/
Description: Custom theme for Bosco's Biscuits
Author: Josh Gomez
Author URI: http://joshgomez.com/
*/
html {
	overflow-y: scroll;
}

body {
	background: #202E1B url(images/body-bg.png) repeat-y center top;
}

#doc {
	padding: 20px 0;
	background-color: #FFF;
}




/* Header */

#hd {
	width: 750px;
	height: 108px;
	background: url(images/boscos-header-bg.png) no-repeat center top;
}

#hd h1 a {
	position: relative;
	top: 25px;
	left: 210px;
	display: block;
	height: 55px;
	width: 325px;
	outline: none;
}





/* Navigation */

#nav {
	height: 42px;
	padding-left: 48px;
	background: url(images/boscos-nav-bg.png) no-repeat center top;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 42px;
	line-height: 42px;
	text-align: center;
	outline: none;
}

#nav li.home a {
	width: 85px;
}

#nav li.home a:hover {
	background: url(images/boscos-nav-bg.png) no-repeat -40px -42px;
}

#nav li.home a:active {
	background: url(images/boscos-nav-bg.png) no-repeat -40px -84px;
}

#nav li.home a.current {
	background: url(images/boscos-nav-bg.png) no-repeat -40px bottom;
}

#nav li.products a {
	width: 58px;
}

#nav li.products a:hover {
	background: url(images/boscos-nav-bg.png) no-repeat -135px -42px;
}

#nav li.products a:active {
	background: url(images/boscos-nav-bg.png) no-repeat -135px -84px;
}

#nav li.products a.current {
	background: url(images/boscos-nav-bg.png) no-repeat -135px bottom;
}

#nav li.contact a {
	width: 81px;
}

#nav li.contact a:hover {
	background: url(images/boscos-nav-bg.png) no-repeat -203px -42px;
}

#nav li.contact a:active {
	background: url(images/boscos-nav-bg.png) no-repeat -203px -84px;
}

#nav li.contact a.current {
	background: url(images/boscos-nav-bg.png) no-repeat -203px bottom;
}





/* Sub Navigation */

#sub-nav ul {
	width: 680px;
	margin: 0 auto 20px auto;
	line-height: 22px;
	height: 22px;
	background-color: #37512F;
}

#sub-nav li {
	display: inline;
}

#sub-nav li a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #FFDD83;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sub-nav li a:hover {
	color: #FFC835;
}

#sub-nav li.current a {
	color: #FFF;
	background-color: #2B3E24;
}





/* Content Body */

#bd {
	min-height: 600px;
}

#bd h2 {
	margin: 20px 0 0 10px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2B3E24;
}

#bd p.subtitle {
	margin: 0 0 10px 10px;
	font-size: 17px;
	color: #567346;
}

#bd .entry p {
	margin: 1em 0;
	color: #630;
	line-height: 1.5em;
	text-align: justify;
}

#bd .entry a {
	color: #567346;
}






/* Sidebar */

#sidebar #bosco-photo {
	position: relative;
	z-index: 100;
	margin-top: -15px;
}

#sidebar ul {
	padding: 85px 0 10px 0;
	background: url(images/sidebar-title-bg.png) no-repeat center top;
}

#sidebar li {
	padding: 10px 10px 0 10px;
}

#sidebar h3 {
	margin: 0;
}

#sidebar h3 a {
	font-size: 16px;
	color: #567346;
}

#sidebar span.date {
	color: #333;
	font-size: 11px;
}

#sidebar  p {
	margin: 0 0 1em 0;
	font-size: 11px;
	color: #630;
	line-height: 1.5em;
	text-align: left;
}

#sidebar li img {
	float: right;
	margin: 0 0 5px 5px;
	width: 50%;
	height: 50%;
}







/* Home */

.home {
	margin-bottom: 30px;
}

.home .entry h3 {
	margin: 0 0 0.5em 0;
	font-size: 21px;
	color: #567346;
}




/* Inner Sidebar */

.home #inner-sidebar {
	float: left;
	width: 122px;
	padding: 0 20px 0 0;
	margin-right: 30px;
	background: #C5D5BB url(images/inner-sidebar-foot-bg.png) no-repeat center bottom;
}

.home #inner-sidebar a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	text-decoration: none;
	border: none;
}

.home #inner-sidebar a span {
	display: block;
	padding: 5px;
	font-size: 11px;
	color: #4A693D;
	background-color: #B1C7A5;
}

.home #inner-sidebar a:hover span {
	color: #2B3E24;
	background-color: #89AB78;
}




/* Panels */

.home .panel table {
	margin-bottom: 20px;
}

.home .panel td {
	width: 130px;
	padding: 3px 20px 3px 10px;
	font-size: 11px;
	color: #2B3E24;
	background: url(images/bullet.png) no-repeat left center;
}

.home .panel td.link {
	width: 100%;
	padding: 0;
	background: none;
}

.home .panel td.link a {
	display: block;
	float: left;
	padding: 3px 6px;
	font-size: 11px;
	color: #567346;
	background-color: #FFEBB8;
	text-decoration: none;
}

.home .panel td.link a:hover {
	color: #2D3924;
}


.single img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}





/* Products */

.products .panel {
	float: left;
	width: 230px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #E1E9DC url(images/product-panel-foot-bg.png) no-repeat center bottom;
}

.products .first-panel {
	margin-right: 19px;
}

.products .panel img {
	float: left;
	margin-bottom: 5px;
}

.products .panel h2 a {
	font-size: 16px;
	font-weight: normal;
	color: #162013;
	text-decoration: none;
	border-bottom: 1px solid #607C4F;
}

.products p.desc {
	padding: 5px 10px 0 10px;
	font-size: 11px;
	color: #607C4F;
}

.products .entry a.thickbox img {
	float: left;
	margin: 20px;
	border: 1px solid #333;
}





/* Biscuits Menu */

.products table#biscuits-menu {
	margin-bottom: 10px;
	margin-left: 30px;
}

.products table#biscuits-menu td {
	width: 200px;
	padding: 3px 15px;
	font-size: 15px;
	color: #2B3E24;
	background: url(images/bullet.png) no-repeat left center;
}





/* Vendors */

.products table#vendors {
	margin-bottom: 10px;
	margin-left: 30px;
}

.products table#vendors td {
	width: 200px;
	padding: 3px 15px;
	font-size: 15px;
	color: #2B3E24;
	background: url(images/bullet.png) no-repeat left center;
}





/* Footer */
#ft {
	padding-top: 70px;
	background: url(images/footer-ornament-bg.png) no-repeat center top;
}

#ft-nav {
	float: right;
	margin-right: 20px;
}

#ft-nav li {
	display: inline;
}

#ft-nav li span,
#ft-nav li a {
	display: block;
	float: left;
	padding: 3px 6px;
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

#ft-nav li.current a {
	color: #555;
	text-decoration: none;
}

#ft-nav li a:hover {
	text-decoration: underline;
}





/* Global */
span.replace {
	position: absolute;
	text-indent: -983em;
	outline: none;
}

br.clear {
	clear: both;
}

img, div {
	behavior: url(/wp-content/themes/boscosbiscuits/iepngfix.htc);
}
