body {
/*	background: url(background.png) repeat-y #FFF;*/
	font: normal 13px/1.5 "Helvetica Neue", Arial, sans-serif;
	color: #444;
	min-width: 720px;
	min-height: 500px;
}
body.comments_page { background: #fff; }

a 		{ text-decoration: none; /*color: #2c2c2c;*/ font-weight: bold; }
#content a:hover { color: #000; /*background-color: #f2ff60;*/ }


/********************************************************
****	Sidebar
********************************************************/
#sidebar { width: 280px; float: left; position: fixed; top: 0; left:0; }
#logo { padding: 30px; font-size: 1.75em; line-height:1.3; letter-spacing: -1px; }
#logo a { color: #FFF; font-weight: normal; }

#logo.has_logo { padding: 0; }
#logo.has_logo a { text-indent: -9999px; display: block; }

#main-menu li a { display: block; padding: 10px 30px; margin-bottom:1px; }
#search_form { padding: 30px 30px 15px 30px; }
#search_form .text_input {
	font: normal 14px/14px "Helvetica Neue", Arial, sans-serif;
	border: 1px solid #ddd;
	color: #999;
	padding: 4px;
	display: block;
	width: 210px;
}
#search_form .text_input:focus { border-color: #555; color: #222; }
#id_search.placeholder { font-style: italic; }
#description { padding: 15px 30px; font-size: 11px; color: #666; }
#description img { float: left; margin-right: 5px; }
.social_networks {padding: 0 30px 20px 30px; overflow: hidden; }
.social_networks li { float: left; }
.social_networks a { display: block; width: 32px; height: 32px; text-indent: -9999px; margin: 0 8px 8px 0; }
#footer { font-size: 11px; position: fixed; bottom: 15px; left: 30px; }
#footer a { color: #555; }
#footer a:hover { color: #FFF; }



/********************************************************
****	Main content
********************************************************/
#content 		{ margin-left: 340px; padding: 40px 0; }
#content h3 	{ font-size: 18px; line-height: 20px; margin: 0 0 40px 0; }


/********************************************************
****	Post Thumbnails
********************************************************/
.post-list 					{ overflow: hidden; }
.post.thumbnail				{ float: left; width: 300px; height: 240px; }
.post.thumbnail .thumb 		{ height: 160px; width: 240px; background-color: #000; }
.post.thumbnail .thumb a 	{ height: 100%; width: 100%; display: block; background-repeat: no-repeat; background-position: center center; text-indent: -9999px; }
.post.thumbnail .post-title { margin-top: 3px; font-size: 13px; }
.post.thumbnail .post-date	{ font-size: 11px; color: #999; }
.post.thumbnail .post-date a { font-weight: normal; color: #999 !important; border-bottom: 1px dotted #bbb; }
#content .post.thumbnail .post-date a:hover { color: #333 !important; border-bottom: 1px solid #999; background: #fff; }

/********************************************************
****	Pagination
********************************************************/
.pagination					{ clear: both; overflow: hidden; }
.pagination a,
.pagination span 			{ display: block; float: left; padding: 2px 6px; margin: 2px; border: 1px dotted #fff; }
.pagination span.current	{ border-color: #000; color: #000; font-weight: bold;}


/********************************************************
****	Post Detail
********************************************************/
.post.detail					{ width: 630px; padding-bottom: 30px; }
.post.detail .post-title 		{ font-size: 24px; }
.post.detail .post-date 		{ font-size: 16px; color: #999; }
.post.detail .content 			{ margin: 30px 0 0 0; border-bottom: 1px solid #ddd; }
.post.detail .content img		{ max-width: 630px; }
.post.detail .content p,
.post.detail .content ul,
.post.detail .content ol		{ margin-bottom: 1.5em; }
.post.detail .content ul,
.post.detail .content ol		{ padding-left: 2em; }
.post.detail .content li		{ margin-bottom: .75em; }
.post.detail .content ul li		{ list-style-type: square; }
.post.detail .content ol li 	{ list-style-type: decimal; }
.post.detail .slideshow			{ height: 420px; margin-bottom: 30px; }
.post.detail .slideshow img 	{ max-height: 420px; }
#ss_nav							{ overflow: hidden; margin-bottom: 5px; }
#ss_nav a 						{ display: block; float: left; text-indent: -9999px; margin-right: 5px; width: 12px; height: 12px; background: #ccc; }
#ss_nav a.activeSlide			{ background: #666; }
.post.detail .footer			{ border-bottom: 1px solid #ddd; padding: 5px 0; }


/********************************************************
****	Tag cloud
********************************************************/
#content .tag_cloud a { margin: 5px; font-weight: normal; /*display:block;*/}
.tag_cloud a.tag_1 { font-size: 13px; opacity: .46;}
.tag_cloud a.tag_2 { font-size: 16px; opacity: .52;}
.tag_cloud a.tag_3 { font-size: 19px; opacity: .58;}
.tag_cloud a.tag_4 { font-size: 22px; opacity: .64;}
.tag_cloud a.tag_5 { font-size: 25px; opacity: .70;}
.tag_cloud a.tag_6 { font-size: 28px; opacity: .76;}
.tag_cloud a.tag_7 { font-size: 32px; opacity: .82; }
.tag_cloud a.tag_8 { font-size: 35px; opacity: .88;}
.tag_cloud a.tag_9 { font-size: 38px; opacity: .94; }
.tag_cloud a.tag_10 { font-size: 41px; }


/********************************************************
****	Comments
********************************************************/
#comments										{ margin-top: 30px; }
#comments h4 									{ font-size: 16px; font-weight: bold; margin-bottom: 15px; }
#comments .comment-list 						{ margin-bottom: 30px; }
#comments .comment								{ background: #f4f4f4; border: 1px solid #ddd; overflow: hidden; padding: 20px; margin-bottom: 15px; }
#comments .comment.author						{ border: 1px solid #999;}
#comments .comment .avatar						{ float: left; margin-right: 20px; }
#comments .comment .comment-content				{ float: left; width: 490px; }
#comments .comment cite 						{ font-weight: bold; color: #333; margin-right: 5px; }
#comments .comment .comment_permalink 			{ font-weight: normal; color: #666; font-size: 11px; border-bottom: 1px dotted #999; text-transform: uppercase; }
#comments .comment a.comment_permalink:hover 	{ color: #333; border-color: #666; background: none;  }
#comments .comment .body						{ margin-top: 5px; font-size: 12px; }

/********************************************************
****	Comment Form
********************************************************/
#comment_form {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
#comment_form .field { overflow: hidden; margin-bottom: 5px; }
#comment_form label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
}
#comment_form .text_input,
#comment_form textarea {
	float: left;
	border: 1px solid #bbb;
	color: #777;
	padding: 3px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	width: 200px;
}
#comment_form .text_input:focus,
#comment_form textarea:focus {
	outline: none;
	color: #333;
	border-color: #333;
}
#comment_form textarea {
	width: 400px;
	height: 150px;
}
#comment_form .help { float: left; margin: 0 0 0 5px; line-height: 18px; padding: 4px; }
#comment_form .submit { margin-left: 120px; }
#comment_form .remember { margin-bottom: 15px; }
#comment_form .remember label { float: none; display: inline; }
#comment_form .remember label:hover { color: #000; cursor: pointer; }
#comment_form .submit_button {
	border: none;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	padding: 8px 16px;
	cursor: pointer;
	background: #333;
	color: #fff;
}