/*----------------------------------------------------------
 MadBreadBand.com STYLESHEET 
 AUTHOR : MIKE SLATER
 CREATED : 01.01.09
 TABLE OF CONTENTS :

 1) CLEAR DEFAULT STYLES
 2) SET SITEWIDE BASE CLASSES AND TAGS
 3) ALL SITE LAYOUT (IN PAGE ORDER BY ELEMENT)
 4) INDIVIDUAL PAGE LAYOUTS
 5) MODULES
 6) PRINT TEMPLATE

	COLOR SWATCHES :
	default : #2F200C
	tan : #9F4627
	ltbrown: #4D230D
	brown : #462821
	
	dkbrown : #1f1406 - content bg
	ltpeach: #F6E5CE - main bg
	grey : #a5a098 - rail bg
----------------------------------------------------------*/

/* -------- 1) CLEAR DEFAULT STYLES -------- */
body, html, div, ul, ol, li, dl, dd, dt, table, tr, td, img, a, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
}
ul {
list-style: none;
}
ol {
list-style-position: inside;
margin-bottom: 10px;
}
strong, b {
font-weight: bold;
}
table, td {
font-size: 1em;
}
th {
text-align: left;
}
input, select, textarea {
font-size: 1em;
vertical-align: middle;
}
form {
display: inline;
}
label {
vertical-align: middle;
}
input[type='radio'], input[type='checkbox'] {
vertical-align: middle;
}
img {
margin: 0;
padding: 0;
border-style: none;
vertical-align: middle;
}
div {
position: relative;
}

/* -------- 2) SET SITEWIDE BASE CLASSES AND TAGS -------- */

body {
background: #2F200C;
background-position: fixed;
font-size: 13px;
font-family: Verdana, Lucida, Arial, sans-serif;
text-align: center;
color: #2F200C;
}

h1 {
font-size: 20px;
font-weight: bold;
padding: 0 0 0.5em;
}
h2 {
font-size: 20px;
padding: 0 0 0.5em;
}
h3 {
font-size: 18px;
padding: 0 0 0.5em;
}
h4 {
font-size: 16px;
padding: 0 0 0.5em;
}
h5 {
font-size: 14px;
padding: 0 0 0.5em;
}
h6 {
font-size: 13px;
padding: 0 0 0.5em;
}

em {
text-transform: uppercase;
font-weight: bold;
}

.tiny {
font-size: 9px;
}
.smallest {
font-size: 10px;
}
.smaller {
font-size: 11px;
}
.normal {
font-size: 12px;
}
.larger {
font-size: 13px;
}
.largest {
font-size: 14px;
}
.huge {
font-size: 16px;
}

a:link, a:visited {
text-decoration: none;
color: #2F200C;
}
a:hover, a:active {
text-decoration: underline;
color: #5e4b4b;
outline: none;
}

a img {
border: none;
}
a:link img, a:visited img {
border: none;
}
a:hover img, a:active img {
border: none;
}

blockquote {
padding: 10px 15px;
font-style: italic;
text-align: justify;
}

.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}

.clearboth {
clear: both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}

.hand {
cursor: pointer;
}
.hidden {
display: none;
}
.hidetext {
text-indent: -5000px;
}
.invisible {
visibility: hidden;
}
.loading {
height: 100%;
width: 100%;
background: url(../images/loadingIcon.gif) no-repeat 50% 50%;
}

.indent {
margin-left: -10px;
}

.errors {
color: #c33;
font-weight: bold;
}

/* custom */

.bg_wood {
margin: 0 auto;
background: #efb04f url(../images/backgrounds/bg_heading.gif);
}

.btn {
padding: 5px 10px;
border-top: 3px solid #333;
border-left: 3px solid #333;
border-right: 3px solid #aaa;
border-bottom: 3px solid #aaa;
background: #ccc;
cursor: pointer;
}

.btn:hover {
border-top: 3px solid #aaa;
border-left: 3px solid #aaa;
border-right: 3px solid #333;
border-bottom: 3px solid #333;
}


.gtr_heading {
margin: 5px 0 0 0;
padding: 0 0 15px 10px;
background: url(../images/icons/gtr_med.gif) no-repeat;
line-height: 22px;
font-size: 18px;
font-weight: bold;
}

