@CHARSET "UTF-8";
/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {	
	width:720px;
	height:37px;
	margin-left: 240px;
}
#elgg_topbar_container_left {
	display: block;
	float:left;
	height:37px;
	text-align:left;
	margin-left: 12px;
}
#elgg_topbar_container_right {
	display: block;
	float:right;
	height:37px;
	width:50px;
	margin-right:15px;
	text-align:right;
}
#elgg_topbar_container_search {
	float:left;
	height:37px;
	text-align:right;	
}
#elgg_topbar_container_left .toolbarimages {
	float:left;
	margin-right:20px;
}
#elgg_topbar_container_left .toolbarlinks {
	margin:0 0 10px 0;
	float:left;
}
#elgg_topbar_container_left .toolbarlinks2 {
	float:left;
	height: 17px;
	padding: 10px;
	padding-top:13px;
}
#elgg_topbar_container_left a.loggedinuser {
	color:#eeeeee;
	font-weight:bold;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
	color:white;
	margin:0 15px 0 5px;
	display:block;
	padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
	background: #4690d6;
	text-decoration: none;
}
#elgg_topbar_container_left a.privatemessages {
	background:transparent url(http://sunomusic.com/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	margin:0 5px 0 5px;
	cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(http://sunomusic.com/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(http://sunomusic.com/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	padding:0 0 4 16px;
	margin:0 5px 0 5px;
	color:white;
}
/* IE6 */
* html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar_container_left a.privatemessages_new:hover {
	text-decoration: none;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#999999;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#eeeeee;
}
#elgg_topbar_container_left img {
	margin:0 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
	margin: 0px;
}


#topbar_login{
	display:block;
	height:17px;
	padding: 10px;
	font-weight: bold;
	color:#333333;
	width:50px;
}

#topbar_login:hover{

}

#topbar_logout{
	display:block;
	height:17px;
	padding: 10px;
	font-weight: bold;
	color:#333333;
	width:50px;
}

#topbar_logout:hover{

}

#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}
#searchform input.search_input {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:black;
	font-size:12px;
	margin-top:2px;
	padding:2px;
	width:160px;
	height:18px;
	vertical-align:middle;
}
#searchform input.search_submit_button {
	color:white;
	background: #9A9A03;
	border:1px solid white;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	width:auto;
	height:23px;
	cursor:pointer;
	vertical-align:middle;
}
#searchform input.search_submit_button:hover {
	color:#ffffff;
	background: #9A9A03;
}


/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
/* elgg toolbar menu setup */
ul.topbardropdownmenu, ul.topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 9000;
	position: relative;	
}
ul.topbardropdownmenu {
	margin:0px;
}
.drop { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height:37px; 
	width:40px;	
	color:white;
	font-weight:bold;
}
.drop a:visited {
	font-weight:bold;
	color:white;
	margin-top: 3px;
}
.menuitemtools {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
	height:17px;
	text-decoration:none;
	color:white;
	padding:10px;
}
ul.topbardropdownmenu li.hover span.drop a.menuitemtools{
	background-image: url("/mod/custom_homepage/images/menu/any_menu_active.gif");
	text-decoration:none;
	background-repeat: repeat-x;
	font-size:12px;
	color:white;
	font-weight:bold;
}
ul.topbardropdownmenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
/* IE6 fix */
* html ul.topbardropdownmenu ul {
	line-height: 1.1em;
}
/* IE6/7 fix */
ul.topbardropdownmenu ul a {
	zoom: 1;
} 
ul.topbardropdownmenu li ul li {
	float: none;
	height:22px;
	border-bottom: 1px solid #7c8f22;
}   
/* elgg toolbar menu style */
ul.topbardropdownmenu li ul {
	width: 150px;
	top: 38px;
	background-color:#c4df1b;
	border-top:1px solid #7c8f22;
}
/* IE7 fixes */
*:first-child+html #elgg_topbar_container_left a.pagelinks {

}
*:first-child+html ul.topbardropdownmenu li.drop a.menuitemtools {
	padding-bottom:6px;
}
ul.topbardropdownmenu li ul li a {
	width:150px;
	background-color: #c4df1b;/* menu off state color */
	font-weight: bold;
	padding-left:6px;
	text-decoration:none;
	color:white;
	font-size:12px;
}
ul.topbardropdownmenu li ul li.hover {
	background-color: #a5be2f;
	text-decoration:none;
	font-size:12px;
}
ul.topbardropdownmenu li ul li a.hover {
	background-color: #a5be2f;
	font-size:12px;
}
ul.topbardropdownmenu li ul {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.home_menu{
	display: block;
	height: 37px;
	float: left;
	width:55px;
}
a.home_menu_link{
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}
a.home_menu_link:link {
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}
a.home_menu_link:visited {
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}

a.home_menu_link:hover{
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
	background-image: url("/mod/custom_homepage/images/menu/any_menu_active.gif");
	background-repeat: repeat-x; 
	width:40px;
}
.home_menu_comunity{
	display: block;
	height: 37px;
	float: left;
	width:85px;
}
a.home_menu_comunity_link{
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}
a.home_menu_comunity_link:link {
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}
a.home_menu_comunity_link:visited {
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
}

a.home_menu_comunity_link:hover{
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
	background-image: url("/mod/custom_homepage/images/menu/any_menu_active.gif");
	background-repeat: repeat-x; 
	width:70px;
}


a.home_menu_link:active{
	padding:10px;
	height:17px;
	color: white;
	text-decoration: none;
	margin-top:3px;
	display: block;
	font-size:12px;	
	font-weight:bold;
	background-image: url("/mod/custom_homepage/images/menu/any_menu_active.gif");
	background-repeat: repeat-x; 
}

#searchform{
	margin-top: 10px;	
}

a#moreMenu{

	margin-top:3px;
	color: white;
		
}
a#moreMenu a:hover{

	margin-top:3px;
	color: white;
		
}
a#moreMenu a:active{

	margin-top:3px;
	color: white;
		
}
a#moreMenu a:link{

	margin-top:3px;
	color: white;
		
}
a#moreMenu a:visited{

	margin-top:3px;
	color: white;
		
}
