/*  
Theme Name: Fresh
Theme URI: http://www.fresh-er.com
Description: A custom wordpress theme for fresh-er
Version: 1.0
Author: Len Crockett
Author URI: http://www.lencrockett.com

*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */
* html body {
	margin: 0px;
	behavior:url("/dev/csshover.htc");	
	}	
	
*  {
	margin: 0;
	padding: 0;
	/* Resets all margins and paddings on the page */
	}
	
ul {
	list-style-type: none;
	}

* a:link, * a:visited, * a:hover, * a:active {
	text-decoration: none;
	color: #474747;
	}
	
* a:hover {
	cursor: pointer;
	/* works well for onclick anchors */
	}

:link img {
	border: none;
	}

* img {
	border: none;
	}

a img {
	border: none;
	}

:link img, :active img {
	border: none;
	}





/* Structure
----------------------------------------------------------------------------- */
	
html { 
	margin-bottom: 0.1em;
	background: #fff;
	}

body {
	font-size: 62.5%; /* Sets the page font to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #444;
	background: #000000;
	}
table {
	border-collapse: separate;

	margin-top: 20px;
	width: 95%;
	border: 0px;
	}
tr {
	background: #e7e7e7;
	margin: 2px 2px;
	}

td {
	border: none;
	margin: 0;
	padding: 7px;
	}
.price {
	font-size: 1.2em;
	width: 20%;
	text-align: center;
	background: #b4d65e;
	color: #294907;
	}	
.top {
	background: #eee;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
	}

#wrapper {
	width: 847px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1.1em;
	border: 6px solid #fff;
	background: #fff;
	}
	
#header {
	/* background: #b4d65e url(/img/site-header/rotate.php); */
	background: #000;
	width: 847px;
	height: 196px;
	float: left;
	margin-bottom: 37px;
	}
* html #header {margin-bottom: 3px;}
#main {
	width: 847px;
	float: left;
	}

#content {
	float:left;
	width: 600px;
	padding: 0;
	margin: 0;
	}
	
#sidebar {
	background: #fff;
	float: left;
	width: 225px;
	padding: 17px 0 20px 10px;
	margin: 0 12px 0 0;
	}

#footer {
	background: #000;
	padding: 5px 10px;
	color: #8b8b8b;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#footer a {color: #fff;}




/* Header
----------------------------------------------------------------------------- */
#header p.description {
	font-size: 1.2em;
	}
#headerinfo {
	float: right;
	font-size: 1em;
	background: #222222;
	color: #fff;
	padding: 20px;
	margin: 0 10px 0 0;
	}
#headerinfo a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}	
#logo{
	float: left;
	width: 220px;
	height: 195px;	
	}
#logo img{
	margin: 0 0 0 50px;
	}	
#logo h1{
	display: none;
	}
#wp_quotes{
	float: left;
	width: 370px;
	height: 120px;
	padding: 55px 0 0 20px;
	background: url(images/quote.gif) no-repeat 0 38px;	
	}
div.wp_quotes_quote{
	display: inline;
	padding: 0 30px 25px 10px;
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	background: url(images/quote2.gif) no-repeat  right;
		
	}
div.wp_quotes_author {
	color: #999;
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
	background: url(images/dash.gif) no-repeat 0 3px;
	}
			
#info {
	height: 195px;
	}	
	
/* Tabs
----------------------------------------------------------------------------- */
#tabs {
	float: left;
	background: #1d1d1d;
	margin: 0;
	border-top: 3px solid #fff;
	width: 100%;
	}
#tabs ul {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;		
	}	
#tabs ul li {
	position: relative;
	background: #474747;
	text-align: center;
	display: block;
	
	float: left;
	line-height: 0;

	}
#tabs ul li a {
	line-height: .6em;	
	height: .6em;

	border-right: 3px solid #fff;
	
	display: block;
	margin: 0;
	padding: 1em 1.2em;	

	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
	
*html #tabs ul li a {
	float: left;
	display: block;
	height: 5px;
	margin: 0;
	padding: 1em 1em;	

	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
	text-decoration: none;
	}

	
li>ul { 
	top: auto;
	left: auto;
}	
#tabs ul li ul {
	display: none;
	border-top: #fff solid 3px;
	position: absolute; 
	top: 31px;
	left: -3px;
	}	
 #tabs ul li ul li{
 	width: 150px;
 	clear: both;
 	border: #fff solid 3px;
 	border-top: none;
	background: #474747;
	}
 #tabs ul li ul li:hover{
 	border: #fff solid 3px;
 	border-top: none;
	background: #323232;
	}
 #tabs ul li ul li a {border-right: none;}	

#tabs li:hover{
	background: #323232;
}
#tabs li:hover ul {
	display: block;
}
	
	
/* Content
----------------------------------------------------------------------------- */

#content h2 a {
	color: #000;
	}

#content p a, #content .metadata a {
	color: #000;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	}

#content p a:hover, #content .metadata a:hover {
	border-bottom: 1px solid #666;
	}
	
#content p a:visited, #content .metadata a:visited {
	color: #444;
	}

#content p {
	font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 30px 0 0;
	color: #444;
	text-align: justify;
	
	}

#content .post h3, #content .postfull h3 {
	border-bottom: 1px solid #ccc;
	font: 1.2em "Lucida Grande", sans-serif;
	padding-top: 20px;
	text-transform: uppercase;
	}
	
#content .post h2 a, #content .postfull h2 a{
	color: #474747;
	}
#content .post h2 a:hover, #content .postfull h2 a:hover{text-decoration: underline; color: #8b8b8b;}	
#content .entry {
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	height: 1%;
	}

