/*

Theme Name: Chavutti
Description: A bespoke theme created by Kind Design
Version: 2.1
Author: Kind Design
Author URI: http://www.kinddesign.co.uk

*/

@charset "utf-8";

/* /////////////// GENERAL ////////////// */
/* main layout and structure elements */
GENERAL {
	background-color: red;
	color: white;
}


* {
	margin: 0;
	padding: 0;	
} /* set all padding and margin defaults to zero */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* sets default text size on all browsers to 10px - see below note */
    background-color: #ccc;
    color: #666666;
}

/* for 10px font size we can now use 1em (or 100% default), or 12px, we use 1.2em, etc */


#container {
	width: 930px;	
	position: relative;
	margin: 0 auto 0;

}

	/* set shared properties for main layout elements (watch your margins if you change width!) */
	#header, #content, #title {
		width: 824px;
		background-color: #ffffff;
		padding-left: 53px;
		padding-right: 53px;
	}
	
	#title {
		float: left;
		height: 99px;
		background: white url(images/title.gif) no-repeat;
		text-align: left;
		text-indent: -9999px;
	}

	#header {
		float: left;
		height: 275px;
	}
	
	#content {
		float: left;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
		#sidebar_left {
			float: left;
			width: 170px;
		}
		
		#main {
			float: left;
			width: 402px;
			padding: 0 35px 35px 35px;
/* 			background-color: aqua; */
		}
		#sidebar_right {
			float: right;
			width: 180px;
/* 			background-color: green; */
		}
		
		#sidebar_right img {
			width: 180px;
			max-width: 180px;
		}
		
	#credits {
		width: 930px;
		padding: 10px 0 20px 0;
		float: left;
	}

/* //////////////// TYPOGRAPHY //////////////////*/
/* edit your main text styles here */
TYPOGRAPHY {
	background-color: red;
	color: white;
}

p {
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.8em;
}

a:link, a:visited, a:active {
	color: #555555;
	font-weight: bold;
}
a:hover {
	color: #ff6601;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0 0 0.75em 0;
}

h1 {
	font-size: 2.0em;
	color: #ff6601;
}
h1 a:link, h1 a:visited, h1 a:active {
	color: #ff6601;
	font-weight: normal;
}
h1 a:hover {
	color: #555;
}

h2 {
	font-size: 1.5em;
	color: #ff6601;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #ff6601;
	font-weight: normal;
}
h2 a:hover {
	color: #ff00ff;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #666;
}
h3 a:hover {
	color: #888;
}

h3.prices {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}
h3.prices a:link, h3.prices a:visited, h3.prices a:active {
	color: #ff6601;
	text-decoration: underline;
	font-weight: normal;
}
h3.prices a:hover {
	color: #666;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}
h4 a:link, h4 a:visited, h4 a:active {
	color: #cc00cc;
}
h4 a:hover {
	color: #ff00ff;
}

h5 {
	font-size: 1.1em;
	color: #cc00cc;
}
h5 a:link, h5 a:visited, h5 a:active {
	color: #cc00cc;
}
h5 a:hover {
	color: #ff00ff;
}


h6 {
	font-size: 1.0em;
	color: #cc00cc;
}
h6 a:link, h6 a:visited, h6 a:active {
	color: #cc00cc;
}
h6 a:hover {
	color: #ff00ff;
}


h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	text-decoration: none;
}

hr {
	display: block;
	clear: both;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 1px solid #eee;
    width:95%;
    height: 1px;
    margin: 10px 0px 20px 0px;  
}



.testimonials {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	float: left;
	clear: both;
/* 	line-height: 1em; */
}

#main ul.testimonials li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 20px;
	color: #ff6601;
	line-height: 2.2em;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	color: #ff6601;
	font-style: italic;
}

#main ul.testimonials blockquote {
	padding-bottom: 10px;
	color: #666666;
}

p.testimonial-link a {
	color: #aaaaaa;
	font-weight: normal;
	text-decoration: none;
}

/* ///////////////// HEADER /////////////// */
HEADER {
	background-color: red;
	color: white;
}



/* ////////////// LEFT SIDEBAR /////////////// */
LEFT SIDEBAR {
	background-color: red;
	color: white;
}

#navigation {
	list-style: none;
	float: left;
	width: 170px;
}

#navigation li {
	list-style: none;
}
		
#navigation li a {
	display: block;
	color: #666666;
	background-color: #E6E6E6;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0.25em 0.25em 0.25em 15px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ffffff;
	background-color: #ff6601;
}

#navigation li ul li a {
	padding: 0.25em 0.25em 0.25em 30px;
}

#navigation li.current_page_item a {
	color: #ffffff;
	background-color: #ff6601;
	cursor: default;
}

#navigation li.current_page_item ul li a {
	color: #666666;
	background-color: #E6E6E6;
	cursor: pointer;
}
#navigation li.current_page_item ul li a:hover {
	color: #ffffff;
	background-color: #ff6601;
	cursor: pointer;
}

img#sidebar_artwork {
	float: left;
	margin-top: 20px;
}

#contact_list {
	float: left;
	width: 170px;
	font-size: 1.2em;
	margin-top: 15px;
}
	#contact_list dt {
		font-weight: bold;
		color: #ff6601;
	}
	#contact_list dd {
		color: #555;
	}
	#contact_list dd a:link,
	#contact_list dd a:visited, 
	#contact_list dd a:active {
		color: #ff6601;
	}
	#contact_list dd a:hover {
		color: #666;
	}
	
