
/* 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 {
    text-align: left;
    background: #002056;
    color: white;
}

#header {
    width: 840px;
    margin: 0 auto;
}

#header td {
    height: 129px;
    vertical-align: middle;
}

#header td.first {
    width: 209px;
}

#header td.second {
    background: url(/images/vrule-white.gif) repeat-y 10px top;
}

#header td.third {
    width: 164px;
}

body.home #outer {
    margin: 0 auto;
    width: 980px;
    background: url(/images/crystal-ball-home.jpg) right top no-repeat;
}

#main {
    width: 840px;
    margin: 0 auto;
    background: url(/images/vrule-white.gif) repeat-y 219px top;
}

#content {
    float: left;
    width: 590px;
    padding-bottom: 0.75em;
}

body.home #content {
    width: 350px;
}

div.pagesep {
    clear: left;
    color: #ffcb08;
    background-color: #ffcb08;
    height: 20px;
}

img.top-photo {
    border: 1px solid white;
    border-width: 0 1px;
    margin: 0 3px 0 10px;
}

a {
    color: #ffcb08;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1.header {
    width: 446px;
    margin: 0 auto;
    padding: 0;
    font-size: 225%;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}

h2.category {
    font-size: 150%;
    font-weight: normal;
    color: #ffcb08;
}

a.subscribe {
    display: block;
    margin-top: 1ex;
}

/* 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 {
    list-style-image: url(/images/spacer.gif);
    font-size: 90%;
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    padding-right: 30px;
    float: left;
    width: 204px;
}

.menu li {
    margin: 0;
    border-bottom: 1px solid #7187b0;
    padding: 6px 0;
    background: url(/images/li-star.png) 2px 2px no-repeat;
}

.menu li.last {
    border-bottom: 0;
}

.menu li a {
    display: block;
    width: 174px;
    margin-left: 25px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.menu li ul {
    list-style-type: disc;
    list-style-image: none;
    margin: 0;
    border: 0;
    padding: 4px 0 0 40px;
}

.menu li ul li {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 90%;
    background: transparent none;
}

.menu li ul li.heading {
    padding-top: 5px;
    margin-left: -15px;
    font-weight: bold;
    color: #ffcb08;
    list-style-type: none;
}

.menu li ul li a {
    display: inline;
    width: 159px;
    margin: 0 0 3px;
    border: 0;
    padding: 0;
}

.menu a:hover, .menu .hover {
    color: #ffcb08;
}

/* Footer Styles */
#footer {
    clear: left;
    margin-top: 1em;
    font-size: 90%;
    text-align: center;
}

#footer div {
    margin: 1ex 0;
}

