/* All Pages are CSS */

body {
	font-family: sans-serif;
	background-color: #8fbc8f;
}

#allpage {
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: white;
	color: black;
}

h1, h2 {
	color: green;
}

a {
	color: #000080;
}

a:visited {
	color: #4169e1;
}

#top {
	background-color: #8fbc8f;
	font-size: 250%;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 800px;
	border: 1px solid #8fbc8f;
}

#top p {
	padding: 0px;
	margin: 0px;
}

#main {
	padding: 0px;
	margin: 0px;
	width: 800px;
	background-image: url('images/green.jpg');
	background-repeat: repeat-y;
	background-position:  right top;
	font-size: 90%;
	border: 1px solid #8fbc8f;
	min-height: 470px
}

#main h2 {
	font-variant: small-caps;
	text-align: center;
}

#sidebar {
	background-color: #e0eee0;
	margin: 0px;
	padding: 0px;
	width: 128px;
	float: right;
}

#sidebar a {
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 4px 8px 4px;
	margin: 0px;
	display: block;
}

#sidebar a:hover {
	background-color: #8fbc8f;
}

ul#side {
	margin: 0;
	padding: 0;
	list-style: none;
}

* html ul#side a {
	height: 1px;
}

ul#side li {
	display: inline;
}

body#calendar a#calendarlink {
	font-weight: normal;
	background-color: white;
}

body#programs a#programslink {
	font-weight: normal;
	background-color: white;
}

body#booknook a#booknooklink {
	font-weight: normal;
	background-color: white;
}

body#medianook a#medianooklink {
	font-weight: normal;
	background-color: white;
}

body#research a#researchlink {
	font-weight: normal;
	background-color: white;
}

body#links a#linkslink {
	font-weight: normal;
	background-color: white;
}

body#photos a#photoslink {
	font-weight: normal;
	background-color: white;
}

body#towl a#towllink {
	font-weight: normal;
	background-color: white;
}

body#tab a#tablink {
	font-weight: normal;
	background-color: white;
}

body#assignment a#assignmentlink {
	font-weight: normal;
	background-color: white;
}

#content {
	margin-left: 10px;
	margin-right: 138px;
	padding: 10px;
}





/* Programs CSS */

.events {
	list-style: none;
}

.month {
	font-size: 120%;
	text-decoration: underline;
}

.date {
	font-weight: bold;
}

#summer08 {
	border: 2px solid #c1cdc1;
	background-color: #e0eee0;
	padding: 0px 10px 5px 10px;
	margin: 10px 180px 10px 60px;
	text-align: center;
}

#summer08 h2 {
	padding: 5px;
	margin: 5px;
}

#summer08 a {
	font-size: 125%;
}

#upcoming {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

#ongoing {
	text-align: center;
}

#tab h3, #towl h3, #programs h3, #research h3 {
	text-align: center;
	text-decoration: underline;
}

#whentab ul {
	list-style: none;
}

#srintro {
	font-size: 90%;
}

#srevents h3 {
	text-align: center;
	padding: 5px;
	border: 2px solid black;
	font-weight: bold;
	font-size: 125%;
}

#srpunch {
	border: 1px solid black;
	font-size: 80%;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 320px;
	float: right;
}

.desc {
	font-size: 90%;
}

.comingsoon {
	font-size: 120%;
	text-align: center;
}





/* Book & Media Nook CSS */

#suggest {
	border: 2px solid #c1cdc1;
	background-color: #e0eee0;
	padding: 0px 10px 5px 10px;
	margin: 10px 180px 10px 60px;
	text-align: center;
}

#suggest h2 {
	padding: 5px;
	margin: 5px;
}

#suggest td {
	padding: 10px 5px 10px 5px;
}

.suggest1 {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

.suggest2 {
	text-align: left;
}

#otbooklists, #ytbooklists, #extbooklists, #musiclist, #movielist {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

#extbooklists td, #otbooklists td, #ytbooklists td {
	width: 328px;
}

#musiclist td {
	width: 318px;
	text-align: center;
	padding: 5px;
}

.playlist {
	width: 318px;
	text-align: center;
	padding: 5px;
}


.moviecover {
	width: 105px;
	text-align: center;
	padding: 4px;
}

.movietitle {
	width: 117px;
	text-align: left;
	padding: 4px;
}

.title {
	font-weight: bold;
	text-align: left;
}

#bookgroups, #mediagroups {
	text-align: center;
}

.groupname {
	font-weight: bold;
}

.subtitle {
	text-align: center;
	text-decoration: underline;
}

.book {
	margin: 15px 10px 15px 10px;
}

.book h3, .book h4, .book p {
	padding: 0px;
	margin: 0px;
}

.book h3 {
	font-style: italic;
}

.book h4 {
	font-variant: small-caps;
}

.shortlist ul {
	list-style: none;
}



/* Research CSS */

.button {
	text-align: center;
}