/* Reset first */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

pre {
	color: #999;
	
}
/* Global ---------------------------------------------------------------------------- */
body {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.01em;
	color: #000;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

a:link,a:visited {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

a:link:hover,a:visited:hover {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}
body.global {
	background: #ff0000;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.01em;
	color: #fff;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
}

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

#globalContainer{
  width: 800px;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
#globalContainer a{
  color: #FFFF00;
  text-decoration: none;
}
#globalContainer a:hover{
  color: #000;
}
#globalContainer #header{
  	width: 800px;
  	margin: 15px auto 0 auto;
  	position: relative;
  	float: left;
}
#globalContainer #header #headerLogo {
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  float: left;
}
#globalContainer #headerBoard {
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  font-size: 8em;
  line-height: 1.2em;
  color: #fff;
  background-color: #FFFF00;
  width: 800px;
  padding: 50px 0;
  float: left;
  text-align: center;
}
#globalContainer #navigation {
  float: left;
  width: 442px;
  margin: 24px 0 0 20px;
}
#globalContainer #navigation li a{
  float: left;
  font-weight: bold;
  font-size: .9em;
  line-height: 1em;
  clear: none;
  margin: 0 0 0 20px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #FFFF00;
}
#globalContainer #navigation li a:hover{
  border-bottom: 1px solid #000;
}
#globalContainer #intro{
  float: left;
  width: 760px;
  padding: 40px 20px;
  font-size: 2.7em;
  line-height: 1.2em;
  border-bottom: 4px solid #fff;
}
#globalContainer #intro strong{
  font-weight: bold;
}
#globalContainer #intro a{
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #intro a:hover{
  border-bottom: 2px solid #000;
}
#globalContainer #video{
  float: left;
  padding: 20px 0 40px 20px;
  width: 780px;
  border-bottom: 4px solid #fff;
}
#globalContainer #video a{
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #video a:hover{
  border-bottom: 2px solid #000;
}
#globalContainer #video h2{
  font-size: 2.7em;
  line-height: 1.2em;
}
#globalContainer #video h3{
  margin: 0 0 20px 0;
  font-size: 1.1em;  
  font-weight: bold;  
}
#globalContainer #video #kickstarterVideo,
#globalContainer #video #kickstarterWidget {
    margin-bottom: 20px;
}
#globalContainer #video #kickstarterVideo {
    margin-right: 20px;
}
#globalContainer #branches{
  float: left;
  width: 780px;
  padding: 10px;
}
#globalContainer #branches h2{
  float: left;
  width: 760px;
  padding: 10px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
#globalContainer #branches .aBranch{
  float: left;
  width: 175px;
  padding: 10px;
  text-align: left;
}

#globalContainer #branches .aBranch .branchInfo .branchHeader h3{
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.1em;
}
#globalContainer #start{
  float: left;
  width: 760px;
  padding: 70px 20px;
}
#globalContainer #start p{
  float: left;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2em;
}
#globalContainer #start p a{
  padding: 0 0 2px 0;
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #start p a:hover{
  border-bottom: 2px solid #000;
}


/* Header ---------------------------------------------------------------------------- */
#container #header {
	width: 965px;
	height: 450px;
	margin: 30px auto 0 auto;
	position: relative;
}

#container #header #inSession {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100px;
	height: 104px;
	background: url(../images/tags/insession.png) no-repeat top left;
}

#container #header #inSession p{
	display: none;
}

#container #header #headerLogo {
	position: absolute;
	top: 0;
	left: 100px;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  background-color: #000;
	z-index: 2;
	color: #fff;
}
#container #header #headerLogo h1{
  font-size: 2.2em;
  line-height: 1.2em;
  text-align: left;
	z-index: 2;
	color: #fff;
  padding: 10px;
}

#container #header #headerPhotoContainer {
    height: 306px;
    left: 100px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 400px;
}


#container #header #headerPhoto img {
    height: 306px;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
}

#container #header #headerIntro {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 351px;
	height: 350px;
	text-align: left;
	background: #ff3300;
	color: #fff;
	overflow: hidden;
	padding: 20px 10px 30px 20px;
	z-index: 2;
}

#container #header #headerIntro h2 {
	font-family: 'TradeGothicLTStdBold';
	text-transform: uppercase;
	font-size: 3.6em;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

#container #header #headerIntro h2 p {
  	font-family: 'TradeGothicLTStdBold';	
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1;
}

#container #header #headerIntro p {
	padding: 0;
}

#container #header #headerIntro p {
	font: 1.1em/ 1.4em Helvetica, Arial, sans-serif;
}

#container #header #headerIntro ul, #container #headerIntro address {
	position: absolute;
	bottom: 20px;
}

