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

body {
    background-color: #0e264a;
}

#container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

#header {
    float: left;
    padding: 14px 0 0 6px;
    width: 196px;
}

#logo {
    width: 286px;
    position: absolute;
}

#main {
    float: left;
    width: 731px;
    background: url(/images/bar.png) white left top repeat-y;
    padding-left: 17px;
}

#content {
    background: url(/images/gradient-tan.png) transparent left top repeat-x;
    min-height: 580px;
}

#contentMain {
    padding: 0 20px 0 50px;
    font-size: 80%;
    float: left;
    width: 661px;
    min-height: 429px;
}

body.about #contentMain {
    background: url(/images/leaf-white.jpg) transparent left bottom no-repeat;
}

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

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

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

/* Menu styles */
.menu {
    list-style: none;
    margin: 0;
    padding: 119px 0 0 0;
    font-size: 90%;
}

.menu li {
    padding: 4px 0 8px 8px;
    background: url(/images/button-shadow.png) left bottom no-repeat;
    height: 61px;
    line-height: 61px;
}

.menu a {
    display: block;
    color: #dcbf77;
    text-decoration: none;
    background: url(/images/button-home.png) left top no-repeat;
    padding-left: 73px;
    text-transform: uppercase;
    width: 115px;
    height: 61px;
}

.menu a:hover {
    color: white;
}

.menu li#home a     { background-image: url(/images/button-home.png); }
.menu li#about a    { background-image: url(/images/button-about.png); }
.menu li#work a     { background-image: url(/images/button-work.png); }
.menu li#services a { background-image: url(/images/button-services.png); }
.menu li#press a    { background-image: url(/images/button-press.png); }
.menu li#contact a  { background-image: url(/images/button-contact.png); }

/* Footer Styles */
#footer {
    background: url(/images/footer-shadow.png) white left top repeat-x;
    clear: left;
    font-size: 80%;
    text-align: center;
    color: #7a683d;
    position: relative;
    padding-top: 50px;
}

#footTextlinks {
    padding: 1em 0;
}

#footer a {
    color: #7a683d;
}


