/* Hedgecode Style Sheet */

/* Fonts */
@import url("fonts.css");

body, input, button, select, textarea {
    font: 15px/20px "Hedgetype Serif", serif;
}

body {
    background: #ddd url(../img/footprints.png) repeat;
    margin: 0 auto;
    padding: 40px 0;
}

body, th, tr, td {
    color: #444;
}

b, i {
    font-size: 1.05em;
}

img {
    border: none;
}

#wrapper {
    background: #fff;
    margin: 0 auto;
    width: 980px;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
    -moz-border-radius: 100px 20px 20px 20px;
    -webkit-border-radius: 100px 20px 20px 20px;
    border-radius: 100px 20px 20px 20px;
}

#header {
    padding-left: 20px;
    border-radius: 100px 20px 0 0;
}

#header div.frame {
    display: block;
    padding: 5px 20px 0 0;
    border-radius: 100px 20px 0 0;
}

#top_section {
    min-height: 165px;
    overflow: hidden;
}

#title {
    margin-left: -25px;
    margin-top: 5px;
    padding: 0;
    float: left;
}

#slogan {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    float: right;
}

#content {
    padding-left: 20px;
}

#content div.frame {
    display: block;
    padding: 0 20px 0 0;
}

#devportal {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: -15px;
    padding: 0;
    float: left;
}

div.arrowdown {
    margin: 0;
    padding-top: 10px;
    float: right;
}

div.dotline {
    background: url(../img/dots.png) repeat-x;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-left: 35px;
    float: left;
    width: 860px;
    height: 20px;
}

div.table {
    display: table;
    margin-left: 10%;
    width: 80%;
}

div.row {
    display: table-row;
}

div.cell {
    display: table-cell;
    padding: 5px;
    text-align: center;
}

div.colspan2 {
    display: table-caption;
    caption-side: bottom;
    padding: 5px;
    text-align: center;
}

div.error {
    font: 40px/60px "Hedgelogo";
    text-align: center;
    color: #222;
    text-shadow: 2px 2px 5px #666;
    margin-top: 75px;
    margin-left: 15%;
    width: 70%;
    padding: 125px 0;
}

#footer {
    text-align: center;
    padding-left: 20px;
    padding-bottom: 35px;
    border-radius: 0 0 20px 20px;
}

#footer div.frame {
    display: block;
    padding: 20px 20px 20px 0;
    border-radius: 0 0 20px 20px;
}

#footer div.arrowup {
    margin: 0;
    padding-top: 20px;
    float: left;
}

#footer div.copyright {
    font-size: 0.9em;
    line-height: 1.2em;
    padding-left: 350px;
    float: left;
}

#footer div.links {
    float: right;
    padding-right: 25px;
}

#footer ul {
    margin-top: -5px;
    padding-right: 5px;
}

#footer ul li {
    display: inline;
}

form {
    padding: 0;
    margin: 0;
}

input, button, select, textarea {
    font-size: 0.9em;
    color: #000;
    background: #fff;
    border: 1px solid #666;
    padding: 0 5px;
}

select {
    padding: 0;
}

select option {
    padding: 1px;
}

.button_submit, .button_reset {
    border: 1px solid #666;
    background: #ddd url(../img/submit_bg.png) no-repeat;
    cursor: pointer;
    font-weight: normal;
}

input:hover, textarea:hover, button:hover, select:hover {
    border: 1px solid #454545;
}

.button_submit:hover, .button_reset:hover {
    border: 1px solid #666;
    background: #eee url(../img/submit_bg.png) no-repeat 0 -140px;
}

input:focus, textarea:focus, button:focus, select:focus {
    border: 1px solid #454545;
}

input.input_check, input.input_radio {
    border: none;
    background: none;
}

input.input_check {
    margin: 9px 7px 0 7px;
}

input[disabled].input_text {
    background-color: #eee;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

a {
    outline: none;
}

a:link, a:visited {
    color: #346;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#main_menu {
    float: left;
    margin-top: -50px;
    padding-left: 135px;
}

li#menu_space {
    height: 1px;
    width: 60px;
    background: url(../img/1x1.png) repeat-y;
}

.menu, .menu ul {
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.menu a {
    display: block;
    padding: 0px;
    color: #000;
    text-decoration: none;
}

.menu a span {
    display: block;
    padding: 0 0 0 5px;
    font-size: 0.9em;
}

.menu li a.firstlevel {
    margin-right: 8px;
}

.menu li a.firstlevel span.firstlevel {
    display: block;
    position: relative;
    left: -2.5px;
    padding-left: 5px;
    height: 22px;
    line-height: 19px;
    white-space: pre;
}

.menu li {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.menu li ul {
    z-index: 90;
    display: none;
    position: absolute;
    width: 19.1em;
    font-weight: normal;
    border-bottom: 1px solid #999;
    background: url(../img/menu.png) 0 -130px no-repeat;
    padding: 7px 0 0 0;
}

.menu li li {
    width: 19em;
    margin: 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.menu li li a span {
    display: block;
    padding: 8px;
}

.menu li ul ul {
    margin: -1.8em 0 0 13em;
}

.menu li a.active {
    background: #444;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 1px #222;
    border-radius: 4px;
}

.menu li a.firstlevel:hover, .menu li:hover a.firstlevel {
    background: #444;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 1px #222;
    border-radius: 4px;
}

.menu li li a:hover, .menu li li:hover > a {
    background: #d4dbe4;
    color: #000;
    text-decoration: none;
}

.menu li:hover ul ul, .menu li:hover ul ul ul {
    top: -999em;
}

.menu li li:hover ul {
    top: auto;
}

.menu li:hover ul {
    display: block;
}

.menu li li.additional_items {
    background-color: #fff;
}
