*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: #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: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	/*
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "HGP‘n‰pŠpºÞ¼¯¸UB", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Arial, Sans-Serif;
	background: #123454 url(images/01_bg.gif) top repeat-x;
	background: #123454 url(images/kubrick-clone-bgcolor.gif) repeat;
	*/
	background: #eeeeee url(cssimg/kubrick-clone-bgcolor.gif) repeat;
	padding: 20px 0 20px 0;
	text-align: center;
	line-height:1.5;
}
#oldcontents{
	width: 700px;
/*	padding: 20px 20px 20px 20px; */
	margin: auto;
/*
	background: white url(images/01_bodybg.jpg) repeat-y;
*/
	background: white url(cssimg/kubrick-clone-bodybg.gif) repeat-y;
	text-align: center;
}

#oldcontentsinner{
	width:650px;
	padding: 20px 0 30px 0; 
	margin: auto;
	background: #ddd;
	text-align: center;
}

.outer {
    margin: 0px 1px;
    padding: 1px 0px;
    background: #ccc;
}
 
.inner {
    margin: 0px -1px;
    background: #ccc;
}
 

#header2{
	width: 700px;
padding:30px 0px 30px 0px;
		margin: auto;
		background: white url(cssimg/kubrick-clone-bodybg.gif) repeat-y;
			text-align: center;
}

#mainbody{
	width: 700px;
padding:30px 0px 30px 0px;
		margin: auto;
		background: white url(cssimg/kubrick-clone-bodybg.gif) repeat-y;
			text-align: center;
}

#mainbody_inner{
	width: 600px;
	margin-left:50px;
			text-align: center;
			
}

#oldgrt{
	margin:20px 0px;
	padding:10px;
	text-align: center;
	background: #ffff99;
}

/*The header image*/
#header{
/*	position: relative; */
	width: 700px;
	height: 25px;
	margin: auto;
	background: url(cssimg/kubrick-clone-header.gif) no-repeat;
}
/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#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(cssimg/kubrick-clone-footer.gif) top no-repeat;
}

/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #4C4C4C;
}
#credits a:link, #credits a:visited{
	color: #23598C;
	font-size: 11px;
}
#credits a:hover, #credits a:active{
	color: black;
}
/*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: #093285;
	margin: 0 0 3px 0;
	font-size: 18px;
}
h3{
	color: #3E565F;
	margin: 10px 0 8px 0;
	padding:20px 0 0 0;
	font-size: 14px;
}
h4{
	font-size: 11px;
}

hr {
	margin-top:20px;
	margin-bottom:20px;
	height:2px;
	width:80%;
	background-color:#cccccc;
}

/*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: 1px solid black;
}

/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
.contentbody{
	margin: 0;
	padding: 0 0 30px 43px;
	text-align: justify;
	line-height: 140%;
}
.sidebarbody{
	margin: 0 0 20px 0;
	padding: 0;
}

/*THE LIST STYLES*/

ul.square{
	list-style-type: square;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 140%;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

/*
li{
	list-style-type: none;
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/01_arrow.gif) 0 6px no-repeat;
}
*/

