﻿/**
    
    This is the primary stylesheet for the new FMBT website. 
    The goal of this website is to make it as reflexive as possible, minimizing the need for 
    
    
    */

@font-face { font-family: HansHand; src: url('/fonts/hanshand.TTF'); } 



body {    
    background-color:#000; 
    font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color:#333; 
    font-size:14px;   
    overflow-y:scroll; 
    overflow-x:hidden; 
}

#bodyWrapper {
    display:block;
}

input[type=button],
input[type=submit], 
input[type=file] {
    background-color: darkred;
    color:#fff;
    font-weight:bold;
    border:1px solid #333;
    padding:10px 40px;
    border-radius:6px;
    cursor:pointer;
    margin:10px 0px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    padding: 8px;
    outline: none;
    border: 1px solid #000;
    border-radius: 5px;
    /*min-width:200px;*/
    font-size: 1.5em;
    background-color: #444;
    /*outline:inset;*/    
    color: #fff;    
}

p, 
address, 
article, 
time, 
section,
span, 
ul li, 
ol li {
    line-height:1.2em;
    margin:10px 0px;
    text-shadow:1px 1px 3px #000; 
    color:#fff;
    font-size:1.2em;
}

ul li,
ol li {
    list-style-position:outside;
    margin-left:35px;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.5em; 
    font-weight:bold; 
    text-shadow:1px 1px 3px #000; 
    margin:5px 0px; 
    color:#fff;
}

h1 {
    font-size:2em;
    white-space:nowrap;
}

h2 {
    font-size:1.75em;
    white-space:nowrap;
}

h3 {
    font-size:1.40em;
    white-space:nowrap;    
}


a,
a:link,
a:visited {
    color:#fff;
    text-decoration:none;
    text-shadow:1px 1px 3px #000; 
}

a:hover,
a:active {
    text-decoration:none;
}

tr td {
    line-height:1.8em;
    padding:5px 15px 5px 0px;
    text-shadow:1px 1px 3px #000; 
    margin:5px 0px 5px 40px; 
    color:#fff;
    min-width:7em;
}

#header
{
    width:85%;
    margin:0px auto;
    text-align:center;
    background-color:#999;
    padding:20px;
    border-radius:5px; 
    white-space:nowrap;
}

    #header #menuBtn {
        display:none;
    }

    #header .loginBtn {
        position:absolute;
        right:6%;
        top:0; 
        width:12em;
    }

    #header .fb-login-button {
        position:absolute;
        right:16%;
        top:5px; 
        display:block;
    }


#header h1, 
#header a {
    display:inline-block;
    vertical-align:middle;        
}

#header h1 {
    font-size:5em;
    margin:0px 1.5em;
    color:darkred;
    font-family:HansHand;
    font-weight:normal;
    letter-spacing: 8px;
}

    #header #socialMediaLinks {
        position:absolute;
        right:7%;
        margin-top:-40px;
    }

    #header #fbLink, 
    #header #twitterLink {
        display:inline-block;
        max-width:65px;
    }

        #header #twitterLink img, 
        #header #fbLink img {
            width:50px;
        }


#nav #pnlPages {
    display:inline-block;
}

.white {
    color:#fff;
}

.wide {
    letter-spacing:4px;
}

.bold {
    font-weight:bold;
}

.wideManBoldMan {
    font-weight:bold;
    letter-spacing:2px;
    margin:0px 3%;
}

.darkred {
    color:darkred;
}

.center {
    text-align:center;
    margin:0px auto;
}

.logo {
    width:15em;
    padding:10px;
}

.validator {
    font-size:.85em;
    color:red;
}

#nav {
    text-align:center;
}

    #nav ul {
        text-decoration:none;
        margin:0;
        padding:0;
    }

        #nav ul li {
            text-decoration:none;
            margin:0;
            padding:0;            
            list-style-type:none;
            list-style-position:unset;
            display:inline-block;
        }

    #nav a {
        font-size:1.1em;  
        padding:8px 8px;  
        font-weight:bold;
        border-radius:5px;
    }

    #nav a:hover {
        background-color:#666;
        cursor:pointer; 
    }

