/*
This is the modified style sheet for the Admission home page Reed College website.
Please do not make any changes to these styles without first contacting Web Services.
Thanks.
*/

/* ------------------------------------------------------------------------ */
/* ----------------------------Layout Definitions-------------------------- */
/* ------------------------------------------------------------------------ */

body {
	text-align: center;
	background-color: #5e0501;
	margin: 0;
	padding: 0;
}

#container {
	background-image:  url(../images/shadow760.jpg);
	background-repeat: repeat-y;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	background-color: #5e0501;
	width: 760px;
	margin: 0 auto;
	clear: both;
}
/*---------------------------- HEADER ----------------------------*/

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #9B9089;
	height: 72px;
	margin: 0;
	padding: 0;
}
#reedLogo {
	height: 72px;
	float: left;
}
#reedLogo img {
	margin: 32px 0 10px 45px;
}
#searchArea {
	float: left;
	text-align: right;
	width: 438px;
	padding: 8px 0 0 0;
}
#searchArea .searchAreaLinks {
	clear: both;
}
#searchArea .imageLinkMargin {
	margin: 0 0 0 20px;
}
#searchArea .searchForm {
	clear: both;
	padding: 24px 0 0 0;
}
#searchArea form {
	margin: 0;
	padding: 0;
}
#navTop {
	background-image:  url(../images/navTop_bg.jpg);
	clear: both;
	background-repeat: no-repeat;
	height: 22px;
}
#navTopShadow {
	background-image:  url(../images/navTop_shadow.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/*---------------------------- PAGE BODY ----------------------------*/

#pageBody {
	background-repeat: no-repeat;
	width: 760px;
	clear: both;
	min-height: 143px;/* Setting this height allows the bg "R" image to show up */
	background-image: url(../images/navTop_shadow.jpg);
}
/* removed opera 5 hack (tm) */
#navLeft {
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(../images/r-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
/* alumHome added to adjust for more flexible layout (tm) */
#AlumHome {
	voice-family: inherit;
	voice-family: "\"}\"";
	width: 660px;
	margin: 20px 0 0 0;
	float: left;
	padding: 0 0 15px 50px;
}

html>#AlumHome { /* The above hack breaks Opera 5. This declaration fixes it */
	width: 660px;
}

/* navLeftText added to adjust for more flexible layout (tm) */

#navLeft hr {
	border: none 0; 
	border-top: 1px solid #000000;
	height: 1px;
	margin-top: 0;
}
#navLeft img {
}
#navLeft .caption {
	width: 115px;
	margin-bottom: 15px;
}


/* ------------------------------------------------------------------------ */
/* ------------------------------Font Definitions-------------------------- */
/* ------------------------------------------------------------------------ */

/*---------------------------- HEADER ----------------------------*/

#searchArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#searchArea input#searchBox {
	font-size: 9px;
	background-color: #C1B8B1;
	border: 1px inset #92867F;
	padding: 3px 3px 3px 5px;
	margin: 0;
}
#searchArea a {
	font-weight: bold;
	color: #F0E4D4;
	text-decoration: none;
}
#searchArea a:hover {
	color: #ffffff;
}

/*------------------------ LEFT NAVIGATION ------------------------*/

#navLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	/*------------------------ added line height for navLeft (tm) ------------------------*/
	line-height: 150%;
}
#navLeft a {
	text-decoration: none;
	color: #5e0501;
	font-weight: bold;
}
#navLeft a:hover {
	text-decoration: underline;
}
#navLeft ul {
	list-style: none;
	margin: 0;
	/*--------- padding bottom margin adjusted to zero from 25px, as long lists was causing white space (tm) ---------*/
	padding: 0 0 0px 0;
}
#navLeft ul li {
	margin: 0;
	/*--------- padding bottom margin adjusted to zero from 8px, as long lists was causing white space; added top margin padding instead (tm) ---------*/
	padding: 3px 0 0px 0;
}
#navLeft ul li a {
	font-weight: bold;
}
#navLeft .sectionLinksHeading {
	display: block;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}

#navLeft  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 34px;
	color: #1d1862;
	display: block;
	margin: 0 0 10px 0;
}
#navLeft  h2 {
	font-size: 1.6em;
	color: #77695d;
	/*------------------------ changed line height to 150% (tm) ------------------------*/
	line-height: 150%;
	margin: 0 0 0 0;
}
#navLeft h3, #navLeft h4, #navLeft h5, #navLeft h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}
#breadcrumbs {
	font-size: 10px;
	color: #666666;
	line-height: normal;
	margin: 0 0 10px 0;
}

