
/* 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: #818372 url(/images/theme-cbhanif/bg-texture.jpg) repeat scroll left top;
}

body {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #1e500d;
}

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; padding: 0 0 0.742857142857em 0; }
h2 { font-size: 150%; margin: 0 0 0.866666666667em 0; }
h3 { font-size: 130%; margin: 0 0 1em 0; }
h4 { font-size: 115%; margin: 0 0 1.13043478261em 0; }
h5 { font-size: 105%; margin: 0 0 1.2380952381em 0; }
h6 { font-size: 100%; margin: 0 0 1.3em 0; }

a {
    color: #424339;
}

a:hover {
    color: black;
}

legend {
    color: black;
}

#header {
    height: 150px;
    padding-top: 20px;
    background: #eceadd url(/images/theme-cbhanif/bg-header.png) no-repeat scroll left top;
    text-align: center;
    overflow: hidden;
}

#headElements {
    font-size: 120%;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-style: italic;
    padding-top: 4px;
    font-weight: normal;
}

#logo {
    color: white;
    display: block;
    text-decoration: none;
}

#main {
    float: left;
    width: 1000px;
    padding: 0;
    background: #eceadd url(/images/theme-cbhanif/bg-main.png) repeat-y scroll left top;
    font-size: 90%;
}

#sidebar {
    display: inline;
    float: right;
    width: 190px;
    padding: 1.3em 25px 0;
    margin-right: 30px;
    color: #424339;
    font-size: 95%;
}

#sidebar a {
    text-decoration: none;
}

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

#sidebar h2 a {
    color: #1e500d;
}

#sidebar h2 {
    margin-bottom: 10px;
}

#sidebar ul {
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    left: 0;
    margin-left: 0;
    padding-left: 14px;
    margin-bottom: 2.6em;
}

#content {
    width: 650px;
    padding: 1.3em 25px 0;
    display: inline; /* IE6 fix */
    float: left;
    margin-left: 30px;
    min-height: 300px;
    font-size: 95%;
}

#homeExtra {
    display: inline;
    float: right;
    width: 252px;
    height: 350px;
    text-align: center;
    margin-left: 25px;
}

#slideshow {
    width: 252px;
    height: 282px;
    margin-top: 10px;
    overflow: hidden;
}

#slideshow div {
    width: 100%;
    height: 100%;
    background-color: white;
}


.wrapper {
}

.wrapper .t .l {
    background: transparent url(/images/cache/images-util-corners-aaa4ff92353c2d7656c6308b30bb884c.png) no-repeat;
    width: 6px;
    height: 6px;
}

.wrapper .t .c {
    background: transparent url(/images/cache/images-util-corners-07e0df2625e44a458d149d4bc2b31354.png) repeat-x;
    height: 6px;
}

.wrapper .t .r {
    background: transparent url(/images/cache/images-util-corners-45fc97dd0f940e75ab515806e0f0451e.png) no-repeat;
    width: 6px;
    height: 6px;
}

.wrapper .c .l {
    background: transparent url(/images/cache/images-util-corners-d9b56166b8a3a1e1866cc3aa8964a004.png) repeat-y;
    width: 6px;
}

.wrapper .c .c {
    background: transparent url(/images/cache/images-util-corners-c3e24c693e0e14dfa0d3bc30dc0aec6c.png) repeat;
}

.wrapper .c .r {
    background: transparent url(/images/cache/images-util-corners-7a3a1fcdd6a3f85f115e266086d5ab41.png) repeat-y;
    width: 6px;
}

.wrapper .b .l {
    background: transparent url(/images/cache/images-util-corners-20695a2403959244f4ad644eb9636679.png) no-repeat;
    width: 6px;
    height: 6px;
}

.wrapper .b .c {
    background: transparent url(/images/cache/images-util-corners-c91d63a42f9bf7bf78c0130d1a43bebe.png) repeat-x;
    height: 6px;
}

.wrapper .b .r {
    background: transparent url(/images/cache/images-util-corners-01500a6d46fa48c3f8ce1ed6384c5f8e.png) no-repeat;
    width: 6px;
    height: 6px;
}

table.wrapper {
    margin: 0 auto;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
    background: #eceadd url(/images/theme-cbhanif/bg-menu.png) no-repeat scroll left top;
    padding: 12px 42px 0;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
    text-decoration: none;
    height: 15px;
    float: left;
    line-height: 15px;
    border-right: 1px solid white;
    border-left: 1px solid black;
    position: relative;
}

.menu li.first {
    border-left: 0;
}

.menu li.last {
    border-right: 0;
}

.menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 13px;
    font-weight: bold;
    position: relative;
}

.menu .active a {
    color: #6ec950;
}

.menu a:hover, .menu .hover {
    color: #eceadd;
}

.menu .active a:hover, .menu .active .hover {
    color: #6ec950;
}

.menu a.sh {
    position: absolute;
    color: black;
    left: 1px;
    top: 1px;
    white-space: pre;
}

.menu a.sh:hover, .menu .hover.sh, .menu .active a.sh:hover, .menu .active .hover.sh {
    color: black;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: left;
    padding: 1.3em 10px 1px -5px;
    zoom: 1; /* hasLayout */
    color: #424339;
    text-align: center;
    background: transparent url(/images/theme-cbhanif/bg-footer.png) no-repeat scroll left top;
    padding-top: 50px;
    color: #dadbc0;
}

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

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

#footTextlinks a {
    padding: 0 10px;
    text-transform: uppercase;
}

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

