/*	Global styles
	------------------------------  */

#main-title {
	width: 100%;
	background: #c02c1d url(../images/ttlbg-site.jpg) no-repeat left top;
	font-size: 100%;
	* html font-size: 90%;
}

#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

.nounderline {
	text-decoration: none;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: #333;
}


/*	Override default styles
	------------------------------ */

#main-content p, #main-content h3, #main-content h4,
#main-rightbox p, #main-rightbox h3, #main-rightbox h4,
#site-footer {
	margin-top: 0;
}

#main-content h3 {
	margin-bottom: 1em;
}

#main-content h4 {
	color: #444;
	margin-bottom: 0.75em;
}

	#main-content h4 em {
		color: #999;
		font-size: 13px;
		font-style: normal;
		font-weight: normal;
		padding-left: 5px;
	}

#main-content p + h4,
#main-content p + h5 {
	margin-top: 1.25em;
}

#main-content h5 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0.75em;
}

#main-content h6 {
	font-size: 100%;
	line-height: 150%;
	margin: 0 0 1em;
}

#main-content p + h4 {
	margin-top: 1.25em;
}
		
#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}

#main-menu .selected {
	background: #c02c1d url(../images/ttlbg-site.jpg) no-repeat left top;
	color: #fff;
}

#main-content {
	margin-bottom: 2em;
}

#main-rightbox {
	border: 0;
	font-size: 89%;
	padding-left: 0;
	width: 165px;
}
	
	#main-rightbox ul {
		margin-bottom: 1em;
	}

#site-footer {
	color: #999;
	border: 0;
	background: url(../images/site-footer-bg.png) no-repeat center top;
	width: 960px;
}

	#site-footer a {
		color: #666;
		text-decoration: none;
	}
	
	#site-footer a:focus,
	#site-footer a:hover {
		color: #333;
	}

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

a {
	color: #a62919;
	text-decoration: none;
}
		
a:focus,
a:hover {
	color: #d54f3c;
	text-decoration: underline;
}

blockquote {
	color: #666;
	margin: 1em 0 0.5em;
	font-style: italic;
	font-size: 110%;
	margin-bottom: 1em;
	padding: 15px 10px 15px 30px;
	background: #f8f8f8 url(../images/quote-begin.png) no-repeat 10px 10px;
}

	blockquote p {
		background: url(../images/quote-end.png) no-repeat right 89%;
		padding-right: 30px;
	}
	
	#main-content .no-source p {
		margin: 0;
	}
	
	#main-content blockquote .source {
		font-size: 90%;
		font-style: normal;
		color: #999;
		text-align: right;
		background: none;
		padding: 0;
		margin: 0;
	}

table {
	margin-bottom: 1em;
}

	table td,
	table th {
		vertical-align: top;
	}

dl {
	margin: -1em 0 1.25em;
	padding: 0;
}

	dt {		
		left: 0;
		position: relative;
		top: 1.2em;		
		font-weight: bold;
		width: 5em;
	}
	
	dd {
		border-left: 1px solid #999;
		margin: 0 0 0 7em;
		padding: 0 0 .25em 1em;
	}
	
	dl.downloads dt {
		width: 10em;
	}
	
	dl.downloads dd {
		margin: 0 0 0 10em;
	}
	
	dl.downloads dd a {
		background: transparent url(../images/icon-pdf.png) no-repeat left top;
		display: block;
		padding: 0 0 1px 24px;
	}

a img {
	border: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*	Specific styles
	------------------------------ */
	
/*	Button  */

p.button {
	margin: 0;
	overflow: hidden;	
	padding: 3px 0 0;
}

	p.button a {
		background: #c02c1d url(../images/ttlbg-site.jpg) no-repeat left top;	
		color: #fff;
		display: block;
		float: left;
		margin-right: 15px;
		outline: none;
		padding: 3px 6px 4px;
		text-decoration: none;
	}
	
	p.button.right a {
		float: right;
		margin: 0;
	}
	
	p.button a:focus,
	p.button a:hover {
		background-position: left -15px;
	}
	
	p.button a:active {
		background-position: left -30px;
	}

/*	Search form  */

#cse-search-box {
	margin: 0 0 13px;
	padding: 0;
	position: relative;
}
	
	#cse-search-box fieldset {
		margin: 0;
		padding: 0;
		overflow: hidden;
		border: 0;
	}
		
		#cse-search-box label {
			display: none;
		}
		
		#cse-search-box .text {
			border: 1px solid #ccc;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-box-shadow: 0px 1px 3px #f6f6f6;
			-moz-box-shadow: 0px 1px 3px #f6f6f6;
			box-shadow: 0px 1px 2px #f6f6f6;
			border-radius: 3px;
			margin: 0 8px 0 0;
			padding: 3px 5px 4px 6px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			line-height: 1.35;
			min-height: 16px;
			width: 118px;
		}
		
		#cse-search-box .text:focus,
		#cse-search-box .text:hover {
			border: 1px solid #aaa;
		}
		
		#cse-search-box .button {
			position: absolute;
			right: -4px;
			top: -3px;
		}

