/*
Theme Name:		Organic BHD - Slim Top 2 - ColorBack
Theme URI:		http://www.beerhaikudaily.com
Description:		A versatile theme for WordPress designed and coded by <a href="http://www.captainhops.com">Captain Hops</a>.
Version:		2.00
Author:			Captain Hops
Author URI:		http://www.captainhops.com/
*/

* { padding: 0; margin: 0; }

body {
	background: #2F050E url(images/bg.png) top left repeat-x; 
	background-attachment: fixed; 
/*	background-color: #BA4801;  */
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	color: #f00;
	text-align: center;
}

#traverse {
	background-color: #000;
	height: 0px;
	color: #fff;
	width: 100%;
}
#structure {
	margin: 4px auto 10px;
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	border-color: #201;
	border-bottom: 4px solid #101;
	color: #000;
	width: 770px;
	text-align: left;
}
.themeimage {
	border:0; 
	vertical-align:text-bottom;
}
/*  ----Universal Formatting---- */
a {

}
a:hover {
	background-color: #601206; /* -change color scheme- */
	color: #fff;
}
.blockquote {
	padding: 10px 10px 10px 40px;
	font-style: italic;
	background: #fff url(images/blockquote.gif) top left no-repeat;
}

.mainbanner {
	text-align: center;
	padding: 10px 0;
 	margin: 0px auto 0px;
 }
.sidefeature {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	clear:both;
  }
.leftpluspadding {
	padding: 10px 0;
	text-align: left;
	}

/*  ----Universal Formatting End---- */

/*  ----Navigation---- */
#navbar {
	background: #601206 url(images/nav.gif) top left repeat-x; /* -change color scheme- */
	border-bottom: 2px solid #000;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 37px;
}
#navleft {
	float: left;
	padding: 10px 0px;
}
#navright {
	float: right;
	padding: 10px 0px;
}

#navbar ul {
	list-style: none;
}
#navbar li  {
	display: inline;
}
#navbar li a, #navbar li a:hover {
	padding: 9px 10px 10px;
	color: #fff;
	border: 1px solid #751E04; /* -change color scheme- */
	text-decoration: none;
}
#navbar li a:hover  {
	color: #ff0;
	background: #601206 url(images/navhover.gif) top left repeat-x; /* -change color scheme- */
}
.navigation {
	width: 500px;
	font-size: 1.3em;
	padding: 0 0 30px;
}
.navigationleft {
	float: left;
	margin: 0 40px 10px 0;
}
.navigationright {
	float: right;
}
.pagenavi {
	clear:both;
	text-align:center;
	}

/*  ----Navigation End---- */

/*  ----Header---- */
#header {
	height: 100px;
	width: 770px;
	background: #000 url(images/header.jpg) top no-repeat;
	color: #fff;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #FFB32D; /* -change color scheme- */
	background-color: transparent;
}

#header h1  {
	white-space:nowrap;
	font-size: 4.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	padding: 25px 0 0 12px; 
	}
#header h3  {
	width:700px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 0 0 15px; 
	}




/*  ----Header End---- */
/*  ----Linkbar---- */
.linkbar {
	background-color: #601206; /* -change color scheme- */
	border-bottom: 1px solid #601206; /* -change color scheme- */
	color: #fff;
	text-align: right;
	padding: 1px 20px;
	height:22px;
	clear:both;
	font-size: 1.1em;
}
.linkbar a, .linkbar a {
	color: #fff;
	background-color: transparent;
}
#searchbox {
	vertical-align: middle;
	}
#searchbox form {
	float:right;
	padding: 1px;
	margin: 0;
	}
#searchbox input
	{
	padding: 0;
	margin: 0;
	color: #000000;
	background: #feeebb;
	border: 1px solid #FFB32D;
	vertical-align: middle;
	}

#searchbox input.submit
	{
	background: transparent;
	border: 0;
	}
.searchinput {
	color: gray;
	}
/*  ----Linkbar End---- */
/*  ----Trunk---- */
#trunk {
	text-align: left;
	width: 730px;
	padding: 20px;
	float: left;
	clear: both;
}

/*  ----Main Content---- */
#maincontent {
	background-color: #fff;
	width:500px;
	float: left;
}
#maincontent h1 a, #maincontent h2 a, #maincontent h1 a:active, #maincontent h2 a:active, #maincontent h1 a:visited, #maincontent h2 a:visited, #maincontent h1, #maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	color: #601206;  /* -change color scheme- */
	text-decoration: none;
	padding: 5px 0 5px;
}
#maincontent h1 a:hover, #maincontent h2 a:hover {
	color: #930; /* -change color scheme- */
	background-color: transparent;
	text-decoration: underline;
}
.unit {
	border-top: 2px solid #ddd;
}
.byline  {
	color: #999;
	font-size: 1.2em;
	font-family: "times new roman", georgia, times, serif;
	clear:both;
	padding: 0 0 15px;
}
.byline a, .byline a:active, .byline a:visited  {
	color: #666;
	text-decoration: none;
	}
.byline a:hover  {
	color: #fff;
	background-color: #666;
	}

