
/*
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/assets/fonts/League_Gothic.woff') format('woff'), url('/assets/fonts/League_Gothic.otf') format('opentype'), url('/assets/fonts/League_Gothic.svg#LeagueGothic') format('svg');
}

/*@font-face {
	font-family: 'MuseoRegular';
	src: url('Museo-700.eot');
	src: local('Museo'), local('Museo700'), url('Museo-700.ttf') format('truetype');
}

@font-face {
	font-family: 'MuseoSansRegular';
	src: url('MuseoSans-500.eot');
	src: local('Museo Sans'), local('MuseoSans500'), url('MuseoSans-500.ttf') format('truetype');
}*/

@font-face {
	font-family: 'MuseoSans500';
	src: url('MuseoSans_500.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('/assets/fonts/MuseoSans_500.woff') format('woff'), url('/assets/fonts/MuseoSans_500.otf') format('opentype'), url('/assets/fonts/MuseoSans_500.svg#MuseoSans-500') format('svg');
}

@font-face {
	font-family: 'Museo700';
	src: url('Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo-700'), url('/assets/fonts/Museo700-Regular.woff') format('woff'), url('/assets/fonts/Museo700-Regular.otf') format('opentype'), url('/assets/fonts/Museo700-Regular.svg#Museo-700') format('svg');
}

body {
	font-family: "Museo Sans", "MuseoSans500", "Century Gothic", "Trebuchet MS", sans-serif;
}

h1,h2,h3,h4 {
	font-family: Museo, "Museo700", "Century Gothic", "Trebuchet MS", serif;
}

h1 {
	font-size: 64pt;
}

h1 .callout {
	color: #aa6a29;
}

#topbar {
	font-family: "AlternateGothic2 BT", "LeagueGothicRegular", Arial, sans-serif;
	font-size: 24pt;
	background-color: #069;
	font-weight: normal;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#topbar h2 {
	font-family: "AlternateGothic2 BT", "LeagueGothicRegular", Arial, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	margin-bottom: 0;
}

#topbar a {
	text-decoration: none;
	color: #fff;
}

#footer {
	color: #fff;
	background-color: #069;
	font-weight: normal;
	margin-top: 20px;
	padding: 10px 0;
	font-size: 12px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#footer h2 {
	font-size: 18px;
}

#footer a {
	color: #d0eefe;
}

ul#menu  {
	list-style: none;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 0;
}

ul#menu li {
	list-style: none;
	display: inline;
}

li.done {
	text-decoration: line-through;
}

#roller {
	position: relative;
	display: inline;
	top: -10px;
	left: 10px;
}

#assignments {
	
}

#assignments .assignment {
	margin-bottom: 20px;
}

#assignments .today {
	background-color: #d0eefe;
	padding: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#assignments .today .date {
	font-size: 32px;
}

#assignments .assignment .date {
	text-align: right;
}

#assignments .assignment .instructions {
	font-size: 14px;
}

#assignments .assignment .instructions .comment {
	font-size: 13px;
	color: #888;
	margin-top: 15px;
}

#assignments .assignment .response {
	
}

#assignments .assignment .response img {
	border: 4px solid #000;
}




