@import url("reset.css");

/* Defaults ---------------------------------------------------------------------------------- */
body {
    color: #fff;
    font-size: 13px;
    background: #10192c url('/styles/i/body-bg.jpg');
    text-align: center;
    font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: .5em 0 .1em;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: xx-small; }
h1, h2, h3, h4 {
    color: #fff799;
}

a:link,
a:visited {
    color: #fff799;
}

a:hover,
a:active {
    text-decoration: none;
}

p {
    font-size: 13px;
    margin-bottom: .75em;
}

ul, ol {
    padding-left: 2em;
    margin-bottom: .75em;
}

ul {
    list-style-type: disc;
}

li {
    margin-bottom: .25em;
}

hr {
    border-color: #fff;
    margin-bottom: .75em;
}

strong {
    font-weight: bold;
}


/* Structure ---------------------------------------------------------------------------------- */
#container {
    width: 940px;
    min-height: 100%;
    margin: 0 auto 30px;
    text-align: left;
    background-color: #b7452d;
    /*background-color: #CB3C30;*/ /*more red*/
}
#header {
    background: url('/i/header-life-cycles.jpg') no-repeat;
    position: relative;
    height: 230px;
}
#branding {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url('/styles/i/odyssey-logo-med.png') no-repeat;
    width: 240px;
    height: 114px;
}
#branding span {
    position: relative;
    left: -9999px;
}
#content {
/*    position: relative;*/
    background: url('/styles/i/bg-related-content.png') repeat-y 20px 0px;
}
#alpha,
#beta {
    /*display: inline;*/ /*  HACK - Win IE float bug */
    float: right;
/*    position: relative;*/
/*    top: 0;*/
}
#alpha {
/*    position: relative;*/
    width: 620px;
    margin: 0 30px;
}
#beta {
    width: 240px;
/*    background-color: #482924;*/
/*    padding: 10px 0 100px;*/
}

#navigation {
    padding: 36px 0 0 20px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin-bottom: 4em;
}
#navigation a:link,
#navigation a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
}
#navigation a:hover,
#navigation a:active {
    color: #E8D076;
}

#navigation li a:link,
#navigation li a:visited {
    text-transform: uppercase;
    padding-left: 10px;
    background: url(/i/nav-arrow.gif) no-repeat 0 50%;
}
#navigation li a:hover,
#navigation li a:active {
    background-image: url(/i/nav-arrow-on.gif);
    letter-spacing: .1em;
}

#footer {
    display: none;
    background-color: #10192c;
}

/* Header ---------------------------------------------------------------------------------- */

#navigation li a {
    font-size: large;
}

#contact-info a:link,
#contact-info a:visited {
    color: #E8D076;
}
#contact-info a:hover,
#contact-info a:active {
    letter-spacing: .1em;
}

/* Header Backgrounds ---------------------------------------------------------------------------------- */
.life-cycles-page #header {
    background-image: url('/i/header-life-cycles.jpg');
}
.life-cycles-page #content-header {
    position: relative;
    margin-bottom: 1em;
}
.life-cycles-page h1.asset-name {
    background: url('/styles/i/logo-life-cycles.png') no-repeat;
/*    width: 100%;*/
    height: 80px;
/*    float: left;*/
}
.life-cycles-page h1.asset-name span {
    position: relative;
    left: -9999px;
}
.life-cycles-page #content-header h2 {
/*    position: absolute;*/
/*    bottom: 0;*/
/*    margin-left: 169px;*/
}


/* Content Styling ---------------------------------------------------------------------------------- */
.details-list li {
    color: #fff799;
}
.details-list li {
    font-weight: bold;
}
.details-list li h4 {
    font-weight: normal;
    font-style: italic;
}
.details-list li p {
    font-weight: normal;
    color: #fff;
}

/* Testimonials ---------------------------------------------------------------------------------- */

.testimonial {
    margin: 1em 0 3em;
}

.testimonial-excerpt {
    font-size: 16px;
    margin-bottom: 5px;
}

.testimonial-source {
    font-size: 13px;
}

.testimonial-more {
    font-size: 12px;
    white-space: nowrap;
}

/* Sidebar ---------------------------------------------------------------------------------- */
.widget {
    margin: 0 10px 2.5em;
}
.widget h3 {
    margin-bottom: .5em;
}
.widget h3 a {
    color: #fff799;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
/*    font-weight: normal;*/
    font-size: small;
}
.widget h3 a:hover {
    text-decoration: underline;
}
.widget a {
    color: #fff799;
}
.widget a:hover {
    text-decoration: none;
}

/* Testimonial Widget */
#beta .testimonial {
    margin: 0 10px .75em;
}

.testimonial blockquote {
    font-style: italic;
    line-height: 150%;
    margin-bottom: 1em;
}
.testimonial blockquote strong {
    display: block;
    font-style: normal;
    font-weight: bold;
}
.testimonial blockquote strong em {
    font-style: italic;
    font-weight: normal;
    color: #fff799;
}

/* Blog Widget */
#blog .entry h4 {
    margin-top: .25em;
}
#blog .entry h4 a {
    text-decoration: none;
}
#blog .entry h4 a:hover {
    text-decoration: underline;
}
#blog .entry .date {
    text-transform: uppercase;
    font-size: x-small;
    font-weight: bold;
}

/* Life Cycles Page ---------------------------------------------------------------------------------- */


.life-cycles-page #video-player {
    float: left;
    margin: 0 20px 20px 0;
}
.life-cycles-page #video-player p {
    display: inline;
}


/* Utilities ---------------------------------------------------------------------------------- */
img.right {
    float: right;
    margin: 20px 0 20px 20px;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg {
    height: 1%;
}
.hide {
    display: none;
}
