.post ul
{
list-style-type: disc;	
padding-left: 30px;
}
.rating ul
{
list-style-type:none;	
padding-left: 0px;
	
}

.loginbox
{
background-color:#dbe9dc;

}

.loginbox td
{
padding-top:10px;
padding-left:10px;
padding-right:10px;
}




#ctl00_cphBody_Login1_LoginButton
{
position:relative;
bottom:30px;
right:5px;
}

.signinls
{	
	position:absolute;
	left: 535px;
	top: 1px;	
	font-size:1.3em;
	
}

div.post {
	width: 586px;
	margin-bottom: 30px;
	}
	
div.post h3 {
	text-transform: none;
	font-weight: bold;
	border-bottom: 2px solid #9cc29b;
	margin-bottom: 3px;
	}
	
div.post p {
	font-size: 1.15em;
	line-height: 1.25em;
	margin-top: 1em;
	}

div.post p.post_meta, div.post p.post_tags, div.post p.post_actions {
	font-size: 1em;
	line-height: 1em;
	margin-top: 0;
	color: #78977a;
	}

	
div.post p.post_meta a, div.post p.post_tags a, div.post p.post_actions a {
	font-weight: normal;
	}
	
div.post p.post_actions {
	float: right;
	height: 11px;
	padding-top: 14px
	}
	
div.post img.left {
	float: left;
	border: 1px solid #7d7d7d;
	margin: 3px 10px 10px 0;
	}

div.post img.right {
	float: right;
	border: 1px solid #7d7d7d;
	margin: 3px 0 10px 10px;
	}
	
a.rss {
	padding-right: 16px;
	background: transparent url(/blogdata/images/rss-12.png) no-repeat right top;
	}
	
div.right h3 {
	margin-top: 25px;
	}

h3#feed {
	background: #9cc29b;
	padding: 5px;
	color: white;
	text-align: center;
	border: none;
	margin: 0 0 7px 0;
	}
	
h3#feed a{
	padding-left: 20px;
	background: transparent url(/blogdata/images/rss-16.png) no-repeat left top;
	}
	
h3#feed a:hover {
	text-decoration: none;
	}
	
div.right #searchbox {
	background: transparent url(/blogdata/images/bg-gradient.jpg) repeat-x;
	padding: 7px;
	}
	
div.right #searchbox button.button {
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: white;
	background: #78977a;
	border: none;
	}
	
div.right #searchbox input[type="text"] {
	width: 215px;
	height: 18px;
	border: 1px solid #7d7d7d;
	float: left;
	padding: 0;
	margin-bottom: 5px
	}
	
* html div.right #searchbox input[type="text"] {width: 150px; margin-bottom: 0; background: #00FFCC}

div.right #searchbox label {
font-size: .9em;
	}
	
ul#categories li, .right li {
	padding-bottom: 5px;
	list-style-type: square;
	margin: 0 0 0 16px;
	font-size: .9em;
	color: #4f7751;
	line-height: 1.25em;
	padding-bottom: 5px;
	}
	
	
/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {

	margin-bottom: 10px;
	white-space: normal;
       
}

#tagcloud li {
   	display: inline;	
	/white-space:nowrap;
        text-indent: -1.3em;
        
}

#tagcloud a {
	/margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					Star rater
----------------------------*/

div.rating {
	float: left;
	color: #4f7751;
	font-size: .9em;
	}
	
.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.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(/blogdata/images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

