/*   
Theme Name: Leaf
Theme URI: http://the-way-to-the-centre.org.uk
Description: WordPress port of the Nucleus theme 'Leaf'
Author: Pat Heard ( FullAhead.org ) ported by IanD
Author URI: http://the-way-to-the-centre.org.uk
Version: 0.1 'stromatolite'
.
General comments/License Statement if any.
.
*/

/*This is the LEAF skin, made by Ivan for Nucleus CMS*/

/*BASIC STUFF*/
/*Link styling*/
a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}
a:hover, a:active{
	color: black;
}
/*Image*/
img{
	border: none;
}
/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
.hidden{
	display: none;
}
/*Use this to centerize any image/text*/
.centerize{
	text-align: center;
}
/*MAIN STRUCTURE*/
/*Don't edit if you know what's good for you*/
body{
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #123454 url(images/01_bg.gif) top repeat-x;
	padding: 20px 0 20px 0;
	text-align: center;
}
#wrapper{
	width: 700px;
	margin: auto;
	background: white url(images/01_bodybg.jpg) repeat-y;
	text-align: left;
}
/*The header image*/
#header{
	position: relative;
	width: 700px;
	height: 151px;
	margin: auto;
	background: url(images/01_header01.jpg) no-repeat;
}
/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62), also need to edit 387, and mountaintop.gif*/
#container{
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content{
	margin-right: 230px;
	padding: 25px 0;
}
#sidebar{
	width: 230px;
	float: right;
	padding: 25px 0;
	text-align: left;
}
#footer{
	width: 700px;
	margin: auto;
	padding: 20px 0 0 0;
	background: url(images/01_footer.jpg) top no-repeat;
}

/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #F7F7F7;
}
#credits a:link, #credits a:visited{
	color: #CFE6FD;
}
#credits a:hover, #credits a:active{
	color: white;
}

/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
#header h1{
	position: absolute;
	top: 16px;
	left: 24px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
#navigation{
	font-size: 11px;
	width: 694px;
	height: 22px;
	position: absolute;
	top: 129px;
	left: 3px;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
}
/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
}
h3{
	color: #3E565F;
	margin: 0 0 8px 0;
	font-size: 14px;
}
h4{
	font-size: 11px;
}
/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 22px;
}
.sidebardiv{
	margin: 0 22px 0 15px;
}
/*The image styling of your blog*/
.contentbody img{
	border: 0px solid black;
}
/*COMMENTS STYLING*/

#commentlist {
font-size:1.0em;
list-style: none; /* uncomment this to lose the numbers */
line-height: 100%;
margin-left: -40px !important;
margin-left: 40px; /*Fix for IE*/
}

/* .authorcomment li p {color: #BFCF92;} */.notedcomment li p  {color: green;}

.notedcomment2 li p  {color: blue;}


.comment-odd {
background: url('images/01_quote1.gif') no-repeat;
background-position: 0px 0px;
margin-top: 3px;
padding-left: 40px;
padding-bottom: 3px;
/*border-bottom: dashed 1px #ccc;*/
color: #555;
}

.comment-even {
background: url('images/01_quote1.gif') no-repeat;
background-position: 0px 0px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 3px;
/*border-bottom: dashed 1px #ccc;*/
color: black;
}

.authorcomment li {
background: url('images/01_quote4.gif') no-repeat;
background-position: 0px 0px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 3px;
}

.commentmeta{
	text-align: left;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}

.commentitem{
	padding: 0 0 0 12px;
	margin: 0 0 0 4px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}

