/*
Theme Name: Winter at The Haven
Theme URI: http://quietcitydesign.com
Description: This custom theme is developed for The Haven Bed & Breakfast <a href="http://quietcitydesign.com/">by Quiet City Design</a>.
Version: 1.1
Author: Len Marshall
Author URI: http://quietcitydesign.com/
Tags: 

	This theme was designed and built by Len Marshall,
	whose website you will find at http://quietcitydesign.com/

*/

@import 'cms-navigation.css';

/* Begin Typography & Colors */

html {
		background-image: url(images/background.gif);
	}


body {
	font-size: 62.5%; 
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0 0 20px 0; 
	padding: 0; 
	
	background-image:url(images/wallpaper_shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	}	

#header {
	width: 100%;
	background-image:url(images/background_banner_green_shadow.png);
	background-repeat:repeat-x;
	position: fixed;
	z-index: 10;
	top: 16px; 
	left:0;
	}

#banner_container {
	width:1000px;
	height: 130px;
	margin: 0 auto;
	}
	
#headerimg 	{
	margin-left: 5px;
	background-image: url(images/the_haven_banner_logo.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:5px;
	top:0px;
	width: 200px;
	height:130px;
	}
#headerimg span {
	height: 130px;
	width: 200px;
	display:table;
	}
#headerimg span img {
		border: 0;
	background:none;
}

#banner_navigation {
	float: right; 
	width: 700px;
	margin: 30px -40px 0 0;
	}	

#page_frame {
	width:1030px;
	background-image:url(images/page_shadow.png);
	background-repeat:repeat-y;
	margin: 0px auto;
	}


#top_of_header {	/* This is where the Welcome and Music links are above the green banner */
	width: auto;
	height: 16px;
	padding-top: 3px;
	color:#003f2d;
}
#welcome {
	float:left;
	margin-left: 70px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#music {
	float:right;
	margin-right: 70px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}



#page {
	background-color: #f8f1b0;
	background-image:url(images/content_background_gradient_2.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;
	margin: 0px auto;
	padding: 110px 0 0 0; /* Push content below banner so it doesn't overlap.  Problem with IE6!!! */
	position:relative;
	z-index: 0;    
	width: 957px;
	border: none;
	}
	
#content {
	font-size: 1.2em;
	}


/* Here layeth all thy SIDEBAR stylings, save for thine search bar*/

#sidebar {
	margin-left: 725px;
	margin-top: 10px;		/* Top margin works in Mozilla... not IE... Make conditional! */
	padding: 20px 0 10px 20px;
	width: 200px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
/* This gives the sidebar enough padding to avoid bottom corner image overlap */
	padding-bottom: 100px; /* The height of the corner image minus the footer height */
}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {	/* Similar but compensary to "cms-navigation.css" under #sidebar-nav h4 settings */
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.75em;
	line-height: 2em;
	color:#003f2d;
	border-top: 2px solid #003f2d;
	text-decoration: none;
	margin: 0px 0 0;
	padding: 0;
	}	
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}	
#sidebar ul ul li, #sidebar ul ol li {
	color: #003f2d;							/* Appears only in Mozzila... NOT a problem with IE */
	}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

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

#sidebar ul a, #sidebar ul a:visited {
	color:#000000;
	}

/* Thus endeth thy SIDEBAR stylings, world without end, amen. */




.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .entry p, .widecolumn .entry p{
	margin-bottom:0.7em;
	}	
.narrowcolumn {
	float: left;
	padding: 0 0 0px 20px;
	margin: 0px 0 0;
	width: 685px;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}
	
.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 20px;
	width: 675px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}	
.widecolumn .post {
	margin: 0;
	}
.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;
}

#footer {
	border: none;  	
	padding: 0 0 2px 0;
	margin: 0 auto;
	width: 900px;
	height: 34px;
	clear: both;
	text-align:center;
	}
	
#footer_frame {
 	background-image: url(images/footer_shadow.png); 
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0 auto;
	width:1030px;
	height:42px;
	border: none; 
}	

#corner_image {			/* Oddly enough, it must be dropped in the "Page" Div in the header */
	width: 185px; height: 175px;
	background-image:url(images/corner_image_icon.png); 
	position: absolute;
	float: right;
	/* Set to overlap frame corner */
	right: -15px;
	bottom: -70px;
}

/* Navigation Menu Styles for hover button effects */ 

#menu table {
	margin-right: 0px;
	margin-left: auto;
	}

#menu td {
	width:120px;
	padding: 25px 0px 6px 10px;
	border-left: 1px solid #f8f1b0;
	text-align:left;
	vertical-align:bottom;
	}
#menu td a {
	font-family:"Times New Roman", Times, serif;
	font-size:1.75em;
	color:#f8f1b0;
	text-decoration:none;
	}
	
#menu td a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/* End Navigation Menu style */



.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:"Times New Roman", Times, serif;
	/* font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
	}

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

h2 {
	font-size: 2em;
	font-style:italic;
	}

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

h3 {
	font-size: 1.3em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003f2d;
	}

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

.entry p a {			
	color: #003f2d;
	background-color: #f7f4d8;
/*	border-bottom: 1px #003f2d;     Special decoration on text link in content areas 
	border-bottom-style:dashed;*/
	}

.entry p a:visited {
	color: #003f2d;
	}
	
	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, 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: Arial, Helvetica, 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, h2 a:hover, h3 a:hover {
	color: #10775a;
	text-decoration: none;
	}

a:hover {
	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 Arial, Helvetica, Sans-Serif;;
	text-align: center;
	}

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



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



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

h2 {
	margin: 30px 0 0.7em 0;
	}

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

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

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



/* Begin Images */
p img {
	max-width: 100%;
	padding: 3px;
	background: #c09661;
	border: 1px solid #735028;
	}

/*	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;	
	padding: 3px;
	border: 1px solid #735028;
	background: #c09661;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	padding: 3px;
	border: 1px solid #735028;
	background: #c09661;	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	padding: 3px;
	border: 1px solid #735028;
	background: #c09661;	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.alignnone {
	margin: 0 0 2px 7px;
	display: inline;
	padding: 3px;
	border: 1px solid #735028;
	background: #c09661;	}	
	
/* 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: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 2px 0 0px 4px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.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 {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	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;
	}
#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 */



/* 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 {
	padding: 3px;
	background: #c09661;
	border: 1px solid #735028;
	}

.navigation {		/* Some wierd positioning to get the post navigation over and down */
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	width:50%;
	float:right;

	}
/* 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 */


/* Dual Columns Style for plugin */

    #dualcolumn_container {
    width: 100%;
    text-align: left;
    text-justify: auto;
    margin-top: 15px;
    }

    .dualcolumn_left {
    width: 48%;
    float: left;
    }

    .dualcolumn_right {
    width: 48%;
    float: right;
/*			Add a line between the columns??
	border-left: 1px solid #003f2d;
	padding-left: 10px;
*/	
    }
