
/* 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: "Arial", "Helvetica", sans-serif;
}

html {
    background: #1b637f url(/images/theme-cliftonblack/stripes-light.png);
}

body {
    background: #1b637f url(/images/theme-cliftonblack/stripes-light.png);
}

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

h1 { font-size: 175%; margin: 0 0 0.714285714286em 0; border-bottom: 1px solid #2d2014; }
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: #1b637f;
}

a:visited {
    color: #4e7280;
}

a:hover {
    color: #104357;
}

#header {
    height: 65px;
    text-align: left;
    width: 780px;
    padding: 20px 40px 0;
    margin: 0 auto;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    text-decoration: none;
    margin-top: 8px;
}

#logo2 {
    display: inline; /* IE6 fix */
    float: right;
}

#container {
    background: transparent url(/images/theme-cliftonblack/stripes-dark.png);
}

#subheader {
    background: transparent url(/images/theme-cliftonblack/stripes-med.png);
}

#slideframe {
    width: 870px;
    margin: 0 auto;
    background: transparent url(/images/cache/images-util-corners-ebaef65f75874087f9e63b5fcc92384a.png) repeat-y;
}

#slideshow {
    width: 860px;
    height: 218px;
    margin: 0 auto;
    background: transparent url(/images/theme-cliftonblack/bg-slideshow.jpg);
    overflow: hidden;
}

#slideshow a {
    margin: 60px 0 0 200px;
    width: 230px;
    padding-right: 5px;
    padding-left: 50px;
    height: 150px;
    background-color: #2d2014;
    color: white;
    font-style: italic;
    font-size: 130%;
    text-decoration: none;
    text-align: left;
    text-indent: -50px;
    display: none;
}

#slideshow a img {
    margin-bottom: -5px;
}

#main {
    width: 870px;
    margin: 0 auto;
    background: transparent url(/images/cache/images-util-corners-ebaef65f75874087f9e63b5fcc92384a.png) repeat-y;
}

#wrapper {
    background: transparent url(/images/theme-cliftonblack/paper.jpg);
    width: 860px;
    margin: 0 auto;
}

#content {
    color: #2d2014;
    width: 700px;
    padding: 26px 80px 1px;
    font-size: 90%;
    min-height: 300px;
    text-align: left;
    background: transparent url(/images/theme-cliftonblack/paper-gradient.jpg) repeat-x;
}

/* Menu styles */
#menubar {
}

.menu {
    background: transparent url(/images/cache/images-util-corners-f411d515dc13072124294a2b0a4d9aae.png) no-repeat;
    width: 860px;
    margin: 0 auto;
    padding: 37px 5px 31px;
    list-style: none;
    text-align: left;
    font-size: 80%;
}

.language {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    text-decoration: none;
    padding: 0 20px;
    border-right: 1px solid black;
    text-transform: uppercase;
    font-weight: bold;
}

.menu .last a {
    border: 0;
}

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

.menu a, .menu a:visited, .menu a:hover {
    color: black;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    width: 870px;
    margin: 0 auto;
    color: white;
}

#disclaimer {
    background: transparent url(/images/cache/images-util-corners-2ba94656ff006a66b30d67bd92351bc8.png) no-repeat scroll left bottom;
    padding: 0.625em 85px 5px;
    font-size: 90%;
    margin-bottom: 1.25em;
    color: #4e7280;
}

#disclaimer p {
    margin-bottom: 0.625em;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#footElements {
    font-style: normal;
}

#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: #155269;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

/* Homepage layout */
body.home .categoryIndex ul {
    list-style: none;
    display: inline; /* IE6 fix */
    float: left;
    margin: 0 -10px 1.25em;
    padding: 0;
    text-align: center;
}

body.home .categoryIndex li {
    display: inline; /* IE6 fix */
    float: left;
    width: 220px;
    margin: 0 10px;
    background-color: #155269;
}

body.home .categoryIndex a {
    display: block;
    width: 218px;
    border: 1px solid #155269;
    background-color: #155269;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.8;
}

body.home .categoryIndex .caption {
    font-size: 100%;
    font-weight: normal;
}

