/*
* Original Design: WordPress Kubrick  1.6 by Michael Heilemann - http://binarybonsai.com/
* Ported to b2evolution 2.0 by The Skin Faktory - http://skinfaktory.com/
* Distributed with b2evolution with written permission from Michael Heilemann (2007-01-25).
*/

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */



/* common elements positioning*/

body {

margin: 0;
padding: 0;
/* font-size: 62.5%;  Resets 1em to 10px 
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

/*
#content-wrapper {
	margin: 0px auto;
	width: 800px;
	background-color:#D8D5BF;
	overflow: hidden;
	padding: 0;
	background: url(images/content-bg.jpg) repeat-y;
}
*/

.narrowcolumn {
	float: left;
	padding:0px 25px 10px 0px;
	margin: 0 0px 0 0;
	width:440px;
	clear:none;
	border-right: 1px solid #8bb8f1;
}

#sidebar
{
float: left;
padding: 0px 0px 0px 0px;
width: 210px;
clear: none;
text-align: left;
}

/* TITLE */
div.widget_core_coll_title {
	display: none;
}

div.widget_core_colls_list_public {
	display: none;
}


/* Top menu */
div.top_menu ul {
float:left;
margin: 8px 0 0 0px;
padding: 0;
list-style-type:none;
font-size: 85%;
}
div.top_menu_narrow ul {
width: 360px;
padding: 10px 0px 5px 0;
margin: 0px;
text-align: left;
}
div.top_menu li {
display: inline;
padding: 0 8px 0 0;
text-indent:0px;
}
div.top_menu a {
font-weight: bold;
color: black;
padding-right: 8px;
}
div.top_menu a:hover {
color: #666;
text-decoration: underline;
}
div.top_menu a.selected {
text-decoration: underline;
}

/* site-specific styles (customize this) */



/*--------text styles*/
#main_nav {font-size:14px; font-family:"Perpetua Titling MT"; font-weight:100; color:#7E7664;}

	#main_nav a {color:#000000; text-decoration:none;}
	
	#main_nav a:hover {color:#666666; text-decoration:underline;}
	
#col_left p {font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:200%;}

#col_left ul {font-size:12px; font-family:Arial, Helvetica, sans-serif;}

#sidebar {font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#615C4E;}
	
	#online_reservation a {font-size:16px; color:#FFFFFF; text-decoration:none;}
	
	#online_reservation a:hover {text-decoration:underline;}
	
#footer_nav {font-size:12px; font-family:"Perpetua Titling MT"; font-weight:100; color:#7E7664;}

	#footer_nav a {color:#FFFFFF; text-decoration:none;}
	
	#footer_nav a:hover {color:#FFFFFF; text-decoration:underline;}

h1 {font-size:24px; font-family: "Perpetua Titling MT"; font-weight:100;}

h2 {font-size:24px; font-family: Perpetua; font-weight:100;
	padding-bottom: 0px;
	margin-bottom: 2px;
	
}

h3 {font-size:20px; font-family: Perpetua; font-weight:100; text-decoration:underline;}

.b {font-weight:600;}

.small {
	font-size: 90%;

}

#sidebar h2 {
	font-size: 15px;
	color: black;
	font-weight: bold;
	margin: 0;
	padding-bottom:0px;
}

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

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

.center {
text-align: center;
}

hr {
display: none;
}

#sidebar ul li.widget_core_title h2 a {
	font-size: 15px;
	color: black;
	font-weight: bold;
	margin: 0;
	padding-bottom:0px;
}

/* b2 styles */

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

.narrowcolumn .bText,
.widecolumn .bText {
line-height: 1.2em;
}

.widecolumn {
line-height: 1.6em;
}

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

.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

/*b2 modules */

.bText p a:visited {
color: #b85b5a;
}

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

.commentlist li {
font-weight: bold;
}

.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, #sidebar ul ul li, #sidebar ul ol li, .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;
}

#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;
}

/* b2 structure */

.widecolumn {
float: left;
padding: 10px 0 20px 0;
margin: 5px 0 0 45px;
width: 450px;
}

.post {
margin: 0 0 40px;
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: left;
}

.posttags {
	clear: both;
	text-align: center;
	color: #777;
}

.postpublished small {
	padding: 0 0 10px 0;
	display: block;
}



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

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
}

a img {
border: none;
}

/* End Images */

/* Begin Lists

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

html>body .bText ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

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

.bText ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

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

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

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

#sidebar ul, #sidebar ul ol {
margin: 0 0 50px 30px;
padding: 0;

}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin: 3px 0 20px 0!important;

}

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0px 0!important;
padding: 0;
}
/* End bText Lists */


/* Begin Sidebar */
#sidebar form {
margin: 0;
}

#sidebar .note,
#sidebar .notes {
margin-top: 1ex;
font-size: 100%;
}

table.bCalendarTable {
font-size: 100%;
width: 155px;
}
table.bCalendarTable caption {
font-size: 130%;
}
table.bCalendarTable th {
font-size: 100%;
}

input.SearchField {
width: 150px;
padding: 1px;
font-size: 95%;
}
/* End Sidebar */


/* 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;
}
/* End Various Tags & Classes*/


/* Default styles overriden for this skin: */
table.prevnext_post {
width: 100%;
}

/* Styles for comments */
div.bComment, /* Entire comment block */
form.bComment /* New comment form */
{
margin: 1ex 0;
border: 1px dotted #999;
font-size: 13px;
}

textarea.bComment {
	width: 280px;
}

div.moderation_msg
{
margin: 1ex 0;
}

/*
 * Header / bloglist on top:

div#header ul {
float:right;
list-style-type:none;
margin: 0;
padding: 27px 24px;
}
div#header li {
margin: 0;
display: inline;
padding: 0 1ex 0 0;
}
div#header li a {
font-weight: bold;
font-style:italic;
color: #003251;
}
div#header li a:hover {
color: #666;
text-decoration: underline;
}
div#header li a.selected {
text-decoration: underline;
}
 */

