/*
Theme Name: HaikuGardens
Description: Haiku Gardens Theme
Version: 1.0
Author: Haiku
Author URI: http://haikugardens.com/

*/

/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* Body
-------------------------------------------------------------------*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0A3816;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
}


 h1 {

	font-size: 24px;
	color: #5ADB44;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #559107;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 10px;
}
h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
}

/*
h1 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
*/
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
h1 span {
	color: #FFF;
}
a {
	color: #6fba65;
	text-decoration: none;
}
a:hover {
	color: #E8FAA0;
	text-decoration: underline;
}
a:visited {
	color: #6fba65;
}
p {
	margin-bottom: 10px;
}
input, textarea {
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
	font: italic 14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7;
}
/* Container
-------------------------------------------------------------------
#container { 
	width: 1280px;
	
	width: 1280px;
	margin: 0px auto 20px auto;
	overflow: hidden; 
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	border: 1px solid #000000;
}
*/

/* Haiku page ----------------------------------------------*/

/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0; /* set margins as desired */
	font: bold 13px verdana, arial, sans-serif; /* set font as desired */
	/*border-bottom: 1px solid #6c6;  set border COLOR as desired */
	list-style-type: none; /* THIRD number must change with respect to padding-top (X) below */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8, body#tab9 li.tab9, body#tab10 li.tab10, body#tab11 li.tab11, body#tab12 li.tab12, body#tab13 li.tab13, body#tab14 li.tab14, body#tab15 li.tab15 { /* settings for selected tab haven't figured out*/
/*border-bottom: 0px solid #900;  set border color to page background color */
	/*background-color: #900;  set background color to match above border color */
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a, body#tab10 li.tab10 a, body#tab11 li.tab11 a, body#tab12 li.tab12 a, body#tab13 li.tab13 a, body#tab14 li.tab14 a, body#tab15 li.tab15 a { /* settings tab(box) for current page */
	/*background-color: #333;  set selected tab background color as desired */
	color: #FFF; /* set selected tab font link color as desired */
	position: relative;
	top: 0px;
	padding-top: 0px; /* must change with respect to padding (X) above and below controlls hight of box*/
}
ul#tabnav li a { /* settings for all tab links */
	padding: 0px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	/*border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
	/*background-color: #cfc;  set unselected tab background color as desired */
	color: #6fba65; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	/*background: #fff;  set desired hover color */
	color: #E8FAA0;
}
/* end css tabs */


