@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%;
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: #fff;
	background-color: #000;
}
body{ 
	margin: 0; 
	padding: 0;
	width: 100%;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	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: 'KontrapunktBold';
    src: url('../_fonts/Kontrapunkt-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KontrapunktLightItalic';
    src: url('../_fonts/Kontrapunkt-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KontrapunktLight';
    src: url('../_fonts/Kontrapunkt-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinRegular';
    src: url('../_fonts/Cabin-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinMedium';
    src: url('../_fonts/Cabin-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinBold';
    src: url('../_fonts/Cabin-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin: 0;
	padding: 0;
}

header {
	clear: both;
	height: 300px;
	position: relative;
} 
#logo {
	top: 10%;
	width: 90%;
	position: relative;
	margin-left: 10%;
	font-family: KontrapunktBold, Georgia, Times, serif;
	letter-spacing: 2px;
	font-size: 2.2em;
	text-shadow: 5px 5px 5px #333;
} 
#pitch {
	width: 80%;
	top: 30%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: KontrapunktLightItalic, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1.4em;
	text-shadow: 5px 5px 5px #333;
} 
section {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	font-family: CabinRegular, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 0.9em;
}
section h2 {
	font-family: CabinBold, Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
}
#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bio1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bio2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#stage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
footer {
	clear: both;
	margin-top: 30px;
	width: 100%;
	display: block;
	height: 300px;
	position: relative;
}
#footerLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 50px;
}
#footerRight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 50px;
}

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

@media only screen and (min-width: 481px) {
/*.gridContainer {
	width: 89.9%;
	padding-left: 1.55%;
	padding-right: 1.55%;
}
*/

header {
	clear: both;
	width: 100%;
	margin: auto;
	height: 400px;
} 
#logo {
	top: 10%;
	width: 90%;
	position: relative;
	margin-left: 10%;
	font-family: KontrapunktBold, Georgia, Times, serif;
	letter-spacing: 2px;
	font-size: 3.0em;
	text-shadow: 5px 5px 5px #333;
}
#pitch {
	font-family: KontrapunktLightItalic, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-shadow: 5px 5px 5px #333;
	width: 80%;
	top: 30%;
	position: relative;
	margin-top: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 
section {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	font-family: CabinRegular, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 0.9em;
}
section h2 {
	font-family: CabinBold, Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
}
#about {
	clear: none;
	float: left;
	margin-left: 0;
	width: 48.2758%;
	display: block;
}
#bio1 {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 48.2758%;
}
#bio2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.2758%;
	display: block;
}
#stage {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 48.2758%;
	display: block;
}
footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 30px;
	width: 100%;
	display: block;
	height: 300px;
	position: relative;
}
#footerLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.2758%;
	display: block;
	text-align: center;
	padding-top: 100px;
}
#footerRight {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 48.2758%;
	display: block;
	text-align: center;
	padding-top: 100px;
}
}



/* 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: 87.75%;
	max-width: 1232px;
	padding-left: 1.125%;
	padding-right: 1.125%;
	margin: auto;
}
*/

header {
	clear: both;
	margin-left: 0;
	width: 100%;
	height: 400px;
} 
#logo {
	top: 10%;
	width: 90%;
	position: relative;
	margin-left: 10%;
	position: relative;
	font-family: KontrapunktBold, Georgia, Times, serif;
	letter-spacing: 3px;
	font-size: 4.0em;
	text-shadow: 5px 5px 5px #333;
}
#pitch {
	font-family: KontrapunktLightItalic, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1.8em;
	text-shadow: 5px 5px 5px #333;
	width: 80%;
	top: 30%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
} 
section {
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	font-family: CabinRegular, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 0.9em;
}
section h2 {
	font-family: CabinBold, Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
}
#about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.0769%;
	display: block;
}
#bio1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
}
#bio2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
}
#stage {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
}
footer {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 300px;
	position: relative;
}
#footerLeft {
	clear: none;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
	font-family: KontrapunktLight, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 100px;
}
#footerRight {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
	font-family: KontrapunktLight, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 100px;
}
}



/* ---- ALL FORMATS ---- */


.listTopicBold  {
	font-family: KontrapunktBold, Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.copyright  {
    bottom: 20px;
    position: absolute;
	font-family: KontrapunktLight, Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

header {
	background: #ff9300; /* Old browsers */
	


/* IE9 SVG, needs conditional override of 'filter' to 'none' */


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZjkzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiM4ZTIzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(top,  #ff9300 40%, #8e2300 88%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ff9300), color-stop(88%,#8e2300), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ff9300 40%,#8e2300 88%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ff9300 40%,#8e2300 88%,#000000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ff9300 40%,#8e2300 88%,#000000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ff9300 40%,#8e2300 88%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
footer {
	background: #ff9300; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzhlMjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #000000 1%, #8e2300 14%, #ff9300 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(14%,#8e2300), color-stop(100%,#ff9300)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #000000 1%,#8e2300 14%,#ff9300 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #000000 1%,#8e2300 14%,#ff9300 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #000000 1%,#8e2300 14%,#ff9300 100%); /* IE10+ */

background: linear-gradient(to bottom,  #000000 1%,#8e2300 14%,#ff9300 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff9300',GradientType=0 ); /* IE6-8 */
}