@font-face {
    font-family: 'FuturaLT-Book';
    src: url('futuralt-book-webfont.eot');
    src: url('futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-book-webfont.woff') format('woff'),
         url('futuralt-book-webfont.ttf') format('truetype'),
         url('futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaLT-Heavy';
    src: url('futuralt-heavy-webfont.eot');
    src: url('futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-heavy-webfont.woff') format('woff'),
         url('futuralt-heavy-webfont.ttf') format('truetype'),
         url('futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaLT-Light';
    src: url('futuralt-light-webfont.eot');
    src: url('futuralt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-light-webfont.woff') format('woff'),
         url('futuralt-light-webfont.ttf') format('truetype'),
         url('futuralt-light-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaCondensed-Light';
    src: url('futuralt-condensedlight-webfont.eot');
    src: url('futuralt-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralt-condensedlight-webfont.woff') format('woff'),
         url('futuralt-condensedlight-webfont.ttf') format('truetype'),
         url('futuralt-condensedlight-webfont.svg#futura_ltcondensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {

	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 16px;
	background-color: #fcfcfc;
	color: #333;
	text-rendering: optimizelegibility;
	

}

div#wrap {
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 50px 0;

}


h1 {

	font-family: 'FuturaLT-Heavy', sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: normal;
	font-size: 2.1em;

}

h2 {

	font-family: 'FuturaLT-Light', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -20px;
	
}

div.week {

	

}


h3.weektitle {

	font-family: 'FuturaLT-Book', sans-serif;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
}


h3.springbreak {

	font-family: 'FuturaLT-Book', sans-serif;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	color: #999;
	padding-left: 15px

}


table {

	width: 100%;

}


h5.day {

	font-family: 'FuturaLT-Heavy', sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 10px;
	padding-top: 5px;
	color: #666;
}




.weektitle:hover {
  color: #55a;
}




span.gray {

	color: #ccc;

}


h4 {

	font-family: 'FuturaLT-Book', sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	color: #999;
	
}

div.weekcontent {

	margin-left: 20px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;

}

ul.readings {

	list-style-type: none;
	padding: 0;
	margin: 0;

}

ul.readings li {

	padding: 0;
	margin: 0 0 10px 5px;

}


p {
	margin: 0 0 0 0;
	padding: 3px 0 8px 0;
	position: relative;
	

}


iframe {

	padding-top: 3px;
	padding-bottom: 15px

}


div.noclass {

	color: #aaa;
	margin-bottom: 50px;

}



a, a:visited {
	color: #435592;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}
	

	
a:hover {
	color: #7385C2;
	}
	
h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}

h2 a:hover {
	color: #7385C2;
	}
	
h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	padding: 2px 0 2px 0;
	}

h3 a:hover {
	color: #7385C2;
	}

