/*  
Theme Name: Cliff Garden
Theme URI: http://www.atelier-studios.com/
Description: Cliff Garden theme by <a href="http://www.atelier-studios.com/"> Atelier Studios </a>.
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* =========================================================================================================

GLOBALS
 
 ========================================================================================================= */

html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}

/* Reset all margins/padding */

* { 
	margin:0;
	padding:0;
}

/*  Make for consistent list handling across different browsers. http://www.clagnut.com/blog/1287/
NEVER alter these values. Set margin & padding to 0 (or whatever you need) directly on subsequent lists. */

/*  No borders on images */

img {
		border:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}



/* =========================================================================================================

 Begin Typography & Colors 
 
 ========================================================================================================= */



body {
	font-size:65%;
	color:#4F4F4D;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


strong {
	font-weight:bold;
	}
	
em{
	font-style:italic;
	display:inline;
	}		

.post p {
	padding:12px 0 5px 0;
	line-height:17px;
	}

h2 {
	font-size:1.5em;
	}

h3 {
	font-size:1.3em;
	}
	
.orangetext {
	color:#ff804d;
	}

.toppadding {
	margin-top:35px;
	}

.quotemarks {
	font-size:2em;
	color:#FF6600;
	}

.contactdetails {
	font-size:1.3em;
	padding:0 0 0 100px;
	}

.HR {
	color:#FFFFFF;
	}

.blacktext {
	color:#4F4F4D;
	}


a:link {
	color:#FF6600; 
	text-decoration: none;
	}
	
a:visited {
	color:#000000; 
	text-decoration: none;
	}
	
a:hover {
	color:#FF6600; 
	text-decoration: underline;
	}

a:active {
	color:#FF6600; 
	text-decoration: none;
	}

#footer a {
	color:#CCCCCC;
	}

	
/* End Typography & Colors */



/* =========================================================================================================

MAIN NAVIGATION
 
 ========================================================================================================= */


#nav {
	margin:0;
	padding: 0;
	width:760px;
	float:left;
	background-color:#e7ddd3;
	color:#686767;
	border-bottom: 2px solid #fff;
	}


#nav li {
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}		


a#nav_home {
	background-image: url(images/navigation/nav-home.gif) ;
	display:block;
	width: 89px; 
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0 ;
	}
	
	a#nav_home:hover {
	background-image: url(images/navigation/nav-home.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}	
		

a#nav_about_cliff {
	background-image: url(images/navigation/nav-aboutcliff.gif) ;
	display:block;
	width: 160px;
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_about_cliff:hover {
	background-image: url(images/navigation/nav-aboutcliff.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -24px;	
	}		

	
a#nav_at_portloe {
	background-image: url(images/navigation/nav-aboutportloe.gif);
	display:block;
	width: 107px; 
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_at_portloe:hover {
	background-image: url(images/navigation/nav-aboutportloe.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}			
	

a#nav_prices {
	background-image: url(images/navigation/nav-prices.gif);
	display:block;
	width: 65px; 
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_prices:hover {
	background-image: url(images/navigation/nav-prices.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}		
	
	
a#nav_booking {
	background-image: url(images/navigation/nav-booking.gif);
	display:block;
	width: 70px; 
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_booking:hover {
	background-image: url(images/navigation/nav-booking.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}			

a#nav_find-us {
	background-image: url(images/navigation/nav-findus.gif);
	display:block;
	width: 73px; 
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_contact:hover {
	background-image: url(images/navigation/nav-findus.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}			
	
a#nav_links {
	background-image: url(images/navigation/nav-links.gif);
	display:block;
	width: 26px; 
	height: 24px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}
	
	a#nav_links:hover {
	background-image: url(images/navigation/nav-links.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	}			
	
	
/* End Main Navigation */



/* =========================================================================================================

STRUCTURE
 
 ========================================================================================================= */

body {
	background-color: #fff;
	margin:0;
	padding:0;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

#header {
	height: 112px; 
	width: 760px;
	float:left;
	}

	#header h1 a {
	background-image: url(images/cliffgarden-logo.gif) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:left;
	height: 87px;
	width: 266px;
	}
	
	#contact {		
	float:right;
	padding: 75px 0 0 0;
	width: 309px;
	}
	
#content_container {
	float: left;
	width: 760px;
	padding:0 0 125px 0;
	margin:0;
	background-color:#e7ddd3;
	background-image: url(images/page_footers/footer_home.jpg) ;
	background-position: bottom left;
	background-repeat:no-repeat;
	}

	#introduction {
	float: left;
	width:760px;
	height: 231px;
	background-color:#424a65;
	}

	#introduction a {
	color:#FFFFFF;
	}

	#introfloatright{
	width:260px;
	float:right;
	padding:25px 26px 0 26px;
	color:#FFFFFF;
	}
	
	#introfloatright p{
	line-height:17px;
	}

