/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../Images/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

.above-header {
	height:20px;
	clear:both;
}

.skiptocontent { /* for CSS browsers hides this link, for text only browsers or with CSS off it should appear OK */
	font-size: 0em;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
	visibility:hidden;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 700px;
	height: 110px;
	margin:auto;
	background-image: url(../Chakra%20pictures/smallCHAKRALO.gif); /* logo chackra */
	background-repeat: no-repeat;
	background-position: 180px 25px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	letter-spacing: -2px;
	font-size: 3.5em;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 2em;
	color: #7A7A7A;	
}

#logo a {
	text-decoration: none;
	color: #7A7A7A;	
}

/* Menu */

#menu {
	height: 80px;
	margin:auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	margin: 0px 4px;
	height: 65px;
	padding-top: 18px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.75em;
	color: #B8BD52;
}

#menu a:hover {
	/* color: #1A1A1A; */
	color: #FFFFFF;
	background-image: url(../Images/img03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;}

#menu .active a {
	color: #FFFFFF;
	background-image: url(../Images/img03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Chakra Gallery */

#thumbs {
	width:100%;
	float: left;
	margin:0px auto;
	text-align:center;
}

#thumbs img { /* This will require a box model hack for IE5 */
	margin-bottom:5px;
	border:none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	padding: 10px 20px;
	background: url(../Images/img15.gif) no-repeat;
	font-size: 0.75em;
}

.post .meta p {
	margin: 0;
	color: #FF8400;
}

.post .meta p a {
	margin: 0;
	color: #FF8400;
	font-weight:bold;
	
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

.post .story p a {
	color: #FF8400;
	font-weight:bold;
}

.right, .right a {
	text-align:right;
	font-size: 0.75em;
	color: #FF8400;
	font-weight:bold;
}

/* Sidebar */

.sidebar {
	float: left;
	width: 250px;
}

#sidebar-image {
	margin: 0 auto;
}

#sidebar-image-inner { /* based on an image max of 200px wide by 150 px high centred within sidebar-image */
	width:200px;
	margin: 0px 25px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(../Images/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 20px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: underline;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #C3C837 url(../Images/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.75em;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* from Dan Cederholms excellent book - Web Standards Solutions */
/* This first group manage the form presentation */
	
	#fig5_14 #enquiryform {
	  	font-family: Georgia, serif;
	  	font-size: 1em; /* was 12px */
	  	color: #999;
	  	}
	
	#fig5_14 #enquiryform label {
	  	font-family: Verdana, sans-serif;
	  	font-weight: bold;
	  	color: #660000;
	  	}
	
	#fig5_14 #enquiryform fieldset {
		border: 1px solid #ccc;
		padding: 0 20px;
		}
	
	#fig5_14 #enquiryform legend {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #eee;
		border: 1px solid #ccc;
		border-bottom-color: #999;
		border-right-color: #999;
		padding: 4px 8px;
		}

	#fig5_14 #name, #fig5_14 #Email_address, #fig5_14 #Comments {
		width:300px;
		}

	.form_error {
		color: #FF0000;		
	}
	
/* This is for the mandatory fields */		
	.style1 {color: #FF0000}

/* for use with highslide galleries but specific to Glynis Jones */


.spacer {
  height:10px;
  clear:both;
}

.thin_spacer {
  clear:both;
}


#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  float: left;
  background-color:#000000;
}

#content_wrapper h2, 
#content_wrapper h3 {
  color: #F2F737;
  margin-top:0px;
  margin-bottom:10px;
  font-size: 1.125em;
  padding:4px;
  clear:both;
  border-bottom: 1px solid #ffffff;
}

#content_wrapper p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 1.0em;
  color: #ffffff;
  line-height: 1.25em;
  padding-left:4px;
}

.gallery_content_half p, .gallery_content_quarter p, .gallery_content_third p {
  text-align:center;
}

.gallery_inner_content {
	width:100%;
	margin:auto;
	background-color: #B8BD52;
	background-image: url(../Images/img01%20copy.jpg);
	background-repeat: repeat;
}

.gallery_content_half {
	float:left;
	padding:5px;
	width:46%; /*needs tweaking - 50% overlaps the 4th image to the next line - box model issue? */
}

.gallery_content_quarter {
	float:left;
	padding:5px;
	width:23%; /*needs tweaking - 25% overlaps the 4th image to the next line - box model issue? */
}

.gallery_content_third {
	float:left;
	padding:5px;
	width:31%; /*needs tweaking - 32% overlaps the 3rd image to the next line - box model issue? */
}

.gallery_img {
	padding:10px;
	clear:both;
}

.gallery_img img, .gallery_content_quarter img {
	border:1px solid #FFFFFF;
	/* the next two lines automatically centre the image within the gallery_img div */
	display:block;
	margin:auto;
}

.gallery_content_quarter a:link, .gallery_content_quarter a:hover, .gallery_content_quarter a:visited {
	text-decoration:none;
}


