html {
    background: url(../img/gui/body-pattern.jpg);
}

body {
    margin-top: 0;
    font-family: verdana, arial, sans-serif;
}

#wrap {
    width: 800px;
    height: 720px;
    background: url(../img/gui/background.jpg) no-repeat;
    margin: 0 auto;
}

h1 {
    width: 619px;
    height: 80px;
    margin: 0 auto;
    padding-top: 45px;
}

h1 img {
    display: block;
}

div.nav {
    position: relative;
    height: 34px;
    margin-top: 5px;
    background-image: url(../img/gui/nav-bg.png);
    background-repeat: no-repeat;
}

div.nav ul {
    width: 100%;
    height: 100%;
    background-image: url(../img/gui/navigation.png);
    background-repeat: no-repeat;
}

div.nav li {
    margin: 0; 
    padding: 0; 
    list-style: none; 
    position: absolute; 
    top: 0;
    height: 34px;
}

div.nav a {
    display: block;
    height: 34px;
    text-indent: -10000px;
    overflow: hidden;
}

div.nav li.home { left: 42px; width: 53px; }
div.nav li.news { left: 95px; width: 51px; }
div.nav li.dates { left: 146px; width: 53px; }
div.nav li.music { left: 199px; width: 52px; }
div.nav li.bio  { left: 251px; width: 36px; }
div.nav li.stories { left: 287px; width: 59px; }
div.nav li.gallery { left: 346px; width: 59px; }
div.nav li.community { left: 405px; width: 91px; }
div.nav li.contact { left: 496px; width: 66px; }
div.nav li.myspace  { left: 562px; width: 73px;}
div.nav li.facebook { left: 635px; width: 79px; }
div.nav li.blog { left: 714px; width: 42px }


div.nav li a:hover {
    background-image: url(../img/gui/navigation.png);
    background-repeat: no-repeat;
}

div.nav li.home      a:hover { background-position: -42px  -34px; }
div.nav li.news      a:hover { background-position: -95px  -34px; }
div.nav li.dates     a:hover { background-position: -146px -34px; }
div.nav li.music     a:hover { background-position: -199px -34px; }
div.nav li.bio       a:hover { background-position: -251px -34px; }
div.nav li.stories   a:hover { background-position: -287px -34px  }
div.nav li.gallery   a:hover { background-position: -346px -34px; }
div.nav li.community a:hover { background-position: -405px -34px; }
div.nav li.contact   a:hover { background-position: -496px -34px; }
div.nav li.myspace   a:hover { background-position: -562px -34px; }
div.nav li.facebook  a:hover { background-position: -635px -34px; }
div.nav li.blog      a:hover { background-position: -714px -34px; }

div.nav li.current a:link,
div.nav li.current a:visited {
    background-image: url(../img/gui/navigation.png);
    background-repeat: no-repeat;
}

div.nav li.home.current      a { background-position: -42px  -68px; }
div.nav li.news.current      a { background-position: -95px  -68px; }
div.nav li.dates.current     a { background-position: -146px -68px; }
div.nav li.music.current     a { background-position: -199px -68px; }
div.nav li.bio.current       a { background-position: -251px -68px; }
div.nav li.stories.current   a { background-position: -287px -68px  }
div.nav li.gallery.current   a { background-position: -346px -68px; }
div.nav li.community.current a { background-position: -405px -68px; }
div.nav li.contact.current   a { background-position: -496px -68px; }
div.nav li.myspace.current   a { background-position: -562px -68px; }
div.nav li.facebook.current  a { background-position: -635px -68px; }
div.nav li.blog.current      a { background-position: -714px -68px; }

div.mid {
    margin-top: 25px;
    /*overflow: visible;*/
    overflow: hidden; /* fixes the broken links issue */
    /* it's the height of the image - it's too tall */
}

div.content,
div.secondary {
    height: 432px;
}

div.content {
    background-image: url(../img/gui/content-bg.png);
    background-repeat: no-repeat;
    width: 480px;
    float: right;
    position: relative;
}

div.content div.inner {
    margin: 80px 45px 0 40px;
    overflow: auto;
    height: 335px;
    padding-right: 5px;
}

div.content h2 {
    position: absolute;
    margin: 0;
    top: 37px;
    left: 27px;
}

div.content h3 {
    font-size: 1em;
}

div.secondary {
    float: left;
    width: 320px;
    text-align: center;
}

img {
    border: none;
}

a:link {
    color: #5c1919;
    text-decoration: underline;
}

a:visited {
    color: #c99797;
    text-decoration: underline;
}

span.hilight {
    color: #5c1919;
}

div.quote {
    text-align: center;
    position: relative;
    top: 25px;
}

/* home page */

#home div.secondary div.inner {
    margin-top: 50px;
}

#home div.secondary img.buy {
    margin-top: 5px;
}

#home div.content div.inner {
    margin-top: 50px;
    text-align: center;
    overflow: auto;
    height: auto;
}

