/*
Theme Name:
Theme URI: http://numberonedesigner.com/
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
html {
	background: #3D0038 url(images/bg.gif) 50% 0;
}
body {
	font: 14px/24px Georgia, "Times New Roman", Times, sans-serif;
	color: #D4D4D4;
	width: 950px;
	margin: 40px auto;
	position: relative;
	background: #20121F url(images/bg1.jpg) no-repeat;
}
a {
	color: #E245D5;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}


#logo {
	position: absolute;
	top: 81px;
	left: 52px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 712px;
	padding: 95px 0 0;
	overflow: hidden;
	position: relative;
	background: url(images/bg2.jpg) 0 100% no-repeat;
}
#content {
	float: right;
	width: 440px;
	display: inline;
	margin-right: 61px;
}
.post {
	padding: 5px 0 0;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 10px;
	color: #FFF;
}
.entry {
	padding: 0 20px 0 0;
	text-align: justify;
	height: 425px;
	overflow: auto;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 10px;
}



/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 285px;
	display: inline;
	margin: 157px 0 0 56px;
	padding: 0 0 18px;
	color: #6E656D;
	text-align: justify;
	background: url(images/left-bottom.gif) 50% 100% no-repeat;
}


/* Nav
-----------------------------------------------------------------------------*/
#nav {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-align: center;
}
#nav li {
	display: inline;
	margin: 0 8px;
}
#nav a {
	color: #7B7B7B;
	background: url(images/nav.gif) 50% 28px no-repeat;
	padding: 0 0 82px;
	position: relative;
}
#nav a:hover {
	color: #F47AEA;
	text-decoration: none;
	background: url(images/nav-hover.gif) 50% 22px no-repeat;
}