/*	Sidebar listings  */
		
#sidebar #news h3 {
	margin-bottom: 10px;
}

#news ul {
	line-height: 15px;
	list-style: none;
	margin: 0 0 1.25em -1px;
	padding: 0;
}

	#news ul li {
		background: transparent url(../images/news-bullet.png) no-repeat left 4px;
		border-bottom: 1px solid #eee;
		margin-bottom: 8px;
		padding: 0 0 8px 9px;
	}
	
	#news ul li:last-child {
		border-bottom: 0;
		margin: 0;
		padding-bottom: 0;		
	}
	
		#news ul li a {
			color: #a62919;
			display: block;
			font-weight: bold;
			text-decoration: none;
		}
		
		#news ul li a:focus,
		#news ul li a:hover {
			color: #d54f3c;
		}
		
		#news ul li em {
			color: #999;
			display: block;
			font-size: 11px;
			font-style: normal;
			padding-top: 2px;
		}

/*	Related box  */

#main-rightbox .box {	
	background: #f2f2f2;	
	background: -moz-linear-gradient(
		top,
		#f8f8f8,
		#eeeeee
	);	
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#f8f8f8),
		to(#eeeeee)
	);		
	border-top: 1px solid #eee;
	padding: 8px 5px 10px 13px;
	margin: 0 0 1em;
}
	
	#main-rightbox .box h3 {
		font-size: 14px;
		font-weight: bold;		
		letter-spacing: normal;
		margin-bottom: 0.5em;
	}
	
	#main-rightbox .box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#main-rightbox .box ul li {
			background: transparent url(../images/news-bullet.png) no-repeat left 4px;
			padding: 0 0 0 9px;
		}
	
	#main-rightbox .box p {
		margin: 0;
	}

/*	Categories  */

#categories {
	list-style: none;
	margin: 0 0 0.75em -20px;
	overflow: hidden;
	padding: 0.5em 0 0;
	width: 550px;
}

	#categories li {
		float: left;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
		position: relative;
		width: 255px;
	}
	
	#categories li a img {
		border: 0;
	}
	
	#categories li a strong {
		background: #c02c1d url(../images/ttlbg-site.jpg) no-repeat left -20px;
		bottom: 20px;
		color: #fff;
		display: block;
		font-size: 18px;
		padding: 6px 10px 8px;
		position: absolute;
		right: 0;		
	}
	
	#categories li a:focus strong,
	#categories li a:hover strong {
		background-position: left top;
	}
	
/*	Category boxes */

.category-boxes {
	list-style: none;
	margin: 0 0 0.75em -20px;
	overflow: hidden;
	padding: 0.5em 0 0;
	width: 550px;
}

	.category-boxes li {
		background: #f5f5f5;
		border: 1px solid #ddd;
		border-left: 5px solid #a62919;
		float: left;
		list-style: none;
		margin: 0 0 1.5em 20px;
		min-height: 110px;
		padding: 10px 8px 10px 12px;
		width: 229px;
	}
	
	.category-boxes.no-height li {
		min-height: inherit;
	}
	
	.category-boxes.phd-research li {
		min-height: 160px;
	}
	
		#main-content .category-boxes li h3 {
			border: 0;
			font-size: 16px;
			margin-bottom: 5px;
			padding: 0;
		}
		
		#main-content .category-boxes li p {
			color: #666;
			margin-bottom: 0;		
		}

/*	Collapsable regions  */

#main-content h4.trigger {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 -10px 12px -10px;
	background: #f5f5f5 url(../images/arrow-down.png) no-repeat 506px 13px;
	padding: 5px 0 5px 10px;
	border: 1px solid #f2f2f2;
	line-height: 150%;
	cursor: pointer;
	display: block;
	width: 516px;
}

#tabs div.content > p + h4.trigger {
	margin-top: 1.25em;
}

#main-content h4.trigger:focus,
#main-content h4.trigger:hover {
	background-color: #f8f8f8;
}

