/* Responsive Elements */
.c > div {
  		padding: 1em;
		}
		@media screen and (min-width: 56em) {
			.c1 {
				float: left;
				width: 46%;
			}
			.c2, .c3 {
				float: left;
				width: 54%;
			}
		}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h2 ,h3 {margin: 0px;}

#about_text {width: 100%;}
#about_image {width: 100%;}

#discography_mobile {display: block;}
#discography_wide {display: none;}

/* Global Elements */
label, .link ,.link_dotted ,.hand {cursor: pointer; cursor: hand;}

/* NAV */
.nav {max-width: 1000px; margin: 18px auto 0px auto;}

.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #999;
}
 
.nav a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: .3s background-color;
}

.nav a {
	padding: 0px 0px 0px 16px;
}
 
.nav a:hover {
  color: #db575c;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

 @media screen and (min-width: 600px) {
 
#about_text {width: 65%;}
#about_image {width: 35%;}

#discography_mobile {display: none;}
#discography_wide {display: block;}
 
 ul {background: url(/images/header_line_dot.gif) repeat-x 0px 50px;}	

  .nav li {
  	padding: 0px 0px 0px 0px;
    border-bottom: none;
    height: 65px;
    line-height: 65px;
    font-size: 1.0em;
  }

  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */

}


.center {text-align: center;}
.middle {vertical-align: center;}

.left {text-align: left;}
.right {text-align: right;}

.text_tiny {font-size: 0.6em; line-height: 1em;}
.text_small {font-size: 0.9em; line-height: 1em;}
.text_large {font-size: 1.4em; line-height: 1.2em;}

.bold {font-weight: bold;}

.text_grey, .text_gray {color: #666;}