/*  
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: url(img/bg-body.jpg) repeat-x top left;
	font:11px/16px Verdana, Tahoma;
	/** color:#363636; */
}

a {
	color:#c7532d;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 821px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	width: 821px;
	height: 202px;
	margin: 0 auto;
	background: url(img/brewblog_header.jpg) no-repeat left bottom;
}

#content {
	width: 780px;
	min-height: 280px;
	margin:auto;

        background: url(img/bg-page.png) no-repeat left bottom;
}

#content-left {
	float: left;
	width: 540px;
}

#content-right {
	float: right;
	width: 220px;
}

#footer {

}
/*	##################################
   	calendar
	################################## */

#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
	font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: georgia, times new roman, serif;
	background: #f2e9c0;
	font-size: 1.2em;
	border: 4px solid #d4b182;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #f2e9c0;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #a96828 url(images/a96828_40x100_textures_11_white_lines_15.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #91571d url(images/91571d_40x100_textures_11_white_lines_15.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(images/f8e1a0_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #d4b182;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(images/f8e1a0_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(images/ffeebd_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(images/ffeebd_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(images/8c2f03_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(images/8c2f03_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d4b182;
	color: #fffae0;
	background: #a96828;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #fffae0;
	background: #a96828 url(images/a96828_40x100_textures_11_white_lines_15.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #f2e9c0;
}
table.ui-datepicker td a:hover {
	border: 1px solid #a97228;
	color: #ffffff;
	background: #91571d url(images/91571d_40x100_textures_11_white_lines_15.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #d4b182;
	color: #9e3300;
	background: #f2e9c0 url(images/f2e9c0_40x100_textures_07_diagonals_small_100.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #623b22;
	text-transform: uppercase;
	/*border-bottom: 1px solid #d4b182;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #623b22;
}


/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*	##################################
   	booking
	################################## */
.header_1 {
	display: block;
	width:540px;
	height:auto;
	background: url(img/brewblog_footer.jpg) repeat-x center;
	text-align:center;
	font:bold 18px/18px Verdana, Tahoma;
	color:#E3B038;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	cursor:pointer; 
}	
.header_1 p{
	text-align:center;
	font-family:"Arial Black";
	font-size: 18px;
	color:#E3B038;
}

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;
}

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

h2#blog-description {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #c7532d;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 18px/18px Verdana, Tahoma;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0 0 0 4px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
}

.page_item a {
	display: block;
	float:left;
	width: 102px;
	height: 25px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	background: url(img/menu_na.jpg) no-repeat left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#E3B038;
	text-decoration: none;
	text-align: center;
}
.page_item a:hover {
	background: url(img/menu_a.jpg) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/menu_a.jpg) no-repeat left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#ffffff;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
 	margin: auto;
	clear: both;
	padding:  10px 0 0 0;
}
	
.meta {
	font:italic 10px/12px Verdana, Tahoma;
	color:#5e4814;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;	
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	padding:  10px 0 0 0;
	margin: 0 0 30px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 5px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 5px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 400px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #7D7D7D;
	border: 1px solid #BFBFBF;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: url(img/brewblog_footer.jpg) repeat-x;
}

#footer {
	width: 780px;
	margin: 0 auto;

	padding: 20px 0;

	font:normal 10px/10px Verdana, Tahoma;
	color: #ffffff;
}

#footer a {
	color:#ffffff;
}

#legal {
	float: left;
	width: 40px;
}
#legal0 {
	float: left;
	width: 50px;
}
#legal1 {
	float: left;
	width: 80px;
}
#legal2 {
	float: left;
	width: 110px;
}
#legal3 {
	float: left;
	width: 150px;
}

#webdemar {
	float: right;
	width: 100px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear:both;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}