/**
* Frontpage Admin Menu
*************************************************/

#wphead {
	background-color:#464646;
	height:46px;
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

#wphead #wphead-info {
	width:960px;
	margin: 0 auto;
}

#wphead #gotodashboard {
	float:left;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 8px 8px 5px 0 !important;
}

#wphead #gotodashboard a { color:#AAAAAA; text-decoration:none; }

#wphead #gotodashboard a:hover { color:#FFFFFF; }

#wphead #gotodashboard-button {
	background-color:#585858;
	background-image:url(../images/visit-site-button-grad.gif);
	text-shadow:0 -1px 0 #3F3F3F;
	background-repeat:repeat-x;
	background-position:0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	display:-moz-inline-stack;
	display:inline-block;
	font-size:50%;
	font-style:normal;
	line-height:17px;
	padding:0 6px;
	vertical-align:middle;
}

#user_info { color:#999999; }

#user_info {
	float:right;
	font-size:12px;
	height:46px;
	line-height:46px;
}

#user_info a:link, #user_info a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#user_info a:hover {
	color:#FFFFFF;
	text-decoration:underline !important;
}

#favorite-actions {
	float:right;
	margin:11px 12px 0;
	min-width:130px;
	position:relative;
}

#favorite-first {
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	line-height:15px;
	padding:3px 30px 4px 12px;
	border-width:1px;
	border-style:solid;
}

#favorite-inside {
	margin:0;
	padding:0 1px 6px 1px;
	border-width:1px;
	border-style:solid;
	position:absolute;
	z-index:11;
	display:none;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-khtml-border-bottom-right-radius:12px;
	-khtml-border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
}

#favorite-actions a {
	display:block;
	text-decoration:none;
	font-size:11px;
}

#favorite-inside a { padding:3px 5px 3px 10px; }

#favorite-toggle {
	height:22px;
	position:absolute;
	right:0;
	top:1px;
	width:28px;
}

#favorite-actions .slide-down {
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
	-khtml-border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#favorite-first {
	background:#797979 url(../images/fav.png) repeat-x left center;
	border-color:#777!important;
	border-bottom-color:#666!important;
}

#favorite-inside {
	border-color:#797979;
	background-color:#797979;
}

#favorite-toggle { background:transparent url(../images/fav-arrow.gif) no-repeat 0 -4px; }

#favorite-actions a { color:#ddd; }

#favorite-actions a:hover { color:#fff; }

#favorite-inside a:hover { text-decoration:underline; }

#favorite-actions .slide-down { border-bottom-color:#626262; }
