/* Usable skin Custom CSS */
/* modified by Stefan Hummert to fit for blue_heaven skin */
#menu-top {
        background-color: #e8f2f5;
	margin-top: 2px;
	text-align: center;
}
#menu-top ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#menu-top li {
	display: inline;
}
#menu-top span {
	background: transparent url(img/menuright.png) no-repeat right top;
	margin:0;
	margin-left: 5px;
	padding:0;
}
#menu-top a {
	background:url(img/menuleft.png) no-repeat left top;
	padding:3px 12px 3px 12px;
	text-decoration:none;
	color:#6374a6;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
#menu-top a:hover {
	color:#cc6633;
}
#menu-top a span strong {
	color: #444;
	color: #1B4F7E
}
#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }
#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span { background-position:100% -42px; }

#portrait{
	height: 110px;
 	background-image: url(img/avatar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:160px;
	margin-left: 9px;
}
#announcement, #homecontent{
	padding: 0.5ex 1ex;
	margin-bottom: 2ex;
}
#homecontent{
	background: #f8f8f8;
	border: 1px double #ddd;
}
div#announcement div.bSmallPrint, div#homecontent .bSmallPrint {
	margin: 0.5ex;
}


