body {
	font: 13px/18px "Tahoma", Geneva, Arial, Verdana, sans-serif;
	color: #515756;
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}
a {
	color: #4183d3;
	text-decoration: none;
}
a:visited {
	color: #4183d3;
	text-decoration: none;
}
a:hover {
	color: #f89406;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 
{
    font-size:1.2em;
	margin:0;
	padding:0;
}
h1 a
{
    font-size:1.2em;
	display:block;
	border: none;
}
h2 {
	color: #197dad;
	margin:0px;
	letter-spacing: 0px;
	padding:10px 3px 5px 0px;
	font: 20px "century gothic", Arial, sans-serif;
	font-size:1.18em;

}
h2 a, h2 a:visited {
	color: #197dad;
	text-decoration: none;
	font-size:1.18em;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {
	font: normal 16px "Arial", Tahoma, Arial;
	color: #545c66;
	margin: 0px 1px 0px 1px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	font-size:1.12em;
}
h3 a, h3 a:visited {
	color: #545c66;
	text-decoration: none;
	font-size:1.12em;
}
h3 a:hover {
	color: #545c66;
	text-decoration: none;
	
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #545c66;
	margin: 10px 0px 5px;
	font-size:1.08em;
}
form {
	margin:0px;
	padding:0px;
}
#relatedPosts
{
    padding-top:20px;
}
#comment{padding-top:20px;}
#page {
	margin: 0px auto;
	width: 980px;
	}
/* header area */
#header {
	background: url(img/header.jpg);
	height: 119px;
	border-bottom:none;
	position: relative;
}
#headerlogo {
	position: relative;
	padding:10px 0px 0px 15px;
	height: 60px;
}
#headerlogo .description{
	position: absolute;
	left: 19px;
	bottom: -10px;
	color: #197dad;
	/*text-indent:-10000px;*/
	}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	background:transparent;
    left: 0px;
	bottom:7px;
}
#nav li {
	float:left;
	margin-left:1px;

}
 #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
		padding: 10px 15px;
	background:url(img/green.jpg) repeat-x;
	text-transform:uppercase;
	 
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	/*background:url(img/blue.jpg) repeat-x;*/
	padding: 10px 15px;
	font:  12px/100% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-right:1px solid #2b6484;
	line-height:90%;
	text-transform:uppercase;
	
}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #ffffff;
    text-decoration: none;
	background:url(img/dblue.jpg) repeat-x;
	padding: 10px 15px;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-right:1px solid #2b6484;
	line-height:90%;
	text-transform:uppercase;
}
/* contentarea  */
#contentarea {
	padding: 0px 5px 0px 10px;
	float: left;
	width: 550px;
	margin:5px 0 5px 0px;
	overflow: hidden;
	border: none
	
}
.year
{
    color:#515756;
}
.post {
	clear:both;
	padding-top: 10px;
}
.entry {
	float:left;
	width: 545px;
}
.blockquote{
	margin: 5px;
	padding: 5px;
	background:transparent;
	color:#111111;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}
.post-top {
	background:transparent;
	padding: 0px 0px 10px 5px;
	float:left;
	font-size: 12px;
	color: #515756;
}
.post-bottom {
	background: url(img/greens.jpg) repeat-x;
	padding: 0px 5px 0px 5px;
	float:left;
	font-size: 90%;
	margin-bottom:5px;
	color: #FFF;
	width:98%;
	border:solid 1px #e7e8e6;
}
.post-bottom a {
	color: #515756;
	text-decoration: none;
}
.post-bottom a:visited {
	color: #515756;
	text-decoration: none;
}
.post-spacer
{
    line-height:18px;
    border-bottom:solid 0px #FFF;
}
.post-bottom a:hover {
	color: #000000;
	text-decoration: none;
}
.post-content {
	clear: both;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #545c66;
}
.post-meta
{
    padding-top:5px;
    padding-left:25px;
    color:Gray;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #000000;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/*----------------------------
					Comments
----------------------------*/

.commentarea 
{
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment-head
{
    text-align:right;
    padding-right:3px;
    padding:0 3px 0 0;
}
.comment
{
    padding-left:5px;
    position:relative;
    left:-95px;
    width:545px;
    top:0px;
}
.author
{
    position:relative;
    top:85px;
    left:-75px;
    width:175px;
}
.content
{
    position:relative;
    left:35px;
    top:-28px;
    width:400px; 
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;      
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
	font-size:10px;
	float:right;
	position:relative;
	top: 3px;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	width: 390px;
	overflow: hidden;
	background:transparent;
	color:#222222;
	font-size:0.84em;
	letter-spacing:0;
}
#left {
	float: left;
	width: 180px;
	border:none;
	background:#ffffff;
	margin-top:0px;
}
#right {
	float: right;
	width: 180px;
	border:none;
	margin-right:10px;
	background:#ffffff;
	margin-top:1px;
}
.box{
	width:180px;
	margin-bottom: 5px;
	border:none;
	background: #ffffff;
	border: 1px solid #e7e8e6;
}
.boxbig{
	width:380px;
	margin-bottom: 5px;
	margin-left:8px;
	border:none;
	background: #ffffff;
	border: 1px solid #e7e8e6;
}

/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font:  12px "Verdana", Geneva, Arial,sans-serif;
	color: #ffffff;
	background :url(img/sbg.jpg) repeat-x;
	padding:6px 3px 10px 10px;
}
#sidebar h4, #right .rights{
	font:  12px "Verdana", Geneva, Arial,sans-serif;
	color: #ffffff;
	margin: 0px 1px 0px 1px;
	padding:5px ;
	background :url(img/sbgr.jpg) repeat-x;
	padding:6px 3px 10px 10px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #222222;
    font: 11px "Arial", Geneva, Arial, sans-serif;
	text-decoration: none;
}
#sidebar a:hover{
	color: #3a82b8;
    font: 11px "Arial", Geneva, Arial, sans-serif;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 5px 0 5px 0px;
	border-bottom:1px solid #e7e8e6;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}
