/*  
Theme Name: Leaf
Theme URI: http://wordpress.org/
Description: LEAF WOOT
Version: 1.6
Author: Ivan Fong
Author URI: http://stanch.net/

	This theme was designed and built by Ivan,
	whose blog you will find at http://stanch.net/

*/
a:link, a:visited {
	color: #49aae2;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
}
.clearleft {
	clear: left;
}
img {border:none}
body {
	background: #131313;
	padding: 0 0 50px 0;
	margin: 0;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #ddd;
}
div.wrap_header {
	background: url(images/wrap_header.jpg) top repeat-x;
}
div.wrap_content {
	background: #131313 url(images/wrap_content.jpg) top repeat-x;
}
div.wrap {
	width: 900px;
	margin: auto;
}
div#header {
	height: 122px;
	position: relative;
	background: url(images/headerbg.jpg) no-repeat;
}
div#header h1 {
	margin: 0;
}
div#header h1 a:link,
div#header h1 a:visited {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 300px;
	height: 68px;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
}
div#header h1 a:hover,
div#header h1 a:active {
}
div#header div.banner {
}
div#header div.banner div.rss a:link,
div#header div.banner div.rss a:visited {
	display: block;
	width: 150px;
	height: 72px;
	position: absolute;
	left: 750px;
	top: 50px;
	text-indent: -9999px;
	background: url(images/rss.jpg) no-repeat;
}
div#header div.banner div.rss a:hover,
div#header div.banner div.rss a:active {
}
div#foot div.foot {
	background: #0a0a0a;
	padding: 10px 20px;
	font-size: 11px;
	text-align: right;
	height: 18px;
	line-height: 18px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
div#foot div.valid {
	float: left;
	text-align: left;
}
div#foot div.valid span.hid {
	display: none;
}
div#foot div.valid span a:link,
div#foot div.valid span a:visited {
	display: block;
	height: 18px;
	line-height: 18px;
	float: left;
	padding-left: 22px;
	margin-right: 15px;
	color: #aaa;
	background: url(images/valid.gif) left -18px no-repeat;
}
div#foot div.valid span a:hover,
div#foot div.valid span a:active {
	background-position: 0 0;
	color: white;
}
div.ad {
	font-size: 11px;
	margin-top: 5px;
	color: #333;
}
div.ad a:link,
div.ad a:visited {
	color: #444;
}
div.ad a:hover,
div.ad a:active {
	color: #777;
}
div#content {
	background: url(images/contentbg.jpg) center repeat-y;
}
div#content div.content_extra {
	background: url(images/content_titlebg.jpg) top repeat-x;
}
div#content div.contentwrap {
	padding: 20px 10px 20px 30px;
}
div#left {
	position: relative;
	float: left;
	width: 565px;
}
div#sidebar {
	position: relative;
	margin-left: 590px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div#sidebar {
	margin-left: 587px;
}
/* End hide from IE5/mac */
div.navigation {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
div.navigation div.alignleft a:link,
div.navigation div.alignleft a:visited {
	display: block;
	float: left;
	padding: 0 6px;
	background: #222;
	-moz-border-radius: 1px;
}
div.navigation div.alignright a:link,
div.navigation div.alignright a:visited {
	display: block;
	float: right;
	padding: 0 6px;
	background: #222;
	-moz-border-radius: 1px;
}


/* TITLES */
h1.title_theblog {
	height: 35px;
	line-height: 35px;
	background: url(images/title_theblog.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0;
}
h1.title_sidebar {
	height: 35px;
	line-height: 35px;
	background: url(images/title_sidebar.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0;
}
h2.title {
	height: 12px;
	text-indent: -9999px;
	margin: 0;
}
h3.title {
	font-size: 14px;
	margin: 0;
	padding-bottom: 4px;
	color: #ccc;
}
h2.ltitle {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding-bottom: 4px;
	color: #ccc;
	border-bottom: 1px solid #1d1d1d;
}
h2.pagetitle {
	font-size: 12px;
	margin: 0 0 20px 0;
	background: #1e1e1e;
	padding: 10px;
	-moz-border-radius: 3px;
}

/* SIDEBAR */
div.side {
}
div.side div.sidenote {
	background: #212121;
	padding: 5px 10px;
	font-size: 11px;
	-moz-border-radius: 3px;
}
div.side div.sidenote p {
	margin: 0;
}
ul.sidebar {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}
ul.sidebar li.sideli {
	background: url(images/sidesep.jpg) center bottom no-repeat;
	padding: 15px 20px 20px 20px;
}
ul.sidebar li.sideli ul {
	list-style: none;
	padding: 0;
	margin: 6px 0;
}
ul.sidebar li.sideli ul li {
	background: url(images/arrow.gif) left 4px no-repeat;
	padding-left: 16px;
	margin-bottom: 5px;
}
ul.sidebar li.sideli ul.twitter li {
	background: #212121;
	-moz-border-radius: 3px;
	padding: 5px 8px;
}
ul.sidebar li.sideli ul.twitter li.load {
	font-size: 11px;
}
ul.sidebar li.sideli ul.twitter li span {
	display: block;
}
ul.sidebar li.sideli ul.twitter li a:link,
ul.sidebar li.sideli ul.twitter li a:visited {
	color: #777;
}
ul.sidebar li.sideli ul.twitter li a:hover,
ul.sidebar li.sideli ul.twitter li a:active {
	color: white;
}
div.side div.more {
	font-size: 11px;
	color: #777;
}
div.who {
	margin: 6px 0;
	line-height: 1.5;
}
div.who img {
	position: relative;
	float: left;
	top: 2px;
	width: 52px;
	height: 48px;
	border: 1px solid #ddd;
	background: #111;
	margin: 0 8px 8px 0;
}

/* CONTENT */
div#left div.sep {
	margin-bottom: 40px;
}
div#left p {
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 14px 0;
}
div#left div.post {
	margin-bottom: 25px;
}
div#left div.post h2.blogtitle {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	letter-spacing: -0.5px;
}
div#left div.post h2.single {
	margin: 0 0 12px 0;
}
div#left div.post h3.blogtitle {
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}
div#left h2.lefttitle {
	margin: 0 0 4px 0;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}
