/* Highland Heather Lodges Main Stylesheet */

html {
	width: 100%;
	background: #474747;
}

body {
	font-size: 62.5%;
	padding: 20px 0;
	color: #282828;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}


#devbar {
width: 100%;
text-align: center;
background: yellow;
}


/* Typography */

h1, h2, h3, h4 { font-family: Georgia, Serif; }
h1 { font-size: 2em; padding-bottom: 1em; color: #367c2b; }
h2 { color: #367c2b; font-size: 1.6em; margin-bottom: 1em; }
h3 { color: #367c2b; font-size: 1.2em; margin-bottom: 0.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; font-weight: bold; }
p { font-size: 1em; margin-bottom: 18px;}
a, a:visited {	color: #367c2b;}

/* Tables */

table {
	border-collapse: collapse;
	width: 65em;
	border: 1px solid #dcdcdc;
	margin-bottom: 3em;
}

th,td {
	padding: 0.4em 1.4em;
	text-align: left;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
	font-family: georgia, serif;
	color: #327727;
}

thead {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: url('../images/thback.gif') repeat-x;
	color: #fff;
	font-weight: bold;
}

th {
	text-align: left;
}

.odd { /* Styles The "Odd" table Row */
	background-color: #e1f3de;
}

.nights { /* Styles the Nights Headings */
	font-weight: bold;
	font-size: 0.9em;
}


/* Site Classes */
.clearer { /* Site Wide Clearing Element */
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0;
	font-size: 0;
}

.fltLeft { /* Floats Elements To The Left */
	float: left;
	margin: 0 2em 2em 0;
}

.fltRight { /* Floats Elements To The Right */
	float: right;
	margin:  0 0 2em 2em ;
}


/* Site Container */

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 850px;
	background: #fff;
	border: 1px solid #3d3d3d;
	line-height: 1.4em;
	font-size: 1.2em;
}


/* Site Header */

#header {
	width: 850px;
}

#header .logo { /* Adds Padding To The Header Logo */
	padding: 15px;
	float: left;
}

#header .contactHead { /* Styles The Header Contact Details */
	font-family: georgia, serif;
	color: #367c2b;
	font-size: 1.4em;
	list-style: none;
	float: right;
	margin: 55px 15px 0 0;
	line-height: 1.1em;
}

#header ul#topNav { /* Top Navigation List Styling */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 850px;
	float: left;
	background: #367c2b;
	font-size: 1em;
}

#header ul#topNav li {
	float: left;
}

#header ul#topNav a {
	display: block;
	padding: 9px 15px 9px 15px;
	line-height: 10px;
	background: url("../images/divider.gif") repeat-y left top;
	text-decoration: none;
	color: #fff;
}

#header ul#topNav a:hover, .first:hover {
	background: #54934a;
}

#header ul#topNav .first a { /* Removes the Divider Graphic from the First Link on The Nav Bar */
	background: none;
}

#slideshow { /* Slideshow Container */
	clear: both;
	margin: 0;
	padding: 0;
	width: 850px;
	height:200px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.property { /* Styles Home Page Properties */
	float: left;
	border: 1px solid #dcdcdc;
	padding: 0;
	margin: 10px 0 0 15px;
	width: 192px;
}

.property span {
	font-size: 11px;
	font-style: italic;
	color: #9ec498;
}

.property p {
	background: #327727 url('../images/water.jpg') no-repeat bottom right;
	border-top: 1px solid #25681b;
	color: #fff;
	margin: 0;
	font-size: 1.1em;
	padding: 0.6em;
}

.property p:hover {
	color: #9ec498;
}

.property a {
	text-decoration: none;
}

.attractions {
	float: right;
	width: 260px;
	margin-right: 15px;
}

.attractions img {
	clear: right;
	float: right;
	margin: 0 0 15px 20px;
}

/* Primary Content Area */

#home #primaryContent { /* Home Page Primary Content Area */
	float: left;
	width: 560px;
	margin: 20px 15px 20px 15px;
}	

#primaryContent {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	width: 820px;
	margin: 20px 15px 20px 15px;
}

#primaryContent img {
	padding: 2px;
	border: 1px solid #dcdcdc;
}

#primaryContent ul {
	margin: 1.4em;
}

.intro { /* Styles The Opening Paragraph On All Pages */
	font-weight: bold;
}

.newsAlert {
	/* News Alert Container on Latest News Page */
	width: 800px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.info h2 {
	color: red;
}

blockquote.comment { /* Guest Comments on Latest News Page */
	padding: 15px 0 15px 0;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
	}
	
	blockquote.comment p {
		font-style: italic;
		margin: 0;
		padding: 10px 15px 10px 15px;
		}


/* SecondaryContent Area */

#secondaryContent {
	float: right;
	width: 240px;
	margin: 20px 15px 0 0;
	padding: 0;
}

