/* - - - - - - - - - - - - - - - - - - - - -

Title: Twin Cottage
Author: Wayne Roberts
URL: http://www.twincottage.com

Description: style.css

Created: 01.02.11

- - - - - - - - - - - - - - - - - - - - - */

/* PAGE ATTRIBUTES */

html,body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#6B725F;
	background: #fff;    
	height: 100%;
	}
div#container {
	position:relative; 
	display:block;
	clear:both;
	margin:0 auto;
	width:1000px;
	background: #ebebe8;    
	min-height: 100%;
	}
* html div#container
	{
	height: 100%;
	}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	color:#6B725F;
	font-size: 75%;
	line-height: 14px;
	}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color:#6B725F;
	font-weight: normal;
	font-size: 120%;
	}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 10px;
	color:#6B725F;
	font-weight: bold;
	font-size: 100%;
	}
h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	color:#6B725F;
	font-weight: normal;
	font-size: 100%;
	}
h4 {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 4px 0 2px;
	color:#6B725F;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	}
h5 {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 4px 0 2px;
	color:#6B725F;
	font-weight: bold;
	font-size: 170%;
	}
h6 {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 4px 0 12px;
	color:#660099;
	font-weight: bold;
	font-size: 150%;
	}
img {
	border:0;
	}	

/* SPECIAL */

#header {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;  
	background: #000;    
	}
#logo {
	display: block;
	width: 1000px;
	padding: 50px 0 0; 
	overflow: hidden;  
	background: url(images/header.png) no-repeat;    
	height: 0px !important; height /**/: 50px;
	}
#flashcontent {
	width:1000px;
	height:205px;
	background: #B0BAA6 url(images/home.jpg);    
	}
#flashcontent2 {
	width:1000px;
	height:205px;
	background: #B0BAA6 url(images/tc.jpg);    
	}
#flashcontent3 {
	width:1000px;
	height:205px;
	background: #B0BAA6 url(images/loc.jpg);    
	}
#flashcontent4 {
	width:1000px;
	height:205px;
	background: #B0BAA6 url(images/ava.jpg);    
	}

/* NAVIGATION */

div#menu {
	display:block;
	position:relative;
	float:left;
	width:100%;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	color: #c4c6bf;
	margin: 0;
	background: #59614B;    
	padding: 0;
	text-transform: uppercase;
	}
div#menu ul {
	list-style-type: none;
	margin: 10px 0 10px 35px;
	padding: 0;
	}
div#menu ul li {
	display: inline;
	margin: 0 1px 0 0;
	}
div#menu ul li a {
	text-decoration: none;
	color: #c4c6bf;
	background-color: inherit;
	padding: 10px 15px 10px;
	}
div#menu ul li a:hover {
	color: #fff;
	background-color: #4a4d40;
	}
div#menu ul li a.active {
	color: #fff;
	background-color: #4a4d40;
	}

div#submenu {
	display:block;
	font-size: 75%;
	position:relative;
	float:left;
	width:132px;
	text-align: left;
	color: #9fa397;
	margin: 0;
	background: #ebebe8;    
	padding: 0;
	border-top:1px solid #c4c6bf;
	}
div#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div#submenu ul li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0;
	border-bottom:1px solid #c4c6bf;
	}
div#submenu ul li a {
	display: block;
	text-decoration: none;
	color: #9fa397;
	padding: 7px 0 ;
	}
div#submenu ul li a:hover {
	color: #59614B;
	}
div#submenu ul li a.active {
	color: #59614B;
	}

#heading1 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 0 no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading2 {
	display: block;
		width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -80px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading3 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -160px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading4 {
	display: block;
		width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -240px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading5 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -320px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading6 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -400px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading7 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -480px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}
#heading8 {
	display: block;
	width: 485px;
	padding: 80px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/titles.png) 0 -560px no-repeat;    
	height: 0px !important; height /**/: 80px;
	border:0;
	}

/* CONTENT */

#content {
	display:block;
	clear:both;
	width: 923px;
	background: #ebebe8;    
	padding: 35px 42px 120px 35px;
	min-height:100%;
	}
#column-left {
	display: block;
	float:left;
 	width: 132px;
	background: #ebebe8;    
	padding: 0 35px 0 0;
}
#column-left p{
	color:#609;
	line-height: 14px;
	padding-bottom: 10px;
	text-align:center;
	font-style:italic;
	}
#column-left img{
	padding: 0;
	border:10px solid #59614B;
	margin-bottom:23px;
	}



#column-mid {
	display: block;
	float:left;
	width: 485px;
	background: #ebebe8;    
	padding: 0;
	}
#column-mid p{
	line-height: 16px;
	padding-bottom: 10px;
	}
