/*@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}*/
body {
    font-family: 'MyriadPro', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background: #e8e8e8;
}
body img {max-width: 100%;}

.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #336699;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 15px;
}
.simplebox h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}

.inline-container {font-size: 0; text-align: center;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 90.4%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}


/* General */
#hdr-container {
    width: 100%;
    margin-top: 10px;
}
#hdr {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0px;
    -moz-box-shadow: 0px 0px 20px #808080;
    -webkit-box-shadow: 0px 0px 20px #808080;
    box-shadow: 0px 0px 20px #808080;
}
#hdr-mob {
    display: none;
    padding: 20px 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #1a6398;
}
#topnav-container {
    width: 100%;
    text-align: center;
}
#topnav {
    width: 1100px;
    margin: 0 auto;
    background: #2b7cb5;
}
#bdy-container {
    width: 100%;
}
#bdy {
    width: 1080px;
    margin: 0 auto;
    min-height: 550px;
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 0px 6px 20px #808080;
    -webkit-box-shadow: 0px 6px 20px #808080;
    box-shadow: 0px 6px 20px #808080;
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
    width: 100%;
    background: transparent;
    color: #000;
    padding: 15px 0px 30px 0px;
    text-align: center;
}
#ftr {
    width: 1100px;
    margin: 0 auto;
}
#ftr-mob {display: none;}


/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    width: 96%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'], .search-btn {
    background: #e7e7e7;
    border: 0;
    -webkit-appearance: none;
    color: #000;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
.formbox input[type='submit']:hover {-webkit-filter: brightness(90%);}
.formbox select {
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    width: 96%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */
#hdr .simpleinline:last-child {text-align: right;}
#topnav a {
    display: inline-block;
    padding: 9px 15px;
    margin: 5px 0px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}
#topnav a:hover {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #fff;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.hdr-mob-cll2 img {
	width: 80%;
	max-width: 333px;
}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#hdr input[type='text'] {
    width: 240px;

}
#hdr .simpleinline:last-child {
    text-align: center;
}
#hdr .simpleinline {
    vertical-align: middle;
}
.search-btn:hover {
    -webkit-filter: brightness(85%);
}

/* footer.inc */
#ftr a {
    color: #000;
    text-decoration: none
}
#ftr a:hover {
    text-decoration: underline; 
}


/* old css */
.title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #095fc6;
    text-decoration: none;
}
#message {
    width: 95%;
}


/* index.php */
.index-login {
    display: inline-block;
    width: 100px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    background: #3488c4;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.index-signup {
    display: inline-block;
    width: 100px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    background: #cbe0f3;
    color: #000;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.index-signup:hover {
    -webkit-filter: brightness(90%);
}
.index-loginform {
    background: #3488c4;
    padding: 10px;
    text-align: right;
    border-radius: 4px;
    border-top-left-radius: 0;
}
.index-loginform a {
    color: #fff;
    text-decoration: none;
}
.index-loginform .formlabel {
    color: #fff;
}
.index-links li {
    margin: 5px 0px;
}

/* communicate.php */
div.clayer_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
div.clayer_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.post-wrapper {
    border-top: 1px dotted #000;
    margin-top: 10px;
    padding-top: 10px;
}
.post-wrapper a {
    display: inline-block;
    vertical-align: middle;
}
.pages-container {
    margin-top: 10px;
    padding-top: 10px;
}
.pages-container .simpleinline:last-child {
    text-align: right;
}
.pages-container img {
    vertical-align: middle;
}
.inline-post-1 {
    vertical-align: top;
    width: 70px;
    margin-right: 4px;
}
.inline-post-2 {
    vertical-align: top;
    width: 460px;
}
.dp-wrapper {
    border-radius: 4px;
    border: 1px solid #000;
}
.dp-title {
    text-align: center;
    background: #3488c4;
    color: #fff;
    padding: 5px 0px;
}
.dp-bdy {
    height: 300px;
    padding: 10px;
}
.dp-ftr {
    text-align: center;
    background: #3488c4;
    color: #fff;
    font-size: 11px;
    padding: 5px 0px;
}
.dp-ftr a {
    color: #fff;
    font-size: 11px;
}
#thefeed2 {
    width: 100%;
}
.dotted-hr {
    border-bottom: 0;
    border-style: dotted;
}
#section-1-exp, #section-2-exp, #section-3-exp, #section-4-exp, #section-5-exp, #section-6-exp, #section-7-exp, #section-8-exp {
    display: none;
}


/* account.php */
.form-hdr {
    background: #336699;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}
.form-container {
    border: 1px solid #336699;
    padding: 10px;
}
.form-container h2 {
    margin-top: 10px;
}
#bus-promo {display: none;}


/* register-confirm.php */
.register-confirm .simpleinline {
    border: 1px solid #336699;
    box-sizing: border-box;
    height: 335px;
    padding: 10px;
}
.register-confirm input[type='submit'], .register-confirm a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 0px;
    background: #e7e7e7;
    color: #000;
    border: 0;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
}
.register-confirm input[type='submit']:hover, .register-confirm a:hover {
    -webkit-filter: brightness(90%);
}
.g-ad iframe .g-ad ins {
    width: 100%;
}
.justmobile {display: none;}
@media (max-width: 1100px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
    #hdr, #topnav-container, #ftr {display: none;}
    .simplecell, #hdr-mob, #ftr-mob {display: block;}
    #hdr-container {
        width: 96%;
        margin: 2%;
        margin-bottom: 0;
    }
    #bdy {
        width: 90%;
        padding: 3%;
        min-height: 0;
        margin: 0px 2%;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}