#container #header #headerIntro ul {
	width: 160px;
	left: 20px;
}

#container #header #headerIntro address {
	width: 160px;
	right: 20px;
}

/* Class list ---------------------------------------------------------------------------- */
.classes, .exportCalendar {
  float: left;
  width: 100%;
  margin: 40px auto;
}
.exportCalendar a:hover {
    color: #555;
}
.dateDivider {
	border-top: 5px solid #000;
	width: 760px;
	margin: 40px auto 0 auto;
	padding: 15px 20px;
	font: 1.25em/ 1.5em Helvetica, Arial, sans-serif;
	clear: both;
	display: block;
	position: relative;
	left: 17px;
	text-align: left;
	overflow: hidden;
}

.dateDivider .date1 {
	float: left;
	overflow: hidden;
	width: 160px;
	margin: 0 40px 0 0;
}

.dateDivider .date2 {
	float: left;
	overflow: hidden;
	width: 160px;
}
.aClass {
	width: 965px;
	margin: 0 auto 10px auto;
	position: relative;
}
#subPage .classes{
  width: 800px;
  margin-top: 0;
}
#subPage .aClass{
  width: 800px;
  margin-right: 0;
}
#subPage .aClass .classInfo{
  width: 800px;
  left: 0;
 }
.typeFood .classInfo,.typeFood #classPopup {
	background: #cc3333;
}  /* red */
.typeArts .classInfo,.typeArts #classPopup {
	background: #e26521;
}  /* orange */
.typeEtc .classInfo,.typeEtc #classPopup {
	background: #dda51e;
}  /* yellow */
.typeMoney .classInfo,.typeMoney #classPopup {
	background: #74ac23;
}  /* green */
.typeLit .classInfo,.typeLit #classPopup {
	background: #2da57c;
}  /* green blue */
.typeOrg .classInfo,.typeOrg #classPopup {
	background: #2d9ac2;
}  /* blue */
.typeMusic .classInfo,.typeMusic #classPopup {
	background: #8a54bb;
}  /* purple */
.aClass .classTag {
	width: 65px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.aClass .tagFull {
	background: url(../images/tags/full.png) no-repeat top left;
}

.aClass .tagAlmost {
	background: url(../images/tags/almost.png) no-repeat top left;
}

.aClass .classInfo {
	width: 800px;
	padding: 0;
	position: relative;
	left: 100px;
	overflow: hidden;
	text-align: left;
	background-color: #aaa;
}

.aClass .classInfo .classHeader {
	overflow: hidden;
	padding: 11px 0 9px 0;
}

.aClass .classInfo .classHeader em {
	width: 160px;
	float: left;
	margin: 2px 20px 0 20px;
}

.aClass .classInfo .classHeader h3 a {
	width: 560px;
	float: right;
	color: #fff;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 20px 0 0;
	text-decoration: none;
}

.aClass .classInfo .classBody {
	overflow: hidden;
	display: none;
}

.aClass .classInfo .classBody p,.aClass .classInfo .classBody h4 {
	float: right;
	width: 560px;
	margin: 0 20px 20px 0;
}

.aClass .classInfo .classBody h4 {
	font-weight: bold;
}

.aClass .classInfo .classBody p,.aClass .classInfo .classBody .classSite
	{
	font: 0.95em/ 1.5em Helvetica, Arial, sans-serif;
}
.aClass .classInfo .classBody .classSite {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
}

.aClass .classInfo .classBody .classSite img {
	float: left;
	margin: 5px 10px 0 0;
}

.aClass .classInfo .classBody .classSite p {
	float: right;
	width: 120px;
	margin: 0;
}

.aClass .classInfo .classBody a.join, #classPopup #popupBody a.join
	{
	float: left;
	clear: both;
	margin: 0 0 20px 220px;
	width: 128px;
	height: 49px;
	background: url(../images/buttons/join.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.aClass .classInfo .classBody a.join:hover, #classPopup #popupBody a.join:hover
	{
	background: url(../images/buttons/join.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}

/* Class sign-up pop-up ---------------------------------------------------------------------------- */
#classPopup {
	width: 600px;
	overflow: hidden;
	background-color: black;
	color: white;
	margin: 30px auto;
}

#classPopup ul.errors{
  float: left;
  width: 512px;
  border: 4px solid #ff0000;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #ffff00;
}
#classPopup ul.errors li{
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  color: #ff0000;
  font-weight: bold;
}

#classPopup #popupHeader {
	background: #666;
	padding: 20px;
	text-align: left;
}

#classPopup #popupHeader h3 {
	color: #fff;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	font-weight: bold;
}


#classPopup #popupHeader a {
    color: #fff;
}

#classPopup #popupBody {
	text-align: left;
	padding: 20px;
	overflow: hidden;
}

