
/* 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 {
    font-family: "Arial", "Helvetica", sans-serif;
}

html {
    text-align: center;
    background-color: black;
}

body {
    width: 940px;
    background: black url(/images/theme-favoritemagician/bg-header.png) no-repeat scroll center top;
    padding: 0 66px;
    margin: 0 auto;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 190%; margin: 0; padding: 0 0 0.657894736842em 0; }
h2 { font-size: 165%; margin: 0 0 0.735294117647em 0; }
h3 { font-size: 140%; margin: 0 0 0.833333333333em 0; }
h4 { font-size: 125%; margin: 0 0 1.04166666667em 0; }
h5 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1 {
    color: #8f200d;
}

a {
    color: #0e3fc7;
}

legend {
    color: black;
}

#header {
    color: white;
    background: transparent url(/images/theme-favoritemagician/red-bar.png) repeat-x scroll left bottom;
    height: 167px;
    padding-top: 51px;
}

#logo {
    text-decoration: none;
    float: right;
    width: 636px;
    height: 153px;
    position: relative;
}

#main {
    background: white url(/images/theme-favoritemagician/bg-main.png) repeat-y;
    float: left;
    width: 940px;
}

#content {
    width: 580px;
    padding: 1.25em 20px 0;
    float: left;
    font-size: 80%;
    min-height: 300px;
}

/* Menu styles */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 66px;
    top: 0;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    width: 621px;
}

.menu li {
    display: inline;
    line-height: 31px;
}

.menu a {
    color: #977002;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px 0 39px;
    background: transparent url(/images/theme-favoritemagician/star.png) no-repeat scroll left center;
}

.menu .first a {
    background: none;
    padding-left: 30px;
}

.menu .active a {
    color: #edb419;
}

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

#sidebar {
    float: right;
    width: 320px;
    color: white;
    font-size: 80%;
}

#sidebar .sidebar_item {
    width: 280px;
    padding: 0 20px;
}

#sidebar img {
    display: block;
    margin-bottom: 2px;
}

#slideshow {
    width: 320px;
    height: 100px;
    overflow: hidden;
}

#slideshow .sidebar_item {
    background-color: #2d843b;
    height: 100px;
    overflow: hidden;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    width: 940px;
    text-align: center;
    background: transparent url(/images/theme-favoritemagician/red-bar.png) repeat-x scroll left top;
    color: #edb419;
    padding: 45px 0 1.25em 0;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#copyright, #developerNotice {
    margin: 0;
    display: inline;
    padding: 0 15px;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

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