div#left div.post small.dt {
	float: right;
	font-size: 11px;
	color: #ccc;
	margin-top: 3px;
	background: #222;
	-moz-border-radius: 3px;
	padding: 4px 8px;
}
div#left div.post small.dts {
	float: right;
	font-size: 11px;
	color: #ccc;
	margin-top: 1px;
	background: #222;
	-moz-border-radius: 3px;
	padding: 4px 8px;
}
div#left div.post p.postmetadata {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #aaa;
}
div#left div.post p.postmetadata a:link,
div#left div.post p.postmetadata a:visited {
	color: #aaa;
}
div#left div.post p.postmetadata a:hover,
div#left div.post p.postmetadata a:active {
	color: white;
}
div#left div.post p.postmetadata span.category {
	background: url(images/icon_category.gif) left center no-repeat;
	padding-left: 12px;
	padding-right: 10px;
}
div#left div.post p.postmetadata span.edit {
	background: url(images/icon_edit.gif) left center no-repeat;
	padding-left: 12px;
	padding-right: 10px;
}
div#left div.post p.postmetadata span.comment {
	background: url(images/icon_comment.gif) left center no-repeat;
	padding-left: 14px;
	padding-right: 10px;
}
div#left div.post p.postmetadata small {
	font-size: 11px;
}
div#left div.post p.alt {
	margin-top: 20px;
	background: #1a1a1a;
	padding: 10px;
	-moz-border-radius: 3px;
}
div#left div.post span.morelink {
	display: block;
	height: 24px;
	line-height: 24px;
}
div#left div.post span.morelink a:link,
div#left div.post span.morelink a:visited {
	font-size: 11px;
	display: block;
	float: left;
	padding: 0 15px;
	background: #222;
	-moz-border-radius: 2px;
}
div#left div.post span.morelink a:hover,
div#left div.post span.morelink a:active {
	background: #2d2d2d;
}
div#left div.post img.size-full {
	border: 2px solid #ddd;
	margin: 0 0 2px 0;
	display: block;
}
div#left div.post span.caption {
	font-size: 11px;
	background: #090909;
	font-weight: bold;
	text-align: right;
	padding: 3px 5px;
	margin: 0;
}
div#left ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
div#left ol.commentlist li {
	background: #1a1a1a;
	padding: 10px 12px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
}
div#left ol.commentlist li.alt {
}
div#left ol.commentlist li div.meta {
	height: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
div#left ol.commentlist li div.meta div.metasay {
	float: left;
}
div#left ol.commentlist li cite {
	font-style: normal;
}
div#left ol.commentlist li small {
	display: block;
	text-align: right;
	font-size: 11px;
}
div#left ol.commentlist li p {
}

div#left ul.std {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#left ul.std li {
	float: left;
	width: 220px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px 0 16px;
	background: url(images/ularrow.gif) left center no-repeat;
}


form.commentform,
form.searchform {
	margin: 10px 0 0 0;
	padding: 12px;
	background: #212121;
	-moz-border-radius: 3px;
}
form.commentform {
	background: #1a1a1a;
}
form.commentform p {
	margin: 0 0 10px 0;
}
form.commentform input.formfield,
form.searchform input.formfield {
	width: 200px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	border: 2px solid #333;
	background: #151515;
	color: white;
	margin-right: 6px;
	padding: 3px 5px;
}
div.side form.searchform {
	padding: 8px;
}
div.side form.searchform input.formfield {
	width: 120px;
}
form.commentform textarea.formtextarea {
	width: 440px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	border: 2px solid #333;
	background: #151515;
	color: white;
	padding: 3px 5px;
	overflow: auto;
}
form.commentform input.formbutton,
form.searchform input.formbutton {
	background: #222;
	border: 2px solid #333;
	color: white;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 5px;
}
form.commentform label small {
	font-size: 11px;
}







