#content .metadata {
	background: #e3e3e2; 
	display: block;
	margin: 10px 0 30px 0;
	padding: 10px;
	}
	
	
	
	
	
/* Comments
----------------------------------------------------------------------------- */

.commentlist {
	padding: 10px 0 30px 0;
	}
	
.commentlist li {
	background: #e3e3e3 url(images/dot.gif) bottom left repeat-x;
	/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
	margin: 10px 0;
	padding: 25px 0 10px 10px;
	list-style-type: none;
	width: 95%;
	overflow: auto;
	height: 1%;
	}
	
.comment_number a {
	font: 3.2em Georgia, serif;
	float: right;
	padding-right: 10px;
	color: #000;
	}
	
.comment_author {
	font-size: 1.4em;
	}
	
h3#respond {
	display: block;
	padding-top: 15px;
	
	}
#commentform {
	margin: 20px 0;
	}	
	
	
	
	
/* Sidebar
----------------------------------------------------------------------------- */
#sidebar ul {
	padding-left: 5px;
	}

#sidebar ul li.side {
	padding-bottom: 25px;
	}
	
#sidebar div {
	line-height: 1.7em;
	}
	
#sidebar h2 {
	padding: 10px 0 5px 5px;
	margin: 0;
	font-size: 1.7em;
	color: #000;
	border-bottom: 1px dotted #ccc;
	}

#sidebar ul li a {
	line-height: 1.9em;
	}
	
#sidebar ul li ul li ul {
	padding-left: 15px;
	}
	
#sidebar ul li ul li ul li ul {
	padding-left: 30px;
	}
	
#sidebar iframe {
	margin: 5px 0;
	}	
	
	
	
/* Footer
----------------------------------------------------------------------------- */

#footer p {
	line-height: 2.2em;
	}	





/* Lists
----------------------------------------------------------------------------- */

#content ul, #content ol {
	line-height: 2em;
	padding: 15px 0 15px;
	}

#content ul li a, #content ol li a {
	line-height: 2.5em;
	}

#content .post ol, #content .postfull ol {
	padding-left: 25px;
	*padding-left: 30px;
	}
	
#content .post ul li, #content .postfull ul li {
	padding-left: 20px;
	background: url(images/bullet.gif) center left no-repeat;		
	}




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

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #444;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 2.0em;
	}

h3 {
	border-bottom: 1px solid #c1c1c1;
	margin: 5px 0; 
	font-size: 1.2em;
	}

h4 {
	font-size: 1.6em;
	}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

img.blog {
	padding: 10px;
	border: 1px solid #ccc;
	max-width: 100%;
	display: block;
	margin: 50px 0 10px 0;
	}

#content img.none {
	border: 0;
	max-width: 90%;
	margin: 0 auto;
	}
	
#content img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	/* For whenever one uses smileys in posts */
	}





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

.searchform {
	margin: 10px 0;
	}
.searchform input{
	font-size: 1em;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	padding: .4em;	}	
input.searchsubmit {
	border: 2px solid #b4d65e;
	color: #fff;
	font-size: 1em;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	background: #294907;
	padding: .3em;
	}		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

.last_20 li {
	line-height: 2em;
	}

.archive_date {
	width: 100px;
	float: left;
	}
	
/* This is if you use the current page-archives.php for your archives */
	
.pagetitle {

	display: block;
	padding: 0 0 60px;
	margin: 50px 0 0 0;
	}
.pagedivide {
	border-bottom: 1px dotted #ccc;
	display: block;
	margin: 0 0 20px;
	padding-bottom: 5px;
	}	
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

blockquote {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(images/quote.gif) top left no-repeat;
	}

html>body blockquote {
	background-position: 0 0;
	}
	
.center {
	text-align: center;
	}

hr {
	display: none;
	}
		
/* Extras
----------------------------------------------------------------------------- */
div.nudge, h2.nudge {margin: 20px 0;}

.bloginfo {
	line-height: 1em;
	clear: both;
	display: block;
	font-size: .7em;
	color: #9b9a9a;
	margin: 0;
	padding: 0;
	}
#arturo {
	background: #f1f1f1 url(/img/arturothumb.jpg) no-repeat 5px 7px;
	}
#ryan {
	background: #f1f1f1 url(/img/ryanthumb.jpg) no-repeat 5px 7px;
	}	
.blog a, .blog a:visited{
	font-size: 1.5em;
	color: #545454;
	border: 1px solid #dbdbdb;
	clear: both;
	display: block;
	width: 155px;
	height: 54px;
	padding-left: 60px;
	margin: 10px 0;
	}
.blog a:hover {	
	color: #000;
	border: 1px solid #9a9a9a;
	background: #bde195;
	}
.blog a:hover .bloginfo{color: #444444;}	
#reservations {
	margin: 3px 0 40px 0;
	}

.post {
	margin: 0;
	}
.postfull {
	margin: 50px 0 0 0;
	}	

#giftcard {
	background: url(/img/giftcard.jpg);
	width: 219px;
	height: 174px;
	margin: 5px 0;
	}
#giftcard p{
	padding: 30px 0 0 110px;	
	}
#giftcard p.giftsmall{
	font-size: .7em;
	padding: 10px 0 0 110px;	
	margin: 0;
	}	
#giftcard p.giftsmall a{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
	}	
#giftcard p a {
	color: #000;
	font-size: 1.5em;	
	}
.sidesection {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	
	background: #ebebeb;
	margin: 5px 0;
	padding: 10px;
	}
.half {
	float: left;
	width: 48%;
	}

#postcolumn h2 a{
	color: #5b792f;
	}
#postcolumn h2 a:hover{text-decoration: underline; color: #2f4e0d;}	
.search_input {
	width: 10em;
	}	