/*
Autsim-Hub Styles V2.0
Based On Autism-Hub Styles By Kevin Leitch July 2006
Autism-Hub Styles V2.0 Dad Of Cameron August 2008
	
	=1: Universal reset
	=2: Main Layout Divs
	=3: Elements
*/

/* =1 Universal Reset  */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size:65.5%;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	background: #F8F8FF;
	padding-bottom: 8px;
}

/* =2 Main Layout Divs */

#container {
	text-align: left;
	width: 98.5%;
	margin-left: 8px; 
	margin-top: 8px;  
	background: #FFF;
	border: 1px solid #5599FF;
	overflow: hidden;
}

#header {
	float: left;
	width: 100%;
	height: 110px;
	background: #FFF url(../images/header.png) no-repeat; 
}

#subheader {
	float: left;
	width: 100%;
	background: #DDDDFF;
	margin: 0;
	padding: 0;
	border-top: 1px solid #5599FF;
	border-bottom: 1px solid #DDDDFF;
}

#content {
	float: left;    
	width: 1920px;
	background: url(../images/background.png) repeat-y;
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 320px;
	background: #EEEEFF;
}

#lastposts {
	float: left;
	width: 1520px;
	margin-left: 1px;
	border-bottom: 1px solid #5599FF;
}

#sortbar {
	float: left;
	background: #DDDDFF;
	width: 1500px;
	padding-left: 2px;
	border-bottom: 1px solid #5599FF;
}

#sortbar:hover {
	border-bottom: 1px solid #FF9933;
}

#footer {  
	float: left;         
	width: 100%;
	height: 60px;
 	padding-left: 320px;
	color: #3366CC;
	background: #EEEEFF;
}

ul#footeritems li {
	display: inline;
	margin-right: 8px;
}

ul#footeritems li a {
	position: relative;
	left: 360px;
}
 
#footer h3 {
	font-weight: normal;
	font-size: 10px;
	position: relative;
	top:24px;
}

/* =3 Elements */

h1 {
}

h1 a {
	height: 100px;
	text-indent: -100em;
	display: block;
	overflow: hidden;
}

ul, ul li {
	list-style: none;
}

h2 { 
	display: none;
}