/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0; 
	padding: 0;
	background: #FFFFFF url(http://templates.vintagesoftware.com/NaturalBeauties/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 30px;
	color: #B8BD52;
}

#menu li.notactive a:hover {
	color: #1A1A1A;
}

#menu li.active a {
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 299px;
	margin: 0 auto;
}


#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top:15px;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}

.post {
	margin-bottom: 10px;
}

#Blogpage h1 {
	padding: 0 0 5px 0px;
	color: #FF8400;
}

.post .meta {
	padding: 10px 20px;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(http://templates.vintagesoftware.com/NaturalBeauties/img14.gif) no-repeat 0em 2.5em;
}

.textbox h4 {
	padding-left: 0px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #C3C837 url(http://templates.vintagesoftware.com/NaturalBeauties/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}





/*----------------------------					Star rater ----------------------------*/

.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: 0px;
}

/* 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
{
    border: 1px solid #8eb46d;
    width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
	border: 1px solid #8eb46d;
}

/*---------------------coment --------------------------*/

.comment{border:2px solid #8eb46d;background-color:white;padding:3px 10px;margin-bottom:10px}
.comment .date{font-size:10px;color:#666666;text-align:right;margin:0;padding:3px 0px;border-bottom:1px dashed #8eb46d}
.comment .author{margin:0;padding:3px 0px;border-top:1px dashed #8eb46d}
#comment{font-size: 15px;letter-spacing: 1px;font-weight: bold;padding-left: 18px;}
#addcomment{font-size: 15px;letter-spacing: 1px;font-weight: bold;padding-left: 0px;}
.self{background:#E0EAEF}
.comment .gravatar{float:left;clear:both;margin:5px 10px 5px 0}
.comment .gravatar img{height:80px;width:80px;border:1px solid #8eb46d}
.comment .content{min-height:85px;margin:5px;margin-left:90px}
.comment cite{font-family:Monospace;font-style:normal}
.comment img.flag{position:relative;top:2px}
.commentForm{padding:15px;}
.commentForm label{clear:both;float:left;display:block;width:80px;margin-top:4px;}
.commentForm input{margin:2px;padding:5px;width:300px;border:1px solid #8eb46d}
.commentForm textarea{width:100%;height:150px;border:1px solid #8eb46d}
#commentMenu{padding:0;margin:0;clear:both}
#commentMenu li{float:left;border:1px solid #8eb46d;border-bottom:transparent;margin:0;list-style:none;margin-right:5px;padding:3px 8px;cursor:pointer;position:relative;top:2px;background:#d8d8d8}
#commentMenu li.selected{background:white;border-bottom:1px solid white}
#commentPreview{display:none;clear:both;min-height:150px}
.success{color:green;font-weight:bold}
.commentForm .bbcode{  font-size:10px; float:right; position:relative; top:20px; padding:3px}
.bbcode a{  margin:1px; padding:1px 3px 1px 3px; background:#fff; border:1px solid #8eb46d}

.errorPage{border-style: solid;border-width: 2px 2px 2px 6px;border-color: red;font-weight: bold;background-color: #FFFFFF;color: #FF0000;padding: 5px 5px 5px 15px;}
.Comment{border: 1px solid black;padding: 10px;background-color: #FFFFFF;}