/*  
Theme Name: Base
Description: Base

/* HTML Elements */

* {
	margin:0;
	padding:0;
}
body {
	background: #d9e4c4;
	color: #505050;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
p {
	margin: 15px 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration:none
}
a:hover, a:active {
	color: #808080;
	text-decoration:underline;
}
a img {
	border:0;
}
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}
acronym, abbr, span.caps {
	letter-spacing: 0.07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em;
	line-height:1.5em;
	margin:10px 0px;
}
select {
	width: 130px;
}
/* Structure */


#head {
	width:962px;
	margin:0px auto;
	margin-top:0px;
	padding:20px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	height: 180px;
}
#head-address {
	float:left;
	padding:0 5px 0 15px;
}
#head-logo {
	float:left;
	padding:30px 0 0 40px;
}
#head-info {
	float:right;
	padding:0 15px 0 5px;
}
#page {
	width:944px;
	margin:0px auto;
	padding:0 10px 10px 10px;
	background:#fff;
	font-size:0.7em;
	border-left:9px solid #fff;
	border-right:9px solid #fff;
}
/* Content Page*/

#content {
	width:930px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	margin: 16px 0 0 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 11px 0px 10px;
	width:925px;
	font-size:0.7em;
	border-left:18px solid #fff;
	border-right:18px solid #fff;
	height: 45px;
	background-color: #57811C;
	background-image: url(images/navbar.png);
}
#page-bar {
	padding:8px 0 6px 0;
	width: 950px;
}
#page-bar ul {
	list-style: none;
}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
#page-bar li:hover {
	color: #fff;
	background-color: #4E7616;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 20px;
	color:#fff;
	display:block;
	font-size: 1.1em;
}
#page-bar .current_page_item {
	color:#FFF;
	display:block;
	background-color: #4E7616;
}
#page-bar a:hover {
	text-decoration:none;
	display:block;
}
#page-bar p {
	margin:0;
	padding:0;
}
/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-transform:none;
}
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 140px;
	float: none;
	margin: 0px;
	padding: 8px 14px 8px 14px;
	background-color: #4A751E;
}
#page-bar li li a:hover, #page-bar li li a:active {
	padding: 8px 14px 8px 14px;
	background-color: #6E9F29;
}
#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#page-bar li:hover ul {
	left: auto;
	display: block;
}
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
}
/* FooterNavigation Bar*/

#footer-nav {
	padding:8px 0 6px 0;
	width: 950px;
}
#footer-nav ul {
	list-style: none;
}
#footer-nav li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
}
#footer-nav li:hover {
	color: #fff;
}
#footer-nav a, #footer-nav a:visited {
	margin: 0px;
	color:#fff;
	display:block;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#footer-nav a:hover {
	text-decoration:none;
	display:block;
}
#footer-nav p {
	margin:0;
	padding:0;
}
/* Text*/

h1 {
	font:3.5em;
	font-weight:bold;
	letter-spacing:-0.08em;
}
h2 {
	font:2.0em;
	font-weight:bold;
}
h3 {
	color:#303030;
	font-weight:bold;
	font-size: 1.3em;
	padding: 20px 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #303030;
	margin: 16px 0 8px 0;
}
h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
}
h3#respond {
	margin-top:0px;
	padding-top:20px;
}
h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
}
h3.authors {
	margin-top:15px;
}
/* Index Page*/

#logo {
	width:165px;
	height:90px;
	background:#fff;
}
#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
}
#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	background:#dedede;
	width:962px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
