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

html {
    background: #e7ddc7 url(/images/theme-courtneys/bg-leaves.png);
}

body {
    width: 944px;
    margin: 0px auto;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Comic Sans MS", "Comic Sans", "Arial", "Helvetica", sans-serif;
    color: #bd1615;
}

h1 { font-size: 150%; margin: 0; padding: 0 0 0.833333333333em 0; }
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 {
    color: #7e0c0b;
}

a:hover {
    color: #bd1615;
}

legend {
    color: black;
}

#container {
    background: transparent url(/images/theme-courtneys/bg-main.png) repeat-y;
    display: inline;
    float: left;
    margin: 0 42px;
    width: 860px;
}

#header {
    padding-top: 9px;
    height: 320px;
    color: white;
    text-align: center;
    background: transparent url(/images/theme-courtneys/bg-header.png) no-repeat;
}

#logo {
    display: block;
    width: 326px;
    height: 110px;
    margin: 0 auto;
    text-decoration: none;
}

#content {
    width: 740px;
    margin: 0 60px;
    padding: 1.25em 0 0 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 80%;
    min-height: 300px;
}

#sidebar {
    display: inline;
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

#sidebar li {
    display: inline;
    float: left; /* Weird IE thing */
    padding-bottom: 10px;
}

#sidebar a {
    display: block;
    width: 236px;
    padding: 7px 12px;
    color: white;
    text-decoration: none;
    height: 71px;
    overflow: hidden;
}

#sidebar a:hover {
    color: white;
}

#sidebar strong {
    display: block;
    font-family: "Comic Sans MS", "Comic Sans", "Arial", "Helvetica", sans-serif;
    font-size: 130%;
    font-weight: normal;
}

#sidebar em {
    display: block;
    font-style: normal;
    text-decoration: underline;
    font-weight: bold;
}

#sidebar #s_menu a {
    text-align: center;
    background: #7e0c0b url(/images/theme-courtneys/menu-button.png) no-repeat scroll right bottom;
    padding: 10px 165px 10px 25px;
    width: 70px;
    height: 65px;
}

#sidebar #s_events a {
    background-color: #5a4a08;
}

body.home #content {
    padding-top: 0;
}

#main {
    margin-top: -186px;
}

#slideshow {
    width: 804px;
    height: 266px;
    background-color: #ded1b5;
    margin: 0 -32px 1.25em;
    overflow: hidden;
}

/* Menu styles */
ul.menu {
    font-family: "Comic Sans MS", "Comic Sans", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
    line-height: 35px;
}

ul.menu li {
    display: inline;
}

ul.menu a {
    color: black;
    text-decoration: none;
    padding: 0 20px 0 22px;
    background: transparent url(/images/theme-courtneys/menu-sep.png) no-repeat scroll left 4px;
}

ul.menu .first a {
    background: none;
    padding-left: 20px;
}

ul.menu a:hover, ul.menu .hover {
    color: #7e0c0b;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    zoom: 1; /* hasLayout */
    color: #5a4a08;
    background: transparent url(/images/theme-courtneys/bg-footer.png) no-repeat;
    padding-top: 27px;
    height: 173px;
    padding-bottom: 1.25em;
    line-height: 1.2;
}

#footElements {
    font-weight: bold;
    font-size: 110%;
}

#footer a {
    color: #5a4a08;
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 6px;
}

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

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

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


