/*
-----------------------------------------------
Neil E. Williams
Author: Tom Fadial
Version: Prototype
----------------------------------------------- */

/* Global
----------------------------------------------- */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%;
	margin: 0; padding: 0;
	color: #333;
}

a {
	color: #002f58;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* Structure
----------------------------------------------- */
#page {
	width: 760px;
	margin: 25px auto;
	background: url(images/page_bg.gif) top right no-repeat;
	position: relative;
}

#sidebar {
	width: 145px;
	float: left;
}

#content {
	width: 530px;
	float: left;
	padding: 105px 40px 0 40px;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* Headlines
----------------------------------------------- */
h1 {
	margin: 0; padding: 0;
	text-indent: -9999px;
	position: absolute;
	top: 30px; left: 180px;
	width: 275px; height: 55px;
}
	h1 a {
		display: block;
		width: inherit; height: inherit;
		overflow: hidden;
	}

h2 {}
	h2 small {
		font-size: 11px;
		margin-left: 10px;
		text-transform: uppercase;
		color: #999;
	}


/* Sidebar
----------------------------------------------- */
#sidebar #contact_info dl {
	margin: 0; padding: 50px 15px 0 0;
	font-size: 0.9em;
	text-align: right;
}
	#sidebar #contact_info dl dt {
		width: 51px; height: 10px;
		float: right;
		margin: 0; padding: 0 0 15px 0;
		text-indent: -9999px;
		background: url(images/contact_bg.gif) no-repeat;
	}
	#sidebar #contact_info dl dd {
		margin: 0; padding: 0 0 2px 0;
		clear: both;
	}
	#sidebar #contact_info dl span {display: none;}
	#sidebar #contact_info dl dd.ublink {
		text-indent: -9999px;
		float: right;
		padding-top: 10px;
	}
		#sidebar #contact_info dl dd.ublink a {
			width: 39px; height: 21px;
			background: url(images/ublogo.gif) no-repeat;
			display: block;
			overflow: hidden;
		}


/* Content
----------------------------------------------- */
#content {}
	#content h2 {
		font-weight: normal;
		font-size: 1.9em;
		margin-top: 0;
	}
	#content img.art_image {
		float: left;
		margin: 0 20px 10px 0;
	}
	
	#content ul.pub_list {}
		#content ul.pub_list li {
			padding: 2px 0;
		}
			#content ul.pub_list li a {
				padding: 2px 0;
			}
			#content ul.pub_list li.pdf_link a {
				background-image: url(/images/pdf_icon.jpg); 
				background-position: 100% 10%;
				background-repeat: no-repeat;
				background-size: 100% 50%;
				padding-right: 25px;
			}
			#content ul.pub_list li.url_link a {
				background-image: url(/images/url_icon.png); 
				background-repeat: no-repeat;
				background-position: right center;
				background-size: 20px; 
				padding-right: 25px;
			}

/* Navigation
----------------------------------------------- */
ul#navigation {
	margin: 60px 0 0 21px; padding: 0;
	list-style-type: none;
	position: relative;
	width: 125px; height: 100px;
}
	ul#navigation li {
		width: 125px;
		height: 20px;
	}
		ul#navigation li a {
			display: block;
			position: absolute;
			width: 125px;
			height: 20px;
			overflow: hidden;
			background: url(images/nav_bg.png) no-repeat;
		}
			ul#navigation li a span {
				display: none;
			}
	
	ul#navigation li#home_link a {top: 0; background-position: 0 0;}
	ul#navigation li#research_link a {top: 20px; background-position: 0 -20px;}
	ul#navigation li#teaching_link a {top: 40px; background-position: 0 -40px;}
	ul#navigation li#cv_link a {top: 60px; background-position: 0 -60px;}
	ul#navigation li#personal_link a {top: 80px; background-position: 0 -80px;}
	
	ul#navigation li#home_link a:hover,
	ul#navigation li#home_link.active a {top: 0; background-position: 0 -99px;}
	ul#navigation li#research_link a:hover,
	ul#navigation li#research_link.active a {top: 20px; background-position: 0 -119px;}
	ul#navigation li#teaching_link a:hover,
	ul#navigation li#teaching_link.active a {top: 40px; background-position: 0 -139px;}
	ul#navigation li#cv_link a:hover,
	ul#navigation li#cv_link.active a {top: 60px; background-position: 0 -159px;}
	ul#navigation li#personal_link a:hover,
	ul#navigation li#personal_link.active a {top: 80px; background-position: 0 -179px;}
	