.images_left_rail_heading {
margin: 10px 10px 0 10px;
padding: 2px 0 0 0;
background: url(../images/backgrounds/bg_heading.gif);
text-align: center;
color: #462821;
letter-spacing: 2px;
height: 22px;
}

.img_caption {
margin-bottom: 10px;
color: #462821;
display: block;
line-height: 16px;
text-align: center;
}

.left_heading {
padding: 5px;
color: #9F4627;
letter-spacing: 5px;
text-align: center;
}

.mainheading {
width: 680px;
}

#main_content ul li .info p {
margin: 0;
padding: 0 5px 5px;
}
#main_content ul li .info {
margin-top: 5px;
padding: 5px 10px;
border-left: dotted 1px #000;
}

.info_btn {
border-top: 2px solid #000;
border-left: 2px solid #000;
border-right: 1px dotted #000;
border-bottom: 1px dotted #000;
padding: 0 5px;
margin: 0 auto;
display: block;
width: 40px;
text-align: center;
background: #acacac;
font-size: 9px;
}

ul.content_list {
margin-bottom: 10px;
border-bottom: 1px dotted #000;
}
ul.content_list li {
padding: 20px;
border-top: 1px dotted #000;
}

ul.item_list {
border-bottom: 1px dotted #000;
}
ul.item_list li {
border-top: 1px dotted #000;
}
ul.item_list li a {
padding: 3px 10px;
display: block;
text-decoration: none;
}

.news_item {
color: #9F4627;
letter-spacing: 5px;
}
.news_item a, .news_item a:link, .news_item a:visited {
color: #9F4627;
}
.news_item a:hover, .news_item a:active {
color: #9f4627;
text-decoration: underline;
}

ul#news_list {
border-bottom: 1px dotted #000;
margin-top: 10px;
}
ul#news_list li {
padding: 10px 0 0 0;
border-top: 1px dotted #000;
}

ul#news_list li .info ul.no_lines {
margin: 10px;
padding: 0;
}
ul#news_list li .info ul.no_lines li {
margin: 0 0 10px 0;
padding: 0;
border: none;
}

ul#news_list .news_item {
cursor: pointer;
}

ul#news_list .news_title {
font-size: 13px;
font-weight: bold;
cursor: pointer
}
ul#news_list .news_date {
font-size: 13px;
font-weight: bold; color; #000;
cursor: pointer
}
ul#news_list .news_author {
padding-bottom: 10px;
font-size: 9px;
cursor: pointer
}
ul#news_list .news_desc {
cursor: pointer
}
ul#news_list .news_content {
font-size: 14px;
padding: 5px;
}
ul#news_list .news_loc {
font-size: 11px;
}
ul#news_list .news_hide {
margin: 10px;
padding: 2px 4px;
color: #9F4627;
font-size: 8px;
cursor: pointer;
clear: both;
}

ul#news_list ul.news_comments {
border-bottom: none;
margin-top: 5px;
}
ul#news_list ul.news_comments li {
margin: 2px 5px 2px 120px;
padding: 5px;
background: #efe4e0;
border: 1px dashed #000;
text-align: right;
font-family: times, "times", serif;
font-size: 13px;
}

ul#news_list ul.news_comments .news_author {
cursor: default;
}

.photo_credit {
font-size: 9px;
color: #888;
font-style: italic;
}

.post_sign {
width: 421px;
height: 281px;
position: fixed;
top: 25px;
right: 25px;
background: url(../images/backgrounds/bg_post.gif) no-repeat;
z-index: 1;
}

.sampleText {
padding: 20px;
border: 1px solid #000;
background: #F6E5CE;
}

.sectionheader {
margin: 0 auto;
padding: 10px 20px;
background: url(../images/backgrounds/bg_heading.gif);
color: #4D230D;
text-align: left;
font-weight: bold;
}

ul.selectable li a {
padding: 5px;
}

ul.selectable li.active a {
background: #dfd9d1;
}

.selectOver {
background: #bfbab3;
}
.selectOn {
background: #dfd9d1;
}

