/* Style sheet for Western Civ */

/* Begin general styles */
	html, body { 
	background-image: url('images/parch3.gif'); 
	font-family: "Palatino Linotype", Garamond, serif;
	color: #210;
	}

	a {
	color: #005566;
	text-decoration: none;
	}
	a:hover {
	color : #dd4411;
	text-decoration: underline;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 0px;
		font-family: "Palatino Linotype", Garamond, serif;
		color: #402;
	}
	h1 {
		text-align: center;
		clear: right;
	}
	h2 {
		margin-bottom: 2ex;
		text-align: center;
	}
	img {
	border: 0px;
	}
	li.horiz {
		display: inline;
		padding-left: 1em;
		padding-right: 1em;
		font-weight: bold;
	}
	.navlink {
		font-size: .8em;
		text-align: right;
	}
	p {
		margin-top: 0px;
	}
	ul li {
		list-style-type: none;
	}
/* end general styles */

/* begin content styles */
	div#content {
		border-top: #bb8844 double 4px;
		clear: both;
		margin-left: 15%;
		margin-right: 15%;
		width: auto;
	}
/* end content styles */

/* begin footer styles */
div#footer {
	margin-left: 15%;
	margin-right: 15%;
	font-size: .8em;
	margin-top: 6ex;
	border-top: 1px solid #776611;
	clear: both;
}
/* end footer styles */

/* begin header */
	div#header {
		margin-bottom: 2ex;
		margin-left: 15%;
		margin-right: 15%;
		padding-top: .5em;
		font-family: "Verdana", "Arial", sans-serif;
		font-size: .8em;
	}
	#coursetitle {
		clear: right;
		font-variant: small-caps;
		text-align: right;
		float: right;
		padding-right: 1em;
	}
	#sitenav {
		font-size: .9em;
		margin-left: 1em;
	}
/* end header */


div#lecturenav {
float: right;
padding-top: 1ex;
}
#reviewed {
font-size: .8em;
padding-top: 3ex;
}


/* =========== Specialized Styles ========== */
/* Captioned images */
div.imagewrapper {
	border: 1px solid #000;
	float: right;
	margin-bottom: 2ex;
	margin-left: 2em;
}
div.image {
}
div.imagecaption {
	background-color: #transparent;
	font-size: .8em;
	padding-top: 1ex;
	padding-bottom: 1ex;
	text-align: center;
}
#rightbox {
	background-color: #eed;
	border: 1px solid #444;
	float: right;
	font-size: .9em;
	margin-left: 1em;
	opacity: .8;
	width: 12em;
}
#rightbox ul {
	list-style-type: circle;
	margin-right: .5em;
}
#rightbox li {
	margin-bottom: 2ex;
}
	/* for using tables to present an image -- deprecated */
		table.image {
			float: right;
			border: solid #000000 1px;
			margin: 1em;
		}
		td.caption {
			font-size: .8em;
			font-family: sans-serif;
			text-align: center;
			background-color: #ddddaa;
		}
	/* end image table */
/* end specialty styles */


