/* CUSTOM CSS ADDED BY THOMAS CRAY */

body
{
    margin: 0;
    padding-top: 70px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999;
    background-color: #000;
}

p.schedule {
  margin: 0 0 25px;
}

p { margin: 16px 0px 16px 0px !important; }

h4 { margin: 4px 0px 4px 0px !important; }

A:link, A:visited {
    color: #D10000;
	font-weight: normal;
	text-decoration: none;
}

A:active, A:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}




#discography .disco a:link, #discography .disco a:visited {
    color: #fff;
	text-decoration: none;
	font-weight: normal;
} 


b { color: #FFF; }



.navbar-default .navbar-nav > li > a {
    font-weight: normal;
}

.navbar-default
{
    top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    border-width: 0px 0px 1px;
    border-color: #999;
}

.nav a.first { padding-left: 0; }




.nested { padding: 23px 33px 0 33px; }


/*
.nested img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/


.row-discography
{
    padding-bottom: 40px;

}



/* YOU ARE HERE */

body#schedule a#nav_schedule,
body#biography a#nav_biography,
body#discography a#nav_discography,
body#media a#nav_media,
body#index a#nav_index
{
	color: #dedede;
}





/* PHOTO CREDITS */

.photo_credit
{
	font-size: 11px;
	text-align: center;
	color: #666;
}

/* 
.photo_credit A:link, .photo_credit A:visited
{
	color: #999;
}

.photo_credit A:hover, .photo_credit A:active
{
	color: #ccc;
}

 */







footer
{
	border-top: 1px solid #999;
	font-size: 12px;
	color: #555;
    padding: 10px 0 20px 0;
    margin: 10px 0 0 0;
    text-align: center;
}


@media (min-width: 768px) {
  .footer-left {
    text-align: left;
  }
  .footer-right {
    text-align: right;
  }
}





@media (min-width: 1200px) {
    .nested
    {
        padding: 33px 37px 0 37px;
    }
}




@media (min-width: 768px) {
  .brand-toggle {
    display: none;
  }
}



.brand-toggle {
    position: relative;
    float: left;
    padding: 15px 0px 0px 15px;
    margin: 0px;
}





@media (max-width: 767px) {

	.nav a.first { padding-left: 15px; }
    #menu-item-fb { display: none; }
    #menu-item-yt { display: none; }
}


@media (max-width: 992px) {

    #menu-item-fb { display: none; }
    #menu-item-yt { display: none; }
}






/* SOCIAL MEDIA BUTTONS */

.navbar-right #menu-item-fb a
{
	display: block;
	height: 24px;
	width: 24px;
	padding: 0px;
	outline: none;
	text-indent: -9999px;
	background-image: url('../images/social/fb_all.png');
	background-position: 0 0;
	margin: 13px 13px 10px 13px;
}

.navbar-right #menu-item-fb a:hover { background-position:0 -24px; }


.navbar-right #menu-item-yt a
{
	display: block;
	height: 24px;
	width: 24px;
	padding: 0px;
	outline: none;
	text-indent: -9999px;
	background-image: url('../images/social/yt_all.png');
	background-position: 0 0;
	margin: 13px 13px 10px 13px;
}

.navbar-right #menu-item-yt a:hover { background-position:0 -24px; }









/* DISCOGRAPHY */

.disco
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #111;
    padding: 20px;
    border: 5px #000 solid;
    margin: 0px;
    min-height: 400px;
}

.disco img
{
    background-color: #111;
    padding: 5px;
    border: 1px #444 solid;
    margin: 0px auto;
    display: block;
}

ol.discog
{
	margin:0 1.5em 1.5em 1.5em;
}





/* VIDEO EMBED */


.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px #999 solid;
}







/* PHOTOS PAGE */

.imgBorder
{
    border: 1px #999 solid;
    margin: 0px 0px 20px 20px;
}

.gallery
{
    border: 1px #999 solid;
    margin: 0px 0px 20px 0px;
}

.dvdCover
{
    border: 1px #999 solid;
    margin: 0px 0px 0px 0px;
}



.sources
{
    font-size: 11px;
    color: #bf0000;
}






/* FOR SCHEDULE PAGE */

.calendar
{
    display: inline-block;
    clear: both;
    margin: 20px 0 0px 0;
    padding: 0px 0 10px 0;
}

.date
{
    float: left;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 6px;
}

.date p
{
    font-family: Helvetica, sans-serif;
    font-size: 66px;
    text-align: center;
    color: #666;
    line-height: 60px;
    margin-top: 5px;
}
	
.date p span
{
    display: block;
    line-height: normal;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 6px 0 6px 0;
}

.month { color: #666; }



.upcoming { background-color: #dd0000; }


.past { background-color: #666; }

.event
{
    color: #FFF;
    padding: 8px 6px 6px 6px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 130px;
    clear: all;
}

.event h1
{
    font-size: 18px;
    line-height: normal;
}

.event h2
{
    font-size: 24px;
    line-height: normal;
}

.event h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote
{
    margin: 0;
    padding: 0;
    border: 0;
}

.event p
{
    padding: 0px !important;
    margin: 0px !important;
}

.previous
{
    padding-top: 40px;
}




@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }
    .date p span {
    	padding: 9px 0 3px 0;
    }
}

/* FOR SCHEDULE PAGE */



.larger { font-size: 24px; }



