*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
}

body,html{
	background: url(images/bg.jpg) repeat;
	color: #d5abb9;
}

:focus{
	outline: none;
}

img{
	border:0;
}

ul,li{
	list-style-type: none;
	float: left;
}

a{
	text-decoration: none;
	color: #d5abb9;
}

.clear{	
	clear: both;
}

#container{
	background: #2c1414;
	width: 984px;
	margin: 0px auto;
	position: relative;
}

*{border: 0px solid #eee;}
/***************HEADER*******************/
#header{
	position: relative;
	padding: 0px 0px 145px;
	background: url(images/header_bg.jpg) no-repeat;
}

#logo{
	position: absolute;
	top: 38px;
	left: 20px;
}

#search {
	position: absolute;
	right: 22px;
	top: 16px;
	width: 273px;
}

#search #s{
	width: 192px;
	height: 21px; 
	background: #412e36;
	border: 1px solid #2e1617;
	float: left;
	padding-top: 3px;
}

#search #submit{
	width: 60px;
	height: 21px;
	background: #2c1414;
	color: #fff;
	float: right;
	margin-top: 2px;
}

#search *:hover{
	border: 1px solid #eee;
}

#pages{
	background: url(images/pages_bg.png) no-repeat;
	width: 963px;
	height: 29px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}

#pages ul#page{
	margin-left: 20px;
	margin-top: 6px;
	float: left;
	font-size: 14px;
	font-weight: bolder;
}

#pages ul#page li a{
	margin-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #f32c83;	
	color: #f32c83;
	
}

#pages ul#page li a:hover{
	color: #d5abb9;
}

#pages #subscribe{
	margin-right: 5px;
	float: right;
}


#carousel{
	margin-top: 8px;
	padding: 0px 0px 6px;
	background: url(images/carousel_bg.jpg) repeat-x;
	position: relative;

}

#carousel ul{
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	height: 180px;
}

#carousel ul li.cloned{
	margin-right: 8px;
	margin-bottom: 12px;
	background: url(images/carousel_shadow.png) no-repeat right bottom;
	border: 0px solid #f32c83;
	width: 233px;
	height: 174px;
}

#carousel ul li.cloned img{
	width: 226px;
	height: 167px;
	border: 1px solid #412e36;
	position: relative;
	top: -1px;
	left: 7px;
}

#carousel .arrow{
	padding: 0px 30px 47px 0px;
	position: absolute;
	z-index: 1000;
	top: 78px;
}

#carousel a:hover{
	background-position: -50px 0px;
}

#carousel .back{
	background: url(images/arrow_back.png) no-repeat;
	left: 35px;
}

#carousel .foward{
	background: url(images/arrow_foward.png) no-repeat;
	right: 35px;
}
/***************HEADER*******************/


/***************CENTRAL*******************/


#central{
	background: #2c1414 url(images/central_bg.jpg) repeat-x;
	position: relative;
}

#central #location{
	position: absolute;
	height: 20px;
	left: 16px;
	top: 13px;
}

#central #content{
	float: left;
}

#central #content, #central #sidebar{
	margin-left: 5px;
	
	margin-top: 45px;
}

#central .postshadow{
	background: #000 url(images/post_shadow.png) no-repeat right bottom;
}

#central .post{
	width: 628px;
	height: 338px;
	padding: 20px 24px 16px 17px;
	margin-bottom: 12px;
	border: 1px solid #412e36;
	background: #000;
	position: relative;
	top: -6px;
	left: 4px;
	z-index: 1000;
}

#central .odd{
	background:#462020 url(images/post_odd.jpg) repeat-x;
}


.post h2 a{
	font-size: 16px;
	font-weight: bolder;
	color: #f32c83;
}

.post .postdata{
	margin-top: 10px;;
}

.post .thumb{
	margin-top: 10px;	
	width: 257px;
	float: left;
}

.thumb img{
	margin-bottom: 10px;
	width: 257px;
	height: 248px;
}
.post .entry{
	margin-top: 10px;
	width: 349px;
	height: 248px;
	float: right;
	overflow: hidden;
	line-height: 22px;
}

