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

html {
    background: black url(/images/theme-themarcveeband/bg-stripe.jpg) repeat-x scroll center top;
}

body {
    background: transparent url(/images/theme-themarcveeband/bg-palms.jpg) no-repeat scroll center top;
    text-align: left;
}

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

h1 { font-size: 180%; margin: 0; padding: 0 0 0.694444444444em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

a {
    color: #0278cc;
}

legend {
    color: black;
}

#container {
    width: 940px;
    margin: 0 auto;
}

#header {
    height: 388px;
    color: white;
    background: transparent url(/images/theme-themarcveeband/bg-header.jpg) no-repeat scroll left top;
}

#logo {
    font-size: 300%;
    color: white;
    display: inline;
    float: left;
    width: 305px;
    height: 178px;
    text-decoration: none;
    position: relative;
    left: 47px;
    top: 195px;
}

#slideshow {
    display: inline;
    float: right;
    width: 496px;
    height: 329px;
    overflow: hidden;
    margin: 28px 31px 0 0;
}

#main {
    float: left;
    background: #ebc74b url(/images/theme-themarcveeband/bg-content.jpg) no-repeat scroll left top;
    width: 940px;
    padding-top: 10px;
}

#content {
    width: 820px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
    min-height: 300px;
    width: 820px;
    margin: 0;
    padding: 0 60px 0;
}

/* Sidebar styles */
body.home #content {
    width: 500px;
    padding-right: 0;
}

#sidebar {
    display: inline;
    float: right;
    width: 288px;
    margin-right: 55px;
    color: white;
    font-size: 105%;
}

.sidebarWrap {
    width: 288px;
    background: transparent url(/images/theme-themarcveeband/sidebar-bottom.png) no-repeat scroll left bottom;
    padding-top: 1px;
    margin-top: 109px;
}

.sidebarItem {
    background: transparent url(/images/theme-themarcveeband/sidebar-top.png) no-repeat scroll left top;
    margin-top: -110px;
    min-height: 130px;
    padding: 12px 22px 1px 20px;
}

#listenButton {
    display: block;
    background: transparent url(/images/theme-themarcveeband/button-listen.png) no-repeat scroll left top;
    height: 47px;
    line-height: 47px;
    color: white;
    padding: 2px 5px 9px 39px;
    text-decoration: none;
}

#sidebar img {
    display: block;
    margin-left: 3px;
    margin-top: 10px;
}

/* Menu styles */
.menu {
    list-style: none;
    margin: 0;
    padding: 6px 40px 0;
    display: block;
    height: 40px;
    background: url(/images/theme-themarcveeband/bg-menu.png) no-repeat scroll left top;
    font-size: 110%;
    overflow: hidden;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 0 20px 0 23px;
    display: block;
    height: 28px;
    line-height: 28px;
    background: transparent url(/images/theme-themarcveeband/menu-sep.png) no-repeat scroll left top;
    position: relative;
    text-transform: uppercase;
}

.menu a.sh {
    position: absolute;
    color: black;
    margin: 1px 0 0 1px;
    background: none;
    opacity: 0.75;
}

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

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

.menu a.sh:hover {
    color: black;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    zoom: 1; /* hasLayout */
    color: white;
    padding: 1.25em 0;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#footElements {
    font-style: italic;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 1em;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* 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: ;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

