/* created by Ardora http://www.webardora.net*/

* {
	background-color:#000000;
}

body {
	padding-right:25px;
	margin-top: 5px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	color:#FFFFFF;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}



ul {
	margin-left: 3em;
}


ol {
	margin-left: 3em;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}
/* Post */

.post {
}

.post .title {
	padding: 0;
	margin:0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
}
.post .story p{
	padding: 0;
	margin:0;
}
/* Header */

#header {


	
}

/* Header > Logo */

#logo {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	padding: 6px 5px 0 15px;
	border-bottom:4px solid #393F4D;
}


#logo h1 {
	float: left;
	font-size: 24px;
	letter-spacing: -1px;
}

#logo h2 {
	float: right;
	font-size: 11px;
}

#logo a {
}

/* Header > Menu */
#botons {
	float:right;
	width: 15%;
	height: 27px;
	background-color:#000000;
	border:none;
	padding: 10px 5px 0 15px;
}
#botons a{
	border:none;
	padding:0;
	color:#000000;
}
#menu {
	float:left;
	width: 70%;
	height: 27px;
	margin: 0 auto;
	padding-top:5px;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}



/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
#content a {
	
	margin: 0;
	padding: 0;
}
/* Content > Main */

#main {
	float: right;
	width: 73%;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 18%;
}
#sidebar h2 {
	margin: 0;
	padding:10px 0 0 0;
	font-size: 1.3em;
	color:#FFFFFF;
	border-bottom: 2px solid #393F4D;
}
#sidebar p {
padding:0 0 0 10px;
margin:0;
}


#footer {
	width:100%;
	clear: both;
	padding: 6px 5px 0 15px;
	
	border-top: 4px solid #393F4D;
	
}

#footer p{

	margin: 0 auto;
	font-size: x-small;
	

}

