/* Linda's Quilt Page */
/* Class Information page style sheet */
/* 6/4/14 - D. Hunter */

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Casual, sans-serif;
	background-image: url('../images/background.jpg');
	color: #003866;
}

h1 {
	margin: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h2 {
	margin: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h3 {
	margin: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
}

/* main section of the web page */
#main {
	position absolute;
	margin: 20px 20px 20px 20px;
}

/* header */
#logo {
	position: absolute;
}

#header {
	position: absolute;
	left: 120px;
	top: 10px;
	font-family: Georgia, Times, serif;
	font-size: 400%;
	color: #000099;
}


/* navigation list on left */
#nav {
	position: absolute;
	top: 120px;
	width: 200px;
}

#nav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	background-color: #99D1FF;
}

#nav li {
	border: 1px solid #003866;
}

#nav ul li a {
	text-decoration: none;
	color: #003866;
	display: block;
	padding: 10px;
}

#nav ul li a.active, #navigation li a:hover {
	background: #008EFF;
	color: #003866;
}

/* class calendar*/
#calendar {
	position: absolute;
	top: 120px;
	left: 240px;
}

#calendar h2{
	text-align: center;
}

#calendar #tues {
	position: absolute;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	width: 460px;
	height: 440px;
	background-color: #99D1FF;
	border: 1px solid #003866;
}

#calendar #tues ul {
	margin 0 auto;
	list-style-type: none;
}

#calendar #tues li {
	padding: 0 0 10px 10px;
	line-height: 1.4em;
}

#calendar #wed {
	position: absolute;
	left: 480px;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	width: 460px;
	height: 440px;
	background-color: #99D1FF;
	border: 1px solid #003866;
}

#calendar #wed ul {
	margin: 0 auto;
	list-style-type: none;
}

#calendar #wed li {
	padding: 10px 10px 10px 10px;
	line-height: 1.4em;
}


/* class information */
#info {
	position: relative;
	top: 580px;
	left: 240px;
	width: 910px;
	padding: 10px 20px 10px 10px;
	background-color: #FEFED9;
}

/* footer */
#footer {
	position: relative;
	top: 700px;
	clear: both;
	text-align: left;
	border-top: 1px solid #003866;
	padding: 10px 0 10px 0;
}

#footer p{
	margin: 0 0 0 20px;
	line-height: 1.4em;
	font-size: 75%;
}

