/*  
Theme Name: poolfilters
Theme URI: 
Description: This is my theme.
Version: 1.0
Author: sanjay singh
Author URI: 

*/
body {
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#fff;
}
a {
	color: #5b5959;
	text-decoration: none;
	outline:none;
}

a:hover,a:active,a:focus {
	text-decoration: underline;
	color:#5b5959;			
}
a img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}
#wraper {
	width: 783px;
	border:#666666 solid 2px;
	height: auto;
}
#header {
	width:779px;	
	height:223px;
	margin-top:2px;
	background: url(images/header.jpg) repeat-x left top;
}
#date{
	width:779px;	
	height:20px;
	line-height:20px;
	color:#000000;
	background:#e8e8e8;
	margin-top:1px;
}
#topmenu{
	width:420px;
	height:30px;
	font-size:9px;
	float:right;
	line-height:30px;
	text-align:left;
	text-transform:uppercase;
	color: #000;
}
#topmenu a {
	color: #000;
	font-size:9px;
	text-decoration:none;
}

#topmenu a:hover {
	color: #990000;
	text-decoration: underline;
}
#footermenu{
	width:779px;
	height:20px;
	font-size:9px;
	line-height:20px;
	background:#b7c2cc;
	text-transform:uppercase;
	text-align:center;
	color: #000;
}
#footermenu a {
	color: #000;
	font-size:9px;
	text-decoration:none;
}

#footermenu a:hover {
	color: #990000;
	text-decoration: underline;
}
#copyright{
	width:779px;
	height:17px;
	list-style:17px;
	background:#647b8d;
	margin-top:1px;
	text-align:center;
	color: #000;
}
#copyright a {
	color: #000;
	text-decoration:none;
}

#copyright a:hover {
	color: #990000;
	text-decoration: underline;
}
#bottom{
	width:779px;
	height:50px;
	background:#cccccc;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	color: #999999;
	font-weight:bold;
}
#content-wrap{
	width: 779px;
	height: auto;
	padding:10px 0px;
}
#main{
	float: left;
	width:535px;
	height:auto;
	color:#999999;
	text-align:left;
}
#main p{
	margin:1em 0 1em 0;
}
#main a{
	color: #5b5959;
	text-decoration:none;
}
#main a:hover{
	color: #5b5959;
	text-decoration: underline;
}
#main h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:10px 0px;
	color: #663156;
	text-transform:capitalize;
}
#main h2 a{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663156;
	text-transform:capitalize;
	text-decoration:none;
}
#main h2 a:hover{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663156;
	text-transform:capitalize;
	text-decoration:none;
}
ul, ol {
	margin: 5px 0px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
.post{
	padding:0px;
}
.entry{
	line-height:18px;
	padding:0px 0px;
}
.postmeta {	
	padding: 5px; margin: 10px 0px 5px 0px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #b6b7cb;
	background: #f8f8f9;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}
.sidebar {
	float: right;
	margin-right:15px;
	text-align:left;
	width: 220px;
	color:#999999;
}
.sidebar a {
	color: #5b5959;
}

.sidebar a:hover {
	color: #5b5959;
	text-decoration:underline;
}
.sidebar h3{
	margin-right:15px;
	text-align:left;
	background: url(images/righth3.jpg) left top no-repeat;
	width: 220px;
	color:#215b62;
	line-height:28px;
	padding-left:50px;
}
.sidebar ul {
	font-size:12px;
	list-style: none;
	font-weight: normal;
	text-align:left;
	padding:0px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	background: url(images/right.jpg) left bottom no-repeat;
	text-transform: capitalize;
	display: block;
	
}

.sidebar ul li {
	display: block;
	margin: 0px;
	padding:10px 0px 0px 0px;
	line-height: normal;
}
.sidebar ul li a {
	line-height:15px; 
	display: block;
	outline: none;
	margin:0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
	text-decoration: none;
	color: #5b5959;
}

.sidebar ul li a:hover,
.sidebar ul li a:active,
.sidebar ul li a:focus {
	color: #5b5959;
	text-decoration:underline;
}
.button{
	border:#3d51a7 solid 1px;
	color:#fff;
	font-weight:bold;
	background:#3e5e89;
}

