div#welcome {
	height: 420px;
	width: 670px;
	margin: 0 auto 0;
	background: #d9e2ea;
	padding: 24px;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	}

div#welcome img{
	position: relative;
	display: block;
	top: -6px;
	width: 323px;
	margin: 0 auto 0;
}

div#welcome h1 {
	font-family: "Georgia", serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #004c92;
	padding-top: 5px;
	padding-bottom: 25px;
}

div#welcome p {
	font-family: "Georgia", serif;
	font-size: 16px;
	line-height: 25px;
	color: #003a50;
	text-align: center;
}

div#pubs {
	position: relative;
	float: left;
	top: 25px;
	/*margin-left: 25px;*/
	margin-left: 30px;
	padding-bottom: 75px;
	width: 440px;
	text-align: center;
}

div#pubs .container {
	background: #d9e2ea;
	padding: 24px;
	height: 280px;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
}

div#audiovids {
	position: relative;
	float: left;
	top: 25px;
	margin-left: 30px;
	padding-bottom: 75px;
	width: 440px;
	text-align: center;
	
}

div#audiovids .container {
	background: #d9e2ea;
	padding: 24px;
	height: 280px;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
}

img.h2_icon {
	padding-bottom: 7px;
}

img.h2_rss_icon {
	position: relative;
	top: -25px;
}

.container ul {
	background: none;
	height: 98%;
	font-family: Georgia, serif;
}

div#pubs .container ul li {
	/*
	padding-top: 10px;
	height: 75px;
	border-bottom: solid 1px gray;
	*/
	padding-top: 15px;
	height: 120px;
	text-align: left;
}

div#audiovids .container ul li {
	padding-top: 15px;
	height: 120px;
	text-align: left;
}

.container span.title {
	font-size: 16px;
	line-height: 20px;
	color: #013260;
	display: block;
	padding-bottom: 10px;
}

img.screencap {
	position: relative;
	float: left;
	top: -10px;
	height: 100px;
	width: 120px; 
	margin-right: 15px;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
}

.container span.datejournal {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.container span.venue {
	font-size: 12px;
	font-style: italic;
}

/* The following is added by Arthur 2010-07-03. We're going to use index.css for all pages so as to avoid duplication; #data is the name for long-page DIVs */

img.large-page-image {
	position: relative;
	float: right;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#data {
	width: 900px;
	margin: 0 auto 0;
	background: #d9e2ea;
	padding: 24px;
	padding-left: 38px;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 16px;
	}

div#data h1 {
	font-family: "Georgia", serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: black;
	padding-top: 5px;
	padding-bottom: 25px;
}

div#data h2 {
	font-family: "Georgia", serif;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	color: #004c92;
	padding-top: 25px;
	padding-bottom: 5px;
}

div#data p {
	font-family: "Georgia", serif;
	font-size: 16px;
	line-height: 25px;
	color: #003a50;
	text-align: left;
	padding-bottom: 15px;
}

div#data .description {
	font-style: normal;
	margin-left: 120px;
}

div#data .speaking-description {
	font-style: normal;
}

div#data img.main {
	position: relative;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

div#data img.post {
	position: relative;
	float: left;
	top: 20px;
	height: 80px;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 15px;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
 	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px;
}
