/* 
global-nav 
*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #2a2a2a;
	width: 100%;
	min-width: 1000px;
	box-shadow: 0 0 5px 0 #000;
	z-index: 1;
}

#header a {
	text-decoration: none;
}

#header .logo {
    position: absolute;
    bottom: 9px;
    left: 10px;
}

#header-nav {
	margin-left: 200px;
	color: #ccc;
}

#header-nav ul {
}

#header-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header-nav li a {
    font-size: 12px;
	font-weight: bold;
	color: #a9a9a9;
	height: 35px;
	padding: 0 10px;
	display: block;
	line-height: 35px;
}

#header-nav li:hover a {
	background-color: #333;
	color: #ccc;
}

#header-nav li.selected {
	background-color: #333;
}

#header-nav .s {
	display: none;
	position: absolute;
	top: 35px;
	border-left: solid 1px #111;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	z-index: 10;
	padding: 5px 20px 10px;
	background-color: #333;
	box-shadow: 0 0 5px 0 #333;
}

#header-nav .s li {
	float: none;
}

#header-nav .s a {
	color: #ccc;
	height: 30px;
	line-height: 30px;
	background-color: transparent !important;
	padding: 0;
}

#header-nav .s a.bb {
	border-bottom: solid 1px #444;
}

#header-nav .s a:hover {
	color: #fff;
}

#header-nav .s .f {
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

#header-nav .songs .f {
	padding-left: 50px;
}

#header-nav .s ul {
	float: left;
}

#header-nav .f label {
	padding-left: 5px;
}

#header-nav .f .label {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#header-nav .f input[type=radio] {
}

#header-nav .f input[type=text] {
	border-width: 1px;
}


/* login */

#header-login {
	color: #efefef;
	position: absolute;
	right: 20px;
	bottom: 0;
	text-align: right;
	height: 35px;
	line-height: 35px;
}

#header-login a {
	color: #efefef;
	margin-left: 10px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}


#header-login a:hover {
	color: #ccc;
}

#header-login a.fb {
	margin-left: 38px;
}

#header-login a.fb .fbicon {
	background: url("/img/social/facebook.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: -18px;
	bottom: 0;
	width: 16px;
	height: 16px;
}

#header-login a.usermenu span.icon {
	background: url("/img/sprite-0.png") no-repeat scroll -63px -17px transparent;
    padding: 0 20px 0 0;
}

#header-login a.usermenu:hover span.icon, #header-login a.usermenu.on span.icon {
	background: url("/img/sprite-3.png") no-repeat scroll -63px -17px transparent;
}

#header-login a.usermenu.on {
	color: #ccc;
}

#header-login-fb {
	position: relative;
	top: -2px;
}


/* logged user overlay menu */

#header-login-usermenu {
	position: absolute;
	right: 4px;
	top: 40px;
	z-index: 2;
	background-color: #fff;
	border: solid 1px #666;
	color: #444;
	padding: 0;
	width: 300px;
	height: auto;
}

#header-login-usermenu a {
	color: #444;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#header-login-usermenu a:hover {
	color: #3F8CD9;
	text-decoration: underline;
}

#header-login-usermenu .userimg {
	float: left;
	position: relative;
	cursor: pointer;
	margin: 5px 0 0 5px;
}

#header-login-usermenu .menu {
	width: 180px;
	float: right;
	margin: 5px 0;
	line-height: 20px;
}

#header-login-usermenu .menu a {
	display: block;
}
