/*  Styles removed / changed from blueprint framework for this site */
/* In print.css - changed */
/*a:link, a:visited { font-weight:normal; }*/
/* In print.css - removed */
/* a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%; font-weight:normal;} */


/*  Styles added to blueprint framework for this site */

/* colors for this site */
a, a:link { color: #336; }
a:visited, a:hover, a:active { color: #633; }

h1, h2, 
#banner h1, 
#banner h2 { color: #333;}

#side-nav { color: #666;}

.feature {
	background: #efefef; 
	color:#333;
	border-color: #336;
}

/* positioning of banner elements*/

#banner { 
	height: 162px;
	position: relative;
	}
#jmd-name {
	position:absolute; 
	top: 96px; right: 270px;
}

#jmd-title {
	position: absolute;
	top: 141px; right: 272px;
}

#mit-dept {
	position:absolute; 
	top: 12px; right: 25px;
}
 

/* typography overrides blueprint, designer defaults */

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

h1, h2, 
div.feature h3
	{ font-family: "Arial Black", "Lucida Sans", sans-serif; }

h3, h4, 
.top-nav, .header-div,
#side-nav { font-weight: bold; }

#banner h1 { font-size:2.5em;}

#banner h1, 
#banner h2 { 
    line-height:1.1em; 
    margin-bottom:0;
    margin-top:0;
}


.header-div, 
.header-div h3, 
.top-nav h3 { 
    font-size: 1em;
    padding-top: .5em;
    margin-bottom: .5em;
 }
 .top-nav h3, .header-div h3 { padding-bottom: 0;}
 

/* lists */

#side-nav ul {
	list-style:none
}


/* tables */
td { vertical-align:top; }
td.num {
	width: 50px;
	text-align: right;
	white-space: nowrap; }
td.jour { width: 240px; }
td.link { width: 120px; }


/* images */

#banner {
	background: url(../img/banner.jpg) no-repeat left top; 
}
.top-nav {
	background: url(../img/divider-R2.jpg) no-repeat right top; 
}
.header-div {
	background: url(../img/divider-L1.jpg) no-repeat left bottom; 
}


/*adjust vcf icon*/
.vcf {padding-right: 28px; background-position: right bottom;
}