#nav .subNav {
    display:none;
    margin:0px 0px 0px 0px; 
    position:absolute;
    top:auto; 
    width:300px;
    background-color:#333;
    border:1px solid #fff; 
    z-index:1009;
}

    #nav .subNav li {
        border-bottom:1px solid #fff; 
        font-size:1.2em;
        display:block;
    }

    #nav .subNav a:link,
    #nav .subNav a:active,
    #nav .subNav a:hover,
    #nav .subNav a:visited {
        display:block;
        border-radius:unset;
    }

#container, 
#container.containerNormal {
    width:85%; 
    margin:5px auto;
    background-color:#999;
    padding:20px;
    border-radius:5px; 
}




#footer {
    width:85%;
    margin:5px auto;    
    padding:25px 0px 50px 0px;
    white-space:nowrap;
}

    #footer .onethird {    
        display:inline-block;
        width:33.33%;
        margin:0;
        text-align:center;
        vertical-align:top;
        font-size:0.99em;
        white-space:nowrap;
        line-height:0.6em;
        height:10em;
    }



    #footer .left {
       
    }

    #footer .onethird.center {
       height:14em;
    }

    #footer .right {
       
    }
        #footer .center *, 
        #footer .left *,
        #footer .right * {
            margin:0px;
            padding:0px;
        }


        #footer .center a, 
        #footer .left a, 
        #footer .right a {
            background-position:center top; 
            background-size:contain;
            background-repeat:no-repeat;
            display:block;
            width:100%;
            height:100%;
        }

    /*#footer .left a {
        display:inline-block;
        width:50%;
    }*/

    #footer a#wFw {
        background-image:url(/images/wfw-1.png);
    }

        #footer a#indrad {
            background-image:url(/images/irs-small.png); 
            /*background-position:right center;*/ 
        }

        #footer a#lineup {
            background-image:url(/images/new-lineup.png); 
        }

        #footer a#mpd {
            background-image:url(/images/mpd-logo.png); 
            /*background-position:left center;*/ 
        }

.captcha {
    padding-top:15px;
}

.profileImage {
    max-width:250px; 
    vertical-align:top;    
}

#pnlEditProfile, 
#pnlPasswordUpdate {
    position:fixed;
    top:2%; 
    left:auto;
    margin:20px auto; 
    width:40%; 
    height:85%;
    overflow-y:scroll;
    background-color:#aaa; 
    color:#333; 
    border:3px solid #000;
    box-shadow:4px 4px 10px #222;
    padding:20px;
}

    #pnlEditProfile #imgBtnCloseMe {
        float:right;
        margin:-15px;
    }

.bigTextBox {
    width:450px;
    height:175px;
    padding:8px;
    outline:none;
    border:1px solid #333;
    border-radius:5px;  
    min-width:200px;
    font-size:1.8em; 
    font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.extraWideTextBox {
    width: 750px;
    height: 175px;
    padding: 8px;
    outline: none;
    border: 1px solid #333;
    border-radius: 5px;
    min-width: 200px;
    font-size: 1.8em;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.clearfloat {
    clear: both;
}

#imgLoading {
    display:none;
    min-width:200px;
    max-width:800px;
    width:30%;
    margin:20px auto;    
}

#bodyCover {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:0.95;
    z-index:1003;
}

#bodyCoverDark,
#bodyCoverDark_loading, 
#pnlFbLoading, 
#pnlFBConfirm {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#333;
    opacity:0.98;
    z-index:1003;
}

    #bodyCover h1, 
    #bodyCover h2,
    #bodyCover h3, 
    #bodyCover h4, 
    #bodyCover h5, 
    #bodyCover h6, 
    #bodyCover p {
        color:#000;
        text-shadow:none;
        font-size:1.5em;
    }

#bdCoverContainer {
    position:relative;
    width:70%;
    margin:10% auto;    
}

