/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
    font-size: 1.05em;
    line-height: 1.25em;
    font-family: Helvetica Neue, Helvetica, Arial;
    background: #f9f9f9;
    color: #555;
}

a {

    color: #A6A6A6;
    text-decoration: none;
    font-weight: bold;

}

a:hover {

    color: #757575;

}

img {

    width: 100%;

}

header {

    background: #fff;
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;

}

footer {
    background: transparent;
    width: 100%;
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size:0.8em;
}

#border:after {
    background: linear-gradient(to right,  #067400 0%,#067400 66%,#C68C00 66%,#C68C00 100%);
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 76px;
    content: " ";
}

#logo{

    margin: 20px;
    float: left;
    width: 200px;
    height: 40px;
    background: url(img/logo.png) no-repeat center;
    display: block;

}

nav {

    float: right;
    padding: 20px;

}

#menu-icon {

    display: hidden;
    width: 40px;
    height: 40px;
    background: #4D4D4D url(img/menu-icon.png) center;
    border-radius: 5px;

}

a:hover#menu-icon {

    background-color: #444;
    border-radius: 4px 4px 0 0;

}

ul {

    list-style: none;

}

li {

    display: inline-block;
    float: left;
    padding: 10px

}

.current {

    color: #4D4D4D;

}

section {

    margin: 80px auto 40px;
    max-width: 980px;
    position: relative;
    padding: 20px

}

h1 {

    font-size: 2em;
    color: #4D4D4D;
    line-height: 1.15em;
    margin: 20px 0 ;

}

p {

    line-height: 1.45em;
    margin-bottom: 20px;

}

#credittext {
    position: absolute;
    height: 100%;
    bottom: -7px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    color: #A6A6A6;
}

.featureimage {
    border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
}

.inline {
    float: right;
    height: auto;
    width: 400px;
}

.inlineimage {
    border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
}

.caption {
    text-align: center;
    display: inline;
}

.captioncenter {
    margin: 10px;
}

.link {
    cursor: pointer;
}

/*Login Page*/

.logininput {
    padding: 8px 15px;
    background: rgba(50, 50, 50, 0.2);
    border: 0px solid #dbdbdb;
    border-bottom: 1px solid #0f0f0f;
    height: 7%;
    width: 100%;
}

.loginbutton {
    transition: background-color 0.5s ease;
    transition: border-color 0.5s ease;
    padding: 6px 15px;
    border: 2px solid #207cca;
    background-color: #207cca;
    color: #fafafa;
    width: 100%;
}

.loginbutton:hover {
    background-color: #1D6EB3;
    border-color: #1D6EB3;
}

#loginsection {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0px;
    top: 0px;

}

#signupsection {
    position: absolute;
    height: 100%;
    width: 45%;
    left: 0px;
    top: 0px;
}

.formtop {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.formbottom {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#login {
    position: relative;
    left: 0;
    top: 10%;
    width: 100%;
}

#pagetitle {
    color: #A6A6A6;
    font-size: 0.75em;
    position: absolute;
    right: 25px;
    bottom: -3px;
    display: none;
}

/*View and Compare*/

#teamlist {
    position: absolute;
    left: 0px;
    top: 76px;
    width: 10%;
    height: 80%;
    margin: 0;
    padding: 25px;
}

#teamview {
    position: absolute;
    left: 25%;
    top: 76px;
    width: 25%;
    height: 85%;
    margin: 0;
    padding: 0;
}

#teamviewframe {
    height: 100%;
    width: 100%;
    border: none;
}

#teamlistframe {
    height: 90%;
    width: 100%;
    border: none;
}

#teamcompare {
    position: absolute;
    left: 65%;
    top: 76px;
    height: 85%;
    width: 25%;
    margin: 0;
    padding: 0;
}

#teamcompareframe {
    height: 100%;
    width: 100%;
    border: none;

}

#teamlistform {
    height: 10%;
    width: 100%;
}

.nomargin {
    margin: 0;
}

/*Team Data*/

.displayValues {
    background-color: #f9f9f9;
    border: none;
    text-align: center;
}

.tableheader {
    text-align: center;
    padding: 5px;
    margin: 5px;
}


/*Team List*/

#createTeam {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 100%; 
}

/*MEDIA QUERY*/

@media only screen and (max-width : 760px) {

    header {

        position: absolute;

    }

    #menu-icon {

        display:inline-block;

    }

    nav ul, nav:active ul { 

        display: none;
        position: absolute;
        padding: 20px;
        background: #fff;
        border: 5px solid #444;
        right: 20px;
        top: 60px;
        width: 50%;
        border-radius: 4px 0 4px 4px;
        z-index: 101;

    }

    nav li {

        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        z-index: 102;

    }

    nav:hover ul {

        display: block;

    }

    #pagetitle {
        display: block;
    }

}