@charset "utf-8";
/* CSS Document */

.syllabus_page #subnav {
	border-top: 6px solid #002552;
	border-bottom: 6px solid #002552;
	list-style: none;
	padding: 0 4px;
	overflow: hidden;
	height: 100%;
}

.syllabus_page #subnav li {
	display: inline;
	float: left;
	margin: 0 0px 0 0;
}

.syllabus_page #subnav li a {
	display: block;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 9px 0;
	background-color: #fff;
	text-decoration: none;
}


.syllabus_page #subnav li a:link,
.syllabus_page #subnav li a:visited {
	color: #002552;
}

.syllabus_page #subnav li a:hover {
	color: #2a5d0d;
}

.syllabus_page #subnav li a.current {
	border-top: 5px solid #2a5d0d;
	border-bottom: 5px solid #2a5d0d;
	color: #2a5d0d;
}

dl#sections {
	background-color: #e5e5e5;
	padding: 7px 10px;
	border-bottom: 5px solid #002552;
}

#sections dt, #sections dd {
	display: inline;
	margin: 0 20px 0 0;
}

#sections a {
	text-decoration: none;
}

#sections a.current {
	font-weight: bold;
	background-color: #fdf9ca;
}

p#intro {
	border: 1px solid #002552;
	background-color: #fff9b6;
	margin: 20px 0;
	padding: 15px;
	font-family: Georgia, "Century Schoolbook", serif;
	font-style: italic;
	font-size: 1.3em;
	line-height: 180%;
}

.syllabus_page #project_info {
	border-bottom: 1px dashed #999;
}

.syllabus_page #project_info,
.syllabus_page #class_info{
	height: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.syllabus_page #project_info h3,
.syllabus_page #class_info h3{
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 1.2em;
}

.syllabus_page #project_info div,
.syllabus_page #class_info div {
	float: left;
	width: 45%;
}

.syllabus_page #project_info #midterm,
.syllabus_page #class_info #grading {
	margin: 0 5% 0 0;
}

.syllabus_page #class_info,
.syllabus_page #quicklinks {
	clear: left;
}

.syllabus_page #equipment ul {
	list-style: none;
}

.syllabus_page #grading ul li,
.syllabus_page #equipment ul li {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

#quicklinks {
	font-size: 1.1em;
	border-top: 1px dashed #999;
	padding: 15px 0;
}

#quicklinks dt, #quicklinks dd {
	display: inline;
	margin: 0 20px 0 0;
}

.syllabus_page .syllabus {
	font-size: 1.1em;
	line-height: 175%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

.syllabus_page #week1,
.syllabus_page #week2,
.syllabus_page #week3,
.syllabus_page #week4,
.syllabus_page #week5,
.syllabus_page #week6,
.syllabus_page #week7,
.syllabus_page #week8,
.syllabus_page #week9,
.syllabus_page #week10 {
	clear: left;
	border-top: 1px dashed #999;
	padding: 20px 0 0 0;
}

.syllabus_page .syllabus h3 {
	font-family: Georgia, "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.syllabus_page .syllabus h3 span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 87%;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

.syllabus_page .syllabus dl {
	margin: 0 0 20px 0;
}

.syllabus_page .syllabus dl dd {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	background: transparent url(../img/squareBullet_active.gif) no-repeat 0 0.75em;
}

.syllabus_page .disabled .syllabus dl dd {
	background: transparent url(../img/squareBullet_disabled.gif) no-repeat 0 0.75em;
}

.syllabus_page .syllabus dl dd ul {
	margin: 0 0 0 20px;
}

.syllabus_page .syllabus ul {
	list-style: none;
}

.syllabus_page .syllabus li {
	padding: 0 0 0 10px;
	background: transparent url(../img/squareBullet_active.gif) no-repeat 0 0.75em;
}

.syllabus_page .syllabus .openMe {
	padding: 0 0 0 15px;
	background: transparent url(../img/openMe_active.jpg) no-repeat 2px 0.2em;
}

.syllabus_page .disabled .syllabus .openMe {
	padding: 0 0 0 15px;
	background: transparent url(../img/openMe_disabled.jpg) no-repeat 2px 0.2em;
}

.syllabus_page .syllabus .closeMe {
	padding: 0 0 0 15px;
	background: transparent url(../img/closeMe_active.jpg) no-repeat 0 0.5em;
}

.syllabus_page .disabled .syllabus .closeMe {
	padding: 0 0 0 15px;
	background: transparent url(../img/closeMe_disabled.jpg) no-repeat 0 0.5em;
}

.syllabus_page .disabled .syllabus ul {
	list-style: none;
	margin: 0 0 0 20px;
}

.syllabus_page .disabled .syllabus li {
	padding: 0 0 0 10px;
	background: transparent url(../img/squareBullet_disabled.gif) no-repeat 0 0.75em;
}

.syllabus_page .shown {
	background-color: #f1f1f1;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px dashed #666;
}

.syllabus_page .hidden {
	display: none;
}

.syllabus_page .reading dt {
	font-weight: bold;
}

.syllabus_page .reading ul {
	list-style: none;
	margin: 0 0 0 20px;
}

.syllabus_page .reading li {
	padding: 0 0 0 10px;
	background: transparent url(../img/squareBullet_active.gif) no-repeat 0 0.75em;
}

.syllabus_page .disabled .reading li {
	padding: 0 0 0 10px;
	background: transparent url(../img/squareBullet_disabled.gif) no-repeat 0 0.75em;
}


/*  week badges */
.syllabus_page .week_num {
	margin: 0 32px 0 16px;
	float: left;
	width: 52px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4.0em;
	color: white;
	background: #002552 url(../img/week_bottom_active.jpg) no-repeat left bottom;
    padding: 0 0 10px 0;
}

.syllabus_page .week_num span {
	display: block;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	background-color: #fff;
	color: #002552;
	border-top: 3px solid #002552;
	border-left: 4px solid #002552;
	border-right: 4px solid #002552;
}

.syllabus_page .disabled .week_num {
	background: #8a8a8a url(../img/week_bottom_disabled.jpg) no-repeat left bottom;
}

.syllabus_page .disabled .week_num span {
	color: #525252;
	border-top: 3px solid #8a8a8a;
	border-left: 4px solid #8a8a8a;
	border-right: 4px solid #8a8a8a;
	font-weight: normal;
}
