/*
Theme Name: Fair's Nursery
Theme URI: 
Description: Theme for www.FairsNursery.com, derived from <a href="http://www.switchroyale.com/?page_id=21">Azul</a>.
Version: 1.0
Author: Michael Phenow
Author URI: http://mnphenow.com
Tags: custom, brown, green, fixed-width
*/

body {
	height: 100% !important;
	margin: 0;
	padding: 0;
	background: url(images/background_tile.jpg) #351f17;
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

a, a:link, a:visited {
	color: #5b713a; 
	text-decoration: none;
	border-bottom: 1px solid #5b713a; 
}

a:hover, a:active {
	color: #000; 
	text-decoration: none;
	border-bottom: 1px solid #000; 
}

#header_background {
	height: 155px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header_container {
	width: 850px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
}

#header_container a {
	color: #fff;
	text-decoration: none;
	border: none;
}

#header_container a:hover {
	color: #333333;
}

#header_container #fairs_logo {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 155px;
}

#header_container #facebook_badge {
	position: absolute;
	top: 3px;
	left: 519px;
	height: 28px;
}

#header_container #header_links {
	position: absolute;
	top: 3px;
	left: 573px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#header_container #header_links a {
	color: #000;
}

#header_container #header_links a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

#navbar_background {
	height: 90px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navbar_container {
	width: 850px;
	height: 90px;
	margin: 0 auto;
	font-family: Halvetica, Arial, sans-serif;
}

#navbar_container ul {
	margin: 0 0 0 15px;
	padding: 10px;
}

#nav { height: 60px; }

#nav li {
	float: left;
	list-style: none;
	display: inline; 
	margin: 0 5px 0 5px;
	background: url(images/nav_inactive_bg_right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav a, #nav a:visited {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 4px 15px 2px 15px;
	font-size: 13px;
	color: #5b713a; 
	text-decoration: none; 
	border: none;
	background: url(images/nav_inactive_bg_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav li.current_page_parent,
#nav li.current_page_item {
	float: left;
	list-style: none;
	display: inline; 
	background: url(images/nav_active_bg_right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li.current_page_parent a, 
#nav li.current_page_parent a:visited, 
#nav li.current_page_item a, 
#nav li.current_page_item a:visited { 	
	background: url(images/nav_active_bg_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #000;
}

#nav li a:hover, 
#nav li a:active, 
#nav li a:hover,
#nav li a:active { 	
	color: #000;
	border: none;
}

#subnavbox_top {
	width: 250px;
	height: 50px;
	background: url(images/subnav_background_top.png);
	background-repeat: no-repeat;
	background-position: center;
}

#subnavbox_bottom {
	width: 250px;
	height: 70px;
	background: url(images/subnav_background_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}

#subnavbox {
	width: 250px;
	margin: -10px -15px 10px 10px;
	float: right;
	background: url(images/subnav_background.png);
	background-repeat: repeat;
	background-position: top center;
}

#subnavbox ul {
	margin: 10px 25px -10px 35px;
	padding: 0;
}

#subnavbox ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#subnavbox ul li a,
#subnavbox ul li a:link,
#subnavbox ul li a:visited {
	font-size: 13px;
	color: #5b713a; 
}

#subnavbox ul li a:hover,
#subnavbox ul li a:active {
	color: #000;
	
}

#subnavbox ul#subnav li.current_page_item a,
#subnavbox ul#subnav li.current_page_item a:link,
#subnavbox ul#subnav li.current_page_item a:visited,
#subnavbox ul#subnav li.current_page_item a:hover,
#subnavbox ul#subnav li.current_page_item a:active {
	color: #000 !important;
	text-decoration: none;
	border: none !important;
}

#content_background {
	height: 100% !important;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#content_container {
	width: 770px;
	height: 100%;
	margin: -30px auto -30px auto;
	padding: 0 20px 0 20px;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; } /* for IE/Mac */

<!--[if IE]>
	.clearfix {
		zoom: 1;
		display: block;
	}
<![endif]-->