#maincontent2 {
	float: left;
	width:400px;
	}

#maincontent-findus {
	width:340px;
	float:left;
	}

	#maincontent-findus-right {
	width:290px;
	float: left;
	padding:35px 0 0 30px;
	}

.narrowcolumn {
	float: left;
	padding: 25px 30px 25px 30px;
	margin: 12px 0 0 0;
	border-top: 1px solid #fff;
	width: 700px;
	}

.widecolumn {
	float: left;
	padding: 25px 30px 25px 30px;
	margin: 0;
	width: 700px;
	background-color:#339966;
	}

#sidebar {
	display: none;
	float:left;
	}

.narrowcolumn .postmetadata {
	display: none;
	}
		
.widecolumn .postmetadata {
	display: none;
	}


#contentleft {
	width:200px;
	float:left;
	}

	#content a {
	color:#4F4F4D;
	}

	#content li {
	text-decoration:none;
	}

	#contentright {
	width:250px;
	float:right;
	padding-right:30px;
	}

	#contentright2 {
	width:300px;
	float:right;
	padding:0 100px 0 0;
	margin-top:79px;
	}

.entry {
	padding: 0 0 10px 0;
	}

#footer {
	background-color:#FFFFFF;
	color:#CCCCCC;
	line-height:17px;
	padding:10px 0 10px 26px;	
	width: 730px;
	clear: both;
	}
	



/* End Structure */




/* =========================================================================================================

IMAGES
 
 ========================================================================================================= */


body.page-2 #introduction {
	background-image: url(images/page_headers/photo1.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}

	
body.page-4 #introduction {
	background-image: url(images/page_headers/portloe.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}

body.page-5 #introduction {
	background-image: url(images/page_headers/photo5.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}

body.page-6 #introduction {
	background-image: url(images/page_headers/photo2.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}


body.page-7 #introduction {
	background-image: url(images/page_headers/photo1.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}

/* Footer images */

body.page-4 #content_container {
	background-image: url(images/page_footers/footer_around_potloe.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	}

body.page-2 #content_container {
	background-image: url(images/page_footers/footer_about_cottage.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}


#images {
	padding:10px 0 10px 26px;
	background-color:#D7D3D2;
	clear:both;
	}
	
#images li {
	display:inline;
	text-decoration:none;
	padding:0 26px 0 0;
	}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	
p.email_address a {
	background-image: url(images/contact-email.gif) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:left;
	height: 12px;
	width: 160px;
	}

p.telephone {
	background-image: url(images/contact-phonenumber.gif) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:left;
	height: 12px;
	width: 149px;
	}	
	
	
/* End Images */



/* =========================================================================================================

LISTS
 
 ========================================================================================================= */



#content_container .narrowcolumn ul {
	margin: 5px 0 15px 0;
	}

#content_container .narrowcolumn ul li {
	background-image: url(images/list_dot.gif)!important;
	background-repeat:no-repeat;
	background-position: 0px 9px;
	list-style-type:none;
	padding: 5px 0 10px 20px;
	margin: 0 ;
	width: 600px;
	}	

	
/* End Entry Lists */



/* =========================================================================================================

FORM ELEMENTS
 
 ========================================================================================================= */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* =========================================================================================================

TAGS AND CLASSES
 
 ========================================================================================================= */


#maincontent-testimonials {
	width:600px;
	float:left;
	}

	#maincontent-testimonials td {
	border-bottom:1px solid #666666;
	}

	#maincontent-testimonials-right {
	width:340px;
	float:right;
	padding:33px 15px 0 0px;
	}

	.table-highlight {
	background-color:#CCCCCC;
	}

	.row-highlight {
	background-color:#ede9e5;
	}

#about-cliff-list {
	padding:0 0 0 16px;
	line-height:20px;
	color:#FF6600;
	}


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	float:left;
	padding: 10px 0 10px 0;
	border-top: 1px solid #666;
	width: 100%;
	}

.centre {
	text-align: center;
	}

	
/* End Various Tags & Classes*/
