@charset "UTF-8";

body {
	margin-top: 0px;
}
#wrapper {
	position: relative;
	width: 750px;
	margin: 0px auto;
}
#header {
	position: fixed;
	top: 0px;
	width: 750px;
	height: 160px;
	background-color: #F3A52F;
	z-index: 1;
}
#grades {
	width: 350px;
	position: absolute;
	top: 180px;
	left: 400px;
}
#schedule {
	position: absolute;
	top: 220px;
	width: 750px;
}
#weeks1-8 {
	width: 350px;
	float: left;
}
#weeks9-16 {
	width: 350px;
	float: right;
}
#footer {
	width: 750px;
	padding: 60px 0 60px 0;
	clear: both;
}
#linkbox {
	width: 750px;
}
#text {
	width: 750px;
	clear: both;
}
a:link {
	color: #777;
	text-decoration: none;
}
a:visited {
	color: #777;
}
a:hover {
	color: #C00;
}
a:active {
	color: #777;
}
.classbox {
	width: 350px;
	padding: 15px 0px 20px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
}
.noborder {
	border: none;
}
.classbox-top {
	width: 350px;
	padding-bottom: 20px;
	clear: both;
}
.week {
	width: 75px;
	float: left;
}
.description {
	width: 275px;
	float: right;
	padding-bottom: 15px;
}
.link {
	padding-right: 45px;
	float: left;
}
.circle-button {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background-color: #B3B3B3;
    float: left;
    transition: all .5s ease-in-out;
}
.circle-button:hover {
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    background-color: #CC0000;
}
.date {
	letter-spacing: .1em;
	color: #c00;
	text-transform: uppercase;
}
.redtype {
	color: #c00;
}
.graytype {
	color: #777;
	font-style: italic;
}
.bold {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
}
hr {
	border: solid .5px #999;
}
.week p {
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0px;
	line-height: 1.5em;
}
.description p {
	margin: 0px;
	line-height: 1.5em;
}
.description a {
	line-height: 1.5em;
}
#text p {
	line-height: 2em;
}
#text p .redtype {
	letter-spacing: .1em;
	font-size: .9em;
}
