/* Main styles for ENG 1131 - Writing the Labyrinth */
/* Copyleft 2005 Zach Whalen */

body {
	background: #000 url("images/bg-l.png") top left repeat-y;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;

}
* {
	margin:0;
	padding:0;
}
img {
	border: none;
}

div#wrapper {
	min-height: 800px;
	/*background: transparent url("images/bg-r.png") top right repeat-y;*/
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
* html body div#wrapper {
	height: 800px;
}

div#content {
	width: 664px;
	margin: 0 auto;
	text-align: left;
	/*background: transparent url("images/ware.png");*/
	background-attachment: fixed;

}

h1.title {
	width: 664px;
	height: 90px;	
}
h1.title a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9000px;
	text-decoration: none;
	background-image: url("images/title.gif");
}
div.navigation ul {
	margin: 0;
	padding-bottom: .2em;
	background-color: white;
	text-align: center;
	margin-top: -3px;
}
div.navigation ul li {
	display: inline;
}
div.navigation ul li a {
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
div.navigation ul li a:link {
	color: #000;
}
div.navigation ul li a:visited {
	color: #000;
}
div.navigation ul li a:hover {
	color: #f00;
}
div.navigation ul li a:active {
	color: #006;
}
div.view {
	
	margin-left: 10%; 
	min-height: 400px;
	padding-top: 2.5em;
	padding-bottom: 2em;
}	
* html body div.view {
	height: 400px;
}
div.foot {
	background-color: black;
	padding: .5em;
	text-align: center;
}
ul.extra {
	list-style-type: none;
}
ul.extra li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: #f00;
}
a:visited {
	color: #f00;
}
a:hover {
	color: #fb7953;
	text-decoration: none;
}
a:active {
	color: #fb7953;
}

.subnav ul {
	background-color: #444;
	color: black;
	list-style-type: none;
	padding: 0 0 3px 0;
	text-align:right;
}
.subnav ul li {
	list-style: none;
	display: inline;
}
.subnav ul li a {
	padding: 0 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.subnav ul li a:link {
	color: #fff;
}
.subnav ul li a:visited {
	color: #fff;
}
.subnav ul li a:hover {
	color: #f00;
}
.subnav ul li a:active {
	color: #006;
}

.view ul {
	padding-left: 2em;
	margin-bottom: 1em;
}
.view ul li {
	list-style-type:square;
}
.view table {
	width: 50%;
	margin-left: 2em;
	margin-bottom: 1em;
}
h5 {
	font-style: italic;
	float:left;
	line-height: normal;
	font-size: 100%;
	padding-right: 1.5em;
}
table.schedule {
	font-size: .8em;
	vertical-align: top;
	width: 90%;
}
table.schedule tr td {
	padding-bottom: 1em;
	vertical-align: top;
	padding-left: 1.5em;
	padding-top: .3em;
}


tr.heading {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	text-align:center;
	margin-top: .4em;
	padding: 0;
}
table.schedule tr.heading td {
	padding: .2em;
	margin:0;
}