.spacer {
clear: both;
overflow: hidden;
height: 0px;
font-size: .01em;
margin: 0;
padding: 0;
}
.spacer_8 {
clear: both;
overflow: hidden;
height: 8px;
font-size: .01em;
margin: 0;
padding: 0;
}
.spacer_10 {
clear: both;
overflow: hidden;
height: 10px;
font-size: .01em;
margin: 0;
padding: 0;
}
.spacer_20 {
clear: both;
overflow: hidden;
height: 20px;
font-size: .01em;
margin: 0;
padding: 0;
}

.txt_welcome {
margin: 3px 0 0 0;
padding: 0 0 3px 0;
width: 355px;
height: 24px;
background: url(../images/txt_welcometomadbread.gif) no-repeat;
text-indent: -5000px;
display: block;
}

/* -------- 3) ALL SITE LAYOUT (IN PAGE ORDER BY ELEMENT) -------- */
#wallleft {
background: url(../images/backgrounds/bg_wall_bright.jpg) repeat-y fixed;
}
#wallright {
width: 100%;
background: url(../images/backgrounds/bg_wall_bright.jpg) 100% 0 repeat-y fixed;
}

#wrapper {
margin: 0 auto;
width: 975px;
background: #D6D1C8;
text-align: left;
}

#header {
width: 100%;
height: 170px;
background-image: url(../images/header_banjo.jpg);
background-repeat: no-repeat;
background-position: 0 100%;
}

#header a:hover, #header a:active {
border: none;
}
#header img {
padding: 10px 0 0 30px;
}

#content {
background: url(../images/backgrounds/bg_leftrail3.gif) repeat-y;
position: relative;
z-index: 10;
zoom: 1;
}

#footer {
padding: 0 15px;
width: 945px;
clear: both;
background: url(../images/backgrounds/bg_wood.jpg) repeat 0 53px;
height: 48px;
line-height: 24px;
color: #37260F;
text-align: right;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
}
#footer .left_foot {
float: left;
text-align: left;
}
#footer .left_foot a, #footer .left_foot a:link, #footer .left_foot a:visited {
font-size: 10px;
font-weight: bold;
}
#footer .left_foot a:hover, #footer .left_foot a:active {
}

#rail {
width: 207px;
float: left;
position: relative;
padding-bottom: 10px;
background: #a5a098;
}

#main {
padding: 20px 0 10px;
width: 768px;
float: right;
background: #1F1406;
text-align: center;
position: relative;
}
#main_blank {
width: 935px;
float: right;
background: url(../images/backgrounds/bg_blank.jpg) repeat-y;
padding: 20px;
text-align: left;
position: relative;
}

#sides {
margin: 0px auto;
width: 994px;
background: url(../images/backgrounds/bg_sides_texture2.gif) repeat-y;
position: relative;
z-index: 2;
}

#main_body {
background: #F6E5CE;
width: 720px;
min-height: 600px;
margin: 0 auto;
}
#main_body:after {
content: "&nbsp;";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#main_content {
padding: 15px;
text-align: left;
}
#main_content p {
padding: 0 0 1em;
line-height: 1.6em;
}

#main_content a:link, #main_content a:visited {
text-decoration: none;
color: #9F4627;
}
#main_content a:hover, #main_content a:active {
text-decoration: none;
color: #9F4627;
background: #D6CDCA;
}

#main_content .main_images {
padding: 10px 0 15px 15px;
float: right;
position: relative;
display: inline;
}
#main_content .main_images .photo_credit {
text-align: right;
display: block;
}

#main_content .main_images_alt {
padding: 10px 15px 15px 0;
float: left;
position: relative;
display: inline;
}

#main_content .main_images_alt .photo_credit {
display: block;
}

#head_main {
background: url(../images/headings/head_main.jpg) no-repeat;
height: 30px;
width: 720px;
margin: 0 auto;
text-indent: -5000px;
}

#footer_main {
background: url(../images/backgrounds/bg_footer.gif) repeat-x;
height: 70px;
width: 720px;
margin: 0 auto;
}

/* NAVIGATION */
#navbar {
width: 100%;
height: 24px;
background: url(../images/backgrounds/bg_navbar.jpg) no-repeat;
position: relative;
z-index: 20;
border-top: 1px solid #95836E;
border-bottom: 1px solid #95836E;
}

#navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul li {
position: relative;
float: left;
display: inline;
}
#navbar ul li a {
display: block;
text-decoration: none;
border: none;
}

#navbar ul li a .nav_name {
display: none;
}

#navbar ul li.home {
background: url(../images/buttons/sp_home.gif) no-repeat;
}
#navbar ul li.home:hover {
background: url(../images/buttons/sp_home.gif) 0 -24px no-repeat;
}
#navbar ul li.home a {
height: 24px;
width: 103px;
}

#navbar ul li.tunes {
background: url(../images/buttons/sp_tunes.gif) no-repeat;
}
#navbar ul li.tunes:hover {
background: url(../images/buttons/sp_tunes.gif) 0 -24px no-repeat;
}
#navbar ul li.tunes a {
height: 24px;
width: 93px;
}

#navbar ul li.shows {
background: url(../images/buttons/sp_shows.gif) no-repeat;
}
#navbar ul li.shows:hover {
background: url(../images/buttons/sp_shows.gif) 0 -24px no-repeat;
}
#navbar ul li.shows a {
height: 24px;
width: 105px;
}

#navbar ul li.pics {
background: url(../images/buttons/sp_photos.jpg) no-repeat;
}
#navbar ul li.pics:hover {
background: url(../images/buttons/sp_photos.jpg) 0 -24px no-repeat;
}
#navbar ul li.pics a {
height: 24px;
width: 104px;
}

#navbar ul li.contact {
background: url(../images/buttons/sp_contact.gif) no-repeat;
}
#navbar ul li.contact:hover {
background: url(../images/buttons/sp_contact.gif) 0 -24px no-repeat;
}
#navbar ul li.contact a {
height: 24px;
width: 113px;
}

#navbar ul li.news {
background: url(../images/buttons/sp_news.jpg) no-repeat;
}
#navbar ul li.news:hover {
background: url(../images/buttons/sp_news.jpg) 0 -24px no-repeat;
}
#navbar ul li.news a {
height: 24px;
width: 94px;
}

#navbar ul li.current {
background-position: 0 -24px;
}

/* SUBNAVIGATION ELEMENTS */
#navbar ul li ul.subnav {
position: absolute;
top: 24px;
z-index: 20;
background: #e4e4e4;
display: none;
}
#navbar ul li ul.subnav li {
border-bottom: 1px dotted #000;
display: block;
}
#navbar ul li ul.subnav li a {
width: 135px;
height: 16px;
padding: 5px;
border: none;
}
#navbar ul li ul.subnav li a:hover {
color: #fff;
background: #1b1b1b;
border: none;
}

#navbar .nav_facebook {
padding: 5px;
float: right;
display: inline;
}

/* -------- 4) INDIVIDUAL PAGE LAYOUTS -------- */

/* BIOS PAGE */

#bioTip {
padding: 15px;
width: 620px;
height: 407px;
border: 1px dotted #1f1406;
position: absolute;
top: 20px;
left: 20px;
background: url(../images/backgrounds/bg_bios.png);
z-index: 9999;
color: #F6E5CE;
font-size: 11px;
}
#bioTip h4.news_item {
color: #F6E5CE;
font-weight: bold;
font-size: 14px;
}
#bioTip blockquote {
padding: 0;
}


#bio_map {
width: 690px;
height: 477px;
background: url(../images/band/post_no_bills_lg.jpg) no-repeat;
position: relative;
overflow: hidden;
}

#bio_map a {
display: block;
position: absolute;
z-index: 10;
}

#bio_map a#bio_mike {
height: 470px;
left: 10px;
top: 10px;
width: 122px;
}
#bio_map a#bio_adam {
height: 470px;
left: 137px;
top: 10px;
width: 150px;
}
#bio_map a#bio_nate {
height: 340px;
left: 300px;
top: 140px;
width: 130px;
}
#bio_map a#bio_joel {
height: 470px;
left: 420px; top :10px;
width: 119px;
}
#bio_map a#bio_carl {
height: 470px;
left: 539px;
top: 10px;
width: 120px;
}

