/*
Autsim-Hub Sidebar V2.0
Based On Autism-Hub Styles By Kevin Leitch July 2006
Autism-Hub Styles V2.0 Dad Of Cameron August 2008
	
	=1: About
	=2: Blogger Key
	=3: Message
	=4: T-Shirts
	=5: Friends
*/

/* =1: About */

#about {
	width: 320px;
	background: #EEEEFF url(../images/bckgrnd-about.png) no-repeat;
	height: 270px;
	border-top: 1px solid #5599FF; 
	padding: 0 0;
	text-align: left;
	overflow: hidden;
}

#about p {
	display: none;
}

/* To display about p text with CSS vs. images
	position: relative;
	top: 200px;
	left: 14px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9999FF;
*/


/* =2: Blogger Key */

#showkey {		
	width: 320px;
	height: 220px;
	background: #EEEEFF url(../images/bckgrnd-key.png) no-repeat;
	text-align: left;
	padding-top: 0px;
	border-top: 1px solid #5599FF; 
	overflow: hidden;  
}                

ul#key {
}

ul#key li {
	display: none;
}
/* To display ul#key li text with CSS vs. images
	margin: 0 60px;
	color: #3366CC;
	position: relative;
	top: 40px;
	left: 0px;
	font-weight: bold;
	font-style: normal;
	padding: 8px 40px;
*/

ul#key li.aut {
	display: none;
}
/* To display ul#key li.aut text with CSS vs. images
	background: #FFFFCC url(../images/icons/icon-aut.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 16px;
	font-size: 12px;
*/

ul#key li.par {
	display: none;
}
/* To display ul#key li.par text with CSS vs. images
	background: #EEEEFF url(../images/icons/icon-fam.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 16px;
	font-size: 12px;
*/

ul#key li.pro {
	display: none;
}
/* To display ul#key li.pro text with CSS vs. images
	background: #DDDDFF url(../images/icons/icon-pro.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 16px;
	font-size: 12px;
*/

ul#key li.oth {
	display: none;
}
/* To display ul#key li.oth text with CSS vs. images
	background: #CCCCFF url(../images/icons/icon-oth.png) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 16px;
	font-size: 12px;
*/

/* =3: Message */

#message {
	width: 320px;
	height: 250px;
	background: url(../images/bckgrnd-message.png) no-repeat;
	border-bottom: 1px solid #5599FF; 
	border-top: 1px solid #5599FF;
}

#message p {
	display: none;
}
/* To display message p text with CSS vs. images
	position: relative;
	top: 30px;
	margin: 0 15px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9999FF;
*/

#message h4 {
	display: none;
}
/* To display message h4 text with CSS vs. images
	position: relative;
	top: 50px;
	margin: 0 15px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
*/

/* =4: T-Shirts */

#tshirts {    
	width: 260px;
	height: 150px;
	margin-top: 45px;
	padding-left: 42px;
}                   

ul#tees li {
	display: inline;
	text-align: center;
	padding: 0px 12px; 
}

/* =5: Friends */

#friends {
	width: 320px;
	border-top: 1px solid #5599FF;  
}      

#friends h4 {
	color: #999;
	padding: 0px 24px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
}        

div#friends ul {
	margin-top: 10px;                      
}

div#friends ul li {
	margin-left: 54px;
	padding-top: 8px; 
}

div#friends ul li a {
	color: #9999FF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div#friends ul li a:hover {
	color: #EE8822;
	font-weight: bold;
	text-decoration: underline; 
}