#main-content h4.trigger a {
	text-decoration: none;
	display: block;
	outline: none;
}
		
#main-content h4.active {
	background: #f8f8f8 url(../images/arrow-up.png) no-repeat 506px 13px;
}

.toggle_container {
	margin: 0;
	padding: 0 0 1em;
	overflow: hidden;
	width: 508px;
	clear: both;
}

/*	Sidebar video  */

.video {
	margin: 0;
	padding: 0.5em 0 1em;
}

.video a {
	display: block;
	position: relative;
	height: 79px;
	width: 139px;	
}

	.video a img {
		width: 139px;
	}
	
	.video a strong {
		background: url(../images/button-play.png) no-repeat left top;
		display: block;
		left: 44px;
		height: 46px;
		position: absolute;
		top: 16px;
		width: 50px;
	}
	
	.video a:focus strong,
	.video a:hover strong {
		background-position: left -454px;
	}

/*	Graduate focus downloads  */

#main-content .graduate-focus {
	font-weight: bold;
	list-style: none;
	margin: 0 0 1em -20px;
	overflow: hidden;
	padding: 0.25em 0 0;
}

	#main-content .graduate-focus li {
		float: left;
		margin: 0 0 0 20px;
		text-align: center;
		width: 154px;
	}
	
		#main-content .graduate-focus li a:focus,
		#main-content .graduate-focus li a:hover {
			text-decoration: none;
		} 
		
		#main-content .graduate-focus li a img {
			border: 2px solid #ddd;
		}
		
		#main-content .graduate-focus li a:focus img,
		#main-content .graduate-focus li a:hover img {
			border-color: #eee;
		}		

/*	Research  */

.seminars {
	margin-left: -10px;
	width: 540px;
}

	.seminars th {
		background: #eee;
		padding: 5px 10px;
		vertical-align: top;
	}
	
	.seminars .date {
		width: 75px;
	}
	
	.seminars .group {
		width: 50px;
	}
	
	.seminars .presenter {
		width: 140px;
	}
	
	.seminars .title {
		width: 195px;
	}
	
	.seminars.three-cols .presenter,
	.seminars.three-cols .title {
		width: 200px;
	}
	
	.seminars td {
		border-bottom: 1px solid #ddd;
		padding: 10px;
		vertical-align: top;
	}

.panel-meetings {	
	line-height: 150%;
	margin: -10px 0 1em -10px;
	width: 540px;
}	
	
	.panel-meetings td, 
	.panel-meetings th {
		border-bottom: 1px solid #eee;
		padding: 10px;
		vertical-align: top;
	}
	
	.panel-meetings td ul {
		margin: 0 0 1em 1em;
		padding: 0;
	}

/*	Downloads  */

ul.downloads {
	border-top: 1px solid #eee;
	list-style: none;
	margin: 0 0 0.75em;
	padding: 0.5em 0 0;
}

	ul.downloads li {
		border-bottom: 1px solid #eee;
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
	}

		ul.downloads a,
		.pdf {
			background: transparent url(../images/icon-pdf.png) no-repeat left 3px;
			display: block;
			padding-left: 24px;
		}
		
		.pdf {
			background-position: left 1px;
		}

.doc {
	background: transparent url(../images/icon-doc.png) no-repeat left center;
	display: block;
	padding-left: 24px;
}

/*	Miscellaneous  */

img.border {
	margin-bottom: 1em;
}

.degreeType {
	font-size: 89%;
	font-weight: bold;
}

#main-content ul.spaced li {
	margin-bottom: 1em;

}
	#main-content ul.spaced li ul {
		margin-top: 1em;
	}

img.left {
	float: left;
	margin: 0 20px 1em 0;
}

img.right {
	float: right;
	margin: 2px 0 1em 20px;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.25em;
}

p.highlight {
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	margin-bottom: 1.25em;
	padding: 10px;
}

em.highlight {
	color: #f00;
	font-size: 11px;
}

a[rel="external"] {
	background: transparent url(../images/icon-external-link.png) no-repeat right 1px;
	padding-right: 16px;
}

#map_canvas {	
	border: 1px solid #ccc;
	clear: both;
	height: 220px;
	margin-bottom: 1em;
	position: relative;
	width: 530px;
}

#location {
	background: url(../images/icon-marker.png) no-repeat left center;
	padding: 10px 0 10px 28px;
}

#main-content p.border-bottom {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

