@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

@font-face {
    font-family: 'latin_modern_mono_light10Bd';
    src: url('../fonts/lmmonolt10-bold-webfont.eot');
    src: url('../fonts/lmmonolt10-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/lmmonolt10-bold-webfont.woff') format('woff'),
url('../fonts/lmmonolt10-bold-webfont.ttf') format('truetype'),
url('../fonts/lmmonolt10-bold-webfont.svg#latin_modern_mono_light10Bd') format('svg');
    font-weight: normal;
    font-style: normal;

}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* width: 87.0652%;
	padding-left: 1.4673%;
	padding-right: 1.4673%;  */
	clear: none;
	float: none;
}
@charset "utf-8";

body {
	font-family:"Open Sans",sans-serif;
	color:rgba(255,255,255,1.00);
}

#main {
	background-color: #1A8CAB;
}
#contact {
	background-color: #FBCB15;
}
#music {
	background-color: #8B1C55;
}
#audio {
	background-color: #FF1900;
}

a {
    cursor:pointer
}

h1 {
    font-size:48px;
    margin-top:80px;
    margin-bottom:10px;
    color:#002e40
}

h2 {
	display:none;
}

h4 {
    font-size:20px;
    margin-bottom:10px
}

section {
    padding-top:40px;
    height:1600px;
    width:100%
}

section .content {
    margin:0 auto;
    max-width:640px
}
ul {
    list-style:none;
    padding-left:10px
}
.content .bottom-link a {
	color: #FFFFFF;
	font-style: italic;
}
p {
	color: #FFFFFF;
	/* font-size: small; */
	font-size:18px;
}
#nameBox {
	margin-top: 1em;
	margin-bottom: 1em;
}
.content #nameBox p {
	font-size: 2em;
	font-family: 'latin_modern_mono_light10Bd';
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0.9em;
}
.content p a {
	color: #FFFFFF;
	text-decoration: none;
}
.bracketBox {
	border-width: 1.4px;
	border-style: solid none solid solid;
	border-top-color: rgba(255,255,255,1.00);
	border-bottom-color: rgba(255,255,255,1.00);
	border-left-color: rgba(255,255,255,1.00);
	width: 50%;
	min-width: 270px;
	max-width: 450px;
}
.subSection {
	color: #FFFFFF;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#biography p {
	color: #2B2B2B;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.bracketBox ul li {
	font-size: small;
}
.content p a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	/* width: 88.5326%;
	padding-left: 0.7336%;
	padding-right: 0.7336%; */
	clear: none;
	float: none;
	margin-left: auto;
}
p {
	/* font-size: medium; */
	font-size:18px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.bracketBox {
	width: 70%;
	min-width: 270px;
	max-width: 500px;
}
.bracketBox ul li {
	font-size: medium;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	/* width: 98.913%;
	max-width: 1232px;
	padding-left: 0.5434%;
	padding-right: 0.5434%; */
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h2 {
	display:block;
	margin-top: 2em;
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 2em;
}
#main {
}
#contact {
}
#music {
}
#audio {
}
#nameBox {
	margin-top: 3em;
	margin-bottom: 3em;
}
.content #nameBox p {
	font-size: 5em;
	font-family: 'latin_modern_mono_light10Bd';
	line-height: 0.9em;
}
.bracketBox {
}
#biography {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