#clientMessage {
    display:none;
    position:fixed;
    z-index:1005;
    top:0;
    left:0;
    width:100%;
    margin:0;
    padding:20px 0px; 
    border:1px solid #fff;
    background-color:#333;
    color:#fff;
    font-size:1.6em;
}

    #clientMessage * {
        padding:0px 30px;
    }

#btnCloseClientMessage {
    display:block;
    float:right;
    border:1px solid #fff;
    color:#fff;
    font-size:1.5em;
    padding:10px;
    border-radius:10px;
    cursor:pointer;     
    margin-right:10px;
}

#imgPreviewDiv {
    display:none;
}

#imgPreview {
    width:250px;
}

.hidden {
    display:none;
    visibility:hidden;
}

.show {
    display:inline-block;
}

.topAlign {
    vertical-align:top;
}


.bigRed {
    font-weight:bold;
    color:darkred;
    text-shadow:none;
}

.customRed {
    font-weight: bold;
    color: #f0fa04;    
    background-color:darkred;
}


.bigGreen {
    font-weight:bold; 
    color:green; 
    text-shadow:none;
}

.GonoGo {
    color:red;
    padding:3px 0px;
    margin-left:10px;            
    font-weight:bold;
}

.Go {
    border:1px solid green;
}

.greyMan {
    color:#111;
    text-align:center;
    font-size:0.9em;
}

#pnlEditEmail {
    display:none;
    width:40%;
    position:fixed;
    top:15%;
    left:30%;
    margin:0 auto;
    padding:20px;
    background-color:#ccc;
    border:1px solid #333;
    border-radius:8px;
    box-shadow:5px 5px 10px #000;
    opacity:0.86;
}

.fullScreenTextBox {
    width: 85%; 
    height: 60%; 
    position:fixed; 
    top:10%; 
    left:6%;
    z-index:1005;
    box-shadow:-5px 5px 10px #000;
    max-width:1920px;
}

#btnCloseTxtBx {
    display:none;
    color:#fff; 
    border:2px solid #fff; 
    font-size:1.8em; 
    font-weight:bold; 
    position:fixed;
    top:4px; 
    right:10px;
    z-index:1020;
    cursor:pointer;
    border-radius:8px;
    box-shadow: -5px 5px 10px #000;
    padding:10px;
    background-color:#333;
    opacity:0.5;
}

#btnCloseTxtBx:hover {
    opacity:1;    
}

.visible {
    display:block !important;
    visibility:visible !important;
}

.pointer {
    cursor:pointer;
}

.underline {
    text-decoration:underline;
}

/*#fbBtn {
    display: inline-block;
    background-color: #336699;
    padding: 20px 40px;
    border-radius: 4px;
    border: 1px solid #000;
    font-weight: bold;
    background-image: url(/images/fb-f.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 25px;
    color:#fff;
}*/

.fixedSaveBtn {
    position:fixed;
    right:2%; 
    bottom:1%; 
    z-index:1020;     
    padding:5px 20px;
    box-shadow:-3px 3px 8px #000;
}


#imgControlWrap, 
#profileControlWrap {
    width:auto; 
    max-width:48%; 
    display:inline-block;
    margin:0 5% 0 0;
    vertical-align:top;
}

.member, 
.blogPost {    
    background-color:#666;
    padding:20px; 
    border-radius:8px; 
    box-shadow:4px 4px 8px #333; 
    margin:20px auto; 
    height:315px; 
    overflow:hidden;
    position:relative;    
}


.blogPostFull {
    background-color:#666;
    padding:20px; 
    border-radius:8px; 
    box-shadow:4px 4px 8px #333; 
    margin:20px auto; 
}

    .blogPostFull a:link,
    .blogPostFull a:visited {
        color:#eee;
        text-decoration:underline;
    }


.author,
.time {
    display:inline-block;
    font-size:10px;
    margin:0px 15px 0px 0px;
}

#pnlProfile {
    min-height:280px;
    height:auto !important;
}

#memberWrap, 
.memberWrap {
    display:inline-block;
    width:auto; 
    max-width:25%; 
    vertical-align:top;
}

