@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}

em {
	font-style: italic;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
overflow: scroll;
}


* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

body {
	background: #FFF url(../images/bg-main.jpg);
	color: #4c3212;
	font-family: "Muli", sans-serif;
	font-size: 16px;
}

a:link {
	color: #2fb98a;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #2fb98a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2fb98a;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #2fb98a;
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height: 1.5em;
	margin: 5px 40px 0px 20px;
}

h1 {
    font-family: 'HaettenschweilerRegular';
	color: #2fb98a;
	font-size: 58px;
	text-shadow: 1px 1px 0px #000;
}

h2 {
    font-family: 'HaettenschweilerRegular';
	color: #4c3212;
	font-size: 38px;
	text-shadow: 1px 1px 0px #e1d9c7;
}
h3 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: lowercase;
}

h4 {
    font-family: 'HaettenschweilerRegular';
	color: #4c3212;
	font-size: 28px;
	text-shadow: 1px 1px 0px #e1d9c7;
}


.header {
	background: url(../images/bg-header.jpg) #41270b;
	padding: 30px 0 20px 0;
	border-bottom: 3px solid #365a4e;
}

.header-inner {
	width: 950px;
	margin: 0 auto;
}

.nav {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
    font-family: 'BatikRegular';
	font-size: 18px;
}

.nav-rule {
	background: url(../images/nav-divider.png) no-repeat center;
	width: 644px;
	height: 2px;
	margin: 0 auto;
}

.nav ul {
 clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.nav li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

.nav a {
	display: block;
	padding: 5px;
	margin: 0 32px;
	color: #381e00;
	font-weight: normal;
}

.nav a:hover {
	color: #2fb98a;
	text-decoration: none;
	font-weight: normal;
}


.content {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	font-size: 16px;
}

.header-inner h1 {
	color: #fff;
    font-family: 'BatikRegular';
	font-size: 36px;
	
}

.header-inner h2 {
	color: #2fb98a;
	font-size: 36px;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 185px;
	margin-top: 5px;
	font-family: "Muli", sans-serif;
	text-shadow: none;
}

.facebook {
	float: right;
    font-family: 'HaettenschweilerRegular';
	color: #fff;
	font-size: 30px;
	width: 285px;
	line-height: 34px;
	margin-top: -8px;
}

.facebook a {
	color: #fff;
	font-weight: normal;
}

.facebook a:hover {
	color: #fff;
	font-weight: normal;
}


.clear {
	clear: both;
}


.members_nav {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}


.members_nav ul {
 clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.members_nav li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

.members_nav a {
	display: block;
	padding: 5px;
	margin: 0 12px;
}

.members_nav a:hover {
	color: #4c3212;
	text-decoration: none;
}

.tracks {
	width: 422px;
	float: right;
	padding-top: 20px;
	margin: 0 0 0 15px;
}

.text-subhead {
	font-size: 70%;
	text-transform: uppercase;
}

.black-border {
	border: 3px solid #000;
}

.bio {
	margin: 40px;
}

#footer {
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #01b075;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

.footer-inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.footer-nav {
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
}

.footer-nav li li {
	margin-left: 20px;
}

.img-right {
	float: right;
	margin: 0 0 3px 9px;
	border: 3px solid #000;
}

a.button 	{
	border: 1px solid #005f3f;
	color: #fff;
	padding: 12px 15px;
	font-size: 18px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-family: "Muli", sans-serif;
	text-transform: uppercase;
	background:#01b075;	
    -webkit-transition: background .5s;
    -moz-transition: background .5s;

}

a.button:hover {
	background: #008c5d;	
	border: 1px solid #005f3f;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
}