.photo-caption {
	color: 999;
	float: right;
	font-size: 11px;
	margin: 2px 0 1em 20px;
	text-align: center;
}

	.photo-caption img {
		display: block;
		margin-bottom: 8px;
	}

#main-content .center {
	margin-bottom: 0;
	text-align: center;
}

#main-content p.date {
	color: #999;
	font-weight: bold;
	margin-top: -10px;
}

#main-content .apply {
	margin-left: 2em;
	padding-left: 0;
}

	#main-content .apply ol {
		list-style: lower-alpha;
		margin: 0 0 1em 2em;
		padding: 0;
	}
	
	#main-content .apply .roman {
		list-style: lower-roman;
	}
		

/*	Home page
	------------------------------ */
	
#home {
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 15px 0 30px;
	width: 740px;
}

#sidebar {
	float: right;
	font-size: 89%;
	margin-right: 20px;
	width: 165px;
}

/*	Slideshow  */

#slideshow-wrapper {
	position: relative;
	width: 740px;
	height: 250px;
	margin: 0;
	clear: both;
	padding: 0 0 20px;
}

	#slideshow-wrapper #slideshow-nav {
		margin: 0;
	}
	
		#slideshow-wrapper #slideshow-nav a {
			display: block;	
			height: 52px;
			outline: none;
			overflow: hidden;
			position: absolute;
			text-indent: -9999px;
			top: 99px;
			width: 37px;
			z-index: 10;
		}
		
		#slideshow-wrapper #slideshow-nav #next {
			right: 17px;	
			background: url(../images/slideshow-nav.png) no-repeat -37px top;	
		}
		
		#slideshow-wrapper #slideshow-nav #next:focus,
		#slideshow-wrapper #slideshow-nav #next:hover {
			background-position: -37px -52px;
		}
		
		#slideshow-wrapper #slideshow-nav #prev {
			left: 17px;
			background: url(../images/slideshow-nav.png) no-repeat left top;
		}
		
		#slideshow-wrapper #slideshow-nav #prev:focus,
		#slideshow-wrapper #slideshow-nav #prev:hover {
			background-position: left -52px;
		}
	
	#slideshow-wrapper #slideshow {
		overflow: hidden;
		margin: 0;
		width: 740px;
		height: 250px;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;		
	}
	
		#slideshow-wrapper #slideshow li {
			width: 740px;
			height: 250px;
		}
		
			#slideshow-wrapper #slideshow li img {				
				width: 740px;
				height: 250px;
			}
			
			#slideshow-wrapper #slideshow li span {
				width: 740px;
				height: 250px;
				display: block;
				background: url(../images/slideshow-border.png) no-repeat left top;
				position: absolute;
				left: 0;
				top: 0;
			}
	
			#slideshow-wrapper #slideshow li div {
				background: url(../images/slideshow-div-bg.png) repeat left top;
				color: #fff;
				padding: 13px 12px 15px 16px;
				position: absolute;
				right: 69px;
				top: 37px;
				width: 250px;
			}
			
			#slideshow-wrapper #slideshow li:nth-child(-n+2) div {
				top: 46px;
			}
			
				#slideshow-wrapper #slideshow li div h2 {
					font-size: 18px;
					line-height: 18px;
					margin: 0 0 8px;
					padding: 0;
					z-index: 10;
				}
				
				#slideshow-wrapper #slideshow li div p {
					line-height: 17px;
					margin: 0 0 10px;
					z-index: 10;
				}
				
				#slideshow-wrapper #slideshow li div .button {
					margin-bottom: 0;
					z-index: 10;
				}

/*	Subject areas  */

#subjects {
	float: left;
	list-style: none;
	margin: 0 0 0 -20px;
	overflow: hidden;
	padding: 0;
	width: 555px;
}

	#subjects .box {
		background: #f8f8f8;
		border: 1px solid #ddd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin: 0 0 0 20px;
		padding: 8px 0 7px 14px;
		width: 149px;
	}
	
		#subjects li h2 {
			font-size: 130%;
			font-weight: normal;
			letter-spacing: -0.04em;
			line-height: 1;
			min-height: 15px;
			margin: 0 0 11px;
			padding: 0;
		}
		
			#subjects li h2 a {
				color: #333;
			}
			
			#subjects li h2 a:focus,
			#subjects li h2 a:hover {
				color: #666;
				text-decoration: none;
			}
		
		#subjects li img {
			margin: 0 0 7px -14px;
		}
		
		#subjects li p {
			border-bottom: 1px solid #ddd;
			color: #777;
			font-size: 11px;
			line-height: 14px;
			margin: 0 0 8px -14px;
			min-height: 85px;
			padding: 0 14px 9px;
			width: 135px;
		}		
	
		#subjects li ul {
			font-size: 12px;
			list-style: none;
			margin: 0 0 0 -3px;
			padding: 0;
			width: 153px;
		}
		
			#subjects li ul li {
				background: transparent url(../images/sections-bullet.png) no-repeat 1px center;
				border: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				float: none;
				margin: 0 0 4px;
				padding: 0 0 0 10px;
				width: 140px;
			}
			
				#subjects li ul li a {
					color: #a62919;
					text-decoration: none;
				}
				
				#subjects li ul li a:focus,
				#subjects li ul li a:hover {
					color: #d54f3c;
				}

