﻿h1
{
    font-size:18px;
    margin:0px;
}

.posttitle 
{
    width:100%;
    padding-left:5px;
    border-bottom:2px solid #96898b;   
}

.author
{
    width:100%;
    text-align:right;
    padding:0px 5px 0px 5px;
    line-height:16px;
    font-size:11px;
}

h2
{
    border-bottom:1px solid #96898b;
    font-size:15px;
    padding-bottom:5px;
    font-weight:normal;
}

.static
{
    font-size:12px;
    line-height:16px;
}

.static li
{
    margin-bottom:15px;   
}

.info
{
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    margin-top:5px;
    margin-bottom:35px;
    padding:5px;
    font-size:11px;
    font-weight:bold;
    text-align:center;
}

.left_nav ul
{
    margin:0px 0px 0px 15px;
    padding:0px;
    list-style:none none outside;
    font-size:12px;
    line-height:20px;
}

#postnavigation
{
    margin-bottom:25px;
}

#searchpage
{
    display:none;
}

#searchfield, .inputbox
{
    font-size:11px;
    width:110px;
    font-family:Verdana, Arial, Sans-Serif;
    border:1px solid #cccccc;
    margin-right:5px;
    margin-left:5px;
}

#searchbutton, .inputbutton
{
    font-size:11px;
    height:19px;
    margin-bottom:-1px;
}

#searchcomments, .inputcheckbox
{
    margin-bottom:-1px;
}

.content_holder
{
    width:740px;
    background-color:#ffffff;
    padding-left:15px;
    padding-right:20px;
    font-size:12px;
}

.content
{
    padding:5px;
    width:100%;
    margin:0px auto 0px auto;
    border:1px solid #230a03;  
}


.posttitle a:link 
{
    text-decoration:none;
}

.posttitle a:visited
{
    text-decoration:none;
}
.posttitle a:hover
{
    text-decoration:none;
}

.posttitle a:active
{
    text-decoration:none;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.menu
{
    font-size:14px;
    font-weight:bold;
    text-align:left;
    background-color:#230a03;
    padding:5px 0px 5px 25px;
    color:#176fbf;
}

.menu a:link
{
    text-decoration:none;
    color:#fe8011;
}

.menu a:visited
{
    text-decoration:none;
    color:#fe8011;
}

.menu a:hover
{
    text-decoration:none;
    color:#176fbf;
}

.menu a:active
{
    text-decoration:none;
    color:#fe8011;
}

#relatedPosts a
{
    margin:0px 5px 0px 5px;
}

.commentForm
{
    margin-top:15px;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
	font-size:11px;
}

.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;
	margin: 0;
}

/* 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;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
}

#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;
}

/*----------------------------
				Search page
----------------------------*/

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

