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

html {
    background-color: #000b5d;
}

body {
    line-height: 1.25;
    width: 920px;
    margin: 0 auto;
    padding: 55px 0 0 65px;
}

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

h1 { font-size: 175%; margin: 0 0 0.714285714286em 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 0.54347826087em 0; }
h5 { font-size: 105%; margin: 0 0 0.595238095238em 0; }
h6 { font-size: 100%; margin: 0 0 0.625em 0; }

h2.item_title a {
    color: #000b5d;
    text-decoration: none;
}

ul, ol, p, form {
    margin-top: 0;
    margin-bottom: 1.25em;
}

#header {
    background: transparent url(/images/cache/images-util-corners-8529db193e1a3f1cd0a9248e5fb726f4.png) no-repeat scroll right top;
    padding: 5px 15px 0 0;
}

#headerContent {
    background: transparent url(/images/theme-brightonlions/header.png) no-repeat scroll right top;
    padding-right: 20px;
    height: 200px;
    color: white;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
}

#header h1, #header h2, #header h3 {
    margin: 0;
    padding: 0;
    color: white;
}

#header h1 {
    margin-top: 20px;
    margin-left: -50px;
    font-size: 345%;
}

#header h2 {
    font-size: 215%;
}

#header h3 {
    font-size: 80%;
    margin-top: 35px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    width: 360px;
    height: 341px;
    position: relative;
    margin: -60px 0 -141px -65px;
}

#main {
    padding: 0px 15px 0 5px;
    width: 900px;
    background: transparent url(/images/cache/images-util-corners-00ba57f6c5fd8ba2263ed1f18930c82a.png) repeat-y scroll right top;
    text-align: left;
    display: inline; /* IE6 Fix */
    float: left;
}

#sidebar {
    display: inline; /* IE6 Fix */
    float: right;
    width: 231px;
    margin: 19px 11px 11px 0;
    font-size: 80%;
}

#sidebar .cms_item {
    background: transparent url(/images/cache/images-util-corners-42963ee6df2547086a91fecb4fd8f39b.png) no-repeat scroll left bottom;
    padding: 0 22px 11px 14px;
    margin-bottom: 11px;
}

#sidebar .cms_item h2 {
    background: transparent url(/images/cache/images-util-corners-4d29eedd8c6982c0b459768e5f082cdc.png) no-repeat scroll left top;
    margin: 0 -22px 0.961538461538em -14px;
    padding: 0.961538461538em 22px 0 14px;
    font-size: 130%;
    font-weight: normal;
}

#sidebar .floatRight, #sidebar .floatLeft {
    margin-top: 1.25em;
}

#content {
    display: inline; /* IE6 Fix */
    float: left;
    width: 640px;
    padding: 20px 0 0 20px;
    font-size: 90%;
}

body.home #content {
    width: 400px;
}

/* Menu styles */
#menubar {
    float: left;
    width: 220px;
}

#sidebar_left {
    padding: 0 20px;
    width: 180px;
    font-size: 80%;
}

.menu {
    width: 220px;
    margin: 0;
    padding: 80px 0 50px;
    list-style: none;
    display: inline; /* IE6 Fix */
    float: left;
    font-size: 120%;
    text-align: right;
}

.menu li {
    display: block;
    padding: 5px 20px;
}

.menu a {
    color: #000b5d;
    display: block;
    padding: 3px 0px;
    border-bottom: 1px dotted #ffd100;
    text-decoration: none;
}

.menu a:hover, .menu .hover {
    background-color: #ffd100;
}

/* jooter Styles */
#footer {
    width: 100%;
    clear: both;
    font-size: 70%;
    text-align: center;
    color: white;
    background: transparent url(/images/cache/images-util-corners-891cf6e1b8b81c14df7c69842ba4905b.png) no-repeat scroll right top;
    padding-top: 20px;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    margin-bottom: 1.25em;
}

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

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

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

body.home .categoryIndex {
    border-top: 2px solid #7383ff;
}

body.home .categoryIndex .blog_item {
    border-bottom: 2px solid #7383ff;
    padding-top: 1.25em;
}

#sidebar .ad {
    display: block;
    margin-bottom: 0.833333333333em;
    text-decoration: none;
    color: black;
    padding-left: 1px;
}

#sidebar .ad .caption {
    text-align: center;
}

