/* Global */

body {
	margin: 0px;
	background-color: #fff;
	text-align:center;
	}
	
a {
	text-decoration: none;
	}
	
/* Header Layout and Elements */

div#header {
	background-color: #840000;
	background: url(../images/07_gazette/gradient_red2.jpg);
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 5px;
	height: 95px; /*augmented from 90px on 21-mar-07 by Max*/
	}
	
div#headertitle {
	font-size: 24px;
	color: #fff;
	width: 65%;  
	float: left;
	margin-left: 30px;
	padding: 0.6em 0;
	}
	
div#headernav {
	font-size: 14px;
	text-align: center;
	padding: 0.6em 0;
	}
	
.homelink {
	color: #000;
	}
	
.harvardgrey {
	color: #999;
	}
	
.subnav {
	color: #CCCC99;
	}
	


/* Top navigation (Includes several hacks to make sure this works in Internet Explorer, thus the redundancies in tag declarations) */
	
div#nav {
	width: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	background: #8c9163 url(../images/07_gazette/gradient2.jpg);
	text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid #000000;
  clear: both;
	}
	
.navlist {
	display: table;				 
	padding: 0;
	margin: 0 auto;
	white-space: nowrap;
	list-style-type: none;
	text-align: center;
	}

* html .navlist {
  display: inline-block;
  width: 1px;
  padding: 0 2px;
  }  

.navlist li {
	display: table-cell;
	}

* html .navlist li {
  display: inline;
  }

.navlist a {
	display: block;
	padding: 3px 1.3em; 
	text-decoration: none;
	color: #fff;
	}
	
* html .navlist a {
  display:inline-block;
  margin:0 -2px; 
  }

.navlist a:hover {
	background-color: #CCCC99;
	color: #000;
	}
	
/* Formatting and Layout */	

#container {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

#wrapper {
	float: left;
	display: inline;
	width: 700px;
	}

#center {
	padding: 0;
	font-size: 14px;
}

#left {
	float: left;
	display: inline;
	width: 260px;
	background: #cccc99 url(../images/07_gazette/gradient.jpg);
	border-left: 1px solid black;
	font-size: 14px;
	padding: 6px;
	height: 688px;
	text-align: left;
}

#right {
	float: left;
	display: inline;
	width: 270px;
	padding-top: 5px; 
	text-align: left;
}

#footer {
	clear: both;
}

/* Footer nav layout */

div#footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 2em 0 0 0;
	padding: 0;
	border: 0;
	color: #fff;
	background: #8c9163 url(../images/07_gazette/gradient3.jpg);
	text-align: center;
  border: 1px solid #000000;
  z-index: 5;
	}
	
#footer .navlist a {
	padding: 3px 1.5em; 
	}
	
/* Content styles */

body {
	font-family: Verdana, Arial, sans-serif;
}

#features {
	margin: 0;
	margin-bottom: 10px;
	height: 180px;
	background: #cccccc;
	border: 2px solid #cccc99;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	}

a {
	color: #004276;
	}
	
#left a {
	color: #004276;
	}
	
#left p {
	margin-bottom: 2px;
	margin-top: 10px;
	}
	
.highlight {
	color: #990000;
	}
	
.featurelist {
	padding: 0px;
	padding-top: 5px;
	margin-left: 22px;
	margin-top: -5px;
	list-style-type: square;
	line-height: 320%;  
	}
	
#photobox {
	margin: 0px;
	height: 486px;
	background: #9999cc;
	border: 2px solid #990000;
	}
	
#content_index {
	border: 2px solid #990000;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	height: 670px;
	}

#content {
	border: 2px solid #990000;
	padding: 5px;
	margin: 5px 0 5px 5px;
	height: 670px;
	}

h2 {
	text-align: center;
	text-shadow: 4px 4px 4px #ccc;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	margin-top: 20px;
	}
	
.dateline {
	text-align: center;
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.subhead {
	font-size: 12pt;
	color: #ccc;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.subheadblack {
	text-align: left;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.headcategory {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.subheadgray {
	font-size: 12pt;
	color: #333;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}

/* Added 21-mar-07 by Max */
.calendarcategory {
	margin-bottom: 0px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.calendardescription {
	margin-top: 0px;
	font-size: 95%;
	color: #333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	
.caption {
	font-size: 12px;
	margin: 5px;
	}
	
.photocaption {
	font-size: 70%;
	color: #006699;
	}

/*  for the campus 'beauty' shot credit */	
.photocredit {
	font-style: italic;
	}
	
.contact {
	font-size: 70%;
	font-weight: bold;
	}
	
/* RELATED style is for the related links in the leftnav PRE 27-sep-07 */
.related {
	font-size: 70%;
	color: #900;
	}

a.related:hover {
	text-decoration: underline;
	}
	
/* STORYLINKS style is for the related links in the leftnav POST 27-sep-07 */

#storylinks {
	list-style: none;
	padding-left: 0;
	font-size: 70%;
	color: #900;
	margin: 0;
	}
	
#storylinks li {
	margin-top: 1em;
	padding-left: 0;
	list-style: none;
	}
	
	
#storylinks a {
	padding-left: 0;
	margin: 0;
	color: #900;
	}

#storylinks a:hover {
	text-decoration: underline;
	}

#storylinks li.first {
	margin-top: -5px;
	padding-left: 0;
	}




	
.indexcaption {
	font-size: 80%;
	color: #006699;
	}
	
h4 {
	font-style: italic;
	}

.history {
	font-size: 12px;
	}
	
.historydate {
	color: #333;
	font-weight: bold;
	}
	
/* Added 22-Mar-07 by Scott */

.storycontent {
	padding-left: 20px;
	padding-right: 40px;
	}
	
.storycontent p {
	font-size: 90%;
}

.storycontent a {
	color: #990000;
	text-decoration: underline;
	}
	
.byline_bottom {
	font-style: italic;
	font-size: 80%;
	}

.event_info {
	font-style: italic;
	font-size: 85%;
	}
	
.byline {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 90%;
	}
	
.affiliation {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 85%;
	}
	
/* drop class added to create drop cap for Memorial Minutes 23-may-07 by Max */

.drop {
	float: left;
	font-size: 300%;
	line-height: 1em;
	margin: 4px 6px 4px 0;
	padding 4px 10px;
	background: #eee;
	}
	
#special_section {
	font-style: italic;
	font-size: 90%;
	color: #900;
	margin-top: 55px;
	margin-bottom: -40px;
	}