/*This is the LEAF skin, made by Ivan for Nucleus CMS*/
/*I am not a pro in CSS - If you are one and if you think it can be done better, by all means go ahead and adjust to your needs*/
/*I've tried my best to comment on most of the styles*/

/*BASIC STUFF*/
/*Link styling*/
a:link, a:visited{
	color: #339900;
	text-decoration: none;
}
a:hover, a:active{
	color: #cc0000;
}
/*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:#252424;
	font-size: 14px;
	font-family: georgia, "rotis sans", Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #939394;
	padding: 20px 0 20px 0;
	text-align: center;
}
#wrapper{
	width: 845px;
	margin: auto;
	background: white url(images/01_bodybg.jpg) repeat-y;
	text-align: left;
}
/*The header image*/
#header{
	position: relative;
	width: 845px;
	height: 250px;
	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)*/
#container{
	width: 100%;
	float: left;
	margin-right: -300px;
}
#content{
	margin-right: 300px;
	margin-top: 50px;
	padding: 25px 0;
}
#sidebar{
	width: 300px;
	float: right;
	padding: 25px 0;
	text-align: left;
}
#footer{
	width: 845px;
	text-align: left;
	margin: auto;
	padding: 20px 0 0 0;
	background: url(images/01_footer.jpg) top left no-repeat;
}
/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	margin: 30px 0px 30px 15px;
	text-align: left;
	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;
}
.blogtitel{
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 30px;
	line-height: 20px;
	margin: 0;
}
.blogtitel a:link, .blogtitel a:visited{
	color: white;
	font-family: times;
}
/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
#navigation{
	font-size: 11px;
	width: 543px;
	height: 22px;
	position: absolute;
	top: 250px;
	left: 1px;
	background: url(images/navig.jpg) top repeat-x;
}
#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)*/
h1{
	color: #3E565F;
	font-family: "courier new", "times new roman", times, Trebuchet MS;
	margin: 0 0 10px 15px;

	font-size: 30px;
		border-bottom: 1px solid #000;
}
h2{
	color: #3E565F;
	font-family: "times new roman", times, Trebuchet MS;
	margin: 0 0 3px 0;
	font-size: 20px;

}
h3{
	color: #000;
	font-family: "times new roman", times, Trebuchet MS;
	font-size: 13px;
	border-bottom: 1px solid #000;
}
h4{
	font-size: 11px;
	margin: 0;
}
/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 0;
}
.sidebardiv{
	margin: 0 10px 0 15px;
}
.entrymeta{
      margin:15px 0px 60px 15px;
      border:1px solid #000;
      padding: 5px 0px 5px 20px;
      border-left:none;
      border-right:none;
}
.bewerten {
    float: right;
    font-size: 11px;
	color: #7b7a78;
    padding: 0;
    margin: -25px 0px 0px 0px;
}
.sidebarborder{
        margin-right: 30px;
}
.bookmarks{
        margin-right: 50px;
}
/*The image styling of your blog*/
.contentbody img{
	border: 1px solid white;
	margin: 0;
}
.leftbox { float: left; margin: 2px; } 
.rightbox { float: right; margin: 2px; }
/*COMMENTS STYLING*/
.c_commentbody{
	padding: 0 0 5px 0;
	background: url(images/01_hdot.gif) bottom repeat-x;
}
/*User links on comments made (eg. Ivan wrote:)*/
.c_userlink{
	margin: 0 0 5px 0;
}
/*Time stamp info in comments made*/
.c_commentinfo{
	font-size: 10px;
	margin: 3px 0 0 0;
	padding: 0 0 0 13px;
	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 15px;
	text-align: left;
}
.sidebarbody{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.date{
color: #7b7a78;
text-align: right;
}
/*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: 10px;
	margin:o
	width: 260px;
	text-align: justify;
}
/*MORE DETAILED STUFF - Item details of your blog items*/
.itemdetails{
	text-align: center;
	padding: 10px 0 0 0;
	margin: 50px 0;
	background: url(images/01_hdot.gif) top repeat-x;
}
/*MAIN TITLES*/
/*You can remove all parts here if you do not wish to use images as your main titles*/
h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
border-top: 1px solid black;
margin-left: 15px;
}
.divcommentsmade{
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 15px;
margin: 0 0 15px 15px;
}
/*FORM STYLING*/
form{
	margin: 0;
	text-align: left;
}
/*Styling for all form fields*/
.formfield{
	width: 130px;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
/*Form fields on focus effect (when user click on that input field)*/
.formfield:focus{
	border: 1px solid black;
}
/*Form's buttons*/
.formbutton{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
/*Don't show textarea scrollbar on IE*/
textarea{
	overflow: hidden;
}
/*Wider formfields for comment and mailform*/
 .commentform .formfield{
	width: 470px;
}
.mailform .formfield{
	width: 250px;
}
.googlesearch{
	text-align: center;
	background: #ffffff;
	white-space:nowrap;
}
/*Add background to comment textarea*/
.commentform textarea{
	background: white url(images/01_txbg.gif) center center no-repeat;
}
/*STYLING OF THE FORMS BACKGROUND, AND THE LITTLE ROUNDED TOPS*/
/*Add comment form and mailform (same size)*/
.divaddcomment form, .divsendmessage form{
	width: 515px;
}
.commentform, .mailform{
	padding: 10px 20px;
}
/*Login form and search form (same size)*/
.login form, .search form{
	width: 184px;
}
.loginform, .searchform{
	padding: 10px;
}
/*THE LIST STYLES*/
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
}
/*THE SEARCH HIGHLIGHT*/
.highlight{
	font-weight: bold;
	text-decoration: underline;
}
/*Comment error - For Nucleus v3.2*/
div.error{
	color: red;
	font-weight: bold;
}