/* CSS Document */
/*  
Theme Name: Sound Health
Theme URI: http://www.wordpressthemesbox.com/
Description: A Theme For my Health wordpress blog.
Version: 1.0
Author: Ashish sharma
Author URI: http://www.wordpressthemesbox.com/
*/
body{
	background-image:url(images/bg-page.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#490016;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	line-height:160%;
	margin:0;
	}
h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	}
a img{
	border:none
	}
a{
	color:#c7003d;
	text-decoration:underline;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
#wrapper{
	width:941px;
	margin:0 auto;
	background-color:#f5f3e7;
	}
#header{
	width:941px;
	margin:0;

	}
#logo{
	background-image:url(images/head.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:102px;
	}
#menu{
	width:927px;
	height:41px;
	background-color:#000;
	padding:0 0 0 14px;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#menu li{
	float:left;
	}
#menu li a{
	display: block;
	float: left;
	padding: 13px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ebe8d7;
	}
#menu li a:hover{
	background: #f5f3e7;
	color: #8d0730;
	}
#menu .current_page_item a {
	background: #f5f3e7;
	color: #8d0730;
	}
#container{
	width:921px;
	margin:0;
	background-color:#f5f3e7;
	padding:10px
	}
#content{
	margin:0;
	float:left;
	width:660px
	}
.featured{
	border:1px solid #e5e2cf;
	background-color:#fff;
	padding:8px 13px;
	margin:0 10px 10px 0; 
	}
.featured h1{
	margin:10px 0 20px 0;
	}
.featured h1 a, .featured h1 a:hover{
	color:#f5f3e7;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	background-color:#8d0730;
	padding:3px 5px;
	text-decoration:none;
	}
.featured p{
	margin:0 0 12px 0;
	}
.post-info, .postmetadata{
	font-size:10px;
	color:#000;
	}
.read-more {
	text-align:right;
	}
.post{
	border:1px solid #e5e2cf;
	background-color:#fff;
	padding:8px 13px;
	width:292px;
	height:270px;
	float:left;
	margin:0 10px 10px 0
	}
.post h2{
	font-size:18px;
	font-weight:normal;
	color:#97002e;
	padding:5px 0 8px 0;
	}
.post h2 a, .post h2 a:hover {
	color:#97002e;
	text-decoration:none;
	}
.post p{
	margin: 0 0 12px 0;
	}
#sidebar {
	width: 250px;
	float: right;
	margin-bottom: 20px;
	}
#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#sidebar li{
	background-color:#fff;
	padding:8px;
	margin:0 0 10px 0;
	border:1px solid #e1ddc7;
	}
#sidebar li h2{
	color:#97002e;
	font-size:18px;
	font-weight:normal;
	background-image:url(images/bg-cat.jpg);
	background-repeat:no-repeat;
	height:33px;
	padding: 7px 0 0 8px;
	}
#sidebar li ul{
	list-style: square;
	margin:2px 0 0 0;
	padding:0;
	line-height:220%;
	}
#sidebar li li{
	margin:0 10px 0 22px;
	color:#b5ae84;
	border-bottom:1px solid #e1ddc7;
	border-top: none;
	border-right: none;
	border-left: none;
	padding:0;
	}
#sidebar li li a{
	text-decoration:none;
	color:#b5ae84;
	}
#sidebar li li a:hover{
	text-decoration:none;
	color:#000;
	}
#footer{
	clear:both;
	background-color:#000;
	height:40px;
	text-align:center;
	padding:12px 0 0 0;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}