#headline {
	width:560px;
	float:left;
	padding:0px 12px 10px 25px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	background:#333333;
	color:#fff;
	overflow:hidden;
}
#headline a {
	color:#a0a0a0;
}
#headline a:hover {
	color:#d0d0d0;
}
#top div.label {
	font:1.2em;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
}
#headline div.title {
	font:2.4em;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:15px;
}
#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:0.85em;
}
#headline p {
	padding-bottom:25px;
}
#featured {
	width:310px;
	float:right;
	padding:0px 10px 0px 10px;
	font-size:1.05em;
}
#featured .clearfloat {
	margin-top:0px;
	margin-bottom:7px;
}
#featured .info {
	margin-top:5px;
	padding-top:0px;
	float:right;
	width:193px;
	font-size:0.9em;
}
#featured .meta {
	margin-top:5px;
	font-size:0.85em;
}
#featured .title {
	font-weight:bold;
}
#featured .divider {
	margin-left:95px;
}
#headline a img, #featured a img {
	margin-top:5px;
}
#featured a {
	color:#000000;
}
#featured a:hover {
	color:#808080;
}
#featured a img {
	border:2px solid #fff;
	margin-right:10px;
}
#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	margin-bottom:10px;
}
#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
}
#single_head a img {
	border:3px solid #fff;
}
#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
}
#single_desc div.title {
	font:2.4em;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
}
#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
}
#single_desc p {
	margin:0px;
	padding-bottom:10px;
}
#single_desc a {
	color:#000000;
}
#single_desc a:hover {
	color:#808080;
}
#mores {
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	width:940px;
	font-size:0.7em;
}
#more-head {
	background:#333333;
	text-align:center;
	float:left;
	width:560px;
	padding:0px 12px 10px 25px;
}
#more-feat {
	background:#dedede;
	text-align:center;
	float:right;
	width:320px;
	padding:0px 10px 10px 13px;
}
#more-head a {
	background:#404040;
	color:#b0b0b0;
}
#more-feat a {
	background:#d0d0d0;
	color:#505050;
}
#more-head a, #more-feat a {
	display:block;
	font-weight:bold;
	padding:3px;
}
#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
}
#more-head a:hover {
	text-decoration:none;
	background:#505050;
}
#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
}
.category p {
	margin:0;
}
.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
}
#front-list .cat_title {
	font-size:1.25em;
}
#front-popular h3 {
	color:#fff;
}
.more-link {
	display:block;
	margin:15px 0px;
}
.category a {
	color:#333333;
	display:block;
	background:none;
}
.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}
#bottom {
	width: 920px;
}
#bottom-left {
	float:left;
}
#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
}
#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
}
#front-list blockquote {
	padding: 0px 10px 0 10px;
}
#front-list .title {
	font:1.5em;
	font-weight:bold;
	letter-spacing:-0.05em;
}
#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
}
.author {
	font-size:0.8em;
	font-weight:bold;
}
.meta {
	color:#333333;
	font-weight:bold;
}
#headline p, #featured p {
	margin:0;
}
#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
}
#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
	padding-bottom:1px;
}
.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
}
.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
}
.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
}
.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
	padding-bottom:1px;
}
.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
}
.tanbox span.title a, .onecolumn span.title a {
	font:1.2em;
	font-weight:bold;
}
.tanbox p, .onecolumn p {
	margin:5px 0px;
}
#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:550px;
}
.post {
	font-size:1.05em;
	line-height:1.75em;
}
.post p {
	margin-top:0px;
}
.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
}
.entry ul, .post ol {
	margin-bottom:15px;
}
#content h2.title {
	letter-spacing:-0.05em;
	margin-bottom:2px;
	padding:0 0 6px 0;
	color:#57811c;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 28px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.entry ul li {
	list-style:square;
	margin-left:30px;
}
.entry ol li {
	list-style:decimal;
	margin-left:30px;
}
.entry ol li ul li {
	list-style:square;
	margin-left:20px;
}
.entry img, .post a img, #front-list img {
}
.entry a {
	text-decoration:underline;
}
#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
}
.submitbutton {
	padding: 1px;
	border:1px solid #aaa;
	background:#fff;
	font-size:0.9em;
	color:#aaa;
	cursor: pointer;
}
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:1.0em;
}
#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
}
#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
}
#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
/* Comments*/

#comments {
	line-height:1.5em;
}
.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
}
.commentlist blockquote {
	background:#ededed;
}
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
}
.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
}
.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
}
li.my_comment {
	background: #fff;
}
li cite strong {
	font-size: 1.1em;
	color:#313228;
}
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
}
.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
}
.commentlist small {
	background:#e9e9e9;
}
.avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
}
#comment {
	width:590px;
	background:#fff;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
}
#mostcommented {
	margin-left:20px;
}
#recent_comments {
	width:276px;
	float:right;
	padding:0px;
}
#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
}
#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
}
#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
	padding-top:1px;
}
#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
}
#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
}
#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
}
#footer {
	margin: 0 auto;
	width: 958px;
	font-size:0.7em;
	border-left:12px solid #fff;
	border-right:12px solid #fff;
	border-bottom: 12px solid #fff;
	background-color: #FFF;
	padding: 20px 0 0 0;
}
#footer-nav {
	background:#57811c;
	color:#FFF;
	height: 26px;
	margin: 20px 0 0 0;
	padding: 2px 0 0 6px;
}
#footer-copyright {
	margin: 10px 0 0 6px;
	color: #999;
}
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
.home-main {
	width: 946px;
}
.home-main-content {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0;
}
.home-main-flash {
	float: right;
	width: 386px;
	margin: 0;
	padding: 0;
}
/* Home page styles \*/

.home-left-column {
	float:left;
	width:200px
}
.home-entry {
	width: 440px;
	float: left;
	margin: 0 0 0 16px;
}
.home-right-column {
	float:right;
	width:240px
}
.menu-entry {
	width: 640px;
	float: left;
	margin: 0 0 0 10px;
}
.menu-right-column {
	float:right;
	width:240px
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}
*+html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}
.clear {
	clear: both;
}
a.baconhouse:link, a.baconhouse:active, a.baconhouse:visited, a.baconhouse:hover {
	color:#538024;
	text-decoration:none;
}
.facebook {
	float: left;
	width: 120px;
	margin: 0 30px 0 0;
}
.green {
	float: left;
	width: 200px;
	margin: 0 0 0 14px;
}
.credit {
	float: left;
	width: 240px;
}
.home-content {
	margin: 14px 0 0 0;
}
.yelp {
	float: left;
	width: 120px;
}
.rule {
	margin: 0 0 40px 0;
	padding: 0 0 10px 6px;
	border-bottom: 1px solid #e2e2e2;
	width: 600px;
}
.press-item {
	margin: 10px 0 30px 0;
	width: 610px;
}

.press-item h2{
	margin: 4px 0 20px 0;
}

.press-item img{
	margin: 8px 20px 10px 0;
}
#gift-card {
	height: 210px;
	margin: 20px 0 0 0;
}
 
