﻿/* ---- Colours ---- */
/* 
    Grey (Background Footer/Page Timeline): #262626                   					0,0,0,85
    Grey (Background Header): #191919                   								0,0,0,90
    Grey (Background Current Project/Page Inactive/Image Add Active): #595959          	0,0,0,65
    Grey (Social Text/Footer Text/Sub-section Strong Text): #7f7f7f                    	0,0,0,50
	Grey (Section Text): #999999														0,0,0,40
	Grey (Text): #333333                                                                0,0,0,80
	Grey (Sub-section Text/Image Add Inactive): #3f3f3f									0,0,0,75
	
	Orange (Section Hover/Link/Button): #ff2e28                                         0,82,84,0
	Orange (Login): #ff8528                                                             0,48,84,0
    Red (Close): #ff2e28
	
	Yellow (Sub-section Hover/Register): #f2d464
	White (Page Active): #ffffff

*/



/* ---- Reset ---- */

html, body, div, form, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0px;
    padding: 0px;
}

/* ---- Standard ---- */

html, body {
    width: 100%;
}

body {
    background-color: #262626;
    font-family: Georgia, serif;
    font-size: 12px;
    color: #333333;
    min-width: 1020px;
}

.clear {
    clear: both;
}

.no-spacing {
    padding-bottom: 2px;
}

a img {
    border: none;
}

p, ul, ol, h1, h2, h3, h4, h5 {
    padding-bottom: 20px;
    line-height: 150%;
}

ul, ol {
    padding-left: 30px;
}

a {
    text-decoration: none;
    color: #ff2e28;
}

    a:hover {
        text-decoration: underline;
    }

/* ---- Header ---- */

#header {
    position: relative;
    padding: 20px;
    background-color: #191919;
}

    #header #title {
        margin-left: 20px;
    }

    #header #social {
        text-transform: none;
        font-size: 12px;
        height: 31px;
        width: 400px;
        position: absolute;
        top: 40px;
        right: 0px;
        color: #7f7f7f;
    }

        #header #social img {
            margin-right: 20px;
            float: left;
        }

/* ---- Footer ---- */



#footer {
    position: relative;
    padding: 20px;
    color: #7f7f7f;
    font-size: 14px;
}

    #footer #copyright {
        position: absolute;
        top: 20px;
        right: 0px;
        font-size: 12px;
        margin-top: 10px;
        width: 400px;
    }

/* ---- Content ---- */

#content {
    background-color: #191919;
}

.section a.page-link {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #999999;
    position: relative;
}


.section.sub-project a.page-link {
    font-size: 30px;
    text-transform: uppercase;
    color: #3f3f3f;

    background-position: right bottom;
    background-repeat:no-repeat;
}

#protected.locked .section.sub-project a.page-link {
    background-image: url('Images/Locked.png');
}

#protected.unlocked .section.sub-project a.page-link {
    background-image: url('Images/Unlocked.png');
}

#protected.unlocked .loginPrompt {
    display: none;
}

#protected.locked .loginPrompt {
    font-size: 12px;
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 350px;
    text-align: left;
}

#protected.locked .section.sub-project .section a.page-link, #protected.unlocked .section.sub-project .section a.page-link {
    background-image: none;
}

#protected.locked #login, #protected.locked #register, #protected.unlocked #welcome {
    display: block;
}

#protected.unlocked #login, #protected.unlocked #register, #protected.locked #welcome {
    display: none;
}

.section.sub-project .section a.page-link {
    font-size: 12px;
    text-transform: none;
    color: #7f7f7f;
    text-decoration: none;
    background-color: #191919;
    background-image: none;

}


.section.sub-project a.page-link strong {
    font-weight: normal;
    color: #7f7f7f;
}

.section.sub-project.active a.page-link strong {
    color: #ffffff;
}

.section.sub-project a.page-link .release {
    display: block;
    position: absolute;
    width: 400px;
    top: 10px;
    right: 0px;
    font-size: 18px;
    font-weight: normal;
}

#protected.locked .section.sub-project a.page-link .release {
    top: 10px;
    bottom: auto;
}

#protected.unlocked .section.sub-project a.page-link .release {
    top: auto;
    bottom: 10px;
}

.section a {
    color: #333333;
}


.section.active a {
    color: #ff2e28;
}

.section .highlight {
    font-weight: bold;
}

.section.active .highlight {
    color: #ff2e28;
}

.section a.page-link:hover, .section.active a.page-link {
    background-color: #ff2e29;
    color: #333333;
}

.section.sub-project .section a.page-link:hover, .section.sub-project .section.active a.page-link {
    background-color: #f2d464;
    color: #333333;
}

