/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

p{line-height:1.9em;}

.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.centered {
	text-align: center;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #aaa;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}	

#bar {
	background: #888 url(images/bar-bg.png);
	height: 145px;
	position: absolute;
	z-index: -999;
	left: 0;
	top: 0;
	width: 100%;
}

#space {
	width: 100%;
	height: 10px;
	background: #888 url(images/bar-bg.png);
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
	background: #fff url(images/page-bg3.png) 0 0 repeat-y;
}

#header {
	background: #000 url(images/header-bg.png) 0 43px repeat-x;
	height: 125px;
	padding: 0;
	position: relative;
}

#bl {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	background: #888 url(images/head-bl.png) 0 0 no-repeat;
}

#logo {
	position: absolute;
	top: 43px;
	left: 0;
/*	height: 88px;
	width: 240px;
	background: #fff;  */
}

#logo img {
	position: absolute;
	left: 0;
	top: 0;
}

#conf-phone {
	position: absolute;
	right: 32px;
	top: 20px;
	color: #fff;
	font-size: 1.6em;
}

#searchbox {
	position: absolute;
	right: 0;
	text-align: center;
	width: 280px;
	height: 100%;
/*	background: #84BAE3;  */
}

#searchbox form {
	margin-top: 68px;
}

#searchbox form input#s, #respond textarea, #respond input {
	border: 1px solid #777;
	background: #fff;
	line-height: 1.5em;
	padding: 4px;
}

#searchbox form input#s:hover, #respond textarea:hover, #respond input:hover {
	background: #FFFCEC;
}

#addthis {
	padding-left: 40px;
	position: relative;
	top: 20px;
}

#content {
	font-size: 1.2em;
	background: #fff url(images/main-tr.png) 100% 0 no-repeat;
}

.narrowcolumn {
	padding: 0;
	margin: 0;
	float: right;
	width: 720px;
	background: #fff;
}

#featcont {
	margin: 10px 5px 5px;
	overflow: auto;
}

.featured {
	padding: 0 10px;
	background: #fbfbfb;
	float: left;
	width: 450px;
}

#video {
	text-align: center;
}

.regular {
	width: 226px;
	margin: 0 4px;
	padding: 0 3px;
	float: left;
	background: #fbfbfb;
}

.featured:hover, .regular:hover {
	background: #FFFCEC;
}

.bubble a {
	background: url(images/comment-bg.png) 100% 0 no-repeat;
	padding-right: 18px;
}

/* Begin sidebar */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	float: left;
	width: 240px;
	background: #666 url(images/page-bg3.png) 0 0 repeat-y;	
}

#sidebar-tl {
	background: url(images/sidebar-tl.png) 0 0 no-repeat;
	height: 8px;
	width: 8px;
}

#sidebar ul.sf-menu, #sidebar ul.sf-js-enabled, #sidebar ul ol {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.3em;
}

#sidebar ul.sf-menu li, #sidebar ul.sf-js-enabled li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding-left: 4px;
	position: relative;
	color: #fff;
	font-weight: bold;
}

#sidebar ul.sf-menu li span, #sidebar ul.sf-js-enabled li span {
	padding-left: 16px;
	overflow: hidden;
	margin: -17px 0 0 0;
}


#sidebar ul.sf-menu li a, #sidebar ul.sf-js-enabled li a {
	color: #fff;
	padding-left: 16px;
	display: block;
	width: 224px;
	height: 17px;
}

#sidebar ul.sf-menu li a:hover, #sidebar ul.sf-js-enabled li a:hover {
	text-decoration: none;
	background: url(images/menu-bg.gif) 0 -17px no-repeat;
	color: #FFF4C4;
}

#sidebar ul.sf-menu ul, #sidebar ul.sf-js-enabled ul, #sidebar ul ol {
/*	position: absolute;
	left: 214px;
	top: -3px; */
	padding: 0;
	margin-left: -4px;
	background: #FFFCEC;
	border-bottom: 1px solid #777;
	display: none;
}

#sidebar ul.sf-menu ul li, #sidebar ul.sf-js-enabled ul li, #sidebar ul ol li {
	margin: 0;
	padding: 2px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background: #FFFCEC;
}

#sidebar ul.sf-menu ul li a, #sidebar ul.sf-js-enabled ul li a {
	color: #333;
	display: block;
	width: 214px;
}

#sidebar ul.sf-menu ul li a:hover, #sidebar ul.sf-js-enabled ul li a:hover {
	color: #333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.3em;
	margin: 20px 10px 0;
	padding: 10px 0 0;
	border-top: 1px solid #DFD5A5;
	color: #DFD5A5;
}

#sidebar p {
	font-size: 1.2em;
	text-align: center;
}

#sidebar p a {
	color: #167f84;
	font-weight: bold;
}

