/* CSS Document for use with Virginia Phelps' COIN76 Class Website */


/* ===============
   GLOBAL STYLES
=============== */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #9c1f02;
	background-color: #fff3db;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font: 14px/1.4em Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
}

/* ===============
   PAGE HEADER
=============== */

.imageLinks {
	border: none;
}

#banner a { 
	width: 770px;
	height: 250px;
}


/* ===============
   MAIN TEXT AREA
=============== */

#content {
	width: 100%;
	min-width: 770px;
}

#homework, #labs {
	width: 770px;
	min-width: 550px;
	display: inline;
}

#homework {
	float: left;
}

#labs {
	float: right;
}

ul, ol {
	margin: 1.5em 0 1.5em 260px;
}

ul {
	list-style-type: none;
}

#content ul li a:link, 
#content ul li a:active {
	text-decoration: none;
	color: #d1320c;
	font-weight: bold;
}

#content ul li a:visited {
	text-decoration: none;
	color: #9c1f02;
	font-weight: bold;
}

#content ul li a:hover {
	color: #00d6e3;
}

h2 {
	color: d1320c;
	margin: 1.5em 1em;
}

h3 {
	color: #6092ba;
	font-size: 1em;
	margin: 1em 0 0 5%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.imagecaption {
	width: 231px;
	margin: 0 1em 1em;
	padding: 10px;
	text-align: center;
	color: #000;
}

.envelope {
	width: 600px;
	padding-left: 3%;
}


/* ===============
   NAVIGATION
=============== */

#navbar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e8b049;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e8b049;
	height: 30px;
	width: 100%;
}


/* ===============
   FOOTER
=============== */

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e8b049;
	clear: both;
	margin: 1em 0;
	padding: 0.5em;
	font-size: .8em;
}

#footer p {
	text-align: right;
}

#footer a:link, 
#footer a:active {
	text-decoration: none;
	color: #d1320c;
}

#footer a:visited {
	text-decoration: none;
	color: #9c1f02;

}

#footer a:hover {
	color: #00d6e3;
}

