﻿body {
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #151716;
}
#black {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	z-index: 10;
	opacity: 0.75;
}
#photo {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 11;
}
#close {
	background:white none repeat scroll 0 0;
	color:Black;
	font-size:250%;
	height:44px;
	padding-top:12px;
	position:absolute;
	right:0;
	text-align:center;
	text-decoration:underline;
	top:0;
	width:100px;
}
p {
    color: White;
}
    .home p,
    .music p {
        color: Black;
    }
a, a:visited {
    color: #b18d2f;
}
h1 {
    display: inline;
    color: #b18d2f;
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
    background: transparent none;
    text-transform: uppercase;
}
    h1 a,
    h1 a:visited {
        color: #b18d2f;
    }

h2 {
    display: inline;
    color: black;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    background: transparent none;
}
h3 {
    color: #b18d2f;
    margin-bottom: 5px;
    margin-top:22px;
}
.bodyWrapper {
    width: 799px;
    height: 641px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -400px;
    overflow: visible;
}
    .home {
        background: white url(../images/bgHome.jpg) no-repeat 50%;
    }
    .tour {
        background: white url(../images/bgTours.jpg) no-repeat 50%;
    }
    .blog {
        background: white url(../images/bgBlog.jpg) no-repeat 50%;
    }
    .press {
        background: white url(../images/bgPress.jpg) no-repeat 50%;
    }
    .music {
        background: white url(../images/bgMusic.jpg) no-repeat 50%;
    }
    .photos {
        background: white url(../images/bgPhotos.jpg) no-repeat 50%;
    }
    .contact {
        background: white url(../images/bgContact.jpg) no-repeat 50%;
    }
    
ul.volumeControls {
    left:577px;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:221px;
}
ul.volumeControls li {
    color:#A5AABD;
    display:inline;
    font-size:0.9em;
}
    /*a#vmute {
        background: transparent url(../images/btnSoundOff.gif) no-repeat;
        border: 1px red solid;
    }
    a#vmax {
        background: transparent url(../images/btnSoundOn.gif) no-repeat;
        border: 1px red solid;
    }*/

ul.playlistWrapper {
    position: absolute;
    bottom: 107px;
    left: 65px;
    width: 147px;   
    height: 100px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
    .tour ul.playlistWrapper {
        bottom: 167px !important;
    }
    .press ul.playlistWrapper {
        bottom: 119px !important;
        left: 73px !important;
    }
    .blog ul.playlistWrapper {
        bottom: 113px !important;
        left: 87px !important;
    }
    .music ul.playlistWrapper {
        bottom: 120px !important;
    }
    .photos ul.playlistWrapper {
        bottom: 120px !important;
    }
    .contact ul.playlistWrapper {
        bottom: 120px !important;
    }
    
    ul.playlistWrapper li {
        padding: 0px;
        margin: 0px;
        height: 13px;
    }
    ul.playlistWrapper li a {
        color: #b18d2f;
        font-size: 6pt;
        font-weight: bold;
        text-decoration: none;
    }
    ul.playlistWrapper li a:hover {
        text-decoration: underline;
    }
    

ul.navWrapper {
    width: 492px;
    height: 35px;
    padding: 0px;
    margin: 233px 0px 0px 172px;
    list-style-type: none;
    _position: absolute;
    _top: 0px;
    _left: 0px;
}
*+html ul.navWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
}
    ul.navWrapper li {
        float: left;
    }
    ul.navWrapper li a {
        display: block;
        overflow: hidden;
        line-height: 105px;
    }
    ul.navWrapper li a.home {
        background: transparent url(../images/navHome.png) no-repeat;
        width: 77px;
        height: 35px;
    }
        .bodyWrapper.home ul.navWrapper li a.home,
        ul.navWrapper li a.home:hover {
            background: transparent url(../images/navHomeSel.png) no-repeat;
        }
    ul.navWrapper li a.tour {
        background: transparent url(../images/navTours.png) no-repeat;
        width: 69px;
        height: 35px;
    }
        .bodyWrapper.tour ul.navWrapper li a.tour,
        ul.navWrapper li a.tour:hover {
            background: transparent url(../images/navToursSel.png) no-repeat;
        }
    ul.navWrapper li a.blog {
        background: transparent url(../images/navBlog.png) no-repeat;
        width: 69px;
        height: 35px;
    }
        .bodyWrapper.blog ul.navWrapper li a.blog,
        ul.navWrapper li a.blog:hover {
            background: transparent url(../images/navBlogSel.png) no-repeat;
        }
    ul.navWrapper li a.press {
        background: transparent url(../images/navPress.png) no-repeat;
        width: 69px;
        height: 35px;
    }
        .bodyWrapper.press ul.navWrapper li a.press,
        ul.navWrapper li a.press:hover {
            background: transparent url(../images/navPressSel.png) no-repeat;
        }
    ul.navWrapper li a.music {
        background: transparent url(../images/navMusic.png) no-repeat;
        width: 69px;
        height: 35px;
    }
        .bodyWrapper.music ul.navWrapper li a.music,
        ul.navWrapper li a.music:hover {
            background: transparent url(../images/navMusicSel.png) no-repeat;
        }
    ul.navWrapper li a.photos {
        background: transparent url(../images/navPhotos.png) no-repeat;
        width: 68px;
        height: 35px;
    }
        .bodyWrapper.photos ul.navWrapper li a.photos,
        ul.navWrapper li a.photos:hover {
            background: transparent url(../images/navPhotosSel.png) no-repeat;
        }
    ul.navWrapper li a.contact {
        background: transparent url(../images/navContact.png) no-repeat;
        width: 71px;
        height: 35px;
    }
        .bodyWrapper.contact ul.navWrapper li a.contact,
        ul.navWrapper li a.contact:hover {
            background: transparent url(../images/navContactSel.png) no-repeat;
        }
    