/*	Brochures
	------------------------------ */

#main-content .brochures {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style-type: none;
	width: 550px;
	overflow: hidden;
}

	#main-content .brochures li {
		padding: 0 0 1.25em;
		list-style-type: none;
		float: left;
		min-height: 88px;
		width: 255px;		
		margin: 0 0 0 20px;
	}
	
	#main-content .brochures a {
		color: #666;
		text-decoration: none;
		display: block;
		font-size: 11px;
		line-height: 1.5;
		overflow: hidden;
	}		
	
		#main-content .brochures a img {
			float: left;
			border: 2px solid #ccc;
			margin: 2px 10px 0 0;
		}
		
		#main-content .brochures a strong {
			color: #a62919;
			display: block;
			font-size: 12px;
			margin-bottom: 2px;
		}		
	
	#main-content .brochures a:focus,
	#main-content .brochures a:hover {
		color: #999;
	}
	
		#main-content .brochures a:focus img,
		#main-content .brochures a:hover img {
			border-color: #ddd;
		}
		
		#main-content .brochures a:focus strong,
		#main-content .brochures a:hover strong {
			color: #d54f3c;
		}

#brochure-form fieldset {
	background: #f5f5f5;
	margin-bottom: 1em;
	padding: 10px 0 3px 15px;
}

.brochure-button {
	line-height: 1;
	margin: 0 0 1.25em;
	padding: 0.5em 0;	
	position: relative;
}

	.brochure-button a {
		background: #fff url(../images/brochure-button-bg.png) repeat-x left bottom;
		border: 1px solid #eee;
		color: #777;
		display: block;
		font-weight: bold;
		line-height: 1.25;
		padding: 8px 8px 8px 65px;		
		text-shadow: 2px 2px 2px #fff;
	}
	
	.brochure-button a:focus,
	.brochure-button a:hover {
		color: #999;
		text-decoration: none;
	}
	
		.brochure-button a img {
			position: absolute;
			left: -6px;
			top: -2px;
		}


/*	Photograph with text overlay
	------------------------------ */

#photo-text {
	font-weight: bold;
	height: 202px;
	margin: 0 0 1em;
	position: relative;
	width: 530px;
}

	#photo-text img {
		border: 1px solid #ccc;
	}
	
	#photo-text p {
		background: url(../images/slideshow-div-bg.png) repeat left top;
		color: #fff;
		padding: 13px 12px 15px 16px;
		position: absolute;
		right: 1px;
		top: 39px;
		width: 220px;
	}


/*	Category links
	------------------------------ */
	
#main-rightbox #category-buttons {
	font-size: 12px;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

	#main-rightbox #category-buttons li {
		line-height: 1;
		margin-bottom: 0.75em;
	}
	
		#main-rightbox #category-buttons li a {
			background: #000 url(../images/category-buttons-bg.png) repeat-x left top;
			border-left: 8px solid #a62919;
			color: #fff;
			display: block;
			font-weight: bold;
			padding: 6px 0 7px 10px;
		}
		
		#main-rightbox #category-buttons li a:focus,
		#main-rightbox #category-buttons li a:hover {
			background: #444;
			border-color: #d54f3c;
			text-decoration: none;
		}
		
		#main-rightbox #category-buttons li a strong {
			font-size: 13px;
		}	
	
	
/*	Inaugural lecture videos button
	------------------------------ */

