* {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

body, html {
    font: bold 90% 'Trebuchet MS',Helvetica,sans-serif;
    color: #333;
    text-align: center;
	background: #120202 url(../images/bg_page.jpg) repeat-y top center;
}

p {
    margin-bottom: 15px;
}

a {
    color: #663366;
}

a:hover {
    color: #cc0066;
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a.arrow_link {
    padding-left: 25px;
    background: #99cc99 url(/images/link_arrow.gif) no-repeat -1px 0;
}

a.arrow_link:hover {
    margin-left: 2px;
}

h1 {
    font: normal 120% 'Arial Black',myriad,tahoma,verdana;
    color: #ffff00;
    font-variant: small-caps;
    background: #663366 url(/images/bg_h1.jpg) no-repeat top left;
    padding: 0 8px 0 8px;
}

h2, .shows dt {
    display: inline;
    font: normal 120% 'Arial Black',myriad,tahoma,verdana;
    color: #ffff00;
    font-variant: small-caps;
    background-color: #663366;
    padding: 0 8px 0 8px;
}

h3 {
    font-size: 120%;
}

.clear { clear: both; }

#outer_container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#inner_container {
    float: left;
    width: 100%;
    margin: 0 auto;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
    background: #99cc99;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

#header {
    float: left;
    position:relative;
    width: 960px;
    height: 183px;
    background: #99cc99 url(/images/bg_header.jpg) no-repeat top left;
}

#header ul {
    position: relative;
    top: 125px;
    left: 364px;
    width: 530px;
    height: 19px;
}

#header li {
    float: left;
	height: 19px;
    padding-left: 3px;
}

#header li a {
	float: left;
	height: 19px;
	text-decoration: none;
	text-indent: -9999px;
	border-right: solid 2px #ccc;
    cursor: pointer;
    behavior: url(/inc/iepngfix.htc);
}

#header li a:hover {
    cursor: pointer;
    background-position: 0 -19px;
}

#nav_news a {
    background: url(/images/nav_news.png) top left no-repeat;
	width: 54px;
}

#nav_shows a {
    background: url(/images/nav_shows.png) top left no-repeat;
	width: 65px;
}

#nav_music a {
    background: url(/images/nav_music.png) top left no-repeat;
	width: 61px;
}

#nav_video a {
    background: url(/images/nav_video.png) top left no-repeat;
	width: 57px;
}

#nav_bio a {
    background: url(/images/nav_bio.png) top left no-repeat;
	width: 37px;
}

#nav_merch a {
    background: url(/images/nav_merch.png) top left no-repeat;
	width: 65px;
}

#nav_mssg_brd a {
    background: url(/images/nav_mssg_brd.png) top left no-repeat;
	width: 90px;
}

#header a.nav_selected {
    background-position: 0 -38px;
}

#header a:hover.nav_selected {
    background-position: 0 -38px;
}

#facebook {
    position: absolute; top:155px; right:0;
}

#content {
    float: left;
    position: relative;
    width: 900px;
    padding: 10px 30px 20px 30px;
    background: #99cc99;
}

/* general modifiers */
.col_50p {
    float: left;
    display: inline;
    width: 50%;
}

.redtext {
    color: #c11b17;
}

.highlighter {
    background-color: #ccfb5d;
}

/* types of content */
#col_a {
    float: left;
    width: 435px;
    margin-right: 30px;
}

#col_b {
    float: left;
    width: 435px;
}

#col_a ul, #col_b ul {
    margin-left: 15px;
}

/* for images */
.floatleft {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #663366;
    padding: 3px;
    background-color: #ffffff;
}

.floatright {
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #663366;
    padding: 3px;
    background-color: #ffffff;
}

.centered {
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
}

/* page specific */
.bio p:first-letter {
    font-size: 120%;
    margin-left: 15px;
}

.bio .floatleft {
    margin: 10px 10px 10px 0;
}

.bio .floatright {
    margin: 15px 0 10px 10px;
}

.video p {
    text-align: center;
}

.media .centered, .buy .centered {
    border: 1px solid #663366;
    padding: 3px;
}

#merch {
    float: left;
    background-color: #fff;
    border: solid 2px black;
    padding: 20px;
}

#merch #col_1 p img {
    border: solid 1px black;
}

#merch h3 {
    margin-bottom: 20px;
    font-size: 140%;
}

#merch h4 {
    clear: both;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 100%;
    color: #333;
    background-color: #c9c299;
}

#related {
    width: 300px;
    margin-top: 30px;
    background-color: #95b9c7;
}

#related h4 {
    padding: 10px 0 5px 20px;
    font-size: 120%;
    background: transparent url(/images/bg_merch_related_top.gif) no-repeat top left;
}

#related ul {
    padding: 0 20px 25px 20px;
    font-size: 90%;
    background: transparent url(/images/bg_merch_related_btm.gif) no-repeat bottom left;
}

#related ul a {
    color: #566d7e;
    text-decoration: none;
}

#related ul a:hover {
    color: #fff;
    text-decoration: underline;
}

#back_to_merch a {
    float: right;
    display: inline;
    margin: 30px 95px 0 0;
    padding: 10px;
    color: #cc0066;
    text-decoration: none;
    background-color: #ddd;
    border: solid 1px #cc0066;
}

#back_to_merch a:hover {
    color: #663366;
    background-color: #ccc;
    border-color: #663366;
}

#merch #col_1, #merch #col_2 {
    float: left;
    width: 320px;
}

