html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
     overflow-y: scroll;
}

html,body {
    font: 15px/24px  "Droid Sans", arial, verdana, sans-serif;
    color: #f0e6b2;
    margin: 0;
    padding: 0;
}
body {
    background:url(../images/bg.jpg) #000 repeat-x 0 40px;
}
h1, h2,h3,h4 {
    font-family: "Bitter", Georgia, 'Times New Roman', serif;
    font-weight: normal;
    margin:1em 0;
}


/* bootstrap */
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.control-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls p:first-child {
    margin: 0;
    padding-top: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 700;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.label {
    display: block;
    margin-bottom: 5px;
}

.form-horizontal .controls {
    margin-left: 180px;
}


a {
    text-decoration:none;
    color:#faf1b8;
    color: #fc0;
    outline:none;
}

a:hover {
    color:#fc0;
    color: #e6b800;
}

.container {
    position: relative;
    width: 980px;
    margin:0 auto;
}

.header_container {
    margin-top: 40px;
    background: url(../images/top.jpg) repeat-x;
    height: 183px;
}

.header {
    width:980px;
    margin: 0 auto;
}

.header h1 {
    text-indent:-200em;
    margin:0;
    padding:0;
}

.header a {
    height: 95px;
    width: 252px;
    padding-top: 90px;
    display: block;
    background: url(../images/logo.png) no-repeat center center;
}

.content {
    width: 1200px;
    margin: 60px auto;
    max-width: 100%;
}
.content p {
    margin-bottom: 12px;
}
/*.content .news {
    border:1px solid #f0e6b2;
    background:#590304;
    color:#f0e6b2;
    padding:1em;
}

.content .news h3 {
color:#f0e6b2;
margin:0;
}
    */
blockquote {
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.footer {
    font-size: 12px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 40;
    /*background: #590304;*/
}

.footer_content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.footer p {
    margin:0;
    padding:0;
}

/* navigation */
.menu_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 40;
    border-bottom: 1px solid #111;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.menu {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.nav,
.nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}
.nav-secondary {
    float: right;
}
	.nav ul {
        position: absolute;

	}
	.nav li {
        float: left;
        position: relative;
        border: 1px solid #111;
        border-width: 0 1px;
	}
    .nav li+li {
        border-width: 0 1px 0 0;
    }
    .nav a,
    .nav span {
        display: block;
        padding: 8px 12px;
        color: #faf1b8;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        transition: background .2s linear;
    }
    .nav a:hover,
    .nav span:hover {
        color: #fff;
        background: #0b0b0b;
    }

    .nav small {
        display: block;
        font-size: 11px;
    }

	/* sub-menu */
	.nav li ul {
        left: -999em;
        z-index: 40;
	}

	.nav ul li {
        border: 1px solid #111;
        border-width: 1px 0 0;
        background: #000;
        width: 19em;
	}

	.nav li:hover ul ul,
	.nav li.sfhover ul ul,
	.nav li:hover ul ul,
	.nav li.sfhover ul ul { left: -999em }

	.nav li:hover ul, 
	.nav li.sfhover ul { left: auto }
			
	.nav li li:hover ul,
	.nav li li.sfhover ul { left: 12em; top: 1em }

/* Announcements */
.announcement {
    margin: 0 0 20px;
    background: rgba(0,0,0,0.3);
    padding: 20px;
    font-family: "Bitter", Georgia, 'Times New Roman', serif
}

.announcement small {
    display: block;
    font-weight: 400;
}

/* News */
.news-articles .news {
    float: left;
    /*width: 100%;*/
    width: 31%;
    margin-bottom: 30px;
}

.news-articles .news:first-child {
    float: none;
    width: 100%;
}


    .news-articles .news:first-child .news-image {
        /*float: right;*/
        /*margin: 0 0 20px 20px;*/
        margin-bottom: 20px;
    }

.news-articles .news:nth-child(3n+5) {
    clear: left;
}

.news-articles .news:nth-child(3n+3) {
    margin: 0 3%;
}

.news-articles {
    /*margin-left: -30px;*/
}

.news-content {
    /*padding-left: 30px;*/
}

.news-description .news-title {
    margin: 0 0 5px;
    color: #fff;
}

.news-description p {
    font-size: 13px;
}

.news-description .news-date {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #ffc;
}

.news-description {
    margin-top: 10px;
}

.news-image a:hover img {
    opacity: 0.8;
}

.news-image img {
    display: block;
    max-width: 100%;
}

fieldset {
    border: 1px solid #333;
}


/* paypal */
.paypal {
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.3);
    padding: 10px 10px 0;
    margin: 0 0 10px;
}
    .paypal h3 {
        margin: 0;
    }
    .paypal select {
        display: block;
        margin: 10px 0
    }
    .paypal input {
        background: none;
        padding: 0;
    }