/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
.contentbody{
	margin: 0;
	padding: 0 0 30px 43px;
	text-align: justify;
}
.sidebarbody{
	margin: 0 0 20px 0;
	padding: 0;
}
/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*/
/*Note that it doesn't have any styling, but it's here in case you want to add some styles*/
.sidebarin{
	padding: 0;
	margin: 0;
}
/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
/*You can create different image on your on, but only if you know what you're doing should you edit this part*/
.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
	background: url(images/01_quote.gif) 0 3px no-repeat;
}
/*A different background for comments made*/
.divcommentsmade .contentbody{
	background: url(images/01_quote1.gif) 0 3px no-repeat;
}
/*A different background for the admin (in the comments made area)*/
.divcommentsmade .id1{
	background: url(images/01_quote4.gif) 0 3px no-repeat;
}
/*Add comment form's background*/
.divaddcomment .contentbody{
	background: url(images/01_quote3.gif) 0 3px no-repeat;
}
/*MORE DETAILED STUFF - Item details of your blog items*/
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}
/*Posted by*/
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
/*Category*/
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
/*Comments*/
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}
/*STYLING OF SIDE TITLES*/
/*You can remove all parts here if you do not wish to use images as your side titles*/
.archives h3, .about h3, .login h3, .categories h3, .comments h3, .search h3, .links h3, .pages h3, .posts h3, .meta h3, .themes h3, .tools h3 {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
}

.about h3{
	background: url(images/01_s_about.gif) no-repeat;
}
.login h3{
	background: url(images/01_s_login.gif) no-repeat;
}
.categories h3{
	background: url(images/01_s_categories.gif) no-repeat;
}

.comments h3{
	background: url(images/01_s_latestcomment.gif) no-repeat;
}

.search h3{
	background: url(images/01_s_search.gif) no-repeat;
}
.links h3{
	background: url(images/01_s_links.gif) no-repeat;
}
.pages h3{
	background: url(images/01_s_pages.gif) no-repeat;
}

.posts h3{
	background: url(images/01_s_posts.gif) no-repeat;
}

.meta h3{
	background: url(images/01_s_meta.gif) no-repeat;
}

.themes h3{
	background: url(images/01_s_themes.gif) no-repeat;
}

.tools h3{
	background: url(images/01_s_admintools.gif) no-repeat;
}

.archives h3{
	background: url(images/01_s_archives.gif) no-repeat;
}

/*MAIN TITLES*/
/*You can remove all parts here if you do not wish to use images as your main titles*/
h2.weblog, h2.comments {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}
h2.weblog{
	background: url(images/01_m_weblog.gif) no-repeat;
}
h2.comments{
	background: url(images/01_m_comments.gif) no-repeat;
}

/*FORM STYLING*/
form{
	margin: 0;
	text-align: left;
}

/*Don't show textarea scrollbar on IE*/
textarea{
	overflow: hidden;
}
/*Login form and search form (same size)*/
.login form, .search form{
	width: 184px;
	background: #E2EDF0 url(images/01_mountaintop2.gif) top no-repeat;
}
.loginform, .searchform{
	padding: 10px;
}
/*THE LIST STYLES*/
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/01_arrow.gif) 0 6px no-repeat;
}

/* Miscelaneous */
/*blockquote*/
blockquote {
font-size: 1.0em;
border-left: 3px solid #E7E7E7;
margin-left: 1.5em;
padding-left: 5px;
}

/*comments area fix for IE*/
#main textarea {
line-height:1.2em;
width: 395px !important; /* New values taken by browsers except IE which doesn't support !important */
width: auto; /* Sets IE width to auto while not affecting any other browser */
overflow: auto;
}

/* Styles code */
code {
font-size:1.1em; 
color: #008099;
}

pre {
width: 390px;
overflow: auto;
font-size:1.1em; 
color: #008099;
}

/* Smilies border */
img.wp-smiley {border:none;margin:0;padding:0;}

.about {
margin-top: -10px;
text-align: justify;
}

.nav {
font-size:12px;
padding-bottom: 15px;
}

/* themeswitcher is an arse and needs its own styling */
#themeswitcher, #themeswitcher li {
padding: 0px 10px;
margin: 0px 0 0 0;
}

#themeswitcher li {
background: none;
}