/*--- FOR MASTHEAD & MAIN NAV ---*/
#main-nav.features {
	background: #000; /* ASSIGN COLOR OR TRANSPARENT */
	}
#main-nav ul li a {
	background:url("../../global/images/bg-main-nav.gif") no-repeat scroll 0 center transparent;
	}
body #main-nav ul li a {
	color: #fff; /* ASSIGN COLOR */
	}
body #masthead h1 {
	background:transparent url(../../global/images/bostonia-alumni-magazine-sm.png) no-repeat scroll 0 13px;
	}
/*-----------------------------*/

/*--- FOR HEADER, HEADLINE, SUBHEAD & BYLINE ---*/
html { 
	background: #fff; /* ASSIGN BACKGROUND COLOR/IMAGE, if necessary */
}

body {
	background: #fff url(../messersmith/images/bg.gif) repeat; /* ASSIGN HEADER BACKGROUND IMAGE */
}

body #masthead h1 { 
	margin-bottom: 42px; /* PUSH DOWN BEGINNING OF ARTICLE */ 
}

/*-----------------------------*/
/*--- FOR HEADER, HEADLINE, SUBHEAD & BYLINE ---*/
/*-----------------------------*/
#head {
 	width: 1021px; 
	height: 356px; 
	background: transparent url(../messersmith/images/bg-head.gif) no-repeat 0 0;
	margin: 0 auto; 
	position: relative; 
}

#head .wrapper {position: relative;}
#head h3#hed { 
	position: absolute;
	text-indent: -9000px;
	top: 78px; 
	left: 0;  
	width: 367px; 
	height: 93px; 
	background: transparent url(../messersmith/images/hed.png) no-repeat; /* CONFIRM BG IMAGE */
	}
	
	/* PNG FIX FOR IE */
		* html #head h3#hed {
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www-test.bu.edu/bostonia/summer11/messersmith/images/hed.png', sizingMethod='crop');
			background: url(https://www.bu.edu/bostonia/global/images/clear.gif) repeat 0 0;
			}
		
#head h4#dek { 
	position: absolute;
	text-indent: -9000px;
	top: 144px; 
	left:474px;  
	width: 382px; 
	height: 53px; 
	background: transparent url(../messersmith/images/dek.png) no-repeat right; /* CONFIRM BG IMAGE */
	}
	
		/* PNG FIX FOR IE */
		* html #head h4#dek {
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www-test.bu.edu/bostonia/summer11/messersmith/subhead.png', sizingMethod='crop');
			background: url(https://www.bu.edu/bostonia/global/images/clear.gif) repeat 0 0;
			}

#byline {
	display: block;
	height: 12px;
	width: 115px;
	position: absolute;
	left: 0;
	top: 50px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #232323;
	text-indent: -9000px;
	background: transparent url(../messersmith/images/byline.png) no-repeat right;
}
/* PNG FIX FOR IE */
		* html #head p#byline {
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www-test.bu.edu/bostonia/summer11/messersmith/byline.png', sizingMethod='crop');
			background: url(https://www.bu.edu/bostonia/global/images/clear.gif) repeat 0 0;
			}

a#jump {
	position: absolute;
	text-indent: -9000px;
	top: 216px; 
	left:477px;  
	width: 137px; 
	height: 21px; 
	background: transparent url(../messersmith/images/jump.png) no-repeat; /* CONFIRM BG IMAGE */
	}	
	
	/* PNG FIX FOR IE */
		* html a#jump {
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='https://www-test.bu.edu/bostonia/summer11/messersmith/subhead.png', sizingMethod='crop');
			background: url(https://www.bu.edu/bostonia/global/images/clear.gif) repeat 0 0;
			}
/*-----------------------------*/
/*-------- FOR ARTICLE --------*/
/*-----------------------------*/

/* USE .WRAPPER FOR HEADER & BREAKS IN CONTENT */
.wrapper { 
	width: 862px;
	margin: 0 auto;
}
/* ------------------------------------------- */
a {text-decoration: none; color: #d91d8d; }
.content {
	background: repeat scroll 0 0 #FFF;
	padding: 6px 80px 80px 80px;
	width: 862px;
	margin: 0 auto;
}
.content p {
	padding-right: 300px; /* SET TO DETERMINE WIDTH */
	color:#595959;
	font:0.9em/1.5 Georgia,"Times New Roman",Times,serif;
	margin-bottom:24px;
	}
	p.jackfruit {
		margin-left: 36px;
		font-style: italic;
		color: #666;
	}
#lede {
	color:#222222;
	width: 575px;
	background: transparent;
	display:block;
	font-family:Georgia,serif;
	font-size:22px;
	line-height:30px;
	padding: 0 0 20px 0;
	margin: 0;
/* 	margin: 0 auto; */
}
.dropcap {
	color:#8C3B07;
	float:left;
	font-family:Times,serif,Georgia;
	font-size:63px;
	line-height:44px;
	padding-right:6px;
	padding-top:15px;
	}
.image {
	position: relative;
	float: right;
	width: 423px;
	margin-left: 36px;
	margin-bottom: 24px;
	}
	.full-width {
		float: none; 
		margin: 20px auto !important; 
		height: 400px; 
		position: relative;
		}

.image span.caption {
	color: #b8afb6;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	width:200px;
	position:absolute;
	right:0;
	top:550px; /* ADD 12PX TO IMAGE HEIGHT */
}
.image span.caption strong,
.full-width span.caption strong {
	text-transform: uppercase;
	color: #b83333;
}
.full-width span.caption {
	color: #b8afb6;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	top: 0 !important;
	float: right;
	width: 200px;
	padding-top: 7px;
}
.callout {
	float: right;
	width: 210px;
	clear: right;
	margin-top: -55px;
}




/* ------------------------------------------------------------*/
/* ------------------>>> SECTION HEADERS <<<-------------------*/
/* ------------------------------------------------------------*/
h3#section-hdr {
	text-indent: -9000px;
	height: 41px; 
	width: 216px; 
	margin: 30px 0 15px;
	background: transparent url(../messersmith/images/section-hdr.gif) no-repeat; 
}
h3#section-hdr1 {
	text-indent: -9000px;
	height: 41px; 
	width: 195px; 
	margin: 30px 0 15px;
	background: transparent url(../messersmith/images/section-hdr1.gif) no-repeat; 
}

h3#section-hdr2 {
	text-indent: -9000px;
	height: 41px; 
	width: 328px; 
	margin: 30px 0 15px;
	background: transparent url(../messersmith/images/section-hdr2.gif) no-repeat; 
}
h3#section-hdr3 {
	text-indent: -9000px;
	height: 41px; 
	width: 344px; 
	margin: 30px 0 15px;
	background: transparent url(../messersmith/images/section-hdr3.gif) no-repeat; 
}


/* ------------------------------------------------------------*/
/* ------------------>>> ARTICLE TOOLS <<<---------------------*/
/* ------------------------------------------------------------*/

/* ---- TO SET ARTICLE TOOLS & COMMENTS TO 862 PIXEL WIDTH, USE STYLES BELOW --- */

.comments {
/* 	width: 996px; */
/* width: 100%; */
/* 	margin: 0 auto; */

	}	
#article-tools {
/* 	width: 1010px; */
width: 100%;
padding: 20px 0;
border-bottom: 3px solid #EBE8E3;
/* 	margin: 0 auto; */
/* 	background-color: #fff; */
/* 	border: 0; */
}