div.musicplayer {
    width: 372px;
    height: 43px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    background-image: url(../img/home/player-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}

div.musicplayer div.controls {
    float: left;
    width: 126px;
    height: 100%;
    background-image: url(../img/home/brackets.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

#home div.controls a {
    display: block;
	width: 16px;
	height: 16px;
    cursor: pointer;
	overflow: hidden;
	background: transparent url(../img/home/player-buttons.png) no-repeat;
    float: left;
    margin-top: 13px;
}

#home div.controls a.play {
    background-position: -53px top;
    margin-left: 10px;
}

#home div.controls a.pause {
	background-position: -102px top;
    margin-left: 10px;
}

#home div.controls a.prev {
    margin-left: 35px;
	background-position: left top;
}

#home div.controls a.next {
	background-position: -82px top;
    margin-left: 10px;
}

div.musicplayer div.playlist {
    float: left;
    overflow: hidden;
    width: 246px;
    height: 100%;
    text-align: center;
}

div.musicplayer div.playlist div.current {
    margin-top: 12px;
    cursor: pointer;
}

div.musicplayer div.songs {
    position: absolute;
    width: 242px;
    margin: 0;
    padding: 0;
    border: solid #f9f2e2 2px;
    background: #e4dac2;
    left: 186px;
    bottom: 65px;
    display: none;
    opacity: 0.95;
}

div.musicplayer div.songs a:link,
div.musicplayer div.songs a:visited
{
    text-decoration: none;
    text-align: left;
    display: block;
    border-bottom: solid #f9f2e2 1px;
    padding: 0 10px;
    font-size: 0.9em;
    color: #5c1919;
}

div.musicplayer div.songs a:hover,
div.musicplayer div.songs a.playing {
    background: #f9f2e2;
}

div.playlist div.current {
    font-size: 0.9em;
    color: #5c1919;
    background: url(../img/home/triangle.png) no-repeat 220px 5px;
}

/* music page */

#music div.secondary div.inner {
    margin-top: 50px;
}

#music div.secondary img.buy {
    margin-top: 15px;
}

#music div.content table {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#music div.content th,.content td {
    border: none;
}

#music div.content th,.content td {
	padding: 1px 2px;
}

#music p.title {
    margin-bottom: 0;
}

#music tr.album td {
    padding-top: 10px;
}

#music a.audio {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
}

#music div.controls {
	height: 16px;
	width: 16px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#music div.controls a.play,
#music div.controls a.pause {
    display: block;
	width: 16px;
	height: 16px;
    text-indent: -10000px;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(../img/music/play_pause.png) center top no-repeat;
}

#music div.controls a.pause {
	background-position: center -16px;
}

div.controls div.track,
div.controls div.time,
div.controls a.mute {
    display: none !important;
}

/* gallery page */

/*
for the wide pages, the content area is shifted up a bit, so leave room for the quote
*/

body.wide div.mid {
    margin-top: 6px;
}

body.wide div.content {
    width: 760px;
    height: 458px;
    background-image: url(../img/gallery/content-bg.png);
    background-repeat: no-repeat;
    float: none;
    margin: 0 auto;
}

body.wide div.content div.inner {
    margin: 0;
    height: 430px;
    overflow: hidden;
}

div.gallery {
    height: 350px;
    overflow: auto;
    margin-top: 80px;
    margin-left: 50px;
}

body.wide div.content h2 {
    left: auto;
    right: 15px;
}

#gallery div.inner p {
    float: left;
    margin: 10px;
}

#gallery div.inner p.notice {
    margin-left: 62px;
    margin-top: 40px;
}

/* Dates page */

div.item {
    margin-bottom: 1em;
}

div.item span.date {
    font-weight: bold;
    color: #5c1919;
}

div.item span.title {
    font-weight: bold;
}

/* news page */

/* biography page */

#bio div.content h2 {
    left: auto;
    right: 35px;
    z-index: 1;
}

#bio div.quote {
    top: 10px;
}

#bio div.content div.inner {
    height: 315px;
}

/* community page */

#community img.photo {
    position: absolute;
    left: -20px;
    top: 0;
}

#community div.inner {
    padding-left: 334px;
}

#community div.resources {
    margin-top: 80px;
    overflow: auto;
    height: 335px;
}

#community div.quote {
    top: 10px;
}

div.resources div.row {
    clear: both;
}

div.resources p {
    margin: 0.6em 0;
}

div.resources p.left {
    float: left;
    width: 48%;
}

div.resources p.right {
    float: left;
    width: 48%;
}

/* contact page */

#contact h2 {
   left: auto;
   right: 20px;
   z-index: 1;
}

#contact div.quote {
    top: 15px;
}

p.fieldwrap label {
    display: block;
    font-weight: bold;
}

span.required {
    color: red;
}

p.fieldwrap input.fmtext, 
p.fieldwrap select,
p.fieldwrap textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
    width: 200px;
}

p.fieldwrap textarea {
    width: 340px;
    height: 100px;
}

#contact div.credits {
    margin-left: -1000px;
    margin-top: -1000px;
}

#contact div.submit {
    text-align: center;
}

div.ddfmerrors {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}

div.errorlist {
    color: red;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-left: 1em;
}

/* stories page */

/* image is too tall, so truncate height */
/* fixes anchor navigation scrolling bug */
#stories div.secondary div.inner {
    height: 432px;
    overflow: hidden
}