
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html {
    text-align: center;
    background: url(/images/bg-main.png) #3c3c3c;
    color: white;
}

#main, #footer {
    width: 907px;
    padding: 0 8px;
    margin: 0 auto;
}

#main {
    text-align: left;
    background: url(/images/shadow-main.png) transparent left top repeat-y;
    color: black;
}

#header {
    background: url(/images/header-curve.png) black left bottom no-repeat;
    height: 128px;
}

#logo {
    display: inline;
    float: left;
    width: 120px;
    height: 119px;
    margin: 5px -100px 0 12px;
    position: relative;
}

#content {
    background: url(/images/race-banner.jpg) white left bottom no-repeat;
    min-height: 368px;
    padding: 12px 26px 130px 38px;
    font-size: 90%;
}

a, a:link, a:visited, a:active {
    color: white;
}

.travel #content {
    background: none;
}

a:hover {
    color: #69c7d7;
}

#content a, #content a:link, #content a:visited, #content a:active {
    color: #525252;
}

#content a:hover {
    color: #69c7d7;
}

/* Styles for /photo/ page */
.photoPage {
    text-align: center;
    padding: 1em 0;
}

.photoPage a {
    display: block;
    margin: 0.5em auto;
    font-weight: bold;
}

.photoPage img {
    border: 1px solid black;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 0;
    float: right;
    height: 100px;
    background: url(/images/menu-stripe.png) transparent left top repeat-x;
    text-align: right;
    font-size: 80%;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
    float: left;
    height: 55px;
    padding-top: 45px;
}

.menu li.first {
    background: url(/images/menu-curve.png) transparent left top no-repeat;
    width: 150px;
    padding-left: 55px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
    border-left: 1px solid #757575;
    line-height: 25px;
    padding: 3px 14px;
    text-decoration: none;
    color: black;
}

.menu .first a {
    border-left: 0px;
}

.menu a:hover {
    color: #69c7d7;
}

/* Footer Styles */
#footer {
    padding-top: 30px;
    font-size: 80%;
    text-align: center;
    background: url(/images/shadow-footer.png) transparent left top no-repeat;;
}

#footElements {
    padding: 1em 0;
}

#footTextlinks a {
    text-decoration: none;
    padding: 0 5px;
}

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


