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

html {
    background: white url(/images/theme-alert1/bg-main.png) repeat-x scroll left top;
}

body {
    width: 100%;
    text-align: left;
    padding-bottom: 1.25em;
}

body.home {
    background: transparent url(/images/theme-alert1/blueprints.png) no-repeat scroll center 114px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    color: #b32419;
}

h1 { font-size: 175%; margin: 0; padding: 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 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: #b32419;
}

a:hover {
    color: black;
}

legend {
    color: black;
}

#header {
    height: 114px;
    width: 880px;
    margin: 0 auto;
    position: relative;
}

#headElements {
    width: 320px;
    float: right;
    background-color: #fceeb2;
    padding: 10px;
    position: absolute;
    top: 13px;
    right: 0;
}

#headElements a {
    text-decoration: none;
}

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

#headElements h1, #headElements h2, #headElements h3, #headElements h4, #headElements h5, #headElements h6 {
    color: #17547b;
    margin-bottom: 0;
}

#headElements p, #headElements ul, #headElements ol {
    margin-bottom: 0;
}

#logo {
    display: block;
    text-decoration: none;
    width: 511px;
    height: 41px;
    position: relative;
    top: 37px;
}

#main {
    width: 880px;
    margin: 0 auto;
}

#headImages {
    height: 245px;
    width: 880px;
    overflow: hidden;
}

#headImages ul {
    width: 1760px;
    height: 245px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#headImages li {
    float: left;
    border-right: 2px solid white;
}

#content {
    width: 640px;
    float: left;
    font-size: 80%;
    padding: 20px 0 0 0;
}

#sidebar {
    width: 220px;
    float: right;
    padding: 30px 0 0 0;
    font-size: 70%;
    color: white;
}

#sidebar .floatRight {
    margin-right: -10px;
}

#sidebar .floatLeft {
    margin-left: -10px;
}

.sidebar_item {
    padding: 0 20px 1px;
    margin-bottom: 10px;
    float: left;
    width: 180px;
    background-color: #17547b;
}

#sidebar .share {
    background-color: white;
}

#sidebar a, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    color: white;
}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p, #sidebar ul, #sidebar ol {
    margin-bottom: 10px;
}

#sidebar h2 {
    color: #b32419;
    background-color: white;
    margin: 0 -20px 10px;
    padding: 1px 20px;
}

#sidebar h2 a {
    color: #b32419;
    text-decoration: none;
}

#sidebar .button {
    display: inline;
    float: left;
    height: 23px;
    line-height: 23px;
    width: 115px;
    margin-right: -30px;
    background: transparent url(/images/theme-alert1/button.png) no-repeat scroll left top;
    font-weight: bold;
    text-decoration: none;
    font-size: 110%;
    text-align: center;
    margin-bottom: 10px;
}

.newsIndex ul {
    padding-left: 0;
    list-style: none;
}

.newsIndex li {
    margin-bottom: 10px;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 90%;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    padding: 0 22px 0 20px;
    background: transparent url(/images/cache/images-util-corners-d147d0c9e5ced923203db3483eb3e16e.png) no-repeat scroll right center;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.menu .last a {
    background: none;
    padding-right: 20px;
}

.menu a:hover, .menu .hover {
    color: white;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 65%;
    text-align: center;
    border-top: 7px solid #b32419;
    padding-top: 20px;
}

#footElements {
    font-size: 115%;
}

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

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

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

#footTextlinks a {
    padding: 0 4px;
}

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

/* Social media icons */
#share {
    height: 16px;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 15px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    font-size: 90%;
    color: black;
    text-decoration: none;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; padding-right: 0; margin-right: -20px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

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