.oneColFixCtrHdr #container {
	width: 1280px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #topgradcont {
	background-image: url(/images/topgrad.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #bottomgradcont {
	background-image:url(/images/bottomgrad.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
}
.oneColFixCtrHdr #header {
	height: 165px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom:38px;
	padding-left: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #5ADB44;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #559107;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 10px;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent {
	color: #FFF;
	font-size: 14px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #559107;
}
.oneColFixCtrHdr #tagLine {
	padding-top: 20;
	padding-bottom: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 559107;
}
.oneColFixCtrHdr #txtBGstyle {
	background-position: center;
	background-image: url(/images/transparantblack.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #blogBGstyle {
	background-position: center;
	background-image: url(/images/transparantblack.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #fullheight {
	height:100%
}
.oneColFixCtrHdr #leftside {
	background-image: url(/images/midleft2.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #rightside {
	background-image: url(/images/midright2.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #bodyTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 35px;
	padding-right: 35px;
}
.oneColFixCtrHdr #bodyTxt a {
	color: #FFF;
}
.oneColFixCtrHdr #bodyTxt a:hover {
	color: #5ADB44;
}
.oneColFixCtrHdr #contactTxt {
	padding-left: 30px;
}
.oneColFixCtrHdr #galTable {
	background-image:url(/images/gallerybg.png);
	height: 517px;
}
.oneColFixCtrHdr #packages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-top: 30px;
}
.oneColFixCtrHdr #packageName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #packageDetails {
	font-size: 10pt;
}
.oneColFixCtrHdr #packagePrice {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 30px;
}
.oneColFixCtrHdr #blogsSep {
	font-size: 10pt;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #packageBtm {
	font-size: 10pt;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #alacarte ul {
	padding-top: 0px;
}
.oneColFixCtrHdr #sidenote {
	font-size: 9pt;
	padding-left: 10px;
}
.oneColFixCtrHdr #h3description {
	font-size: 10pt;
	padding-left: 20px;
	position: relative;
	top: -15px;
}
.oneColFixCtrHdr #cateringSubNav {
	padding-left: 100px;
	position: relative;
}
.oneColFixCtrHdr #foodDescription {
	font-style:italic;
	display: inline;
}
.oneColFixCtrHdr #testimonialName {
	font-style:italic;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
}
.oneColFixCtrHdr #map {
	border: 2px solid #1e950b;
}
.imageWithBrdr {
	border: 1px solid #1e950b;
}
.floatleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 5px 5px;
}
.section {
	width: 750px;
	overflow: hidden;
	padding: 0;
}
img.feature-photo {
	height: 250px;
	margin-left: 10px;
	float: right;
	border: 2px solid #1e950b;
	margin-top: 0px;
	margin-bottom: 10px;
}
img.alacarte-photo {
	height: 150px;
	margin-left: 10px;
	float: right;
	border: 2px solid #1e950b;
	margin-top: 20px;
	margin-bottom: 20px;
}
img.lunch-photo {
	height: 410px;
	margin-left: 10px;
	float: right;
	border: 2px solid #1e950b;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* END Haiku page ----------------------------------------------*/


#container #wrapper {
	width: 1280px;
	float: left;
	overflow: hidden;/*background:  url(images/sidebar-bg.gif) repeat-y top right;*/ 
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */







#nav {
	width: 1280px;
	float: left;
	height: 32px;
	background: #fafafa url(images/nav-bg.gif) repeat-x;
	position: relative;
}
#nav ul {
	margin-left: 15px;
}
#nav ul li {
	display: inline;
	margin-right: 20px;
}
#nav ul li a {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	color: #555;
	line-height: 33px;
}
#nav ul li a:hover {
	color: #333;
}
#nav #feed {
	position: absolute;
	right: 15px;
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	background: url(images/feed.gif) no-repeat 0 3px;
}
/* Content
-------------------------------------------------------------------*/
#content {
	width: 580px;
	float: left;
	padding: 15px;
	/*background: #fff;*/
}
#content .post {
	margin-bottom: 40px;
	
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content .post h1.post-title {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #5ADB44;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 23px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal;
}
#content .post h1.post-title a {
	color:#5ADB44;
	text-decoration: none;
	
}
#content .post h1.post-title a:hover {
	color: #E8FAA0;
	text-decoration:none;
}
#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 3px 5px 3px 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #1e950b;
	border-bottom-color: #1e950b;
}
#content .post .post-info .infopad {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	
}
#content .post .post-info a {
	color: #6fba65;
	text-decoration:none;
}
#content .post .post-info a:hover {
	color: #E8FAA0;
	text-decoration:none;
}
#content #pages {
	text-align: center;
}
#content #pages a {
	font: bold 20px "Trebuchet MS";
	color: #414d4c;
	text-decoration: none;
}
#content #pages a:hover {
	color: #1e2726;
}
#content ul, ol, dl {
	margin-bottom: 20px;
}
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background: #fafafa;
	border: 2px solid #1e950b;
	padding: 10px;
	color: #555;
}
#commentform p {
	margin-bottom: 7px;
}
#commentform textarea {
	width: 545px;
	border: 1px solid #aaa;
	height: 120px;
}
#commentform input.text {
	width: 150px;
	border: 1px solid #aaa;
	margin-right: 10px;
	padding: 3px 3px;
}
#commentform input#submit {
	padding: 3px 10px;
}
/* Comments
-------------------------------------------------------------------*/
#comments .comment {
	width: 755px;
	background: #def7f8;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar {
	width: 50px;
	float: left;
	padding: 5px 7px;
}
#comments .comment .comment-content {
	width: 655px;
	float: left;
	padding: 10px 15px;
	margin: 5px 5px 0 0;
	background: #fafafa;
}
#comments .comment .comment-content a {
	color: #444;
}
#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #444;
	text-decoration: none;
}
/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 200px;
	float: left;
	font-size: 11px;
	color: #D2D2D2;
	margin-bottom: 15px;
}
#sidebar h3 {
	font: bold 12px Verdana;
	color: #D2D2D2;
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #999;
}
#sidebar .block {
	padding: 15px;
	overflow: hidden;
	background: url(/images/btmline.png) no-repeat bottom center;
}
/*style for sidebar lists*/
#sidebar .block ul li {
	margin-left:18px;
	list-style-type: disc;	/*background: url(images/arrow.gif) no-repeat 0px 3px;*/
}
/* Calendar */
#sidebar .block #calendar_wrap .pad {
	background: none;
}
#sidebar .block #calendar_wrap #prev {
	background: none;
}
#sidebar .block #calendar_wrap #next {
	background: none;
}
#sidebar .block #calendar_wrap table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar .block #calendar_wrap table th {
	width: 14.2%;
}
#sidebar .block #calendar_wrap table td {
	width: 14.2%;
	background: #fafafa;
	text-align: center;
	color: #888;
}
#sidebar .block #calendar_wrap table td a {
	font-weight: bold;
}
/* Search
-------------------------------------------------------------------*/
#searchform {
	text-align: left;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#sidebar #searchform #s {	width: 70px;
float:left;
	height: 14px;
	padding: 5px 0 5px 100px;
	margin-top: 10px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
	}

#sidebar #searchsubmit {
	margin-top: 10px;
	float:right;
	padding: 1px;
	text-align:right;
	}
	
	#search {
	/*position: absolute;
	top: 20px; 
	right: 10px;*/
	display:inline;
}
#search #s {

}
tr .oneheight{
	height: 1px;
}
#archiveheaders{
	font-size:36px
}

