@import url(layout.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Garamond, Times, Arial;
 	font-size: 16px;
	color: #3c3c3c;
		background: #928572;
		line-height:22px;
}

body {
	font-family: Garamond, Times, Arial;
	font-size: 16px;
	color: #3c3c3c;	
			background: #928572;
	line-height:22px;
	
	}

* {
padding:0;
margin:0;
}

.subheading {font-family: Garamond, Times, Arial;
 	font-size: 20px;
	color: #3c3c3c;
	font-style:italic;
		line-height:22px;
	
		}
		
a.subheading {font-family: Garamond, Times, Arial;
 	font-size: 20px;
	color: #3c3c3c;
	font-style:italic;
		line-height:26px;
	
		}


/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{}
th{}
a:link {color: #292929; text-decoration:none;}
a:hover {color: #292929;text-decoration:underline;}
a:visited {color: #292929; text-decoration:none;} 

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* #######################  BLOG SETTINGS ############################ */

.readmore {
	font-family: Garamond, Times, Arial;
	font-size:22px;
	font-style:italic;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
padding:10px;
margin:10px 0;
}

.even, .alt {

	
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	list-style-type:none;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	font-size:11px;
	
	}

.inputbox {
	border: 1px solid #ddd;
	padding:2px;
	color: #3c3c3c;	
}

.submit {
	border: 1px solid #ddd;
	padding:2px;
	color: #3c3c3c;
	font-family: Garamond, Times, Arial;
		font-style: italic;
}

/*Navigation*/

.nav-left a{background-image:url(templates/k_parkercottage/images/navigation/nav-left.jpg); background-repeat:no-repeat; width: 190px; display:block; text-indent:-9999px;}

.nav_rooms {height: 48px; background-position:0 0;}
.nav_tour {height: 47px; background-position:0 -48px;}
.nav_location {height: 53px; background-position:0 -95px;}
.nav_rates {height: 49px; background-position:0 -147px;}
.nav_enquiry {height: 50px; background-position:0 -195px;}
.nav_booking {height: 50px; background-position:0 -244px;}
.nav_home {height: 44px; background-position:0 -294px;}

a:hover.nav_rooms {height: 48px; background-position:-190px 0;}
a:hover.nav_tour {height: 47px; background-position:-190px -48px;}
a:hover.nav_location {height: 53px; background-position:-190px -95px;}
a:hover.nav_rates {height: 49px; background-position:-190px -147px;}
a:hover.nav_enquiry {height: 50px; background-position:-190px -195px;}
a:hover.nav_booking {height: 50px; background-position:-190px -244px;}
a:hover.nav_home {height: 44px; background-position:-190px -294px;}