#column-mid p a{
	font-weight: bold;
	color: #596143;
	text-decoration: none;
	background-color: inherit;
	padding: 0;
	margin: 0;
	}
#column-mid p a:hover{
	text-decoration: underline;
	background-color: inherit;
	}
#column-mid h2{
	line-height: 20px;
	}
#phototour {
	display: block;
	float:left;
	width: 465px;
	background: #fff;    
	padding: 10px;
	margin-top:10px;
	}
#phototour p a.active{
	color:#9fa397;
	}
#column-mid #phototour h3{
	position:relative;
	display: block;
	float:left;
	width:200px;
	padding:10px 0 15px;
	}
#column-mid #phototour img{
	margin-bottom: 10px;
	}
#photonav {
	display: inline;
	position:relative;
	float:right;
	width: 200px;
	background: #fff;    
	padding: 13px 0 0 0;
	text-align:right;
	}
#column-mid ul{
	list-style-type: disc;
	margin: 0;
	font-weight: normal;
	background-color: inherit;
	padding: 5px 0 0 16px;
	color:#6B725F;
	font-size: 75%;
	line-height: 14px;
}
#linkscol {
	display: block;
	position:relative;
	float:left;
	width: 485px;
	clear:both;
	}
#column-mid ul.links{
	display:block;
	position:relative;
	float:left;
	width:242px;
	list-style-type: none;
	margin: 0;
	font-weight: normal;
	background-color: inherit;
	padding: 5px 0 15px 0;
	color:#6B725F;
	font-size: 75%;
	line-height: 14px;
}
#column-mid ul li{
	padding: 0 ;
}
#column-mid ul.links li a{
	list-style-type: none;
	display:block;
	font-weight: bold;
	color: #596143;
	text-decoration: none;
	background-color: inherit;
	padding: 5px 6px;
	margin: 0;
	text-transform: uppercase;
	}
#column-mid ul.links li a:hover{
	color: #9fa397;
	background-color: #f5f5f4;
	}
#column-mid ul.links li a.active{
	color: #9fa397;
	background-color: #f5f5f4;
	}

hr {
	clear:both;
	display:block;
	position:relative;
	float:left;
	height:1px;
	width:100%;
	background-color: #c4c6bf;
	border:none;
	margin-bottom:15px;
	}
td {
	height: 20px;
	font-size: 85%;
	font-weight: bold;
	}
td h4{
	font-size: 100%;
	padding-bottom:5px;
	}
tr.white {
	color:#fff;
	padding: 2px 0;
	}

.orange {color: #FF3300}
.purple {color: #660099}
.booked {
	background-color: #909586;
	color: #fff;
}
table.cancel{
	font-size: 120%;
	}
form table td{
	font-size: 80%;
	font-weight: normal;
}
form table td p{
	font-size: 110%;
	font-weight: normal;
}
.bigger {
	font-size: 90%;
}
.bigger2 {
	font-size: 130%;
}
.smaller {
	font-size: 90%;
}


#column-right {
	display: block;
	float:left;
		width: 236px;
	background: #ebebe8;    
	padding: 0 0 0 35px;
}
#column-right p{
	color:#609;
	line-height: 14px;
	padding-bottom: 10px;
	text-align:center;
	font-style:italic;
	}
p#recognition {
	display: block;
	width: 236px;
	padding: 186px 0 0; 
	margin-bottom: 0;
	overflow: hidden;  
	background: url(images/recognition.png) 0 0 no-repeat;    
	height: 0px !important; height /**/: 186px;
	border:0;
	}
#clearer {
	display: block;
	clear:both;
	width: 100%;
	height:1px;
	padding: 0;
}

/* FOOTER */

div#footer {
	display: block;
	height: 70px;
	clear: both;
	position: relative;
	width:798px;
	margin: -93px auto 0;
	padding: 12px 0 0 202px;
	background: #ebebe8;    
	text-align:left;
	border-top: 1px solid #fff;
}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer
	{
		margin-top: -93px;
	}

/*
div#footer {
	display:block;
	float:left;
	width:720px;
	clear: both;
	margin: 0;
	padding: 22px 0 22px 270px;
	background: #000;    
	text-align:left;
	}
*/

#counter {
	display: block;
	position:absolute;
	top:12px;
	left:35px;
	width: 100px;
	height:30px;
	padding: 0; 
	}
div#footer p {
	line-height: 16px;
	}
div#footer p a{
	font-weight: bold;
	color: #596143;
	text-decoration: none;
	background-color: inherit;
	padding: 0;
	margin: 0;
	}
div#footer p a:hover{
	color: #596143;
	background-color: inherit;
	text-decoration: underline;
	}
div#footer p.credit {
	color: #9fa397;
	font-size:60%;
	line-height: 14px;
	}
div#footer p.credit a{
	color: #9fa397;
	}


