@charset "utf-8";
/* CSS Document - Main Style Sheet
Author: Kreck Design www.kreck.com
Client: Belle de Jour Inn

Table of Contents:
0- Reset
1- Global
2- Structure
3- Headings
4- Header
5- Contact
6- Navigation
7- Content
8- Forms
9- Footer
10- Simple Slides / Overlay Gallery
11- Pages
*/

/* =0 Reset ---------------------------------------------------------------*/
@import url(reset.css);

/* =1 Global --------------------------------------------------------------*/
html { 
	overflow-y:scroll;
	overflow-x:auto;
}
body {
	font: normal 12px Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#0d2371;
	background:#e7ebf4;
}
.access {
	position:absolute;
	text-indent:-900em;
}
.float-left {
	float:left;
	display:inline;
}
.float-right {
	float:right;
	display:inline;
}
img.float-left {
	float:left;
	display:inline;
	padding:5px 10px 10px 0;
}
img.float-right{
	float:left;
	display:inline;
	padding:5px 0 10px 10px;
}
img.center {
	display: block;
	margin:0 auto;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.clear {
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
hr {
	height:1px;
	color:#660000;
	background-color:#660000;
	clear:both;
	margin:20px 0;
}
a {
}
a:active { 
	outline: none;
}
a:focus { 
	-moz-outline-style: none;
}
a:hover {

}
a:visited {

}
/* =2 Structure -----------------------------------------------------------*/
#header-container {
	position:relative;
	margin:0px auto;
	width:790px;
	height:120px;
	z-index:20;
}
#content-container {
	position:relative;
	width:790px;
	margin:0 auto;
	border:2px solid #979fb7;
	background:#f8f5eb url(/images/bg-content-container.jpg) no-repeat left bottom;
}
#main-column {
	position:relative;
	display:inline;
	float:right;	
	width:600px;
	margin:2px;
}
#side-column {
	position:relative;
	display:inline;
	float:left;
}
#nav-container { /* ---- Further Nav Stylings in nav.css ---- */
	position:absolute;
	width:186px;
	padding-bottom:35px;
	background:url(/images/bg-nav.png) no-repeat left bottom;
}
#footer-container {
	position:relative;
	width:800px;
	height:25px;
	margin:0px auto;
}
#content {
	margin:40px;
}
/* =3 Headings ------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom:.7em; }
h1 {  font-size: 2.00em; 	}
h2 {  font-size: 1.50em; 	}
h3 {  font-size: 1.20em; 	}
h4 {  font-size: 1.00em; 	}
h5 {  font-size: 0.90em; 	}

/* =4 Header --------------------------------------------------------------*/
h1#logo {
	position:absolute;
	display:block;	
	width:267px;
	top:0px;
	left:-40px;
	height:241px; 
	background:transparent url(/images/belle-de-jour-inn.png) no-repeat left top;
}
h1#logo a {
	display:block;
	width:267px;
	height:241px;
}
#header-container p {
	display:block;
	padding:100px 0 0 229px;
	font-size:10px;
	text-transform: uppercase;
}
/* =5 Contact --------------------------------------------------------------*/
h2#contact {
	position:absolute;
	display:block;	
	width:264px;
	top:57px;
	right:-40px;
	height:121px; 
	background:transparent url(/images/contact-us.png) no-repeat left top;
}
h2#contact a {
	display:block;
	width:264px;
	height:121px;
}

/* =6 Navigation ----------------------------------------------------------*/
/*see nav.css*/

/* =7 Content -------------------------------------------------------------*/
#content h1 {
	font-size:20px;
	text-transform: uppercase;
	font-weight: normal;
}
#content h2 {
	font-size:16px;
	margin-bottom:1em;
}
#content h3 {
	font-size:14px;
	margin-bottom:1em;
}
#content p {
	margin-bottom:1em;
}
#content .table tr td {
	padding:10px 0;
}
#content blockquote {
	margin:25px;
}
#content ul, #content ol {
	margin:25px;
}
#content ul li ul, #content ol li ol {
	margin:0 0 0 25px;
}
#content ul li {
	list-style: disc outside;
}
#content ul li ul li {
	list-style: circle outside;
}
#content ol li {
	list-style: decimal outside;
}
#content ol li ol li {
	list-style: upper-alpha outside;
}
#content-container a {
}
#content a {
	color:#660000;
	text-decoration:underline;
}
/* =8 Forms ---------------------------------------------------------------*/
div#errordiv {
	border:3px double #900;
	background-color:#FFFFF2;
	color:#900;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
}
/* =9 Footer --------------------------------------------------------------*/
#footer-container {
	text-align:center;
	padding-top:17px;
	font-size:11px;
}
#footer-container ul{
	clear:both;
	padding-bottom:6px;
}
#footer-container ul li {
	display:inline;
	padding:0 8px;
	background: url(/images/footer-divider.gif) no-repeat right;
}
#footer-container ul li.last {
	background:none;
}
#footer-container a {
	color:#A3968A;
	text-decoration:none;
}
#footer-container a:hover {
	color:#000000;
}
/* =10 Simple Slides / Overlay Gallery -------------------------------------------------------*/
/* Following styles are for the "simpleslides" functionality */
#header-slides {
	height:350px;
}
#activities-slides {
	height:219px;
	margin-left:85px;
}
.slideshow {
   padding-top:2px; 
   position:relative;
}
.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
.slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
.slideshow IMG.last-active {
    z-index:9;
}
/* Following styles are for the "overlay gallery" functionality */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* =11 Pages ---------------------------------------------------------------*/
#special {
	text-align:center;
	margin-bottom:35px;
	font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
}

