/*
Theme Name: All Good Tones
Theme URI: http://allgoodtones.com
Description: Rock'N'Roll
Version: 2.0
Author: Jay Jay
Author URI: http://allgoodtones.com
*/

body {
	color: #444;
	font-size: 12px;
	height: 100%;
	background: #1c1c1c;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

h1 a{
color: #fff;
font-size: 40px;
font-weight: bold;
text-decoration: none;
}

h2 {
font-size: 28px;
font-weight: bold;
line-height: 28px;
}

h2 a {
color: #16c4be;
text-decoration: none;
}

h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}




/*
Three wrapper widths
Big:
Medium:
Small:
*/

#wrapper {
	width: 880px;
}

#content {
	width: 540px;
	background: #fff;
	float:left;
}

#sidebar {
float:right;
width: 340px;
}

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar li {
 margin: 0;
 padding: 0;
 list-style: none;
}

.sidebarElement {
padding: 20px;
margin: 0;
background: #ccc;
border-bottom: 1px solid #bbb;
}

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}