/*
Autsim-Hub Posts V2.0
Based On Autism-Hub Styles By Kevin Leitch July 2006
Autism-Hub Styles V2.0 Dad Of Cameron August 2008
	
	=1: Post Details
*/

/* =1: Postdetails */

#posts {
	float: left;
	width: 1500px;
}

#thelist {
	float: left;
	width: 1500px;
}

ul#postdetails li.aut {
	background: #FFFFCC url(../images/icons/icon-aut.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 32px;
	font-size: 12px;
}

ul#postdetails li.aut:hover {
}

ul#postdetails li.par {
	background: #EEEEFF url(../images/icons/icon-fam.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 32px;
	font-size: 12px;
}

ul#postdetails li.par:hover {
}

ul#postdetails li.pro {
	background: #DDDDFF url(../images/icons/icon-pro.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 32px;
	font-size: 12px;
}

ul#postdetails li.pro:hover {
}

ul#postdetails li.oth {
	background: #CCCCFF url(../images/icons/icon-oth.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 32px;
	font-size: 12px;
}

ul#postdetails li.oth:hover {
}

ul#postdetails li a {
	color: #3366CC;
	position: relative;
	top: 7px;
	left: 0px;
	margin-left: 44px;
	font-weight: bold;
	font-style: normal;
}

ul#postdetails li a.article:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9933;
}

ul#postdetails li a:hover {
	color: #FF9933;
}

ul#postdetails li a.sub {
	color: #3366CC;
	margin-left: 0;
}

ul#postdetails li a.sub:hover {
	color: #FF9933;
}

ul#postdetails li a.author {
	margin-left: 0;
}

.plaintext {
	color: #1144AA;
	position: relative;
	top: 7px;
	font-size: 10px
}

#backbar {
	display: none;
}