﻿body {
    background: #dcd6b2;
    font-family: Verdana, Arial, Sans-Serif;
    margin-top: 10px;
}

ul, ol { padding-left: 20px; }
ul { list-style-type: disc; }

/********* GLOBALS **********/

a { color: #000; text-decoration: underline; }
p { margin: 0px 0px 15px 0px; }

.floatleft { float: left; }
.floatright { float: right; }
.breaker { clear: both; }

img.floatleft { margin: 0px 10px 10px 0px; }
img.floatright { margin: 0px 0px 10px 10px; }

h1 { color:#901; font-size: 1.2em; font-weight: bold;}

/********* LAYOUT ***********/

#wrapper {
    margin: 0px auto;
    width: 760px;
    font-size: 0.7em;  
    line-height: 1.6em;   
}

#wrapper-inner { 
    background: #FFF;
    border: 1px solid #000;
}
  
  
/********* HEADER ***********/

#header {
    padding: 10px 15px 5px 15px;   
}

#header .sublogo {
    font-family:  "Times News Roman", Serif;
    color: #b6b66f;
    font-size: 1.5em;
    line-height: 1.3em;
    margin: -3px 0px 5px 0px;
    width: 300px;
}

#header .sublogo a {
    text-decoration: none;
    color: #b6b66f;
}

#header .tel {
    font-family:  "Times News Roman", Serif;
    color: #8d0e13;
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing:-1px;
    margin: 0px 0px 5px 0px;
    
}

/********* NAV ***********/

ul#nav {
    width: 758px;
    height: 30px;   
    border-bottom: 1px solid #FFF;
    background: #364 url(/images/bg-navbar.gif) repeat-x left center;
    color: #FFF;
    padding-left: 0px;
}

    ul#nav li {
        float: left;
        display: block;   
        border-right: 1px solid #FFF;  
        padding: 0px 12px; 
    }
    
    ul#nav li.last {
        border-right: 0px;
    }
    
    ul#nav li a {
        color: #FFF;
        line-height: 30px;
        text-decoration: none;
        font-weight: bold;
    }
    
/********* CYCLE ***********/

#image-cycle {
    height: 280px;
    overflow: hidden;
}

#image-logos {
    position: relative;   
}

    #image-logos img.logo {
        position: absolute;  
        z-index: 99; 
    }

#image-cycle-pager {
    padding: 7px 4px 5px 3px;
}

#image-cycle-pager a {
    padding: 2px 3px 2px 4px;
}

/*
#image-cycle-pager a.activeSlide {
    padding: 1px 2px 1px 3px;
}

#image-cycle-pager a.activeSlide img {
    border: 1px solid #000;
}
*/

/********* MAIN CONTENT ***********/

#main-content {
    padding: 10px;
}

    #main-content strong { color: #900; }

    .main-content-left {
        width: 360px; 
        margin-right: 15px;
        float: left;  
    }
    
    .main-content-right {
        width: 360px; 
        float: right;  
    } 
    
#cottages img {
    padding: 1px;
    border: 1px solid #dcd6b2; 
    margin-bottom: 20px;
}

#cottages strong {
    font-size: 1.1em;   
    display: block;
}

#cottages .rating {
    color: #900;
    font-weight: bold;   
}

/********* COTTAGES PAGE ***********/

.cottage-col {
    float: left;
    width: 210px;
    margin: 10px 54px 0px 0px;   
}

.cottage-end {
    margin-right: 0px;   
}


/*************
 AVAILABILITY
*************/
div.tablesurround {
	float: left;
	width: 230px;
	text-align: center;
	padding: 0 4px;
	margin: 0 2px 20px 2px;
}

table.availtable {
	width: 224px;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 1em;
}

table.availtable2 {
	width: 429px;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}

table.availtable2 td {
	width: 143px;
}

table.availtable3 {
	width: 720px;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}

table.availtable3 td {
	width: 240px;
}

td.lalign h2 {
	text-align: left;
}

td.ralign h2 {
	text-align: right;
}

	table.availtable td {
		text-align: center;
		font-weight: bold;
		/*
		border-bottom: 1px solid #DCD6B2;
		border-left: 1px solid #DCD6B2;
		*/
	}

		table.availtable td span {
			border: 1px solid #DCD6B2;
			display: block;
			width: 26px;
			height: 26px;
			line-height: 26px;
			margin: 2px;
		}

	table.availtable td.greyed {
	}

		table.availtable td.greyed span {
			border: 1px solid #cccccc;
			background: #eeeeee;
		}

	table.availtable td.booked {
		background: #ffffff;
		color: #ffffff;
		/*
		background: #ffffff;
		color: #8D0E13;
		*/
		font-weight: bold;
	}

		table.availtable td.booked span {
			background: #cc0000;
			margin: 2px;
			border: 1px solid #000000;
		}

	table.availtable td.monthprice {
		text-align: right;
		background: #fff;
		color: #000000;
		/*
		background: #8F4E41;
		color: #fff;
		*/
		font-weight: bold;
		border-left: 0;
		font-size: 0.8em;
		/*
		border-left: 1px solid #8F4E41;
		border-right: 1px solid #8F4E41;
		*/
	}

	table.availtable td.monthname {
		background: #fff;
		color: #1e4411;
		/*
		background: #8F4E41;
		color: #fff;
		*/
		font-weight: bold;
		text-align: left;
		border-left: 0;
		font-size: 1.0em;
		/*
		border-left: 1px solid #8F4E41;
		border-right: 1px solid #8F4E41;
		*/
	}

	table.availtable td.perweektop {
	}

	table.availtable td.pernighttop {
	}

	table.availtable td.perweekhead {
	}

	table.availtable td.perweekhead span {
		background: #DCD6B2;
		border-left: 0;
		border-right: 0;
		border-color: #000000;
		margin-right: 0;
		width: 46px;
		color: #000;
	}

	table.availtable td.pernighthead span {
		background: #DCD6B2;
		border-left: 0;
		border-right: 0;
		border-color: #000000;
		margin-left: 0;
		width: 46px;
		color: #000;
	}

	table.availtable td.days {
	}

	table.availtable td.days span {
		border: 1px solid #000000;
		background: #DCD6B2;
		font-weight: bold;
	}

	table.availtable td.perweek {
		background: #fff;
		text-align: center;
	}

	table.availtable td.pernight {
		background: #fff;
		text-align: center;
	}


a.bookonline:link, a.bookonline:visited, a.bookonline:link, a.bookonline:visited {
	font-weight: bold;
	background-color: #9C9C3B;
	border: 1px solid #234B1F;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
}


.bloglist {
    list-style-image: url(/images/lhsmininavbullet.gif);
}

.bloglist li a {
    font-weight: bold;   
}

#menugallery {
    margin: 0px 0px 0px -30px;  
    float: left;
    width: 200px;
}

#menugallery li {
    list-style-type: none;
    padding : 5px 5px 5px 0px;
    border-bottom: 1px solid #b6b66f;
    padding-left: 10px;
}   

#menugallery li a {
    text-decoration: none;
}

#menugallery li a:hover {
    
}

.cottage-icon {
    float: left;  
    width: 33%;
}

    .cottage-icon img {
        vertical-align: middle;  
        margin-right: 5px; 
    }