/*blogroll widget */
ul.list-blogroll li{
	padding-left: 10px !important;
}
/*meta  widget*/
ul.list-meta li{
	padding-left: 10px !important;
}
/*rss widget */
ul.list-rss li{
	padding-left: 10px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	padding-left: 10px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	padding-left: 10px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	padding-left: 10px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	padding-left: 10px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	padding-left: 10px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}
/*search form */
#searchform {
	margin: 0px ;
    right: 20px;
	float: right;
    position: absolute;
    top: 20px;
}
#searchform br {
	display: none;
}
#searchfield {
	width: 131px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #888888;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
    background: #ffffff;
}
/* search form button */
#searchbutton {
	border: 1px solid #888888;
	width: 60px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
    background: #ffffff;
    position:relative;
    top:-3px;
}
.votebutton {
	border: 1px solid #888888;
	width: 85px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
    background: #ffffff;
    position:relative;
    top:-8px;
    left:15px;
}
/* page close */
#close {
	clear: both;
	background: #ffffff;
	line-height: 130%;
	padding-bottom: 0px;
}
#footer {
	background: #ffffff;
	color: #000000;
	width: 980px;
	border-top: 1px solid #646e7b;
	margin: 0px auto 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 12px;
}
#footer a, #footer a:visited{
	color: #165e92;
	text-decoration: none;
	}
#footer a:hover{
	color: #165e92;
	text-decoration: none;
	}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
acronym, abbr, span.caps {
	cursor: help; 
	}
acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
.stylefooter
{
    float:left;
    left:0px;
    width:545px;
    height:25px;
    font-size:0.82em;
    text-align:center;
}
/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
	color:#515756;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #FFF;
	color:#f89406;
}

.calendar .other {
	color: #4183d3;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #FFF;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 30px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}


/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 30px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
	color:#515756;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
	color:#515756;
}
.tags{color:#515756;}
.tags a:hover{color:#f89406;}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#footerdiv
{
    position:absolute;
    bottom:-300px;
    width:960px;
    font-size:0.78em;
}
