/*#menu {
  width: 960px;
  height: 40px;
  clear: both;
}*/

#wrap {
    clear: both;
}

ul#admin_menu {
    color: #fff;
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
    /* background: #2a85b3 url(../img/menu-parent.png) repeat-x; */
    background-color: #2a85b3;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    height:auto;
    min-height: 2em;
    line-height: 2em;
    position: relative;
}

ul#admin_menu li,
ul#admin_menu li.admin_menu_toplevel {
    display: inline;
}

ul#admin_menu li#admin_menu_logout_link,
ul#admin_menu li#admin_menu_help_link {
    color: #fff;
    display: block;
    float: right;
    clear: right;
    padding-right: 2em;
}

ul#admin_menu li.admin_menu_toplevel a {
    display: inline-block;
    padding: 0 0.5em;
    font: bold 1.1em arial, verdana, tahoma, sans-serif;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #16445c;
    margin: 0 1em;
    /*background: #86ab46 url(../img/menu-parent.png) repeat-x;*/
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;

}

/* APPLIES THE ACTIVE STATE */
ul#admin_menu .current a,
ul#admin_menu li:hover > a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #16445c;
    /* background-color: #C7E7FF; */
    background-color: #91C7F2;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#admin_menu ul {
    display: none;
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#admin_menu li.admin_menu_toplevel:hover > ul {
    display: block;
    width: 100%;
    max-width: 960px;
    height: 45px;
    position: absolute;
    margin: 0;
    padding: 0;
    /*background: #C7E7FF url(../img/menu-child.png) repeat-x;*/
    background-color: #91C7F2;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

ul#admin_menu li.admin_menu_toplevel:hover > ul li.admin_menu_sublevel {
    padding: 0 2em;
    display: inline-block;
}
ul#admin_menu li.admin_menu_toplevel:hover > ul li.admin_menu_sublevel a {
    float: left;
    font: bold 1.1em arial, verdana, tahoma, sans-serif;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #16445c;
    margin: 0;
    padding: 0 30px 0 0;
    /*background: #C7E7FF url(../img/menu-child.png) repeat-x;*/
    background-color: #91C7F2;
}

ul#admin_menu li.admin_menu_toplevel:hover > ul li.admin_menu_sublevel a:hover {
    color: #16445c;
    text-decoration: none;
    text-shadow: none;
}

/* Responsive header */
#wrap h1 {
    width: 100%;
    max-width: 960px;
    text-align: left;
    height: auto;
    max-height: 80px;
    margin: 10px 0 0 0;
    padding: 0;
}
#wrap h1,
#wrap h1 a {
    font-size: 1em;
    float: none;
}
#wrap h1 a img {
    width:100%;
    max-width: 100px;
    max-height: 45px;
    float: right;
    margin-top: -20px;
}

/* Exceptions */
ul#admin_menu li#admin_menu_logout_link a,
ul#admin_menu li#admin_menu_help_link a {
    color: #ffffff !important;
}
ul#admin_menu li#admin_menu_logout_link a:hover,
ul#admin_menu li#admin_menu_help_link a:hover,
ul#admin_menu li#admin_menu_logout_link li:hover > a,
ul#admin_menu li#admin_menu_help_link li:hover > a {
    background-color: transparent;
    border: 0 none;
    text-shadow: none;
}

#login {
    width: 100%;
    margin:0;
    padding:0;
}
#login p {
    font-size: 200%;
}
#login p label,
#wrap #login p input {
    font-size: 200%;
}
#wrap #login p input.text{
    font-size: 300% !important;
}
#wrap #login p input.button {
    font-size: 200% !important;
}

#wrap #new_url form#new_url_form {
    padding: 4em;
}
#wrap #new_url form#new_url_form div,
#wrap #new_url form#new_url_form div input {
    text-align: left;
    font-size: 200% ;
}
#wrap #new_url form#new_url_form div input {
    font-size: 100%;
    margin: 0 0 1em 0;
    border-width: 2px;
}
#wrap #new_url form#new_url_form div input.text {
    width: 100%;
    clear: both;
}
#wrap #new_url form#new_url_form div input.button {
    color: #fff;
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 2em;
    background-color: #91C7F2;
    text-shadow: 1px 1px 1px #16445c;
    border-color: #16445c;
}