#classPopup #popupBody .seatsLeft {
	float: right;
	position: relative;
	top: -5px;
	overflow: hidden;
}

#classPopup #popupBody .seatsLeft img,#classPopup #popupBody .seatsLeft #seatMarker,#classPopup #popupBody .seatsLeft .seatsLeft em
	{
	float: left;
}

#classPopup #popupBody .seatsLeft #seatMarker {
	width: 100px;
	height: 12px;
	background: #fff;
	position: relative;
	top: 10px;
	margin: 0 10px;
}

#classPopup #popupBody .seatsLeft #seatMarker #seatFill {
	width: 20%;
	height: 12px;
	background: #000;
}

#classPopup #popupBody .seatsLeft em {
	position: relative;
	top: 5px;
}

#classPopup #popupBody input {
	border: 0;
	width: 550px;
	padding: 5px;
	font: 1.25em/ 1.5em Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

#classPopup #popupBody .barterItems {
	margin: 20px 0;
}

#classPopup #popupBody .barterItems input {
	width: 20px;
	position: relative;
	top: -2px;
}

#classPopup #popupBody h5 {
	margin: 20px 0 0 0;
	font: 0.8em/ 1.5em Helvetica, Arial, sans-serif;
}

#classPopup #popupBody p {
	font: 0.8em/ 1.5em Helvetica, Arial, sans-serif;
	margin: 10px 0 20px 0;
}

#classPopup #popupBody .legal p {
}

#classPopup #popupBody input.join{
	float: left;
	clear: both;
	margin: 0 0 20px 220px;
	width: 128px;
	height: 49px;
	background: url(../images/buttons/join.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#classPopup #popupBody input.join:hover
	{
	background: url(../images/buttons/join.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}
/* Pre-launch note ---------------------------------------------------------------------------- */
#prelaunch {
	margin: 80px auto 50px auto;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	width: 760px;
	position: relative;
	left: 17px;
	text-align: left;
	padding: 20px;
	background: #ffff00;
}

#mainPreLaunch {
    margin: 20px auto 0;
    position: relative;
    padding: 0 0 40px 20px;
    width: 786px;
}

#mainPreLaunch > div {
  margin: 0 0 20px;    
  padding: 20px 0 0 0;
  border-top: 4px solid #000;
  width: 820px;
}
#mainPreLaunch > div a{
  color : #ff3300;
  text-decoration: none;
  border-bottom: 2px solid #ff3300;
}
#mainPreLaunch > div a:hover{
  color :#000;
  border-bottom: 2px solid #000;
}
#mainPreLaunch > div h2{
  font-size: 2.7em;
  line-height: 1.2em;
  text-align: left;
}
#mainPreLaunch > div h3{
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 1.1em;  
  font-weight: bold;  
}
#mainPreLaunch > div #kickstarterVideo,
#mainPreLaunch > div #kickstarterWidget {
    margin-bottom: 20px;
}
#mainPreLaunch > div #kickstarterVideo {
    margin-right: 20px;
}
#mainPreLaunch p.credit {
    margin: 0 0 20px;
}

/* Subpages ---------------------------------------------------------------------------- */

#about{
  float: left;
  width: 800px;
  font-weight: normal;
  background-color: #fff;
  color: #000;
}
#about a{
  color: #ff0000;
  text-decoration: underline;
}
h1.about_title{
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  color: #000;
  font-size: 3.6em;
  line-height: 1.4em;
  margin: 20px 0;
  float: left;
  width: 100%;
}
p.credit{
  float: right;
  font-size: .8em;
  padding: 8px 16px;
  margin: 0;
  line-height: 1em;
}
.wide{
  float: left;
  width: 800px;
}
.mainWide{
  float: left;
  width: 760px;
  padding: 20px;
  margin: 40px 0 0 0;
}
.main{
  float: left;
  width: 560px;
  padding: 20px;
  margin: 40px 0 0 0;
}
  .main h3, .mainWide h3{
    float: left;
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    margin: 40px 0 20px 0;
  }
  .main h3, .sidebar h3, .mainWide h3{
    float: left;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 40px 0 20px 0;
  }
  .main h3:first-child, .sidebar h3:first-child, .mainWide h3:first-child{
    margin-top: 0;
  }
  .main p, .main ul, .sidebar p, .sidebar ul, .mainWide p, .mainWide ul{
    margin: 0 0 15px 0;
    line-height: 1.6em;
  }
