/*
Theme Name: SCS76 Theme
Author: Rootsy
Author URI: http://www.rootys.co.uk
*/

@import url(css/reset.css);
@import url(css/960.css);

body {
	color:#333;
	background:#ccc;	
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

a { font-weight:bold; text-decoration:none; }
a:hover { text-decoration:underline; }

#header {
	height:auto;
	color:#ccc;
	background:#000;
}

#header h1 {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	margin:8px 0;
}

#main {
	margin-top:20px;	
}

#content, #sidebar, #footer {
	font-size:1.15em;	
}

#content h1 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#000;	
}

#content h2 {
	font-size:1.3em;	
}

#content h3 {
	font-size:1.2em;	
}

#content h4 {
	font-size:1.1em;
}

#content h5, #content h6 {
	font-size:1em;	
}

#content h5 {
	color:#333;	
}

#content h6 {
	color:#666;	
}

.post img, .entry, h1,h2,h3,h4,h5,h6 {
	margin-bottom:8px;	
}

.row {
	margin-bottom:20px;	
}

p {
	margin-bottom:10px;
	line-height:1.3em;
}

p.postmetadata {
	text-transform:uppercase;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
}

#sidebar ul li {
	margin-bottom:20px;	
}