/*  
Theme Name: Lord of the Rings Blog
Theme URI: http://www.heavenspot.com
Description: Muted - new
Version: 1.0
Author: Arielle Kilroy
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align:left;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	vertical-align:top;
	background:#434538;
	color:#969697;
	}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#header {
	float:left;
	width: 970px;
	height:291px;
	border: 5px solid #000;
	background:#434538 url(images/header.jpg) center no-repeat;
	}

#header h1 {
	padding: 10px;
	font-size: 18px;
	font-weight:normal;
	}	
	
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#969697;
	}
	
/*top menu with about and pages*/
#menu {
	float:left;
	width:976px;
	border-top:1px solid #c5c7e0;
	background:#362f2d;
	border-left:2px solid #000;
	border-right:2px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#menu ul {
	list-style:none;
	margin:0;
	padding:0 0 0 540px;
	}
	
#menu ul li {
	float:left;
	}
	
#menu ul li a {
	display:block;
	padding: 10px;
	border-left: 1px solid #c5c7e0;
	text-decoration:none;
	color:#c5c7e0;
	}
	
#menu ul li a:hover {
	background:#434538;
	}
	
/*about title*/
#about {
	float:left;
	width:976px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-top: 1px solid #c5c7e0;
	border-bottom:1px solid #c5c7e0;
	padding: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 30px;
	background: #434538;
	color: #c5c7e0;
	}
	
#about p{
	padding:10px 10px 5px 10px;
	}
	
/*links*/
a {
	text-decoration:none;
	color:#c5c7e0;
	}
	
a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
a img {
	border:0;
	}
	

/*paragraph*/

p {
	padding: 10px, 0px, 5px, 0px;
	}
	
blockquote {
	margin: 10px, 0px, 0px, 0px;
	border-top: 2px solid #ddd;
	background: #434538;
	}
	
blockquote p {
	padding:10px;
	}
	
blockquote blockquote{
	float:none;
	width:auto;
	margin: 0px, 10px;
	background: #fff;
	}
	
dd {
	padding: 0 0 0 20px;
	}
	
form, input , textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p img {
	max-width:100%;
	padding:10px;
	}
	
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #515266;
	display:inline;
	}
	
img.alignleft {
	margin: 3px 10px 2px 0px;
	padding: 4px;
	border: 1px solid #515266;
	display:inline;
	}
	
.alignleft {
	float:left
	}
	
.alignright {
	float:right;
	}
	
.clear {
	margin: 0;
	padding:0;
	clear:both;
	}
	
small {
	font-size: 11px;
	}
	
/*content styling*/
#container {
	float:left;
	width: 976px;
	background:#362f2d;
	border:2px solid #000;
	}
	
#content{
	float:left;
	width: 650px;
	padding:0 0 10px 0;
	}
	
.navigation {
	margin: 0px 10px 0;
	padding:5px 10px 6px;
	line-height:24px;
	}
	
.post{
	padding:10px 20px;
	}
	
.post h2 {
	font-size:24px;
	font-weight:normal;
	padding:2 0 5px 0;
	text-align:center;
	}
	
.post h2 a{
	color:#c5c7e0;
	}
	
.post h2 a:hover{
	text-decoration:none;
	color:#fff;
	}
	
.entry-date{
	padding:0px 0px 10px 0px;
	color: #969697;
	text-align:center;
	}
	
.entry-content{
	line-height;24px;
	}
	
.entry-content h2, entry-content h3, entry-content h4, entry-content h5 {
	padding:10px 0 5px;
	}
	
.entry-content h2 a{
	color:#c5c7e0;
	}

.entry-content h3 {
	font-size:18px;
	font-weight:normal;
	}
	
.entry-content h4 {
	font-size:14px
	}
	
.entry-content h5 {
	font-size:14px
	}
	
.entry-content h6 {
	font-size:12px
	}
	
.meta{
	padding:10px 0 0 0;
	line-height: 24px;
	color:#969697;
	}
	
/*sidebar styling*/
.sidebar{
	float:right;
	width:245px;
	margin:0 0 0 50px;
	padding:0 0 90px 20px;
	}

.sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
.sidebar ul {
	margin: 0 0 10px;
	}
	
.sidebar ul li {
	padding; 10px 10px 0;
	}
	
.sidebar ul li h2 {
	border-bottom:2px solid #434538;
	padding:8px 10px 9px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#969697;
	}
	
.sidebar ul ul {
	margin:0;
	padding:6px 10px 0;
	line-height; 24px;
	}
	
.sidebar ul ul ul {
	padding:0 0 0 10px;
	}
	
#searchform{
	text-align:center;
	}
	
li#searchform{
	margin:0px;
	padding:0px;
	}
	
.sidebar #searchform #s {
	background:#fff;
	width:90%;
	margin:5px 2px 0 0;
	padding:0px;
	}
	
.sidebar #searchsubmit {
}
input {
padding:0px;
margin:5px 0 0 0;
}
	
/*comments for single page*/
#comments{
	border:2px solid #000;
	background:#362f2d;
	padding:0 0 0 10px;
	}
	
#comments ol{
	list-style:none;
	margin:10px 0;
	padding:0;
	}
	
#comments ol li{
	list-style:none;
	margin:10px 0 0;
	padding:0 0 10px 5px;
	border-bottom:1px solid #434538;
	line-height:24px;
	}
	
#comments span.comment-author{
	font-weight:bold;
	}
	
#respond{
	margin:0;
	padding:20px 0 10px 0;
	width:620px;
	}
	

/*footer styling*/
#footer {
	margin: 0 auto;
	width:980px;
	padding:10px 0 10px 0;
	border-top:5px solid #515266;
	text-align:center;
	line-height: 24px;
	background:#362f2d;
	}
	
#footer a {
	text-decoration:none;
	}
	