#sidebar form {
	margin: 0;
	}

.widget_dbem_calendar {
	text-align: center;
}
/* End sidebar */

/* footer */
#footer {
	padding: 0;
	margin: -30px auto 0;
	width: 960px;
	clear: both;
	background: #eee;
}

#legals {
	float: left;
	width: 240px;
}

#legals p a {
	text-decoration: none !important;
}

#socials {
	margin-left: 240px;
	background: #777;
}

#tweets {
	width: 480px;
/*	background: url(images/tweetsbg.png) 0 30px no-repeat;  */
	font-weight: bold;
	font-size: 1.1em;
	border-right: 1px solid #fff;
	margin-top: 10px;
	text-align: left;
}

#tweets h3 {
	padding-left: 5px;
	padding-top: 10px;
	font-size: 2.6em;
	color: #DFD5A5;
}

#tweets ul {
	list-style-image: url(images/whitedot.png);
	list-style-type: disc;
}

#tweets h4 a {
	color: #fff;
	font-size: 1.2em;
}

#slinks {
	float: right;
	width: 239px;
	text-align: center;
}

#socials p a.feedme {
	background: url(images/rss-small.png) 0 0 no-repeat;
	padding: 2px 0 2px 21px;
	line-height: 21px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 10px 5px;
	color: #666;
}
	
#footer p a {
	color: #666;
	text-decoration: underline;
}

#socials a {
}

#slinks fieldset {
	background: #eee;
	border: 0;
	margin: 10px;
}

#slinks fieldset p {
	margin: 0 0 4px;
	padding: 0;
}

#slinks fieldset p img {
	float: right;
	position: relative;
	left: -25px;
}

#slinks fieldset label {
	width: 15em;
	padding-right: 0.5em;
}

#slinks fieldset input, #slinks fieldset select {
	width: 50px;
}

#slinks fieldset select {
	margin-left: 8px;
	margin-right: -22px;
}
/* eof footer */

/* what you can do styles */

.whatul, .whatum, .whatur {
	width: 216px;
	border: 1px solid #A6722E;
	display: table-cell;
	padding: 3px 5px;
}

.whatul {
	margin: 3px 3px 3px 0;
}

.whatum {
	margin: 3px;
}

.whatur {
	margin: 3px 0 3px 3px;
}

.whatul h3, .whatum h3, .whatur h3 {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	text-align: left;
}

.whatul:hover, .whatum:hover, .whatur:hover {
	background-color: #FFFAF3;
}

a.normal:link, a.normal:visited, a.normal:hover, a.normal:active {
	color: #333;
	text-decoration: none;
}

/* eof what you can do styles */

/* contact styles */

#address {
	float: right;
	margin: 50px 35px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

address {
	font-style: normal;
}

address b {
	color: #000;
}

/* eof contact style */

/* booking form */

.sandy {	
	border: 1px solid #777;
	background: #fff;

}

.sandy:hover {
	background-color: #FFFCEC;
}

/* eof booking form */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

/*
.entry p a:visited {
	color: #b85b5a;
	}
*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #2B6694;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #da2823;
	text-decoration: none;
	}

a:hover {
	color: #da2823;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 690px;
	}

.post {
	margin: 0 0 40px;
	padding: 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}





/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#respond {
	padding: 0 10px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* tweets */

.tweets {
	background-color: #dde3f2;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

/* eof tweets */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}	

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}
/* End Various Tags & Classes*/



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

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

.wp-caption img {
	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;
}
/* End captions */

	

/* Accordion */

div.accordion {
	margin-top: 20px;
}

div.accordion h3 {
	text-align: left;
	background: #FFFCEC;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	line-height: 2.4em;
	height: 2.4em;
	text-decoration: none;
	outline: none;
	color: #333;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	margin: 0 0 5px 0;
	position: relative;
	font-weight: bold;
}

* html div.accordion h3 {
	cursor: hand;
}

div.accordion h3.open
{
	border-bottom: 1px solid #da2823;
}

* html div.accordion h3.open
{
	border-bottom: 1px solid #da2823;
}

div.accordion div
{
	position: relative;
	background: #fff;
	margin: 0 10px;
}

div.accordion div.accordion_content
{
	padding: 0;
	margin: 0;
}

div.accordion div.accordion_content p
{
	padding: 5px 0 7px;
}



/* nested */

div.accordion_content_1 h3
{
	padding-left: 10px;
	background-color: #FFF4C4;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 2em;
	height: 2em;
}

div.accordion div.accordion_content
{
	padding: 0 10px;
}

div.accordion_content fieldset p {
	text-align: left;
}

div.accordion_content fieldset form {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.accordion_content fieldset table {
	margin: 0 auto;
}


/* @group Accordion */