#main-rightbox #inaugural-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#main-rightbox #inaugural-button a {
		background: url(../images/photos/research/jiyin-liu-thumb.jpg) no-repeat left top;
		color: #fff;
		text-decoration: none;
		margin-bottom: 1em;
		display: block;
		border: 1px solid #ddd;
		line-height: 1;
		width: 163px;
		height: 68px;
		position: relative;
	}
	
	#main-rightbox #inaugural-button a:focus,
	#main-rightbox #inaugural-button a:hover {
		border-color: #666;
	}
	
		#main-rightbox #inaugural-button a strong {
			background: url(../images/slideshow-div-bg.png) repeat left top;
			width: 147px;
			padding: 4px 8px;
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		
			#main-rightbox #inaugural-button a strong em {
				font-style: normal;

			}
		
		#main-rightbox #inaugural-button a:focus strong,
		#main-rightbox #inaugural-button a:hover strong {
			background: #000;
		}


/*	Staff profile
	------------------------------ */

.vcard {
	width: 498px;
	padding: 18px 10px 12px 20px;
	border: 1px solid #ddd;
	background: #fff url(../images/vcard-bg.png) repeat-x left bottom;
	margin: 0 0 1.25em;
	overflow: hidden;
}

	.vcard div {
		float: left;
		width: 356px;
	}
	
	.vcard.no-photo div {
		float: left;
		width: 498px;
	}
	
		.vcard img {
			border: 1px solid #ddd;
			float: left;
			margin: 0 20px 5px 0;
			width: 120px;		
		}
		
			#main-content .vcard h3 {
				border: 0;
				margin: 0 0 0.5em;
				padding: 0;
			}
			
				#main-content .vcard h3 span {
					font-weight: normal;
					font-size: 80%;
					display: block;
					padding-top: 3px;
				}
			
			#main-content .vcard h4 {
				font-size: 120%;
				font-weight: normal;
				line-height: 1.25;
				margin: 0 0 0.5em;
				padding: 0;
			}
			
			#main-content .vcard .small {
				font-size: 105%;
			}
		
				#main-content .vcard h4 span {
					color: #666;
					display: block;
					font-size: 80%;
					padding-top: 0.25em;
				}
		
		#main-content .vcard #links {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#main-content .vcard #links li {
				padding: 0 0 3px 24px;
			}
			
			#main-content .vcard #links #research {
				background: url(../images/icon-vcard-research.png) no-repeat left 6px;
				border-top: 1px solid #ddd;
				padding-top: 5px;
				margin-top: 5px;
			}
			
			#main-content .vcard #links #pubs {
				background: url(../images/icon-vcard-pubs.png) no-repeat 1px 1px;
			}
			
			#main-content .vcard #links #tel {
				background: url(../images/icon-vcard-tel.png) no-repeat left 7px;
				border-top: 1px solid #ddd;
				padding-top: 6px;
				margin-top: 5px;
			}
			
			#main-content .vcard #links #location {
				background: url(../images/icon-vcard-location.png) no-repeat left 1px;
			}
			
			#main-content .vcard #links #email {
				background: url(../images/icon-vcard-email.png) no-repeat left 1px;
			}


/*	Graduation photos
	------------------------------ */

.graduation-photos {
	list-style: none;
	margin: 0 0 0 -20px;
	overflow: hidden;
	padding: 0;
	width: 550px;
}

	.graduation-photos li {
		float: left;
		list-style: none;
		margin: 0 0 0 20px;
		min-height: 180px;
		padding: 0;
		width: 162px;
	}
	
		#main-content .graduation-photos h5 {
			color: #666;
			font-size: 11px;
			line-height: 14px;
			margin: 0 0 0.25em;
			padding-left: 15px;
		}
	
		#main-content .graduation-photos .photo {
			margin: 0 0 0.75em;
		}
		
			.graduation-photos .photo a {
				display: block;
				height: 110px;
				position: relative;
				text-decoration: none;
			}
			
				.graduation-photos .photo a img {
					border: 2px solid #ddd;
					padding: 5px;
				}
				
				.graduation-photos .photo a:focus img,
				.graduation-photos .photo a:hover img {
					border-color: #a62919;
				}
			
				.graduation-photos .photo a span {
					background: #fff url(../images/icon-zoom.png) no-repeat 5px center;
					border-top: 1px solid #ddd;
					border-left: 1px solid #ddd;
					-webkit-border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
					color: #a62919;
					display: none;
					padding: 4px 8px 5px 25px;
					position: absolute;
					right: 2px;
					bottom: -3px;
				}
				
				.graduation-photos .photo a:focus span,
				.graduation-photos .photo a:hover span {
					display: block;
				}
			
		#main-content .graduation-photos .download {
			font-size: 11px;
			margin: 0;
		}
		
			.graduation-photos .download a {
				background: url(../images/icon-download.png) no-repeat left center;
				display: block;
				padding-left: 15px;
			}