@CHARSET "UTF-8";

*{
margin: 0;
padding: 0;
}

html{
	background: url("../images/background.gif") repeat;
}

body{
	background: url("../images/background-footer.png") no-repeat center bottom;
}

#error_body{
	background-color: #000;
	background-image: none !important;
	text-align: center;
}

#wrap{
	width: 980px;
	margin: 0 auto;
	color: #b8a190;
	font-family: arial;
	padding-bottom: 10px;
}

#contentBurn{
	margin: 12px 7px 3px 8px;
	width: 660px;
	float: left;
}

#linkSide{
	float: right;
	width: 290px;
	margin: 12px 3px 8px 0px;
}

/*Side bar banner*/
#banner{
	border: 1px solid #271912;
}

/*Side bar events*/
span#tittleEvents{
	background:url(../images/sprite_title.jpg) no-repeat 0 0;
	float:left;
	margin: 25px 0 10px 0;
	width:221px;
	height:17px;
	display:block;
	font-size:0px;	
}

div#thumbEvents{
	border: 1px solid #271912;
	padding: 12px;
}

div#thumbEvents a{
	color: #8c5e48;
	text-decoration: none;
	font: 12px bold;
}

div#thumbEvents a img{
	border: 2px #26211e solid;
}

/*Side bar Twitter*/
span#tittleTwitter{	
	background:url(../images/sprite_title.jpg) no-repeat 0 -18px;
	margin: 25px 0 10px 0;
	width:199px;
	height:14px;
	display:block;
	float:left;	
	font-size:0px;
}

div#sideTwitter{
	padding: 12px;
	color: #8b503c;
	font-size: 11px;
	border: 1px solid #271912;
}

span.twitterTop{
	background: url("../images/sprite_title.jpg") no-repeat 0 -102px;
	width: 266px;
	height: 6px;
	display: block;
	float: left;
	font-size:0px;
}

div.tweet{
	background: url("../images/burn_bkg_twitter.jpg") repeat-y;
	padding-bottom: 5px;
}

div.tweet p{
	margin-left:6px;
}

div.tweet a{
	color: #8b503c;
	text-decoration: none;
}

span.twitterBottom{
	background: url("../images/sprite_title.jpg") no-repeat 0 -111px;
	width: 266px;
	height: 3px;
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size:0px;
}

/*Side bar last comments*/

#titleLastComments{
	background:url("../images/sprite_title.jpg") no-repeat 0 -51px;
	float:left;
	margin: 25px 0 10px;
	width:248px;
	height:16px;
	display: block;
	font-size:0px;
}

#lastComments{
	border: 1px solid #271912;
	padding: 12px;
}

.commentTop{
	background: url("../images/sprite_title.jpg") no-repeat 0 -115px;
	width: 266px;
	height: 3px;
	display: block;
	font-size: 0px;
}

.LastComment{
	background: url("../images/burn_bkg_comment.jpg") repeat-y;
	font-size: 11px;
	color: #894837;
	padding:3px 2px 3px 8px;
}

.LastComment a{
	float: left;
}

.LastComment a img{
	border: 0 none;
	margin: 4px 3px 0 0;
}

p.postTitle{
	color: #522b20;
	font-size: 9px;
	font-family: Arial;
}
.comment-strong{
	font-size: 11px;
	font-weight: bolder;
}

.commentBottom{
	background: url("../images/sprite_title.jpg") no-repeat 0 -121px;
	width: 266px;
	height: 3px;
	display: block;
	margin-bottom: 5px;
	font-size: 0px;
}

/*Side bar Tag Cloud*/
#cloudTag p{
	font-family: Arial;
	font-weight: bold;
	color: #c4b4ac;
	font-size: 13px;
}
#cloudTag p.sub2{
	color: #837771;
	padding-top: 3px;
}

/*Side bar indicates*/

#indicateTitle{
	background: url("../images/sprite_title.jpg") no-repeat 0 -68px;
	height: 14px;
	width: 123px;
	display: block;
	margin: 25px 0 10px;
	font-size: 0px;	
}

#indicates{
	border: 1px solid #271912;
	padding: 12px;
}

#indicates ul{
	list-style: none;
}

#indicates a{
	color: #784031;
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
	text-transform: uppercase;
}

/*Footer*/
#footer{
	margin: 0 auto;
	width: 720px;
	font-family: arial;
	font-size: 11px;
	font-weight: bolder; 
	color: #8b817b;
	padding-bottom: 20px;
}

#footer a{
	color: #8b817b;
}

#footer img{
	position: relative;
	top: 8px;
}

/*Navigation*/
.navigation{
	color: #7f473f;
	opacity: 0.7;
	filter:alpha(opacity=70);
	width: 100%;
	background: #1e110e;
	text-align: center;
	margin-top: 30px;
}

.navigation a{
	color: #733f37;
	text-decoration: none;
}

a#rss{
	display:block;
	margin-bottom:10px;
}

/*Hack Clear*/
.clear{
	clear: both;
}

