/*
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom { background: #333; }
.custom #find_custom { background: #333; font-size: 1.5em; padding: .7em 0em .7em 7.5em; }	
	.custom #find_custom a { color: #efefef }
		.custom #find_custom a:hover { color: #ffdf00; }
body.custom { color: #000; padding: 2em 0em 2em 0em; }
.custom #content { padding-top: 0.4em; }
.custom #content_box { background: #fff; margin-left: -2.2em; margin-right: -2.2em; padding-left: 2.2em; padding-right: 2.2em; }

/*---> header 
.custom #header { background: url('images/toplogo.png') no-repeat; border-bottom: none; text-indent: -9999px;; }
<---*/

/*---> lists and code <---*/
.custom li em { color: #fff; background: #333; }
.custom li blockquote em { background: #ddd; }
.custom code { background: #ffdf00; }

/*---> page <---*/

/*---> nav bar <---*/
.custom #tabs { border-left: none; border-bottom: none; }
	.custom #tabs a { color: #fff; border-top: 1px solid #333; }
		.custom #tabs a:hover { border-top: 1px solid #fff; text-decoration: none; }
	.custom #tabs li { border: none; }
.custom ul#tabs { background: #333; }
	.custom ul#tabs li a { background: #333; }
	.custom #tabs .current_page_item a, #tabs .current-cat a { color: #fff; background: #333; }

/*---> footer <---*/
.custom #footer { border-top: none; }
	.custom #footer img {  }
	.custom #footer p { padding: .2em .2em .2em .2em; float: right; }
	.custom #footer a { border-bottom: none; }
	
/*---> sidebar <---*/
.custom .sidebar li a { background: #fff; }
	
/* post images */
.custom .teaser .format_teaser .post_image_link img.alignleft { margin-bottom: 1em; }
.custom #clicktopick { margin-left: 15.25em; margin-bottom: 3em; }

/* feedback */
.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }
.custom #feedback a { display: block; text-indent: -9999px; height: 3.2em;}
.custom #feedback #twitter { background: url('http://img88.imageshack.us/img88/7789/twittericon.png') no-repeat 0 -3.2em; }
	.custom #feedback #twitter:hover { background-position: 0 0; }
.custom #feedback #facebook { background: url('http://img88.imageshack.us/img88/7373/facebookicon.png') no-repeat 0 -3.2em; }
	.custom #feedback #facebook:hover { background-position: 0 0; }
.custom #feedback #rss { background: url('http://img88.imageshack.us/img88/1808/rssicon.png') no-repeat 0 -3.2em; }
	.custom #feedback #rss:hover { background-position: 0 0; }
.custom #feedback #email { background: url('http://img88.imageshack.us/img88/7645/emailicon.png') no-repeat 0 -3.2em; }
	.custom #feedback #email:hover { background-position: 0 0; }
.custom #feedback #stumbleupon { background: url('http://img88.imageshack.us/img88/1986/stumbleuponicon.png') no-repeat 0 -3.2em; }
	.custom #feedback #email:hover { background-position: 0 0; }
.custom #feedback #delicious { background: url('http://img88.imageshack.us/img88/8796/deliciousicon.png') no-repeat 0 -3.2em; }
	.custom #feedback #email:hover { background-position: 0 0; }