
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}

html {
    background-color: #99d0fc;
}

body {
    background: white url(/images/theme-schnappershots/bg-paneling.jpg) repeat scroll center top;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: #c12120;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; font-style: italic; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

a, legend {
    color: #c12120;
}

legend {
    font-weight: bold;
}

a:hover {
    color: black;
}

#header {
    width: 870px;
    height: 212px;
    margin: 0 auto;
}

body.home #header {
    height: 600px;
}

#logo {
    display: inline;
    float: left;
    width: 689px;
    height: 212px;
}

#clock {
    display: inline;
    float: right;
    margin-top: 28px;
    width: 178px;
    height: 171px;
}

#chalkboard {
    display: inline;
    float: left;
    width: 868px;
    background: transparent url(/images/theme-schnappershots/chalkboard.png) no-repeat;
    height: 384px;
    position: relative;
}

#menu {
    display: inline;
    float: right;
    margin: 48px 69px 0 0;
    font-weight: bold;
    font-size: 250%;
    color: white;
}

#slideshow {
    width: 414px;
    height: 279px;
    margin: 50px 0 0 63px;
    background: #353434 url(/images/cache/images-util-corners-1dfa81e2fc100b439f5f3017918f131e.png) no-repeat;
    display: inline;
    float: left;
    overflow: hidden;
}

#slideshow div {
    margin: 10px 0 0 17px;
    position: absolute;
}

#overlay {
    position: absolute;
    background: transparent url(/images/theme-schnappershots/tape.png) no-repeat;
    width: 442px;
    height: 37px;
    left: 54px;
    top: 41px;
    z-index: 3;
}

#main {
    background: #99d0fc url(/images/theme-schnappershots/wood.jpg) repeat-x scroll center top;
    position: relative;
}

#ketchup-mustard {
    display: inline;
    float: right;
    margin: -77px 35px -30px;
    position: relative;
    z-index: 2;
    width: 54px;
    height: 101px;
}

#content {
    width: 820px;
    margin: 0 auto;
    text-align: left;
    padding: 1.25em 0 1px;
    position: relative;
}

/* Menu styles */
.menu {
    width: 826px;
    margin: 0 auto;
    height: 44px;
    padding: 39px 0 0;
    list-style: none;
    font-size: 90%;
}

.menu li {
    float: left;
    width: 110px;
    height: 44px;
    padding-right: 20px;
}

.menu a {
    float: left;
    width: 106px;
    padding: 13px 1px 4px 3px;
    height: 27px;
    line-height: 27px;
    background: transparent url(/images/theme-schnappershots/bg-tab.png) no-repeat;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover, .menu .hover {
    color: white;
    text-decoration: underline;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    padding-bottom: 1px;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.20;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: ;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