.section .page {
    background-color: #595959;
    padding: 20px;
    display: none;
    position: relative;
}

.section.sub-project .page {
    padding: 0px;
}

.section.sub-project .section .page {
    padding: 20px;
}

.section.active .page {
    background-color: #ffffff;
}

.section.active .section .page {
    background-color: #595959;
}

.section.active .section.active .page {
    background-color: #ffffff;
}

    .section.active .section.active .page.timeline {
        background-color: #262626;
        padding-top: 0px;
    }

.section .section .page.timeline {
    padding-top: 0px;
    background-color: #262626;
}

.section .column {
    float: left;
    width: 450px;
    margin-right: 40px;
}

    .section .column.small {
        width: 140px;
        margin-right: 20px;
    }

    .section .column.medium {
        width: 150px;
    }

    .section .column.large {
        width: 250px;
    }

    .section .column.wide {
        width: 590px;
    }

        .section .column.wide img {
            float: left;
            margin-left: 10px;
        }

    .section .column.frame {
        border-left: 1px solid #262626;
        border-right: 1px solid #262626;
        padding: 0px 20px 0px 20px;
    }

    .section .column.left-frame {
        border-left: 1px solid #262626;
        padding-left: 10px;
    }

    .section .column.last {
        margin-right: 0px;
    }

.section .close {
    clear: both;
    padding-top: 10px;
}

    .section .close a {
        color: #333333;
        text-decoration: none;
    }





        .section .close a:hover {
            text-decoration: underline;
        }

.section .timeline .close a, .section .timeline .close {
    color: #999999;
}


/* ---- Project ---- */

.project {
    background-color: #262626;
    padding: 0px 0px 0px 20px;
}

    .project h2 {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
        color: #ffffff;
        width: 550px;
        padding-bottom: 0px;
    }

    .project p {
        width: 550px;
        color: #262626;
    }


    .project.current {
        background-color: #595959;
        height: auto;
        position: relative;
        z-index: 900;
    }

        .project.current h2 {
            padding-bottom: 20px;
            padding-top: 10px;
        }

        .project.current div#welcome {
            display: block;
            width: 390px;
            overflow: hidden;
            text-align: right;
            float: right;
            font-size: 12px;
            color: #ffffff;
            padding-right: 10px;
            padding-top: 4px;
        }

        .project.current a#login {
            display: block;
            width: 190px;
            float: right;
            color: #262626;
            background-color: #ff2e29;
            font-size: 12px;
            height: 18px;
            padding-left: 10px;
            position: relative;
            padding-top: 4px;
        }

            .project.current a#login:hover {
                text-decoration: none;
            }


        .project.current a#register {
            display: block;
            width: 190px;
            float: right;
            color: #262626;
            font-size: 12px;
            height: 18px;
            background-color: #f2d464;
            padding-left: 10px;
            padding-top: 4px;
            position: relative;
        }

            .project.current a#register:hover {
                text-decoration: none;
            }

