
/* 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-color: white;
}

body {
    background: #1d2a76 url(/images/theme-intventures/bg-main.png) repeat-x;
    color: white;
}

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

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: #7eccf3;
}

a:hover {
    color: #18a1d4;
}

#header {
    height: 118px;
    padding-top: 44px;
    color: black;
}

#logo {
    display: block;
    width: 373px;
    height: 51px;
}

#container {
    width: 820px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#content {
    width: 820px;
    font-size: 90%;
    padding: 1.25em 0 1px;
    min-height: 300px;
}

/* Menu styles */
.menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
    background: #1d2a76 url(/images/theme-intventures/menu-left.png) no-repeat;
    height: 40px;
}

.menu li {
    display: inline;
    float: left;
}

.menu a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    height: 36px;
    line-height: 25px;
    padding: 4px 32px 0 30px;
    background: transparent url(/images/theme-intventures/menu-sep.png) no-repeat scroll right top;
}

.menu .last a {
    background-image: url(/images/theme-intventures/menu-right.png);
    padding-right: 35px;
}

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

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    zoom: 1; /* hasLayout */
    background: white url(/images/theme-intventures/bg-footer.png) repeat-x;
    padding: 30px 0 1px;
    color: black;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#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%;
    left: 50%;
    margin-left: -480px;
    display: none;
}

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

