/* CSS Document - base design and template by JayKay http://www.jameskoster.co.uk*/
/* Modifications by Cave Dog http://www.cavedogstudio.com */

body {
	background-color:#e8f0df;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(images/backgrounds/main-green.jpg);
	background-position:center;
	background-repeat:repeat-y;

}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
	color:#93C552;
}

textarea,input {
	background-color: #e3efdd;
	color:#666666;
	padding:3px;
	margin:2px;
	border: thin dotted #b2b2b2;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#333333;
	font-weight:bold;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:10px;
}

#logo {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
	padding: 10px 0 0 30px;
	background-image:url(images/backgrounds/head_bamboo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#title p {
	letter-spacing:1px;
	font-size:150%;
	margin-top:0px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:720px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:150%;
	color:#626477;
	border-bottom:1px dashed #cccccc;
}

#sidebar p {
	line-height:18px;
	color:#666666;
	text-align:right;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#93C552;
	background-image:url(images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #cccccc;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(images/stones.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:20px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

/* THE TEXT BOX CALLOUT ON THE HOME PAGE */

#callout {
	width:450px;
	padding:0px 15px 10px 15px;
	/* margin-bottom:20px; */
	background-color:#f8fade;
	border:1px solid #cccccc;
}

#callout h2 {
	text-align:center;
	font-size:150%;
	color:#cc6600;
	border-bottom:1px dashed #999999;
}

#callout p {
	text-align:left;
	font-size:105%;
	line-height:16px;
	color:#333333;
	text-indent:0;
}

#callout li {
	list-style-image:none;
	font-size:105%;
	text-indent:0px;
	color:#333333
}