﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2017, SyntaxNY

Last Updated: BJ Nguyen
Date: 3/10/2017 */

/* Color Schemes

#FFFFFF: White
#a3a3a3: Grey */
/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/
* {
    padding: 0px;
    margin: 0px;
}

body {
    background: #a3a3a3;
    text-align: left;
    font: normal 100% Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #000;
    font-size: 10pt;
}

div#content {
}

div#footer2 {
    color: #ffffff;
    background-color: transparent;
    background-repeat: repeat-y;
    text-align: center;
}

    div#footer2 #footer-content {
    }

div#layout {
    margin-bottom: 0px;
}

div#main {
    background-color: Transparent;
}

div#sub1 {
    padding-top: 15px;
    text-align: center;
    background-color: Transparent;
}

.dividerImg {
    background-color: #5e8ab4;
}

/*bubble blocks styles*/
.bubbleBlock {
    text-align: left;
}

    .bubbleBlock .body {
        background-color: White;
    }

    .bubbleBlock .content {
        font-size: 9pt;
        line-height: 1.2;
    }

/*slightly different box layout for newsflash*/
.newsFlash {
    text-align: left;
}

div.newsFlash div.newsFlash-Content {
    font-size: 9pt;
    line-height: 1.2;
    padding-left: 5px;
}

/*same inner text styles for all boxes*/
.body .content ul {
}

.body .content li {
    line-height: normal
}

    .body .content li a:link {
        text-decoration: none;
    }

    .body .content li a:hover {
        text-decoration: underline;
    }

.body .content p {
    margin-bottom: 0px;
}

.body .content a:link {
    text-decoration: underline;
}

.body .content a:hover {
    text-decoration: none;
}

/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/
img {
    border: 0px;
}

div {
}

p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0 10px 1.5em 0;
    padding: 0;
}

    p#todaysDate {
        font-weight: bold;
    }

div#footer2 p {
    font-size: 0.8em;
    margin: 0;
    padding: 15px;
}

blockquote {
    margin-left: 10px;
    border-left: 10px solid #ddd;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

code {
    font-family: "Courier New",Courier,monospace;
    font-size: 1em;
    white-space: pre;
}

/*HEADINGS */
h1 {
    font-size: 36pt;
    line-height: 1.5em;
    margin: 0 0 0.5em;
    padding: 0;
    color: #042958;
}

h2 {
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 5px 0 0;
    padding: 0;
}

h3 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 0 0 0.5em;
    padding: 0;
}

h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.25em;
    padding: 0;
}

h5 {
}

h6 {
}
/* END HEADINGS 

SPECIAL CLASSES */
.newIcon {
    color: red;
    margin-left: 6px;
}

.jquery_button {
    cursor: pointer;
    color: #042958;
}

.bold {
    font-weight: 700;
    font-size: 90%;
}

.bolder {
    font-weight: bolder;
}

.center {
    text-align: center;
}

div#search {
    color: #000;
    font-weight: bold;
}

.small {
    font-size: 8pt;
    color: #666;
}

.errorFormEntry {
    font-weight: bold;
    color: red;
}

.requiredfield {
    font-weight: 700;
    color: Red;
}

/*END SPECIAL CLASSES 
///////////////////// LINKS */
a, a:link, a:active {
    color: #042958;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}

    a:visited {
        color: #042958;
    }

    a:hover {
        color: #042958;
    }

/* Header LINKS */
#header a, #header a:link, #header a:active {
    text-decoration: none;
    color: #042958;
    font-size: .9em;
}

    #header a:visited {
        color: #042958;
        background-color: transparent;
    }
/* END Header LINKS 

Footer LINKS */
#footer2 a, #footer2 a:link, #footer2 a:active {
    text-decoration: none;
    color: #fff;
    font-size: .9em;
}

    #footer2 a:visited {
    }

.syntaxMktg {
    color: #083056;
}

div#footer2 p.syntaxMktg a {
    color: #083056;
    text-decoration: underline;
}
/* END Footer LINKS */

/* END LINKS 

///////////////////////////LISTS */
ul {
    line-height: 1.7em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul li {
        margin: 0;
        padding: 0;
    }

#main ul {
    line-height: 1.7em;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

div#main ul li {
    margin: 20px;
    padding: 0;
}

div#main div#tabs ul li {
    margin: 0px 0px 0px 25px;
    padding: 0;
}

ol {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1.5em;
    padding: 0;
}

    ol li {
        font-size: 1em;
        margin: 0 0 0.25em 30px;
        padding: 0;
    }

/*////////////Table////////////////////////////////////////////*/
table {
    border-collapse: collapse;
}

#main table {
    margin-bottom: 15px;
}

div#extra1 table {
    border-collapse: collapse;
}

div#extra1 td {
    vertical-align: bottom;
    text-align: center;
    padding: 0px 7px;
}

    div#extra1 td a, div#extra1 td a:link, div#extra1 td a:visited {
        color: #fff;
        font-weight: normal;
        font-size: 8pt;
        text-decoration: none;
    }

        div#extra1 td a:hover {
            text-decoration: underline;
        }

/*board member styles*/
#schoolBoard {
    width: 100%;
    margin-bottom: 15px;
}

    #schoolBoard table {
        margin: 0px auto;
        margin-bottom: 15px;
        text-align: center;
    }

    #schoolBoard img {
        border: solid 1px red;
        margin: 0px 15px;
    }

    #schoolBoard .title {
        color: Red;
        font-weight: bold;
    }

/*for inline colorbox modals*/
.colorbox-modal-container {
    color: #000 !Important;
}

    .colorbox-modal-container h3 {
        color: #042958;
    }

/*/////////////////////////////////////////////////////
CALENDAR
/////////////////////////////////////////////////////*/
.RadScheduler .rsCategoryPurple .rsAptContent,
.RadScheduler .rsCategorySeaBlue .rsAptContent,
.RadScheduler .rsCategoryBrightPurple .rsAptContent {
    color: white !important;
}

/*/////////////////////////////////////////////////////
CMS / BACK END
/////////////////////////////////////////////////////*/

/*Layout within CMS page builder*/
body.editor #content {
    width: 90%;
    margin-top: 30px;
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    background: white;
}

body.editor #layout {
    margin: 0 auto;
}

body.editor div#header {
    background-color: black;
    background-image: url("/Template/Merrick/Images/header-images/header-logo.png");
    height: 85px;
    width: 90%;
    display: block;
}

body.editor div#nav {
    top: 85px;
    position: absolute;
    width: 100%;
    background-color: #004b8d;
    border-bottom: solid 5px #f0b310;
}

body.editor div#nav div.RadMenu .rmItem .parent-node .rmText {
    background-image: none;
}

.editor div#local {
    background: #f0b310;
    width: 23%;
    padding: 10px;
}

.editor a {
    text-decoration: underline;
}