.entry a{
        color: #f32c83;
}

.entry p img{
        width: 0px;
        height: 0px;
}


.post .postmetadata{
	float: left;
	margin-top: 16px;
}

.post .readmore{
	float: right;
	margin-top: 16px;
}

#central #sidebar{
	float: left;
	width: 287px;
}

#sidebar .box{
	border: 1px solid #412e36;
	width: 271px;
	padding: 8px;
	margin-bottom: 12px;
	float: left;
	top: -6px;
	left: 4px;
	position: relative;
	background: #462020 url(images/box_bg.jpg) repeat-x;
}

#sidebar .boxshadow{
	background: #000 url(images/box_shadow.png) no-repeat right bottom;
}

#sidebar .widgettitle{
	font-size: 14px;	
	line-height: 14px;
	background: #000;
	padding: 7px 3px 7px 3px;
	margin-bottom: 8px;
}

#sidebar ul li{
	width: 250px;
	border-bottom: 1px dashed #412e36;
	padding: 5px 0px 3px 0px;
	margin-left: 10px;	
}

#sidebar .current-cat a{	
	padding-left: 10px;
	background: url(images/tab_arrow.gif) no-repeat center left;
}

#sidebar ul li a{
	/*
	background: url(images/tab_arrow.gif) no-repeat center left;
	padding-left: 8px;*/
}
/***************CENTRAL*******************/

/***************FOOTER*******************/
#footer{
	padding: 0px 0px 82px;
	background: url(images/footer_bg.jpg) no-repeat;
	color: #795765;
	position: relative;
}

#footer a:hover{
	color: #f32c83;
}

#footer ul{
	position: absolute;
	top: 28px;
	left: 30%;
	border-left: 2px solid #f32c83;	
}

#footer ul li a{
	padding-right: 10px;
	margin-left: 10px;
	color: #795765;
	text-transform:uppercase;
	border-right: 2px solid #f32c83;
	font-weight: bold;
	display: block;
}

#footer #copy{
	position: absolute;
	top: 50px;
	left: 37%;
	width: 300px;
}
/***************FOOTER*******************/

comment-list{
	margin: 0 auto;
	border-top: 10px solid #6699cc;
	}

.comment-list li{
	padding: 10px 0;
	border-bottom: 2px solid #fff;
	width: 630px;
	}
	
.comment-list img, .comment-form img{
	width: 40px;
	height: 40px;
	float: left;
	padding: 2px;
	border: 1px solid #fafafa;
	}

.comment-list-content{
	float: left;
	width: 68%;
	margin-left: 15px;

	}
	
.comment-list-content p{
	padding: 5px 0;
	}
	
.comment-list-content span{
	color: #999;
	}
	
.comment-list .time{
	float: right;
	text-align: right;
	}

.comment-form *{
	
	}
	
.comment-form-right{
	width: 90%;
	float: right;
	}

.comment-form textarea{
	float: right;
	width: 100%;
	height: 33px;
	padding: 3px 0;

	}

.comment-form #submit{
	cursor: pointer;
	background: url(images/submit.png) 0 0;
	border: none;
	width: 120px;
	height: 30px;
	padding: 0;
	margin-top: 5px;
	float: right;
	}

.comment-form #submit:hover{
	background: url(images/submit.png) 0 -30px;
	}

.comment-form .text{
	background: url(images/fields.png) 0 0;
	border: none;
	width: 154px;
	height: 20px;
	padding: 7px 125px 3px 5px;	
	margin-top: 5px;
	}

.comment-form .text:hover{
	background: url(images/fields.png) 0 -30px;
	}


/* Loading */
#load		{z-index:1;left:10px ;top:10px;position:fixed; }


#load div	{position:absolute;}
#full, #percent {height:20px;}
#full		{background:#e7f0d2;width:200px; border: 1px solid #9fc54e; padding: 1px;}
#percent 	{background:#9fc54e;width:6px; }
#loading			{font-size:12px;z-index:2;width:200px;color:#fff;padding:3px 9px;  }