div.contentWrapper {
    width: 426px;
    height: 248px;
    margin: 20px 10px 10px 181px;
    padding: 0px 10px 30px 30px;
    overflow-y: auto;
    position: relative;
    _position: absolute;
    _top: 260px;
    _left: 0px;
}
*+html div.contentWrapper {
    position: absolute;
    top: 260px;
    left: 0px;
}

    div.headingWrapper {
        background: transparent url(../images/bgHeader.png) repeat;
        padding: 5px 20px;
        display: inline-block;
        margin-top: 15px;
    }

.wpWrapperW 
{
    margin:14px 0;
    overflow:auto;
    }
.wpWrapper 
{
    float: left;
    margin-right: 14px;
    text-align: center;
    }
.wpWrapper img
{
    -moz-box-shadow:1px 1px 4px #555555;
    -webkit-box-shadow:1px 1px 4px #555555;
    -o-box-shadow:1px 1px 4px #555555;
    }

    
    
table.tourDates {
    color: White;
    width: 100%;
}   
    table.tourDates td {
        padding: 5px;
    }
    
    
p.blogEntry {
    display: none;
}


a.pressKitDownload {
    background:transparent none repeat scroll 0 0;
    border:1px solid silver;
    bottom:10px;
    color:silver;
    display:block;
    padding:4px;
    position:absolute;
    width:64px;
    text-decoration: none;
}


div.discography {
    width: 238px;
    margin-top: 20px;
    float: left;
}
div.releases {
    float: left;
    margin-left:10px;
    width:150px;
    color: White;
}
    div.releases img {
        float: left;
        margin-right: 5px
    }
    div.releaseWrapper {
        overflow: auto;
        margin-bottom:5px;
    }
    
    

div.photosWrapper {
    overflow: auto;
    margin-top: 5px;
}
    div.photoItem {
        float:left;
        margin-right:39px;
        margin-bottom:9px;
        width:165px;
        font-size: 95%;
    }
    div.photoTitle {
        text-align: center;
    }
    div.prevNextWrapper {
        clear: both;
        text-align: center;
    }
        a.previousLink {
            margin-right: 5px;
        }
        a.nextLink {
            margin-left: 5px;
        }
        
        
        
        
ul.links {
    list-style-type: none;
    padding: 0px;
}