#bio_map a:link,
#bio_map a:visited,
#bio_map a:hover,
#bio_map a:active {
text-decoration: none;
background: none;
}

.bio_close_but {
float: right;
padding: 5px;
cursor: pointer;
}
.bio_instrument {
float: right;
padding: 5px;
}

/* GALLERY PAGE STYLES*/
#photoContainer {
margin-bottom: 10px;
text-align: center;
min-height: 413px;
}

img#photo {
cursor: pointer;
}

#previousButton {
cursor: pointer;
position: absolute;
left: 10px;
top: 200px
}
#nextButton {
cursor: pointer;
position: absolute;
right: 10px;
top: 200px
}

.tmb_container {
padding: 3px;
height: 40px;
width: 40px;
display: inline;
text-align: center;
}

#thumbnails {
text-align: center;
margin: 0 auto;
}

#thumbnails a img{
padding: 4px;
}

#thumbnails a.current img {
border: 2px solid #1f1406;
padding: 2px;
background: #a5a098;
}

#thumbnails a.tmb_container:hover,
#thumbnails a.tmb_container:active {
text-decoration: none;
background: #F6E5CE;
outline: none;
}

ul#photo_select {
margin: 0 10px;
}
ul#photo_select li {
float: left;
}

#galleryCenter {
text-align: center;
}

#GalleryArea {
padding: 0;
margin: 0;
width: 100%;
min-height: 200px;
text-align: center;
}

#gallery_list li a {
padding: 5px;
}

/* -------- 5) MODULES -------- */
#head_news {
background: url(../images/headings/head_freshnews.gif) no-repeat;
width: 160px;
height: 29px;
margin: 20px auto 0 auto;
text-indent: -5000px;
}

ul#home_info {
list-style-type: none;
text-align: center;
}
ul#home_info li {
margin: 20px 0;
padding: 5px 25px;
float: left;
width: 175px;
border-right: 1px solid #000;
}
ul#home_info li.last {
border-right: none;
}

#ieinfo {
display: none;
}

.left_rail_mod {
background: #d6cdca;
border: 1px solid #111;
width: 178px;
margin: 0 auto;
padding: 5px 5px 10px;
}
.left_rail_mod p {
font-size: 11px;
}
.left_rail_mod input, .left_rail_mod textarea {
margin: 0 5px 5px 5px;
font-size: 10px;
}

.left_rail_mod .news_item {
font-size: 11px;
}
.left_rail_mod .news_title {
font-size: 11px;
font-weight: bold;
}
.left_rail_mod .news_author {
padding-bottom: 10px;
font-size: 9px;
}
.left_rail_mod .news_desc {
padding-bottom: 10px;
}
.left_rail_mod p a, .left_rail_mod p a:hover, .left_rail_mod p a:active {
border: none;
}
.left_rail_mod p a.news_hide, .left_rail_mod p a.news_hide:active {
border-bottom: 1px dotted #5e4b4b;
}

.mod_rail_ad {
margin: 0 auto;
padding: 2px 10px;
width: 122px;
border: 1px solid #000;
background: #efb04f url(../images/backgrounds/bg_ad.jpg);
text-align: center;
}

#player_area {
margin: 0 0 0 10px;
border-left: 1px dotted;
border-bottom: 1px dotted;
padding: 0 0 10px 10px;
float: right;
display: inline;
text-align: right;
}

#player_area #flash_link {
margin: 0;
line-height: 1.1em;
font-size: 9px;
}

/* -------- 6) PRINT TEMPLATE -------- */
body.print {
}
body.print #header {
}
body.print #content {
}
body.print #footer {
}

/* -------- 7) ADMIN STYLES -------- */

.control_active {
background: #DFD9D1;
}

.main_admin label {
margin: 5px;
display: block;
font-weight: bold;
}
.main_admin input[type=text] {
margin: 5px 0;
width: 400px;
}

#ui-datepicker-div {
z-index: 10;
display: none;
}

.html_guide {
padding: 10px;
width: 400px;
background: #000;
color: #c5c5c5;
border: 1px dotted #aaa;
}

.master_songlist ul {
margin: 0 10px 10px;
}
.master_songlist li {
padding: 1px 0;
}
.master_songlist h4 {
color: #462821;
}