/* guest book */
.comment {
    padding: 10px;
    background: #300;
    background: rgba(0,0,0,0.3);
    margin: 0 0 20px;
    -webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
    box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
}


/* gigs */
.gigs div div {
    position: relative;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #300;
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
    box-shadow: inset 0 2px 12px rgba(0,0,0,0.5);
}

.gigs div.tbc {
    color:#fff;
}

.gigs div div span {
    display: block;
    margin-right: 200px;
}

.gigs div div .date {
    position: absolute;
    top: 10px;
    margin: 0;
    right: 10px;
}


.top {
width:100px;
font-size:.95em;
margin:0 auto;
padding:.5em;
}

.solo {
font-size:4em;
line-height:.8em;
float:left;
padding:0 5px 0 0;
}

div#content ul {
list-style-type:square;
z-index:20;
margin:10px 30px;
}

div#content ol {
margin:10px 30px;
}

.img_right {
    float: right;
    padding: 0 0 20px 20px;
}

.img_left {
    float: left;
    padding: 0 20px 20px 0;
}

.img img {
    border: 5px solid #fff !important;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.3);
    box-shadow: 0 3px 12px rgba(0,0,0,0.3);
}

.img small {
    font-size: 12px;
    text-align: center;
    display: block;
}

a.btn {
    text-decoration:none;
    margin: 10px 0;
    background: #300;
    padding: 8px 12px;
    border-radius: 3px;
}

/*input[type='text'],
textarea,
select {
    border: 0;
    width: 100%;
    padding: 3px 6px 4px;
    background:#fff;
    color:#222;
    margin: 5px 0;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
}*/

    input[type='submit'] {
        background: #ccc;
        padding: 6px 12px;
        color: #000;
        border: 1px solid #ccc;
    }

textarea {
resize: vertical;
}

.req {
    font-size:.85em;
}


.footnote {
font-size:.85em;
color:#fff;
}

.contact {
background:#600;
border:1px solid #f6e48a;
margin:0 1em 1em;
padding:5px;
}


.quote {
float:right;
width:323px;
background:url(../images/quote-top.jpg) #590304 no-repeat;
padding-top:2em;
}

.quote div {
text-align:left;
background:url(../images/quote-btm.gif) no-repeat bottom;
padding:1em;
}

.clear {
clear:both;
}

/*div.row {
margin-right:0;
clear:both;
padding-top:3px;
}*/

/*div.row label {
float:left;
width:76px;
margin-right:20px;
height:100%;
}*/

ol.tracklist {
width:30em;
}

ol.tracklist li {
float:left;
width:15em;
}

br {
clear:left;
}

div.wrapper {
margin-bottom:1em;
}

.ff {
    float:right;
}
.accessibility,
.quote h3,.hide {
    display:none;
}

#gig_top span.date,.centrealign {
text-align:center;
}

.contacts,.floatright {
float:right;
}

/*.floatleft,div.row div {
float:left;
}*/

a.order { background: url(../images/order.jpg); display: block; height: 42px; width: 208px; text-indent: -200em}

.breadcrumb {
    /*background-color: #300;*/
    background-color: rgba(0,0,0,0.3);
    padding: 5px 10px;
    -webkit-border-radius:  5px;
    -moz-border-radius:     5px;
    border-radius:          5px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb .divider {
    color: rgba(255,255,255,0.3);
}
.breadcrumb .active {
    color: #fff;
}

.breadcrumb a {

}

.album-header {
    margin-top: 0;
}
.album,
.album-page {
    float: left;
    width: 100%;
    clear: left;
    margin-bottom: 20px;
}

.album-object {
    float: left;
    width: 180px;
}

.album-body {
    margin-left: 200px
}

.col1, .col2 {
    float: left;
}

.col1 {
    width: 60%;
    padding-right: 20px;
}

.col2 {
    width: 40%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-8 {
    width: 66.66666%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.666666%;
}

.col-4 {
    width: 33.333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%
}