@charset "UTF-8";

/*
Developer : Clemente Gomez
Website: www.kreativeking.com
*/

/*____________________Main Divs____________________*/
body{
	background: url(images/blog_bg.png) #082727 repeat-x;
}

#wrap{
	position: relative;
	top: 0;
}

#main{
	border-top: none;
}

#header{
	position: relative;
	top: 31px;
	border-bottom: none;
}

#navigation{
	margin: 0 auto 33px;
}

#content{
	background: #020c0c;
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}

/*____________________Posts____________________*/

#postWrap{
	top: 0;
	left: 0;
	margin: 0;
}

.post{
	border-bottom: 1px solid #000000;
}

/*____________________Sidebar____________________*/

#sidebar{
	position: relative;
	float: right;
	overflow: hidden;
	width: 300px;
	margin: 0 15px 0 0;
	_margin: 0 7px 0 0;
}

#sidebar .widget{
	background:  url(images/nav_bg.png) #082727 repeat-x;
	overflow: hidden;
	margin: 0 auto 25px;
	padding: 10px 3px;
	width: 290px;
	border: 1px solid #3f4c4c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar .widget .widgettitle{
	background: #020c0c;
	overflow: hidden;
	height: 28px;
	width: 100%;
	color: #28c5c5;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 5px;
	text-align: center;
}

#sidebar .widget ul li{
	padding: 5px 0px 5px 0;
	width: 80%;
	font-size: 10px;
	letter-spacing: 2px;
	border-top: 1px solid #000404;
	border-bottom: 1px solid #264141;
}

#sidebar .widget ul li:first-child{
	border-top: none;
}

#sidebar .widget ul li:last-child{
	border-bottom: none;
}

.ads img{
	margin: 0 0 0 40px;
	width: 125px;
	outline: 1px solid #000404;
	border: 1px solid #264141;
}

/*____________________Footer____________________*/

#footer{
	background: url(images/footer_bg.png) #092a2a repeat-x;
	float: left;
	padding: 0 0 0 100px;
	width: 898px;
}

#copy{
	clear: both;
	margin: 10px auto 10px;
	width: 898px;
	height: 50px;
}

#copy a{
	color: #28c5c5;
}

#copy p{
	line-height: 50px;
}