/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Carrois+Gothic+SC|Merriweather:400,300,700";

body {
    background-color: #F7F4EF;
    color: #555555;
    font-family: 'Carrois Gothic SC',sans-serif;
}
header, div#pageHeader {
    color: #FFFFFF;
    float: left;
    font-family: 'Carrois Gothic SC',sans-serif;
    font-size: 1em;
    height: auto;
    margin-left: 20px;
    margin-right: 30px;
    margin-top: 75px;
    padding-right: 4px;
    padding-top: 100px;
    position: absolute;
    width: 100px;
}
div#pageName {
    display: none;
    visibility: hidden;
}
div#pageBody {
    background-image: url("RealCimple.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #555555;
    font-family: 'Carrois Gothic SC',sans-serif;
    margin: 30px auto 30px 140px;
}
div#pageContent {
    background-color: #FFFFFF;
    border-left: thin solid #CCCCCC;
    border-top: thin solid #CCCCCC;
    box-shadow: 10px 10px 10px #999999;
    margin-left: 40px;
    margin-right: 60px;
    margin-top: 20px;
    padding: 10px;
}
div.storyHeader {
    background-color: #FFFFFF;
    border-bottom: thin solid #000000;
    color: #000000;
    font-family: 'Carrois Gothic SC',sans-serif;
    font-size: 24px;
    margin-top: 10px;
}
.storyHeader, a:link, a:visited {
    color: #55AFE3;
}
.storyHeader, a:hover {
    color: #F78031;
}
.storyHeader a:hover {
    text-shadow: 0 0 1px #888888, 0 0 1px #888888, 0 0 1px #888888;
}
.storyBody {
    padding: 10px;
}
a.utilityLink, a.globalLink {
    background-color: #55AFE3;
    box-shadow: 4px 4px 4px #777777;
    color: #FFFFFF;
    float: left;
    font-family: 'Carrois Gothic SC',sans-serif;
    font-size: 1em;
    height: 25px;
    line-height: 22px;
    margin: 4px;
    overflow: hidden;
    text-align: left;
    text-indent: 15px;
    width: 130px;
}
a.utilityLink:hover, a.globalLink:hover {
    background-color: #F78031;
    box-shadow: 8px 8px 8px #999999;
    color: #FFFFFF;
}
div#navLocal {
    margin: 20px 60px 10px 40px;
    padding-top: 120px;
    text-align: center;
}
a.localLink {
    background-color: #55AFE3;
    box-shadow: 4px 4px 4px #777777;
    color: #FFFFFF;
    display: inline-table;
    font-size: 1em;
    height: 26px;
    line-height: 25px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 124px;
}
a.localLink:hover {
    background-color: #F78031;
    box-shadow: 8px 8px 8px #999999;
}
a:link {
    text-decoration: none;
}
div#indexTable a:link {
    color: #F78031;
}
td.feature {
    color: #555555;
    font-family: 'Carrois Gothic SC',sans-serif;
    font-size: 18px;
    padding-right: 12px;
    text-align: center;
}
td.description {
    border: thin solid #555555;
    padding: 5px;
}
img {
    display: block;
    margin-bottom: 15px;
    margin-left: 90px;
    margin-right: auto;
}
footer, div#pageFooter {
    background-color: #F7F4EF;
    color: #555555;
    height: 40px;
    margin-left: 120px;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}
#assignmentTable {
    margin: 2px;
}
