/****************************
**    ADMIN NAVIGATION     **
*****************************/
#admin {
    /*
	margin: 10px auto 0 auto;
	position: relative;
	width: 900px;
	text-align: left;
	font-size: 1.4em;
    */
	/*background-color: #0099dd;*/
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
    border-bottom: 4px solid #fff;
    background-color: #d9f0fa;
	color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 2em;
}
#admin ul{
    display: block;
	text-align: center;
    vertical-align: bottom;
}
#admin ul li{
	display: inline;
	float: left;
	margin-right: 0.25em;
}
#admin ul li a{
	display: block;
	min-width: 7em;
	min-height: 2em;
	padding: 0 0.75em;
	line-height: 2em;
	background-color: #0099dd;
	color: #fff;
    border-top: 2px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-left: 5px;
    -webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
    -moz-box-shadow:2px  -2px 2px #cfe0e6;
    -webkit-box-shadow:2px  -2px 2px #cfe0e6;
    box-shadow:2px  -2px 2px #cfe0e6;
}

#admin ul li a:hover{	
	background-color: #d9f0fa;
	color: #0099dd;
}

/****************************
**      USER DETAILS       **
*****************************/
#user{
    display: block;
    padding: 5px 20px 10px 20px;
    margin: -10px 0 10px 0;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
	line-height: 2em;
	background-color: #0099dd;
	color: #fff;
    border: 4px solid #fff;
    border-top: none;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-box-shadow: 2px -2px 2px #cfe0e6;
    -webkit-box-shadow: 0px -2px 10px #999;
    box-shadow: 2px -2px 2px #cfe0e6;
    text-align: left;
    font-size: 0.8em;
}

#user p{
	padding: 10px 20px;
	color: #000;
}
#user a{
    display: block;
    text-align: center;
    background-color: #d9f0fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#user a:hover{
    color: #ff3333;
    text-decoration: underline;
    background-color: #d9f0fa;
}