.indent{
    margin: 0 0 0 40px;
}
.sidebar{
  float: right;
  width: 150px;
  padding: 20px;
  margin: 40px 0 0 0;
  background-color: #ffff00;
}
.sidebar#donateSidebar,
.main#donateMain {
    margin: 0;
}
.sidebar#donateSidebar > a {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 10px;
}
.main#donateMain #kickstarterVideo {
    margin: 0 0 20px 0;
}
.main#donateMain h2 {
    font-size: 2.7em;
    line-height: 1.2em;
}
.wideText{
  float: left;
  width: 760px;
  padding: 40px 20px;
  font-size: 2.7em;
  line-height: 1.2em;
}
  .wideText strong{
    font-weight: bold;
  }
  .wideText a{
    border-bottom: 2px solid #FFFF00;
  }
  .wideText a:hover{
    border-bottom: 2px solid #000;
  }
iframe{
  float: left;
  margin: 0;
}
/* Footer ---------------------------------------------------------------------------- */
#footer {
	width: 760px;
	margin: 100px auto 0 auto;
	padding: 20px;
	position: relative;
	left: 17px;
	text-align: left;
	overflow: hidden;
	color: #fff;
	background: #ff3300;
}

#footer h1 {
  display: none;
}

#footer p {
	float: right;
	margin: 0 0 20px 0;
}




/* Calendar ---------------------------------------------------------------------------- */
#calendar .fc-event-skin.selected {
	background-color: yellow;
	border: 1px solid yellow;
}

#calendar .fc-event-skin.available {
	background-color: white;
	border: 1px solid white;
}

#calendar .fc-event-skin {
	background-color: transparent;
	border: 1px solid transparent;
}




/* LIGHTBOX */
#matte {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.8;
}
#matte.visible {
    display: block;
}
#previewContainer {
    border-radius: 3px 3px 3px 3px;
    display: none;
    height: 50%;
    left: 25%;
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 60%;
    z-index: 900;
    margin: 0 0 50px 0;
}
#previewContainer.visible {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}
#preview {
	height:100%;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#container #header {
	width: 965px;
	height: 532px;
	margin: 20px auto 0 auto;
	position: relative;
}

#container #header #inSession {
	position: absolute;
	top: 0;
	left: 20px;
	width: 80px;
	height: 80px;
	background: url(../images/tags/insession.png) no-repeat top left;
}

#container #header #inSession p{
	display: none;
}

#container #header #headerLogo {
	position: absolute;
	top: 0;
	left: 100px;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  background-color: #000;
	z-index: 2;
	color: #fff;
}
#container #header #headerLogo h1{
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: left;
	z-index: 2;
	color: #fff;
  padding: 10px 20px;
  height: 60px;
}

#container #header #headerPhotoContainer {
    height: 440px;
    left: 480px;
    overflow: hidden;
    position: relative;
    top: 60px;
    width: 440px;
    background-color: #000;
}


#container #header #headerPhoto img {
    height: 440px;
    left: 0;
    position: absolute;
    top: 0;
    width: 440px;
}

#container #header #headerIntro ul, #container #headerIntro address {
	position: absolute;
	bottom: 20px;
}

#container #header #headerIntro ul {
	width: 160px;
	left: 20px;
}

#container #header #headerIntro address {
	width: 160px;
	right: 20px;
}

#container #headerNav {
	width: 540px;
	height: 65px;
	position: absolute;
  top: 3px;
  right: 65px;
  text-align: right;
}
#container #headerNav ul li{
  font-size: 1.3em;
  font-weight: bold;
  display: inline;
  margin: 0 0 0 20px;
}
#container #headerNav ul li.tshq a{
  color: #000;
  border-bottom: 1px solid #000;
}
#container #headerNav ul li.tshq a:hover{
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
#container #headerNav ul li a{
  text-decoration: none;
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
#container #headerNav ul li a:hover{
  color: #000;
}
#container #header #headerEmail {
	width: 360px;
	height: 40px;
	text-align: left;
	position: absolute;
	top: 498px;
	left: 100px;
}
#container #header #headerEmail p{
  color: #ff0000;
  font-size: 1.2em;
  display: inline;
}
#container #header #headerEmail form#mailinglist {
	display: inline;
}

#container #header #headerEmail input.emailField {
	border: 0;
	width: 170px;
	padding: 5px;
	color: #666;
	font: 1em/ 1em Helvetica, Arial, sans-serif;
	margin: 0 10px;
	border: 3px solid #ff0000;
}

#container #header #headerEmail input.emailButton {
	border: 0;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	width: 41px;
	height: 34px;
  background-color: #ff0000;
  background-image: none;
	float: right;
	text-indent: 0;
	text-decoration: none;
	font-weight: normal;
}

#container #header #headerEmail input.emailButton:hover {
  background-image: none;
  background-color: #000;
	outline: 0;
	cursor: pointer;
}

#loader {
    left: 150px;
    position: absolute;
    top: 250px;
    z-index: 200;
    display: none;
}
