
/* 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: white url(/images/theme-aegisrepartners/gradient-bottom.png) repeat-x scroll left bottom;
    min-height: 100%;
}

body {
    background: transparent url(/images/theme-aegisrepartners/gradient-top.png) repeat-x scroll left top;
    text-align: left;
}

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

h1 { font-size: 165%; margin: 0; padding: 0 0 0.757575757576em 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: #a2062e;
}

legend {
    color: black;
}

#header {
    height: 109px;
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#headMenu {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-size: 75%;
}

#headMenu li {
    float: right;
    width: 246px;
    height: 27px;
}

#headMenu a {
    display: block;
    width: 246px;
    height: 27px;
    color: white;
    text-decoration: none;
    background: transparent url(/images/theme-aegisrepartners/tab.png) no-repeat;
    text-transform: uppercase;
}

#logo {
    display: block;
    width: 264px;
    height: 71px;
    margin: 0 auto;
    position: relative;
    top: 18px;
    text-decoration: none;
}

#content {
    width: 680px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 80%;
    min-height: 300px;
    color: #585354;
    line-height: 1.5;
}

#sidebar {
    float: right;
    padding-left: 20px;
    width: 200px;
    min-height: 316px;
    background: transparent url(/images/theme-aegisrepartners/vsep-tall.png) no-repeat scroll left top;
    padding-bottom: 10px;
    font-size: 80%;
    color: #585354;
}

#sidebar h2 {
    font-size: 125%;
    margin-bottom: 1em;
}

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

#sidebar .first_sidebar_item {
    margin-top: 0.39em;
}

.sidebar_item {
    padding-bottom: 1.25em;
}

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

#sidebar .newsIndex li {
    margin-bottom: 1.25em;
}

#sidebar a {
    color: #585354;
}

.side-read-more {
    font-weight: bold;
}

#main {
    width: 920px;
    margin: 0 auto;
    padding: 10px 0 0;
}

/* Menu styles */
.menu {
    height: 39px;
    line-height: 39px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-size: 75%;
    background: transparent url(/images/theme-aegisrepartners/footer-sep.png) no-repeat scroll center bottom;
    padding-bottom: 1px;
}

body.home .menu {
    background: none;
    padding-bottom: 0;
}

body.home .categoryIndex table.cms_gallery {
    margin: 0 -20px 1.25em;
}

body.home .categoryIndex table.cms_gallery td {
    padding: 0 20px;
    background: transparent url(/images/theme-aegisrepartners/vsep-medium.png) no-repeat scroll left center;
}

body.home .categoryIndex table.cms_gallery thead td, body.home .categoryIndex table.cms_gallery tr td:first-child {
    background: none;
}

body.home .categoryIndex table.cms_gallery .caption {
    font-size: 120%;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    text-transform: uppercase;
}

body.home .categoryIndex table.cms_gallery .caption a {
    text-decoration: none;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    color: #585354;
    text-decoration: none;
    padding: 15px 11px 15px 10px;
    background: transparent url(/images/theme-aegisrepartners/vsep-short.png) no-repeat scroll right center;
    text-transform: uppercase;
}

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

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

#slideshow {
    height: 272px;
    width: 725px;
    margin: 0 auto;
    overflow: hidden;
}

#overlay {
    height: 272px;
    width: 100%;
    position: relative;
    margin-bottom: -272px;
    z-index: 100;
    background: transparent url(/images/theme-aegisrepartners/slideshow-overlay.png) no-repeat scroll center top;
}

#slideshow .slide {
    width: 725px;
    height: 272px;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    text-align: center;
    zoom: 1; /* hasLayout */
    color: #585354;
    background: transparent url(/images/theme-aegisrepartners/footer-sep.png) no-repeat scroll center top;
    padding-top: 15px;
}

#footElements {
    color: #a2062e;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-size: 115%;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

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

/* Social media icons */
#share {
    height: 16px;
    font-size: 85%;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    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 a.print       { background-position: 0 -300px; }

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

.stButton {
    margin: 0 !important;
}

.stButton .chicklets {
    display: block;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    line-height: 16px !important;
    padding-left: 18px !important;
}

#share .stico_default, .stButton .chicklets {
    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%;
}


