/*

Title: The Writing University Archive
Author: Drew Schiller
Copyright © 2007 Drew Schiller Design

Table of Contents:
	Header
	Content
	Sidebar
	Footer

*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #3b4454;
}

img { border: 0; }

a {
	background: inherit;
	color: #007aad;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #da4912;
}

/*----------------------------- Header -----------------------------*/

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 176px;
	background-image: url(http://at-lamp.its.uiowa.edu/virtualwu/images/uploads/wuarchive_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#space { height: 144px; }

#navbar { text-align: right; }

#navbar img {
	float: left;
	margin: -7px 0 0 26px;
	}

#nav, ul #nav {
	list-style: none;
	padding: 7px 0 0 0;
	margin: 0;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

#nav li { display: inline; }

#nav li a {
	padding: 7px 12px 5px;
	background: inherit;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	background: #fff;
	color: #da4912;
}

/*----------------------------- Content ----------------------------*/

#content {
	width: 760px;
	margin: 0;
	padding: 20px 20px 0;
	background: #fff;
	color: #333;
	text-align: left;
}

#end_content {
	clear: both;
	padding-bottom: 10px;
}

#page {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	width: 480px;
}

#page h1 {
	font-size: 30px;
	font-weight: bold;
	background: inherit;
	color: #acb7cb;
}

#page h2 {
  font-size: 21px;
  font-weight: bold;
  background: inherit;
  color: #333;
}

div.record,
div.authorlist {
  margin-left: 20px;
}

div.record h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: -20px;
}

div.authorlist h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 1.5ex;
  margin-bottom: 0;
  margin-left: -20px;
}

div.record h4 + p {
  margin-top: 0;
}

div.record p {
  margin: 1ex 0;
  font-size: 12px !important; 
}                             

div.authorlist p {
  margin: .5ex 0;
  font-size: 12px !important;
}

div.record span.more {
  display: inline;
  font-size: 12px !important;
}

#page p.tags {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#page p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

h1.page { margin-top: 0; }

#page .collection {
	border-top: 2px dotted #da4912;
	margin-top: 3ex;
}

#page h1 + .collection {
	border-top: 0;
	margin-top: 0;
}

#page .collection h1,
#page .collection h1 a {
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: .5ex;
}

#page .collection a.small {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background: inherit;
	color: #666;
}

#page .collection a.small:hover {
	background: inherit;
	color: #da4912;
}

#page .collection h2 span.date {
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 10px;
	text-transform: uppercase;
}

#page .collection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page .collection ul li {
	margin-top: 1ex;
	padding: 1ex 10px;
	border: 1px solid #fff;
}

#page .collection li:hover {
	border: 1px solid #e99271;
	xbackground: #f9e4db;
	xbackground: #fbede7;
	background: #fdf6f3;
}

#page .collection li h2 {
	font-size: 18px;
	font-weight: normal;
	background: inherit;
	color: #000;
	margin: 0;
}

#page .collection li p {
	font-size: 12px;
	font-weight: normal;
	background: inherit;
	color: #666;
	margin: 0;
}

/*----------------------------- Sidebar ----------------------------*/

#sidebar {
	float: right;
	width: 190px;
	margin: 0;
	padding: 20px;
	background: #dee2ea;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

#sidebar .top { margin-top: 0; }

#sidebar p {
	font-size: 12px;
	line-height: 1.5;
	margin: 1.5ex 0 0;
}

#sidebar p.small {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background: inherit;
	color: #333;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	margin-bottom: 2ex;
	padding: 0;
}

#sidebar li {
  margin: 1ex 0;
	padding: 0;
}

#sidebar .genre {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

#sidebar li a {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#search {
	margin-top: 2ex;
}

#search .input { width: 110px; }

#about {
  border-top: 2px dotted #da4912;
  margin-top: 2ex;
  padding-top: 2ex;
}

/*----------------------------- Footer -----------------------------*/

#footer {
	width: 800px;
	text-align: right;
	background: inherit;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 30px;
}