#merch #col_2 {
    width: 536px;
}

#features ul li {
    padding-left: 14px;
    line-height: 1.5em;
    font-size: 90%;
    background: transparent url(/images/blt_circle.png) no-repeat 0 0.4em;
}

#merch #col_2 ul, #merch select {
    margin-bottom: 15px;
}

#merch select {
    font-family: arial,tahoma,verdana;
    font-size: 90%;
    border: solid 1px #f88017;
}

#merch select option {
    padding: 0 10px;
}

.price {
    margin-top: 10px;
    color: #6a287e;
    font-size: 120%;
}

#colors li, #logos li {
    float: left;
    margin-bottom: 10px;
}

#colors li a, #logos li a {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 3px solid #7e3517;
}

#logos li a {
    width: 80px;
    height: 80px;
}

#logo_info {
    width: 250px;
    font-size: 90%;
}

#colors li a:hover, #colors li a.colorselected, #logos li a:hover, #logos li a.logoselected {
    border-color: #b1fb17;
}

#logocolor {
    display: none;
}

.add_to_cart a {
    display: block;
    width: 184px;
    height: 42px;
    margin-top: 12px;
    border: 1px solid;
    border-color: #aaa #000 #000 #aaa;
}

.add_to_cart a:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #000 #aaa #aaa #000;
}

.merch_category {
    float: left;
    position: relative;
    width: 860px;
}

.merch_category h3 {
    margin-bottom: 5px !important;
    padding: 2px 0 0 15px;
    background: transparent url(/images/bg_merch_cat_h3.jpg) no-repeat top left;
    height: 40px;
}

.merch_category dl {
    float: left;
    display: inline;
    width: 125px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 80%;
    cursor: pointer;
}

.merch_category dl:hover {
    padding: 19px;  /* to allow room for the border */
    background-color: #ccfb5d;
    border: solid 1px black;
}

.merch_category dl dt {
    margin-bottom: 5px;
}

.merch_category dl img {
    border: solid 1px #000;
}

#col_2 .col_50p ul {
    padding-right: 20px;
}

#col_2 .col_50p li {
    margin-bottom: 8px;
}








.mssg_brd div {
    float: left;
    width: 900px;
    margin-bottom: 15px;
    background: transparent url(/images/mssg_brd_top.jpg) top left no-repeat;
}

.mssg_brd #slickbox {
    display: inline;
    width: 858px;
    margin: 0 0 20px 10px;
    padding: 10px;
    color: #039;
    background-color: #fc6;
    background-image: none;
    border: solid 1px #333;
}

#slickbox ul li {
    margin-bottom: 15px;
}

#slickbox label {
    margin-right: 10px;
}

#slickbox input, #slickbox textarea {
    margin-top: 8px;
    color: #039;
    font-family: Consolas, 'Courier New', Courier;
    font-size: small;
    border: solid 1px #333;
}

#slickbox input {
    width: 250px;
}

#slickbox input.charbox {
    width: 30px;
}

#slickbox textarea {
    width: 100%;
    height: 110px;
}

.mssg_brd dl {
    float: left;
    width: 900px;
    margin-top: 17px;
    padding-bottom: 21px;
    background: transparent url(/images/mssg_brd_btm.jpg) bottom left no-repeat;
}

.mssg_brd dl dt {
    padding: 0 20px 8px 20px;
    color: #314f75;
    font-size: 110%;
    background: #d9ffff url(/images/mssg_brd_mid.jpg) top left repeat-y;
}

.mssg_brd dl dd {
    padding: 0 30px 8px 30px;
    background: #d9ffff url(/images/mssg_brd_mid.jpg) top left repeat-y;
}

#show_message_form a {
    float: left;
    display: inline;
    margin: 0 0 10px 10px;
    padding: 5px 15px;
    color: #039;
    text-decoration: none;
    background-color: #fff380;
    border: solid 1px #039;
}

#show_message_form a:hover {
    color: #039;
    background-color: #ede275;
}

#direct_email {
    position: absolute;
    top: 15px;
    left: 250px;
    color: #666;
}

#direct_email a {
    color: #fff;
}

#post_mssg_btn a {
    float: left;
    display: inline;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #c11b17;
    border: solid 1px #fff;
}

#post_mssg_btn a:hover {
    color: #333;
    border-color: #333;
}









.news .album_link {
    margin-bottom: 15px;
}

.news .album_link dt {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #663366;
    background-color: #ccff33;
    padding: 3px 3px 1px 3px ;
}

.news .album_link dd {
    font-size: 120%;
}

.news .album_link dd a {
    color: #cc0066;
    text-decoration: none;
}

.news .album_link dd a:hover {
    color: #99cc99;
    background-color: #cc0066;
}

#latest_press {
    float:right;
    margin: 0 0 10px 10px;
    padding: 10px;
    width: 250px;
    height: 275px;
    color: #333;
    font-family:'courier new';
    background-color: #fff;
    border: solid 2px #000;
    overflow: scroll;
}

#latest_press ul {
    margin-top: 8px;
}

#latest_press ul li {
    margin-bottom: 8px;
    font-size: 90%;
}






.shows dl {
    margin-bottom: 20px;
}

.shows dl dd {
    padding-left: 10px;
    padding-top: 5px;
}






/* other */
.sidenote {
    padding-left: 5px;
    font-size: 80%;
    color: #cc0066;
}

.mssg_brd .sidenote {
    padding-left: 15px;
}

