/* Foundation Overrides */

a {
  color: #2ba6cb;
}

a:hover, a:focus {
  color: #2795b6;
}

.button {
  background-color: #2ba6cb;
  border-color: #2795b6;
  color: #ffffff;
}

.button:hover, .button:focus {
  background-color: #2795b6;
  border-color: #2795b6;
  color: #ffffff;
}

.hide {
  display: none !important;
}

.orbit-container {
  margin: 0 0 1.1875rem 0;
}

.orbit-container .orbit-slides-container li {
  text-align: center;
}

.orbit-container .orbit-slides-container li img {
  margin: 0 auto;
}

.orbit-container .orbit-timer {
  visibility: hidden;
}

.orbit-container .orbit-bullets-container .orbit-bullets {
  margin-bottom: 0.59375rem;
}

.postfix {
  height: 2.125rem;
}

.postfix.button {
  height: 2.125rem;
  line-height: 2.125rem;
}

nav.pagination {
  display: block;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.6;
  margin-left: -0.3125rem;
}

nav.pagination span {
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

nav.pagination span a, nav.pagination span.current, nav.pagination span.inactive {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

nav.pagination span:hover a, nav.pagination span a:focus {
  background-color: #e6e6e6;
  color: #999999;
}

nav.pagination span.inactive {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

nav.pagination span.inactive:hover, nav.pagination span.inactive:focus {
  background-color: transparent;
}

nav.pagination span.current {
  background-color: #2ba6cb;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}

nav.pagination span.current:hover, nav.pagination span.current:focus {
  background-color: #2ba6cb;
  color: #ffffff;
}

nav.pagination span {
  float: left;
  display: block;
}

.pagination-centered nav.pagination span {
  float: none;
  display: inline-block;
}

.postfix {
  height: 2.2125rem;
}


.th {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

  .th:hover, .th:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }


.top-bar .title-area .name h1 a img {
  height: auto;
  margin-top: -2px;
  max-height: 42px;
  max-width: 175px;
  width: auto;
  color: #99d9e9;
}

.top-bar-section ul li > a {
  font-weight: 300;
  color: #99d9e9;
}


@media only screen and (min-width: 40.063em) {
  .top-bar-section .social li a {
    padding: 0 7px;
  }

  h1 a.right, h2 a.right, h3 a.right, h4 a.right, h5 a.right {
    font-size: 0.5em;
    margin-top: 1.5em;
  }
}





#wrap	{
	width: 100%; /* Spans the width of the page */
	height: 30px; 
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: fixed; 
	background-color: #333333;
	}
	
.navbar	{
	display: block;
	width: 100%;
	height: 30px;
    margin: 0;
	padding-left: 15px;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
	background-color: #333333;
	}

.navbar li 	{

			height: 30px;
			width: 100px;  /* Each menu item is 150px wide */
			float: left;  /* This lines up the menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font: normal 12px/1.2em Arial, Verdana, Helvetica;  
			padding: 0;
			margin: 0;
			background-color: #333333;
                        }
                        
.navbar li:hover {background-color:#272727;}

.navbar a	{							
		padding: 8px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
		}

.navbar a:hover	{							
    font-style: italic;
		}

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: 350px;	
        width: 170px;
        text-align: left;
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */	
    overflow: auto;
    background-color: #54879d;
		}				

.navbar li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                        }

.navbar li ul li {background-color: #54879d;
height:35px;
width: 152px;} 

				
.navbar li ul li a:hover	{
 font-style: normal;}









/* Layout */

body {
  
    background-color: #333333;
  
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
}


.content-container {
  padding-top:35px;
  
    background-color: #99d9e9;
  
}

.content-container > div {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 1.1875rem 0;
  max-width: 58em;
  width: 100%;
}

.content-container h1 .right, .content-container h2 .right, .content-container h3 .right, .content-container h4 .right, .content-container h5 .right {
  font-size: 0.65em;
  margin-top: 0.5em;
}

.content-container h1 + hr, .content-container h2 + hr, .content-container h3 + hr, .content-container h4 + hr, .content-container h5 + hr {
  margin-top: 0;
}

.footer-container {
  color: #ffffff;
}

.footer-container > div {
  margin: 0 auto;
  padding: 1.1875rem 0;
  max-width: 58em;
  width: 100%;
}

.footer-container p, .footer-container ul {
  color: #ffffff;
  font-size: 0.75rem;
}

.footer-container a {
  color: #f9f9f9;
}

.footer-container a:hover {
  color: #ffffff;
}


/* Errors */

#error {
  padding: 100px 0 150px 0;
}

#error h3 {
  text-align: center;
}

#error p {
  text-align: center;
}


/* Product Grid */

.product {
  margin: 0 auto;
  max-width: 202px;
}

.product a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .product a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .product a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.product a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

.product .panel div {
  display: block;
  margin-bottom: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}


/* Product Page */

#product {

}

#product .clearing-assembled {
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#product .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#product .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}

@media (max-width: 400px) {

  #product .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#product .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#product .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#product .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#product .add-to-cart-container {

}


/* Event Grid */

.event {
  margin: 0 auto;
  max-width: 202px;
}

.event a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .event a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .event a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.event a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

.event .panel div {
  display: block;
  margin-bottom: 0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}


/* Event Page */

#event {

}

#event .clearing-assembled {
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#event .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#event .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}

@media (max-width: 400px) {

  #event .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#event .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#event .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#event .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#event .map-container {
  margin-bottom: 1.1875rem;
}

#event .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#event .add-to-cart-container {

}


/* Contact Page */

#contact {

}

#contact textarea {
  height: 115px;
}

#contact #recaptcha_widget_div {
  margin: 0 0 1rem 0;
}


/* Gallery Page */

#gallery {

}

#gallery ul li > div {
  margin: 0 auto;
  max-width: 202px;
}


/* History Page */

#history {

}

#history .history-item {

}

#history .history-item .orbit-container {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto 1.1875rem auto;
  max-width: 300px;
}

#history .history-item .release-information {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0;
}

#history .history-item .links.inline-list a {
  font-size: 0.9rem;
}


/* Order Page */

#order {

}

#order #question .panel {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.75rem 0;
  text-align: center;
}

#order table tbody tr td + td {
  text-align: right;
}

/* Roster Page */

#roster {

}

#roster ul li > div {
  margin: 0 auto;
  max-width: 202px;
}

#roster ul li > div .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

#roster ul li > div .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Roster Item Page */

#roster-item {

}

#roster-item #description p {
  font-size: 0.9rem;
}

#roster-item #links .inline-list a {
  font-size: 0.9rem;
}

#roster-item #soundcloud iframe {
  margin-bottom: 1rem;
}

#roster-item #bandsintown {
  margin-bottom: 1rem;
}