#fitGoals, 
.goalWrap {
    display:inline-block; 
    width:auto;     
    max-width:60%; 
    vertical-align:top;
    margin:0px 20px;
}


.goals {
    display:inline-block; 
    margin:0px 20px;     
    width:100%; 
    vertical-align:top;
    word-wrap:break-word; 
    line-height:1.2em;
    text-shadow:1px 1px 3px #000; 
    color:#fff;
    font-size:1.2em;
}

#pnlPayPalCheckout, 
.darkBG {
    background-color:#666; 
    padding:20px; 
    border-radius:8px; 
    box-shadow:4px 4px 8px #333; 
    margin:20px auto; 
    width:65%;
}

    #pnlPayPalCheckout * {
        font-size:1.1em;
    }

/*#btnPayPalButton {
    display:none;
}*/

.loadingImg {
    width:200px;
    margin:0 auto; 
}

#pnlPhotoPreview {
    display:block;
    width:100%;
}

.uploader {
   display:block;
   width:100%;  
}


.photoPreivew {
    display:inline-block;
    width:25%;
    margin:40px 20px 0px 0px;
    text-align:center;
    padding:20px;
    border-radius:8px;
    background-color:#666;
    box-shadow:5px 5px 10px #333;
    vertical-align:top;    
}



    .photoPreivew img,
    .photoPreivew input[type=submit] {
        display:block;
        margin:10px auto;
    }

    .photoPreivew img {
        width:auto; 
        max-height:600px;    
        max-width:90%;
    }


.darkBackground {
    background-color:#666; 
    padding:20px; 
    border-radius:8px; 
    box-shadow:4px 4px 8px #333; 
    margin:20px auto; 
    width:85%; 
}


.bigPhoto { 
    width:auto;
    height:90%;
    min-width:320px;
    margin:0 auto; 
    position:fixed; 
    top:3%; 
    left:12%;
    z-index:1009;  
}

.compPreview {
    max-width:250px;
}

.innerWrapper {    
    width:85%;
    margin:5% auto;
}

    .innerWrapper h3 {
        white-space:normal;
    }

#btnContinue {
    width:auto;
    max-width:75%;
    font-size:1em;  
    margin:20px auto;  
}


#imgDemo .imgWrapper {
    width:66%; 
    margin:10px auto;
    text-align:center;
}

#imgDemo .imgDemo {
    display:inline-block;
    width:25%;
    margin:0px 4%;
        
}

.inline {
    display:inline-block;
    margin:0px;
}

.big {
    font-size:1.5em;
}

.small {
    font-size:0.8em;
}

.handshand {
    font-family:HansHand;
    letter-spacing:3px;
    text-shadow:1px 1px 1px #333;       
}

#cke_CKEditor1,
#cke_CKEditor1 *,
#cke_CKEditor1 input[type=text],
input[type=text].cke_dialog_ui_input_text,
.cke_1_dialog,
.cke_1_dialog *,
.cke_dialog,
.cke_dialog *,
.cke_dialog_ui_input_text,
.cke_skin_kama input.cke_dialog_ui_input_text,
.cke_skin_kama input.cke_dialog_ui_input_password {
    font: unset;
    font-size: unset;
    color: #000;
}


@media only screen and (max-width: 1359px) {

   body {
        font-size:0.55em;
    }

    #header h1 {
        font-size:4em;
        margin:0px 1em;
    }

    #header #socialMediaLinks {
        margin-top:-50px;
    }
    
    
    #header #twitterLink img,
    #header #fbLink img {
        width: 25px;
    }

}

@media only screen and (min-width:1360px) and (max-width: 1499px) {

    body {
        font-size:0.65em;
    }

    #nav a {
        font-size:0.9em;
    }

    #header h1 {
        font-size:3em;
        margin:0px 1em;
    }

    #imgDemo .imgWrapper {
        width: 86%;
        margin: 10px auto;
        text-align: center;
    }

        #header #twitterLink img, 
        #header #fbLink img {
            width:40px;
        }
}


@media only screen and (min-width:1500px) and (max-width: 1750px) {

   body {
        font-size:0.75em;
    }

}



