/*  
Theme Name: Home Care Survival Blog
Theme URI:
Description: 
Version: 1.0
Author:
Author URI: 

*/

* {
	margin:0;
	padding:0;
}
body {
	background:#e4e1da url(images/bg.png) repeat-x;
	font:normal .8em/1.1em Verdana, Geneva, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
p {
	padding: 10px 0 0 0;
}
#wrapper {
	margin: 0 auto;
	width:797px;
}
#header {
	height:222px;
	background:url(images/header.png) no-repeat;
	padding:39px 0 0 20px;
}
#logo {
	display:block;
	width:387px;
	height:117px;
}
#navigation {
	list-style:none;
	margin:70px 0 0;
}
#navigation li {
	float:left;
	border-right:1px solid #000;
	font:bold 1.2em Tahoma;
}
#navigation li.last {
	border:none;
}
#navigation li a {
	color:#0c33fb;
	padding:0 24px 0 21px;
}
#content {
	background:url(images/wrapper.png) repeat-y;
	overflow:hidden;
	height:1%;
}
#container {
	float: left;
	width:455px;
	padding:15px 0 0 45px;
}
#container ul { padding:10px 20px; }
.post {
	padding: 10px 0 30px 0;
	margin:0 0 10px;
	border-bottom:1px solid #8b8b8b;
}
.post h2 {
	font:bold 2.0em Verdana;
}
.post h2 a {
	color:#000;
}
.entry {
	line-height: 18px;
	font:normal 1.1em Verdana;
}
p.postmetadata {
	font:bold 1.1em Verdana;
	color:#171616;
}
p.postmetadata a {
	color: #171616;
	font:bold 1.1em Verdana;
}
.date {
	font:normal 1.63em/2em Tahoma;
	color:#FFF15B;
	background:url(images/date.png) no-repeat;
	height:36px;
	width:72px;
	display:inline-block;
	text-align:center;
}
span.category a {
	color:#0c33fb;
}
.read-comments {
	font:bold .9em Verdana;
	text-transform:uppercase;
	position:relative;
	background:#FFF;
	padding:10px 20px 0 10px;
	float:right;
	position:relative;
	top:15px;
}
.read-comments a {
	color:#1c41fb;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: right;
	width:231px;
	padding:0 30px 0 0;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li {
	padding: 10px 0 10px 0;
	clear:both;
}
.sidebar ul li h2 {
	background:url(images/sidebar-h2.png) no-repeat;
	height:35px;
	font:bold 1.6em/2.18em Verdana;
	color:#FFF;
	width:202px;
	padding:0 0 10px 29px;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 18px !important;
	background:url(images/arrow.png) no-repeat left 7px;
	font:normal 1.1em Tahoma;
	padding:0 0 0 13px;
}
.sidebar ul ul li a {
	color:#434343;
}
.sidebar #categories li {
	background:url(images/red-arrow.png) no-repeat left 7px;
}
#searchform label {
	float:left;
	font:bold 1.2em Tahoma;
	color:#0f3c5e;
}
#s {
	width:120px;
	height:20px;
	border:1px solid #a8a8a8;
	margin:0 5px 0 0;
}
#searchsubmit {
	float:right;
	width:31px;
}
#search {
	margin:0 0 25px 0;
}
table#wp-calendar {
	width: 100%;
}
#footer {
	clear: both;
	background:url(images/footer.png) no-repeat;
	height:89px;
}
#footer p {
	line-height: 18px;
	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;
}