/*
Theme Name: Child of Blogtheme
Version: 1.0
Description: Child theme for Blogtheme.
Author: the Buzzbees
Author URI: http://www.woothemes.com
Template: blogtheme
*/
 
@import url("../blogtheme/style.css");

body {
	background: #B0B0B0;
}

.widget h4 a:link,
.widget h4 a:visited { 
	color: #f8e121;
	display: block; 
	padding: 15px 10px; 
	font-weight: bold; 
	text-decoration: none; 
	background: none; 
	font-size: 16px;
	text-transform: lowercase;
}

.widget .selected a:link,
.widget .selected a:visited { 
	background: none;
}

body .widget .content {

	background-color: #ffffff;
}

#logo h1 {
	height: 100px;
	width: 400px;
}

#postnav {
	background-color: #b0b0b0;
}

#comments h3 {
	background: #b0b0b0 url(images/postnavbg-trans.png) top left repeat-x !important;
}

body #header {
	background: #B0B0B0;
	padding: 10px 0;
}

body #nav {
	background-color: #3d3d3d;
}

body .widget h4 {
	background: #3d3d3d;
}

body #navigation a {
	border-right: 0px solid #3f4434;
}

body .post {
	border-bottom: 1px solid #3d3d3d;
}

body #footer {
	background-color: #3d3d3d;
}

.entry p {
	color: #3d3d3d;
}

body .post h2, .post h2 a {
	color: #3d3d3d;
}

body #commentform .field, #commentform .thefield textarea {
	color: #3d3d3d;	
}

body #commentform #submit {
	background: #3d3d3d;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

body .commentlist .meta .gravatar img {
	border: 2px solid #b0b0b0;
}