ul.contributors {
    list-style-type: none;
    height: 435px;
    margin-bottom: 20px;
}

    ul.contributors li {
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 120px;
        height: 135px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

        ul.contributors li a, .section.active ul.contributors li a {
            display: block;
            position: relative;
            width: 110px;
            height: 15px;
            padding: 120px 0px 0px 10px;
            color: #999999;
            font-size: 10px;
            background-image: url('/Content/Images/Frame-Overlay.png');
            background-repeat: no-repeat;
            background-position: left top;
        }

            ul.contributors li a:hover, ul.contributors li a.active {
                text-decoration: none;
            }



            .section.active ul.contributors li a:hover, .section.active ul.contributors li a.active {
                text-decoration: none;
                color: #ff2e28;
                background-image: url('/Content/Images/Frame.png');
            }

.contributor {
    display: none;
}



/* ---- Timeline ---- */

.timeline {
    list-style-type: none;
}

    .timeline li {
        float: left;
        width: 110px;
        height: 170px;
        margin-right: 20px;
        position: relative;
        background-image: url('/Content/Images/Background-Image.png');
        background-repeat: no-repeat;
        background-position: 0px 40px;
    }

        .timeline li a {
            display: block;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 110px;
            height: 130px;
            background-image: url('/Content/Images/Background-Timeline-Inactive.png');
            background-repeat: no-repeat;
            background-position: right bottom;
        }

    .timeline h2 {
        color: #595959;
        font-size: 28px;
        font-weight: normal;
        background-image: url('/Content/Images/Background-Timeline-H2-Inactive.png');
        background-repeat: no-repeat;
        background-position: left top;
    }

        .timeline h2 span.smaller {
            font-size: 16px;
        }

.section.active .section.active .timeline h2 {
    background-image: url('/Content/Images/Background-Timeline-H2.png');
    color: #ffffff;
}

.section.active .section.active .timeline li a {
    background-image: url('/Content/Images/Background-Timeline.png');
}

/* ---- Forms ---- */

label {
    padding-right: 10px;
}

    label.error {
        display: inline;
    }

input[type=text].hide {
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

input[type=text], input[type=password] {
    background-color: transparent;
    border: none;
    font-family: Georgia, serif;
    font-size: 12px;
    color: #333333;
}

.section.active .section.active input[type=text], .section.active .section.active input[type=password] {
    background-color: #ffffff;
}

input[type=file] {
    background-color: #595959;
}

input[type=checkbox] {
    
}

input[type=submit], input[type=button] {
    background-color: #ff2e28;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    font-family: Georgia, sans-serif;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
}

/* ---- Popup ---- */

.simplemodal-overlay {
    background-color: #000;
}

#simplemodal-transparent-overlay {
    background-color: transparent;
}

.popup {
    width: 640px;
    height: 350px;
    background-color: #ffffff;
    display: none;
    position: relative;
    padding: 20px;
}

    .popup a.popup-close {
        color: #ff2e28;
        text-decoration: none;
        position: absolute;
        left: 390px;
        bottom: 20px;
    }

    .popup a {
         color: #ff2e28;
        text-decoration: none;
        cursor: pointer;
    }

        .popup a:hover {
            text-decoration: underline;
        }

        .popup a.popup-close:hover {
            text-decoration: underline;
        }

    .popup .image-holder {
        background-color: #595959;
        width: 350px;
        height: 350px;
        float: left;
        margin-right: 20px;
        position: relative;
    }

    .popup .primary {
    }

    .popup .secondary {
        display: none;
    }


/* ---- File Input ---- */

.file-input {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    float:left;
    z-index:10;
    font-family: Georgia, serif;
    font-size: 12px;
}
.file-input input {
    cursor: pointer;
    font-size: 1000px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index:20;
    outline:none;
    width: 140px;
    height: 140px;
    color: #3f3f3f;
    background-color: #3f3f3f;
}
.file-input .btn {
    cursor: pointer;
    display: inline-block;
    background-color: #3f3f3f;
    color: #ffffff;
    padding: 10px;
    height: 120px;
    width: 120px;
    float: left;
}

    .file-input .btn.btn-file-input-active {
       
    }

.file-input .file-holder{
    display: none;
}



.section.active .section.active .file-input input, .section.active .section.active .file-input .btn {
    background-color: #595959;

}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    background-image: url('Images/Overlay.png');
    background-repeat: repeat;
}

/* ---- Login/Register Popup ---- */

#userLoginPopup, #userRegisterPopup, #userResetRequestPopup {
    display: none;
    width: 180px;
    height: 650px;
    
    color: #262626;
    
    padding: 0px 10px 10px 10px;

    z-index: 50000;

}

#userLoginPopup {
    background-color: #ff2e29;
}

#userResetRequestPopup {
    background-color: #ffffff;
}


#userRegisterPopup {
    background-color: #f2d464;
}

    #userLoginPopup a:hover, #userRegisterPopup a:hover, #userResetRequestPopup a:hover {
        text-decoration: none;
    }

    #userLoginPopup p, #userRegisterPopup p, #userResetRequestPopup p {
        width: auto;
        font-size: 11px;
    }

    #userLoginPopup h2, #userRegisterPopup h2, #userResetRequestPopup h2 {
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 20px;
        font-weight: normal;
        color: #262626;
        width: auto;
    }

    #userLoginPopup input[type=submit], #userRegisterPopup input[type=submit], #userResetRequestPopup input[type=submit], #userLoginPopup input[type=button], #userRegisterPopup input[type=button], #userResetRequestPopup input[type=button] {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 180px;
        height: 20px;
        color: #ffffff;
        background-color: #000000;
    }

    #userLoginPopup input[type=button].terms, #userRegisterPopup input[type=button].terms, #userResetRequestPopup input[type=button].terms {
        bottom: 40px;
    }

#userLoginPopup label, #userRegisterPopup label, #userResetRequestPopup label {
    width: 130px;
    display: inline-block;
}

    #userLoginPopup label.error, #userRegisterPopup label.error, #userResetRequestPopup label.error {
        display: inline;
        width: auto;
        color:#ff2e29;
    }

    #userRegisterPopup label[for=Agree].error {
        padding-left: 120px;
    }