.post {
	font-size: 1.2em;
	padding: 5px 0 15px;
	font-weight: normal;
	overflow: hidden;
	clear:both;
}
.post h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.post h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.post p {
	padding: 0 0 1em;
}
.post ul, .commenttext ul {
	padding: 0 0 10px 40px;
	list-style-type: square;
}
.post ol, .commenttext ol {
	padding: 0 0 10px 40px;
}
.post ul li, .commenttext ul li {
	padding: 0 0 .3em;
	list-style-type: square;
}
.post ol li, .commenttext ol li {
	padding: 0 0 .4em;
}
.post code {
	font-size: 1em;
	color: #952; 
	background-color: #eee;
	padding: 0 5px 0;
	font-family: "Courier New", Courier, monospace;
}
.post img {
	border: none;
}
.post img.center { display: block; padding: 3px; margin: 0 auto 15px auto; float: none; clear: both; }
.post img.left { padding: 3px; margin: 5px 15px 5px 0; float: left; clear: left; }	
.post .aligncenter { display: block; padding: 3px; margin: 0 auto 15px auto; float: none; clear: both; }
.post .alignleft { padding: 10px 10px 10px 0; float: left; clear: left; }	
.post .alignright { padding:10px 0 10px 10px; float: right; clear: right; }	

.posttools {
	background: #f4f4f4;
	padding: 5px 5px;
	border: 1px solid #ddd;
	font-size: 1.1em;
	text-align: center;
	clear: both;
}
.posttools p {
	padding: 0 0 5px;
}
.posttools h5 {
	font-family: "times new roman", times, serif;
	font-size: 1.2em;
	font-weight: bold;
	
}
.postfoot  {
	font-size: 1.2em;
	clear:both;
	padding: 10px 0 5px;
	/* border-bottom: 2px solid #eee; */
}
.postfoot h5 {
	font-family: "times new roman", times, serif;
	font-size: 1.2em;
	font-weight: bold;
	
}
.postfoot ul {
	padding:  0 0 10px 15px;
}
.postspace {
	padding:  25px 0;
	text-align: center;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #555 !important;
	text-decoration: none;
	padding: 5px 0 5px;
}
 .pagetitle a:hover, .pagetitle a, .pagetitle a:active, .pagetitle a:visited {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 15px !important;
 	font-weight: bold;

 }
.wptags {
	text-transform: lowercase;
}
.wptags img {
	border: none;
	padding: 0 2px 0 0;
	vertical-align:text-bottom;

}
.myhaiku, .otherhaiku  {
	text-align: center;
	font-size: 1.4em;
	padding: 15px 0px 20px;
	background: url(images/haiku-flourish.gif) top center no-repeat;
}
.otherhaiku  {
	color: purple;
}
.myhaiku  {
	color: red;
	}
.rate-post-tag {
	padding: 5px 0 2px;
	}

#dateblock {
	background:url(images/dateblock.gif);
	background-repeat:no-repeat;
	width:66px;
	height:82px;
	text-align:center;
	float:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	margin-top:3px;
	margin-right:10px;
	padding-top:7px;
}

#dateblock #day {
	font-size:30px;
	font-weight:bold;
	color:#000000;
	padding-top:2px;
	padding-bottom: 0px;
	letter-spacing: 0px;
}
.year {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	margin-top: -6px;
}
.aligncenter	{
	text-align: center;
	}
.alignright	{
	float: right;
	}

.alignleft	{
	float: left;
	}


/*  ----Main Content End---- */
/*  ----Comments---- */
.commentheader {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 0;
}
.comment {
	padding: 10px 0 0px;
	border-bottom: 1px solid #eee;
}

ul.commentlist {
	list-style: none;

}
.commentauthor {
	font-size: 1.3em;
	font-weight:bold;
	}
.commenttext {
	padding: 5px 0;
	font-size: 1.2em;
}
#commentform {
	width: 500px !important;
}
#commentform .commentinputarea {
	width: 400px !important;
}
.commenttextinput {

}
/*  ----Comments End---- */
#sidebar {
	width:200px;
	background-color: #fff;
	float: right;
	font-size: 1.2em;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	padding: 0 0 20px;
}
#sidebar ul ul {
	padding: 0 0 1em;
	list-style-type: none;
}

#sidebar ul ul li {
	background:url("images/beer-icon-2.gif") no-repeat 0px top;
	padding: 0 0 .5em 19px;
	
}
#links {
	background:url("images/link-beers.gif") no-repeat;
	padding: 0 0 0 19px;
}
#links li {
	background-image: none !important;
}
#sidebar ul ol {
	padding: 0 0 1em 2em;
}
#sidebar ul ol li {
	padding: 0 0 .2em;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #601206;
	border-top: 2px solid #ddd;
	padding: 5px 0 5px;
}
#sidebar p {
	padding: 0 0 5px;
}
.imgpad {
	padding: 0 0 10px;
}
#sidebar img {
	padding: 0;
	border: 0;
	}
.widget {

}
.widgettitle {

}
#wp-calendar {
	margin: 0 auto;
	width: 198px;
}
#wp-calendar th {
	text-align: center;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
}
#calendar_wrap {
}
/*  ----Trunk End---- */
/*  ----Footer---- */



/*  ----Footer End---- */