#secondaryContent p {
	font-size: 0.957em;
}

#secondaryContent a {
	text-decoration: underline;
	color: #367c2b;}

.sideSection { /* Styles Each Content Box In The Sidebar */
	width: 208px;
	background: #fdfbf1;
	border: 1px solid #e7e7e7;
	padding: 15px;
	margin-bottom: 20px;
}

.sideSection h2 {
	line-height: 22px;
	}

#testimonials {
	width: 240px;
	height: 200px;
    padding: 5px 0 20px 0;  
} 

.testimonial-item {
	width: 200px;
	padding: 0 20px 20px 20px;
	height: 200px;	
	}
 
.testimonial-item p {
	font-family:  Georgia, sans-serif;
	font-style: italic;
	font-size:  14px;
}



/* Guest Comments */

#comments {
	width: 238px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	}
	
	#comments h2 {
		padding: 15px 0 0 15px;;
		}

.news {
  color: inherit;
  text-align: left;
  width: 220px;
  border: none;
}


/* Lodges */

.lodge { /* Styles The Container For Each Lodge */
clear: both;
border: 1px solid #dcdcdc;
margin-bottom: 2.5em;
padding: 2em 2em 0 2em;
}

.thumbs p {
	padding-bottom: 1em;
}

.lodge h3 {
	font-size:  1.5em;
}

.thumbs {
	float: right;
	width: 240px;
	margin: 0 0 0 2em;
}

.thumbs img {
	padding: 2px;
	border: 1px solid #dcdcdc;
}


.thumbs p {
	font-size: 0.9em;
	color: #cccccc;
}


/* Lodges Buttons */

a.button {
    background: transparent url('../images/buttonright.jpg') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 31px;
    margin-right: 6px;
    padding-right: 60px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover {
    background: transparent url('../images/buttonrighthover.jpg') no-repeat scroll top right;
}

a.button span {
    background: url('../images/buttonleft.jpg') no-repeat;
    display: block;
    line-height: 21px;
    padding: 5px 0 5px 10px;
}


#specialOffer { /* Special Offer Main DIV */
overflow: hidden;
height: 100%;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
padding: 2em 0 2em 0;
margin-bottom: 2em;
font-weight: bold;	
}

#specialOffer p {
	margin-bottom: 0.5em;
}

#specialOffer h4 {
	margin-top: 1.5em;
	color: #327727;
}

#specialOffer h2 {
	line-height: 1.2em;
}

#specialOffer span {
	font-style: italic;
	font-weight: bold;

}

#specialOffer ul {
	margin-left: 29em;
}

#specialOffer p.links {
	padding-top: 1em;
}

/* Feedback Form */

#feedback {
	float: right;
	border-left: 1px solid #dcdcdc;
	margin-left: 30px;
	margin-right: 15px;
}

#feedback textarea {
	border: 1px solid #dcdcdc;
	width: 220px;
	height: 150px;
	padding: 2px;
}

#feedback label {
	float: left;
	width: 9em;
	padding: 0 10px 0 30px;
}

#feedback input[type="text"] {
	width: 220px;
	border: 1px solid #dcdcdc;
	padding: 2px;
}

#feedback input[type="submit"] { /* Submit Button Styling */
	margin-left: 12.2em;
}

#primaryContent input[type="submit"] {
	margin-bottom: 2.5em;
}


/* Feedback Form Messages */

.problem { font-size: 1.1em; font-weight: bold; padding: 1em; border: 1px solid #dcdcdc; color: red; }
.missing { font-size: 1.1em; font-weight: bold; padding: 1em; border: 1px solid #dcdcdc; color: red;}
.sent { font-size: 1.1em; font-weight: bold; padding: 1em; border: 1px solid #dcdcdc; color: #76c447; }
.warning { font-weight: bold; color: red;}


/* Location Page */

.gmap { /* Styles the Google Location Map */ 
float: right;
margin: 0 0 3em 2em;
border: 1px solid #dcdcdc;	
}

address ul {
	padding-bottom: 2em;
}



/* Footer */

#footer {
	clear: both;
	width: 850px;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	color: #454545;
	margin: 0;
	padding: 1em 0 1.3em 0;
}

#footer p {
	float: left; 
	font-size: 0.9em;
	margin: 0;
	padding: 0 1.3em 0 1.3em;
}

#footer img {
	float: right;
	margin-right: 1.3em;
}





