body{
	background:#1f1f1f url('/images/mainbg.jpg') ;
	padding:0px;
	margin:0px;
}
html>body #container {
	height: auto;
}

#container{
	margin:5px auto;
	width:1000px;
}

#header{ 
	position:absolute;
	top:0px;
	min-width:1000px;
	width:100%;
	padding:0px;
	margin:0px;
	/*background: transparent url('header.png') repeat-x;*/
	background: transparent url('/images/header.jpg') repeat-x;
	background-attachment:scroll;
}

#title{
	color:white;
	font-family:Trebuchet MS;
	font-size:30px;
	width:360px;
	padding-top:0px;
	padding-left:50px;
	float:left;
}

#tabs{
	font-size:16px;
	padding-right: 50px;
	padding-bottom:0px;
	height:33px;
	width:390px;
	float:right;
}

#tabs ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#tabs li{
	background:transparent url('/images/tab.png');
	float:right;
	height:30px;
	padding-right:5px;
}

#tabs li a{
	color:#8F8F8F;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 19px 9px 19px;
	border-bottom:2px solid #0F0F0F;
}

#tabs li a:hover, #tabs li a.selected {
	border-color:blue;
	color:white;
}

#logo{
	height:100px;
	width:900px;
	border:3px solid Black;
	background:url('/images/logo.png');
	margin:15px auto;
}

.content,#content{
	border:5px solid #0F0F0F;
	width: 850px;
	background:#323232;
	background:#000000;
	margin: 25px auto;
	color:#b7b7b7;
}

.spacer{
	display:block;
	clear: both;
	height: 0px;
	overflow: hidden;
} 

/***************************************
blog entries css
****************************************/
.icon{
	behavior: url('/include/iepngfix.htc');
	position:relative;
	float:left;
	width:72px;
	margin-right:10px;
	height:72px;
}
.entry .icon,.entry h2,.entry span, .entry a,#entry .icon,#entry h2,#entry span, #entry a {
	display:inline;
}

.entry,#entry{
	
	padding:5px 10px 25px 10px ;
	background:url('/images/entry.jpg') no-repeat;
}

#back{
	position:relative;
	float:right;
}
#foreward{
	position:relative;
	float:left;
}

/***************************************
form css
****************************************/
form *{
	color:#ffffff;
	background:#1f1f1f;
	margin-left:50px;
	display:block;
	margin-bottom:5px;
}
form #uploadfile{
color:black;
}
form label{
	background:#000000;
}
option{margin:0px;}

#blogformtitle{
	width:300px;
}

#blogformpost{
	width:600px;
	height:300px;
}

/***************************************
links css
****************************************/
a.footer {	color:black;}

a{	color:#1186e6;	text-decoration:none;}

a:hover{color:blue;}

h2 a{color:#b7b7b7;}
h2 a:hover{color:white;}

