/*

Theme Name: 6AM Theme
Theme URI: http://www.6inthemorning.com
Description: Theme of 6inthemorning.com
Version: 0.1
Author: Nelson Melina

6AM Theme by Nelson Melina || http://www.6inthemorning.com

*/

.sidebar
{
	background:#000000;
	border:none;
	height: 800px;
	width: 240px;
	position:absolute;
	top:115px;
	left:620px;
}
.sidebar ul{
	list-style-type:none;
	margin:0;
	padding: 0 10px;
}

h2 > a:first-child
{
	color:#FF0000;
	text-decoration:none;
}
a:link{
	color:#FFFF00;
	text-decoration:none;
} 

a:visited{
	color:#FFFF00;
	text-decoration:none;
} 
a:hover{
	color:#FFFF00;
	text-decoration:none;
} 
a:active{
	color:#FFFF00;
	text-decoration:none;
}

body {
	font-family: Helvetica;
	font-size: 0.8em;
	color: #ffffff;
	background-color:#000000; 
}




img{
	border:none;
}

#header
{
	width:670px;
	height:115px;
	position:relative;
	top:20px;
	left:177px;
}




#content {
	background:#000000;
	border:none;
	width:400px;
	margin-bottom: 20px;
	position:relative;
	top:0px;
	left:180px;
}

#content h2 {
	font-size:1.3em;
}

.post_content {
	font-size:1em;
	color: #FFFFFF;
}



#footer {
	font-size: 1em;
	background:none;
	text-align:center;
	width:100%;
}

#page {
	position: relative; /* on positionne le conteneur */
  margin-left: auto;
  margin-right: auto;
  width:1024px;
background-color:#000000;
	margin-bottom:10px;
}

#page h1,h2 {
	color:#ff0000;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
}