/*
Theme Name: Blockhead
Theme URI: http://thisisrobv.com
Description: A simple child theme of the Bones framework. Suitable for many types of blogs.
Version: 0.1
Template: bones
Author: Rob V
Author URI: http://thisisrobv.com
Tags: Brilliance, Modest
*/

@import url('../bones/style.css');

a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: #555;
	border-bottom: 1px solid #ccc;
}

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: #f7f7f7 url(images/main_bg.gif) repeat;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#content_container {
	margin-bottom: 40px;
}

/* @group HEADER */

#header {
	padding: 20px 0;
}

#header h1 {
	font-size: 45px;
	color: #333;
	text-shadow: #fff 1px 1px 0;
}

#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
	color: #333;
	text-decoration: none;
	border: 0;
}

#header h2 {
	font-size: 20px;
	color: #333;
	text-shadow: #fff 1px 1px 0;
}

#header #social_links {
	position: absolute;
	width: 540px;
	top: 0;
	margin: 30px 0 0 460px;
	font-size: 12px;
	text-transform: uppercase;
}

#header #social_links ul {
	float: right;
}

#header #social_links ul li {
	float: left;
	margin-left: 5px;
}

#header #social_links ul li a {
	border: 0;
}

#header #social_links ul li.rss a {
	width: 45px;
	height: 45px;
	background: url(images/social.png) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

#header #social_links ul li.rss a:hover {
	background: url(images/social.png) no-repeat 0 -56px;
}

#header #social_links ul li.contact a {
	width: 45px;
	height: 45px;
	background: url(images/social.png) no-repeat -55px 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#header #social_links ul li.contact a:hover {
	background: url(images/social.png) no-repeat -55px -56px;
}

#header #social_links ul li.facebook a {
	width: 45px;
	height: 45px;
	background: url(images/social.png) no-repeat -109px 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#header #social_links ul li.facebook a:hover {
	background: url(images/social.png) no-repeat scroll -109px -56px;
}

#header #social_links ul li.twitter a {
	width: 45px;
	height: 45px;
	background: url(images/social.png) no-repeat -164px 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#header #social_links ul li.twitter a:hover {
	background: url(images/social.png) no-repeat scroll -164px -56px;
}

/* @end */

#content_left {
	background-color: #fff;
	padding: 20px;
	float: left;
	width: 600px;
	border: 8px solid rgba(0,0,0,.15);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content_left #navigation {
	width: 640px;
	margin: -20px 0 20px -20px;
	font-size: 15px;
	background-color: #222;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#content_left #navigation ul {
	border-right: 1px solid #333;
	float: left;
}

#content_left #navigation ul li {
	float: left;
}

#content_left #navigation a, #content_left #navigation a:link, #content_left #navigation a:active, #content_left #navigation a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 12px 15px;
	border: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #333;
	text-shadow: #000000 -1px -1px 0px;
}

#content_left #navigation a:hover {
	color: #ccc;
}

#content_left #navigation ul li:first-child a {
	border-left: 0 !important;
}

.post {
	border-bottom: 1px solid #eee;
	padding: 0 0 25px;
	margin-bottom: 25px;
}

h2.post_title {
	font-size: 24px !important;
	margin: 0 !important;
}

h2.post_title_single {
	font-size: 35px !important;
}

h2.post_title a, h2.post_title_single a {
	text-decoration: none !important;
	border: 0;
}

h2.leave_a_comment {
	margin-top: 25px !important;
	border-top: 1px solid #eee;
	padding: 20px 0 !important;
}

.post .post_body, .page .post_body {
	font-size: 12px;
	line-height: 20px;
	margin: 15px 0;
}

.post .post_meta {
	margin: 8px 0 0;
	font-size: 11px;
}

.post_meta_footer {
	font-size: 12px;
}

.post h1, .page h1 {
	font-size: 24px;
}

.post h2, .page h2 {
	font-size: 20px;
}

.post h3, .page h3 {
	font-size: 18px;
}

.post h4, .page h4 {
	font-size: 14px;
}

.post ul, .page ul {
	margin-left: 25px;
	list-style-type: disc;
}

.post ol, .page ol {
	margin-left: 25px;
	list-style-type: decimal;
}

.post p, .post ul, .post ol, .post h1, .post h2, .post h3, .post h4, .page p, .page ul, .page ol, .page h1, .page h2, .page h3, .page h4 {
	margin-bottom: 15px;
}

.timestamp a {
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat;
	padding: 3px 0 3px 20px;
	border: 0;
}

.author a {
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat 0 -106px;
	padding: 3px 0 3px 18px;
	margin: 0 0 0 10px;
	border: 0;
}

.category a {
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat 0 -149px;
	padding: 3px 0 3px 22px;
	margin: 0 0 0 10px;
	border: 0;
}

.comments a {
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat 0 -52px;
	padding: 3px 0 3px 20px;
	margin: 0 0 0 10px;
	border: 0;
}

.edit a {
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat 0 -341px;
	padding: 4px 0 3px 20px;
	border: 0;
}

.tags .tag a {
	display: block;
	float: right;
	background: url(images/sprites.png) no-repeat 0 -188px;
	padding: 3px 0 3px 20px;
	margin: 0 0 0 10px;
	border: 0;
	color: #999;
}

.edit a:hover, .tags .tag a:hover, .post_meta a:hover {
	opacity: .7;
}

#respond {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 25px;
}

.comment_avatar {
	width: 50px;
	float: left;
}

.comment_meta {
	float: right;
	width: 570px;
	background-color: #eee;
	color: #555;
	padding: 10px;
}

.comment_meta a, .comment_meta a:link, .comment_meta a:active, .comment_meta a:visited {
	color: #555;
}

.comment_meta a:hover {
	color: #000;
}

.comment_meta .reply {
	float: right;
}

.comment_timestamp {
	font-style: italic;
	float: right;
}

.comment_body {
	float: right;
	width: 568px;
	padding: 10px;
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 18px;
}

.comment_avatar img {
	border: 1px solid #eee;
	padding: 2px;
}

.comment_wrapper {
	padding: 25px 0 0;
}

#commentform input {
	width: 200px;
}

#commentform input, #commentform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
}

#commentform #submit {
	background-color: #000;
	padding: 10px;
	border: 0;
	color: #fff;
	width: inherit;
}

.edit {
	float: left;
}

.tags {
	float: right;
}

#content_right_widgets {
	width: 320px;
	float: right;
	font-size: 12px;
}

.widget_container {
	background-color: #fff;
	margin-bottom: 15px;
	border: 8px solid rgba(0,0,0,.15);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.widget_container h3.widget_title {
	font-size: 15px;
	background-color: #222;
	color: #fff;
	padding: 12px 15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: #000000 -1px -1px 0px;
}

.widget_content {
	padding: 15px;
	line-height: 20px;
}

.widget_content ul li {
	display: block;
	padding: 3px 0 3px 22px;
	background: url(images/sprites.png) no-repeat 0 -279px;
}