/* /////////////////////// MAIN //////////////////// */
/* this is for all styles that fall in the main content area */
MAIN STYLES {
	background-color: red;
	color: white;
}

#main ul, #main ol {
	list-style:none;
	margin-bottom: 1.25em;
	}
	
#main ul li {
	list-style: disc;
}

#main ol li {
	list-style: decimal;
}

#main ul li,
#main ol li {
	font-size: 1.1em;
	color: #666;
	margin-left: 2em;
	line-height: 1.8em;
	padding-bottom: 0.25em;
	font-style: italic;
	}

/* this adds a bit of padding to the details at the bottom of each page	 */
.contact_details {
	padding-top: 2em;
}

.post {
	float: left;
	width: 402px;
}
.post_time {
	color: #cc00cc;
	line-height: 1.75em;
	padding: 5px 0px;
	letter-spacing: 0.15em;

}
.post_title {
	padding-bottom: 0;
}
.post_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	font-style: italic;
}


/* ////////////// links list ///////////// */

ul#links_list {
	float: left;
	padding: 0 0 1.25em 0;
	list-style: none;
}
ul#links_list li {
	float: left;
	clear: both;
	padding: 0 0 1.25em 0;
	list-style: none;
}

ul.blogroll {
	float: left;
	margin: 1em 0 2em 0;
	list-style: none;
}

ul.blogroll li {
	float: left;
	clear: both;
	list-style: none;
	padding-bottom: 1em;
}

ul.blogroll a {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;	font-weight: normal;
    font-size: 1.5em;
    text-decoration: none;
	padding-right: 0.5em;
	font-size: 
}

/* /////////// BOOKING TABLE ///////// */

table.availability {
	border: 1px solid #E6E6E6;
	font-size: 1.25em;
	color: #666666;
	text-align: left;
	width: 100%;
}

table.availability td {
	padding: 0.5em;
}

.booked {
	background-color: #E6E6E6;
	color: #bbb;
	text-decoration: line-through;
}

.special_offer {
	color: #ffffff;
	background-color: #cc00cc;
}

table.availability td {
	border-bottom: 1px solid #e7ecf0;
}

table.availability tr.even {
	background-color: #cde9e7;
}


/* ////////////// RIGHT SIDEBAR /////////////// */
RIGHT SIDEBAR {
	background-color: red;
	color: white;
}

#sidebar_right {
	list-style: none;
}

#sidebar_right li {
	float: left;
	list-style: none;
	margin-bottom: 15px;
}

/* ////////////// CREDITS /////////////// */
CREDITS {
	background-color: red;
	color: white;
}

#credits a:link, #credits a:visited, #credits a:active {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}
#credits a:hover {
	text-decoration: none;
	color: #cc00cc;
}

/* /////////////////////// IMAGES ////////////////// */
/* styles for all inline images. be carefull editing the ngg-gallery styles as they are there to override the defaults */
IMAGES {
	background-color: red;
	color: white;
}

img {
	border: none;
}

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

img.alignright {
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


ngg-gallery-thumbnail-box,
div.ngg-gallery-thumbnail {
	margin: 0;
	padding: 0;
	border: none;
}

div.ngg-gallery-thumbnail img {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.post img {
	margin-bottom: 25px;
}

.blog_archive_img {
	float: left;
	margin: 0px 10px 2px 0px;
}
	
div.ngg-gallery-thumbnail img,
.post img,
.blog_archive_img {
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.ngg-thumbnail img:hover,
div.ngg-gallery-thumbnail img:hover {
	background-color: #E6E6E6;
	border: 1px solid #bbb;	
}


/* //////////////// FORMS ////////////////// */
/* all styles for input forms are here */
FORMS {
	background-color: red;
	color: white;
}

.ddfm input.fmtext,
.ddfm input.fmdate,
input#pwbox-15 /* for password protected areas */ {
	width: 130px;
	padding: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: white url(images/form_inputbg.gif) 0 0 repeat-x;
	border: 1px solid #cecece;
  	}
  	
textarea.fmtextarea {
	width: 130px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: white url(images/form_inputbg.gif) 0 0 repeat-x;
	border: 1px solid #cecece;  	}
  	
form.ddfm .credits {
	text-align: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 97%;
}  	  

form.ddfm p.fieldwrap {
	display: block;
	}

form.ddfm label {
	display: block;
	font-size: 1em;
	font-weight: normal;
	}

/* these classes overide the actual plugin css */

.ddfmwrap {
	margin: 0;
}
form.ddfm {
	padding: 0;
}

/* /////////////// 503 MAINTENANCE ////////////////// */
/* this is the css to create the maintenance page */
503 MAINTENANCE  {
	background-color: red;
	color: white;
}
.body-503 {
    background-color: #fff;
	text-align: center;
}
#container-503 {
	position: relative;
	width: 600px;
	margin: 100px auto;
	text-align: center;
	padding-top: 150px;
	background: url(images/logo-503.png) center top no-repeat;
}

/* /////////////// MISC ////////////////// */
MISC {
	background-color: red;
	color: white;
}

.break {
	clear:both;
	font-size:0px;
	height:0px;
	overflow:hidden;
}

/* to remove dotted borders in FireFox */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

