/*
Project - Harvard University: CSS Makeover Demonstration
Date - 3/31/08
Author - Joe Gautreau (joegautreau@gmail.com)
*/

*{ padding: 0px; margin: 0px; }

body{
	background: #8C9163;
	font: 13px "Times New Roman", Georgia, serif;
	margin: 10px;
}

p.content{
	padding: 2px 15px 2px 15px;
}

p.contentNoIndent{
	padding: 2px 15px 2px 0px;
}

p.boldContent{
	padding: 2px 15px 2px 15px;
	font-weight: bold;
}

p.floatLeft{
	padding: 2px 15px 15px 15px;
	float: left;
	clear: both;
}

p.floatRight{
	padding: 2px 15px 15px 15px;
	float: right;
	clear: both;
}

p.sectionDivider{ 
	border-top: 1px solid #797d5a;
	margin: 15px;
	clear: both;
}

a{
	color: #990033;
	text-decoration: underline;
}

a:hover{
	color: #330033;
	text-decoration: underline;
}

#wrapper{
	margin: 0 auto;
	width: 650px;
	background: #ffffcc;
}

/* Header Stuff */

#header{
	color: #333333;
	width: 650px;
	float: left;
	height: 149px;
	margin: 0px;
	background: #cdd397 url(images/shield1.gif) top left no-repeat;
	position: relative;
}

#masthead{
	width: 650px;
	background: #cdd397 url(images/masthead.gif) top left no-repeat;
	height: 69px;
	margin: 0px;
	position: absolute;
	bottom: 50px;
}

/* Two Tier Navigation */

#tierNav{
	width: 650px;
	color: #333333;
	height: 25px;
	margin: 0px;
}

.tierOne{
	position: absolute;
	bottom: 25px;
	background: #cdd397 url(images/shield3.gif) top left no-repeat;
	text-align: right;
}

.tierTwo{
	background: #b6bc82;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

p.tierNav{
	padding: 5px;
}

.tierBullet{
	background: url(images/tierBullet.gif) top left no-repeat;
	padding: 0px 4px 0px 4px;
}

#tierNav a{
	color: #56583f;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#tierNav a.selected{
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #969a70;
}

#tierNav a:hover{
	color: #FFFFFF;
}


/* Left Column Stuff */

#leftcolumn{
	color: #333333;
	background: #cdd397;
	margin: 0px;
	height: auto;
	width: 325px;
	float: left;
	padding: 25px 0px 0px 0px;
}

p.storyTitle{
	font-size: 22px;
	color: #990033;
	padding: 5px 15px 5px 15px;
}

p.leftColQuickNav{
	text-align: center;
	font-size: 120%;
	padding:  0px 0px 10px 0px;
	font-weight: bold;
}

.leftColQuickNavWrap{
	padding: 0px 10px 0px 10px;
}

a.schoolsOfHarvard{
	display: block;
	background: url(images/schools_header.gif) top left no-repeat;
	width: 159px;
	height: 20px;
	text-decoration: none;
}

a.schoolsOfHarvard:hover{
	text-decoration: none;
	background: url(images/schools_header_on.gif) top left no-repeat;
}

a.sohLink{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.sohLink:hover{
	text-decoration: none;
}

#soh{
	width: 325px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}

#sohLeft{
	width: 162px;
	float: left;
	padding: 0px 0px 10px 0px;
}

#sohRight{
	width: 162px;
	float: right;
	padding: 0px 0px 10px 0px;
}

/* Right Column Stuff */

#rightcolumn{
	float: right;
	color: #333333;
	background: #ffffcc;
	margin: 0px;
	height: auto;
	width: 325px;
	display: inline;
	padding: 25px 0px 0px 0px;
}

a.headline{
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
}

a.headline:hover{
	color: #000000;
	text-decoration: underline;
}

a.otherNews{
	display: block;
	background: url(images/otherNews.gif) top left no-repeat;
	width: 86px;
	height: 11px;
	text-decoration: none;
}

a.otherNews:hover{
	text-decoration: none;
	background: url(images/otherNews_on.gif) top left no-repeat;
}

p.otherNewsItem{
	padding: 2px 15px 15px 15px;
	font-weight: bold;
}

p.rightColQuickNav{
	text-align: center;
	padding:  10px 0px 10px 0px;
	font-weight: bold;
}

.rightColQuickNavWrap{
	padding: 0px 10px 0px 10px;
}

/* Bottom Navigation Menu Stuff */

#bottomNav{
	width: 650px;
	clear: both;
	color: #333333;
	background: #A30013;
	height: 25px;
	margin: 0px;
	text-align: center;
}

p.bottomNav{
	padding: 5px;
}

.bottomSpacerBullet{
	background: url(images/footer_bull.gif) top left no-repeat;
	padding: 0px 6px 0px 6px;
}

#bottomNav a{
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#bottomNav a:hover{
	background-color: #7a000e;
}

/* Footer Stuff */

#footer{
	width: 650px;
	clear: both;
	background: #8C9163;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.footer{
	text-align: center;
	padding: 10px;
}