/*  
Theme Name: Recession SOS
Theme URI: 
Description: 
Version: 1.5
Author: 
Author URI: 

*/

*{
	margin: 0;
	padding: 0;
}

body{
	background:#d9d8e5 url(images/bg.png) repeat-x;
}

a:link, a:visited{
	text-decoration: underline;
	color: #222E84;
}

a:hover{
	text-decoration: none;
}

img { border:none; }

p{
	padding: 10px 0 0 0;
}

#wrapper{
background:url(images/wrapper.png) repeat-y;
width:848px;
margin:0 auto;
}

#header{
	background:url(images/header.png) no-repeat; height:183px; padding:35px 0 0 120px;
}
#logo { width:254px; height:93px; display:block; }

#container{
	float: right;
	width: 500px;
	padding:0 40px 0 0;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}
.post h2 a { color:#D00000; }
.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 240px;
	padding: 0 0 0 30px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color:#D00000;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	padding: 10px 0 0 0;
	background:#d9d8e5 url(images/footer.png) no-repeat;
	height:107px;
}

#footer p{
	text-indent:-1000em;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}