#posts {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #666666;
	line-height: 2.5em;
}

.post {
	margin: 0 0 30px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h1 { /* page / post titles */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
}

.post h2 { /* page / post sub-titles */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.5em 0 0 0;
}

.post h3 { /* page / post sub-sub-titles */
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0;
}

.post h4 { /* menu items */
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

.post h5 { /* menu preamble */
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 2em 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 2px solid #a48862;
}
.post h6 { /* menu footnotes */
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 2px solid #a48862;
}

.post div.googlemap {
	float: right;
	text-align: right;
	margin: -5px -5px 10px 30px;
	background-color: #fff;
	border: 8px solid #fff;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.dailylunchspecial {
	clear: both;
	margin: 100px 60px 0 60px;
	padding: 0 2em;
	/* border: 2px solid #a48862; */
}

.dailylunchspecial h2 {
	margin-top: 1em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin: 20px 0 0 610px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar p {
	margin: 0 0 5px 0;
	width: 200px;
}

.sidebar a {
	color: #831818;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer_background {
	clear: both;
	height: 336px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/footer_background.jpg) #351f17;
	background-repeat: no-repeat;
	background-position: top center;
}

#footer_container {
	height: 336px;
	width: 850px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	padding: 0;
}

#footer_container div.guarantee {
	width: 600px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	color: #dacebe;
}

#footer_container div.guarantee a {
	color: #dacebe;
	text-decoration: none;
	border: none;
}

#footer_container div.guarantee a:hover {
	color: #dacebe;
	text-decoration: none;
	border-bottom: 1px solid #dacebe;
}

#footer_container div.credits {
	text-align: right;
	font-size: 12px;
	margin: 122px 5px 0 0; }

#footer_container div.credits a {
	color: #000;
	text-decoration: none;
	border: none;
}

#footer_container div.credits a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* home page right side bar */

div.home_page_right_side_bar {
	width: 380px;
	float: right;
}

/* home page top box */

div.home_page_top_box {
	width: 380px;
	float: right;
	margin: -10px -10px 10px 20px;
	padding: 0;
	text-align: center;
	background: url(images/home_page_top_box_background.png);
	background-repeat: repeat-y;
	background-position: center;
}

div.home_page_top_box div.post {
	margin: -20px 0 0 0;
	padding: 0 20px 0 20px;
}

div.home_page_top_box_top {
	width: 380px;
	height: 57px;
	background: url(images/home_page_top_box_background_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

div.home_page_top_box_bottom {
	width: 380px;
	height: 40px;
	background: url(images/home_page_top_box_background_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* search box */

div.search_box {
	margin: 10px 20px 20px 70px;
}

div.search_box strong {
	padding: 0 0 20px 5px;
}

div.search_box input {
	margin-top: 10px;
}

/* video */

div.video_home {
	width: 320px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

div.video_page {
	margin: 20px 0 10px 10px;
	float: right;
}

/* gallery */

div.ngg-galleryoverview {
	width: 600px;
	margin: 20px auto -20px auto;
}

div.ngg-gallery-thumbnail-box {
	margin: 6px;
}

div.ngg-gallery-thumbnail a {
	border: none;
}

div.ngg-gallery-thumbnail img:hover {
	background-color: #e0e0e0;
}

div.ngg-gallery-thumbnail img {
	padding: 6px 6px 18px 6px;
	border: 1px solid #999;
}

div#TB_window a {
	border: none;
}

/* newsletter signup */

div.newsletter {
	width: 450px;
	margin: 10px 10px 30px 0;
	padding: 0 20px 20px 20px;
	border: 1px solid #333;
	background-color: #ece6db;
}

div.newsletter h2 {
	font-size: 16px;
}

div.newsletter input.button {
	margin-top: 20px;
}

table.newsletter { margin: 0; padding: 0; }

table.newsletter td { padding: 0 10px 5px 0; }

div#calendar {
	width: 710px;
	height: 705px;
	margin: 0 10px 20px 30px;
	padding: 60px 80px;
	background: url(images/calendar_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
