/*
Theme Name: Rock Room
Theme URI: http://www.rock-room.com/
Description: Theme for the Rock Room
Version: 1.0
Author: Daniel Earnshaw
Author URI: http://www.danielearnshaw.co.uk/

*/

html{
height: 100%;
}

body{
	margin: 0;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	height: 100%;
	background: #121212;
	color: #000000;
}


body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}


h1{
	font-family: Georgia, Times New Roman;
	font-size: 24px;
	padding: 0 0 10px 0;
	display: none;
}


a:link, a:visited{
	text-decoration: none;
	color: #e60028;
}


a:hover{
	text-decoration: underline;
	color: #444444;
}


p{
padding: 10px 0 0 0;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	height: 100%;
	text-align: left;
	background: #ffffff;
}


#header{
	padding-top: 20px;
	display: none
	float: left;
	width: 750px;
	height: 70px;
	background: #121212;
	background-image: url('./images/rrbanner.png');
	background-repeat: no-repeat;
	background-position:left bottom;
}

#contactbar{
	background: #121212;
	height: 40px;
}



#inner{
	background: #ffffff;
}


#container{
	float: right;
	width: 570px;
	background: #ffffff;
}


.post{
	background-image: url('./images/topr.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px 30px 20px 0px;
}


.post h2{
	font-family: Georgia, Times New roman;
	font-size: 18px;
}


.entry{
	line-height: 18px
}


p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}


.navigation{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.sidebar{
	float: left;
	width: 170px;
	background: #ffffff;
	background-image: url('./images/topl.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: inline;

}



.sidebar li{
	list-style-type: none;

}


#footer{
	padding: 10px;
	padding-top: 30px;
	clear: both;
	float: left;
	position: absolute;
	bottom: 0px;
	width: 730px;
	background: #121212;
	color: #ccc;
}


#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#footer a{
	color: #333333;
}
