/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body, html {
	color: #323232;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", tahoma;
	background: #ece9e9;
	line-height: 18px;
	height: 100%;
}

h1 {
	font-size: 24px;
	font-weight: 100;
	padding: 35px 20px 5px 0px;
	background: url(images/h1bg.jpg) 20px 1px repeat-x;
	width: auto;
	margin: 10px; 0 0 0;
	clear: both;
}

h2, h2 a, h2.entry-title {
color: #333;
padding: 1px 0 4px 10px;
}

h3 {
line-height: 20px;
font-weight: 200;
margin-left: 10px;
padding-bottom: 10px;
color: #333;
}

img, img a, img a:hover, .logo a { 
border: none;
text-decoration: none;
background: none;
}

* {
	padding: 0;
	margin: 0;
}

option {
padding: 1px;
width: 150px;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

blockquote {
	font-style: italic;
	padding: 0 0em 0 0em;
	line-height: 20px;
	font-size: 14px;
border-left: 3px solid #b2ce8b;
quotes: "\201C" "\201D";
margin-bottom: 40px;
margin-left: 10px;

}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}


p {
	margin-bottom: 10px;
	margin-left: 10px;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}

strong {
	font-weight: bold;
}


#content a {
	color:#7cb233;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	background: #7cb233;
	padding: 1px 4px;
		-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#content ul {
list-style-position: outside;
margin: 0 10px 0px 22px;
padding: 0 0 12px 0;
}

#content li {
padding: 2px;
list-style-type: circle;
}

.colour {
	color: #2a4702;
	font-size: 15px;
	background: #8dc63f;
	line-height: 25px;
	padding: 16px 16px 10px 16px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
text-shadow: #b7e874 1px 1px;
font-style: italic;

}


.author {
color: #333;
font-size: 11px;
float: right;

}

#container {
	margin:0 auto;
	background:  url(images/bg.jpg) #ece9e9;
	width: 100%;
	min-height:100%;
	position:relative;
}

#left-cont {
	width: 363px;
	position: absolute;
	float: left;
	padding: 10px 10px 10px 20px;

}

#right-cont {
width: 500px;
float: right;
}



#top {
	background: #323232 url(images/top-bg.jpg) no-repeat;
	height: 103px;
}

.top-right {
background-image: url(images/top-right.jpg);
position: absolute;
top: 0;
right: 0;
height: 103px;
width: 18px;
}

.bottom-right {
background-image: url(images/bottom-right.jpg);
position: absolute;
bottom: 0;
right: 0;
height: 158px;
width: 18px;
}


#content {
	background:  url(images/content-bg.jpg) #ece9e9;
	padding:20px 20px 160px 20px;
	width: 1050px;
	height: 100%;
	}

#content-left {
	width: 290px;
	float: left;
	margin: 30px 0 60px 10px;
}

#content-right {
	width: 683px;
	float: right;
	margin: 20px 0;
}

#bottom {
background: url(images/bottom-bg.jpg) #323232;
min-height: 158px;
position: absolute;
bottom: 0px;
width: 100%;
}

#footer{
background: #323232;
	color: #a39c9c;
	margin-left: 383px;
	padding-top: 20px;
	line-height: 20px;
	min-height: 138px;
	
}

/* =Menu
-------------------------------------------------------------- */


#access {
	margin: 40px 40px 40px 380px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 11px;
	margin-left: 10px;
	font-family: arial;
	text-transform: uppercase;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color: #fff;
	padding:0 20px;
	line-height:28px;
	margin: 0 10px;
}

#access  ul ul a {
color: #365a05;
text-transform: capitalize;
font-size: 13px;
}

#access ul ul {
	display:none;
	position:absolute;
	top:28px;
	left:10px;
	float:left;
	background:#8ec63f;
	width: 158px;
	z-index: 99999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
	border-top: 3px solid #323232;
	padding: 10px 0;
}

access ul ul li {

}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#8dc63f;
	height:auto;
	line-height:.3em;
	padding:10px;

}
#access li:hover > a,
#access ul ul :hover > a {
color:#fff;
background:#8ec63f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: #333 1px 1px;
}

#access ul li:hover > ul {
	display:block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:#8ec63f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: #333 1px 1px;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/**** images **** */

#content img {
	margin: 0 0 10px 0;
	max-width: 640px;
	padding: 6px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

.box {
width: 30%;
background: #8dc63f;
color: #000;
text-align: center;
margin: 0 0 10px 0;
-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 0;
}







