@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #f5f2df;
	}
	

/*  Basic styles */

p, h1, h2, h3, h4, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 0;
	}

h1 {
	font-size: .95em;
	color: #0e3f33;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: middle;
	}
	
h2 {
	font-size: 0.75em;
	color: #570F23;
	}

h3 {
	font-size: 0.85em;
	color: #333333;
	}

a:link, a:visited, a:active  {
	text-decoration : underline;
	font-weight : normal;
	color: #570F23;
	 }
 
a:hover  {
	font-size : 1em;
	color : #000;
	background: #d08e9a;
	}
	
.linkImg {
	border-style: none !important;
	text-decoration: none;
	background: #FFFFFF;
}


/* Specific areas */

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: auto auto 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#top {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f2df;
	margin: 0px;
	text-align: left;
}

#header { 
	background: #DDD; 	
	} 

#nav {
	margin: 0;
	font-size: 0.75em;
	padding: 10px 0;
	text-transform: uppercase;
	background: #d08e9a;
	text-align: center;
	}
#strip {
	background: #0e3f33;
	height: 0.2em;
	margin: 0px;
	padding: 0px;
}

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 0px; /* padding keeps the content of the div away from the edges */
	}
	
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 20px;
	}
	
#mainContent {
	margin: 0 260px 0 180px; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

#footer {
	padding: 0 10px 0 50px;
	background:#570F23;
	} 	
	

/* Nav styles */
	
#nav li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
	}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #8A0B1E;
	}

#home #nav-home a, #accommodation #nav-accommodation a, #activities #nav-activities a, #contact #nav-contact a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#home #nav-home a:hover, #accommodation #nav-accommodation a:hover, #activities #nav-activities a:hover, #contact #nav-contact a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none
	}


/* sidebar styles */
	
.sidebarImg {
	width: 231px;
	margin: 0px 10px 10px;
	background: #ddd;
	padding: 10px 10px 15px;
	border: 1px solid #666;
	font-size: 0.65em;
	}
	
div.sidebarImg img { 
	border: 1px solid #000; 
	}


/*  footer styles */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #FFFFFF;
	}
#footer a, #footer a:visited, #footer a:active {
	margin: 0; 
	padding: 10px 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	}
#footer a:hover {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	background: #d08e9a;
	}
	
/* Float elements */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
#mainContent #comment {
	background: #f5f2df;
	padding: 10px;
	width: 400px;
}
#mainContent   #comment   p.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .7em;
}
#mainContent #comment p.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	line-height: 10px;
	font-size: .7em;
}
.lastUpdated    {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #333;
}
