/* default.css */
/* : : Default Style : : */ 
/* (CC) 2005-2006 John See. All Rights Reserved.             */

/* style globals */
body {
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;		/* spacing at the end of page */
	}

em, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 1.0em;
}

p {
	font: 11px/18px "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	color: #333;
	padding-bottom: 10px; 
	}

a {
	color:#09c;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
a:link {}
a:visited {}
a:hover {
	color: #f60; 
	background-color: #eee; 
	border-bottom: 1px dotted #999;
	}

.unfloat {
    clear:both;
	}

.splitter {
	margin: 0 20px;
	border-top: 1px dashed #aaa;
	}

.title {
	font: normal 13px Georgia, "Times New Roman";
	color: #f60;
	padding-top:3px;
	padding-bottom:5px;
	}

.bigtitle {
	font: normal 17px Georgia, "Times New Roman";
	color: #f60;
	padding-top:0px;
	padding-bottom:8px;
	}

.smalltitle {
	font: normal 10px "Trebuchet MS";
	color: #f60;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	}

li {
	line-height: 18px;
	}

ul {
	margin-top: 3px;
	margin-bottom:5px;
}

ul li.one {
	list-style-image: url("../images/bluediamond.png");
	margin-left:20px;
	padding:0;
	}
ul li.two {
	list-style-image: url("../images/greybox.png");	
	margin-left:40px;
	padding:0;
	}

ol.pub {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
	}		

ol.pub li {
	padding-bottom: 6px;
	line-height: 16px;
}

.instructions {
	font: normal 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
	color: #333;
	background-color: #eee;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	}
	.instructions a,
	.instructions a:active,
	.instructions a:visited {
		border:0;
		font: normal 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
		color: #333;
		background-color: #eee;
		}
	.instructions a:hover {
		color: #09c;
		}

.highlight {
	color: #f60;
	border-bottom: 1px dashed #ccc;
	}

p.in-progress {
	background: url("../images/bluebox.png") no-repeat top left;
	background-position: 0 2px;
	padding-left: 15px;
}

/* container wrap */
#container {
	position: relative;
	width: 650px;
    margin: 0 auto;
	margin-right: auto;		/* for Opera */
	margin-left: auto;		/* for Opera */
	padding-top: 20px;
	background: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align:left; 
	}

/* to specify min-height for Moz-Gecko browsers */
div[id=container] {

	}	

/* header area */
#header {
	margin:0;
	padding: 15px 5px 0px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
	}

	#header-title {
		float: left;
		font: 35px "Trebuchet MS", "Century Gothic", arial, sans-serif; 
		color: #999;
		font-weight: 900;
		}

	#header-caption {
		float:left;
		font: 11px "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		color: #999;
		}

/* style switcher */
#styleswitcher {
	float:right;
	text-align:right;
	color:#999;
	padding: 0 2px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#styleswitcher a {
	font-weight: normal;
}

/* content area */
#content, 
#teaching {
    float: left;
	width: 500px;
	padding: 20px;
	background-color: #fff;
	//overflow: hidden;
	}

#content a,
#content a:active,
#content a:visited {
	font-weight: normal;
	}
#content a:hover {
	background-color: #eee;
	}

#goback {
	text-align:right;
	padding:0; 
	margin:0;
}

#business_card .name p {
	font-weight:bold;
	font-size: 14px;
}

#business_card .details {

}

#intro {
    padding: 10px 0 10px 0;
	background-color: #fff;
	}
span.ind-details {
	text-indent: 0px;
	}


#contact p {
	font-size: 12px;
	}

#personal {
    float: left;
	width: 500px;  /* set to same width as #content */
    padding: 20px; /* set all padding first */
	padding-top: 10px;
	}

#personal img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

#personal .rhs {
	margin-left: 140px; /*  (20+100+20)px */
}

#single-page-content {
	display:none;		/* turn off single-page-style contents */	
}

/* menu area */
#menu {
	float: right;
	width: 110px;
	background-color: #fff;
	overflow: hidden;
	padding-top: 20px;
	font-family:Verdana, Arial, Helvetica;
	}

ul#menulist {
	margin-left: 5px;
	}

ul#menulist li {
	line-height: 16px;
	}

ul#menulist li a,
ul#menulist li a:active,
ul#menulist li a:visited {
	background: url("../images/bluearrow.png") no-repeat center left;
	padding-left: 15px;
	border:0;
	}
ul#menulist li a:hover {
	background: url("../images/grayarrow.png") no-repeat center left;
	color: #000;
	}

/* 'Personal' submenu */

ul#submenulist, 
ul#submenulist li {
	margin-left:5px;
	display: inline;
	}

ul#submenulist li a,
ul#submenulist li a:active,
ul#submenulist li a:visited {
    font-weight: normal;
	font-size: 11px;
	color: #09c;
	background: url("../images/bluebullseye.png") no-repeat top left;
	padding-left: 15px;
	border:0;
	}
ul#submenulist li a:hover {
	color: #f60;
	background-color:#eee;
	}

/* 'Teaching' submenu */

ul#sectionmenu {
	margin:0;
	padding:0;
	}

ul#sectionmenu li a,
ul#sectionmenu li a:active,
ul#sectionmenu li a:visited {
	background: url("../images/orangetick.png") no-repeat center left;
	padding-left: 20px;
	border:0;
	}
ul#sectionmenu li a:hover {
	background: #eee url("../images/orangetick.png") no-repeat center left;
	}

.ramble {
	background-color: #eee;
	padding: 3px 8px;
	}
.johnsays {
	font-weight: bold;
	}


/* Schedule table */

.schedule,
.ann { width: 100%; border: 1px solid #666; }	/* extra dark borders for emphasis */

.schedule td{
	width: 8%;
	border: 1px solid #d1daf1;
	}

.schedule td.class { background-color: #eeeeee; }
.schedule td.chrs { background-color: #cff; }
.schedule td.lunch { background-color: #fc9; }
.schedule td.fyp { background-color: #fcc; }
.schedule td.research { background-color: #df9; }
.schedule td.rest { background-color: #ddf; }

/* Announcement table */

.ann td {
	border:1px solid #d1daf1;
	padding-left: 5px;
	vertical-align: top;
	line-height: 16px;
	}

.ann td.msg,
.ann td.msg a,
.ann td.msg p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
	font-size: 11px;
	}

.ann tr.odd { background-color: #eee; }
.ann tr.even { background-color: #fff; }

.ann td.date { 
	width: 15%; 
	letter-spacing: 0.1em; 
	font-size: 10px;
	}

.ann td.msg { 
	width: 85%;
	padding-right: 5px; 
	padding-bottom: 5px;
	}

td.msg p {
    padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	}


/* research page */
.restitle {
	font: normal 13px "Lucida Sans Unicode", Verdana, Arial;
	color: #09c;
	}

.rescaption {

}

.rescaption p {
	margin-top: 5px;
	font-size: 1em;
	line-height: 15px;
}

.rescollaborator p {
    margin-top: 0px;
}

/* publication page */


/* research area image */
img.desc-l {
    float:left;
	padding:2px;
	border: 3px solid #eee;
	margin-right: 15px;
	margin-bottom: 10px;
	}

/* footer area */
#footer {
	clear:both;
	position:relative;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	}

#footer p {
	padding: 2px 0px 2px 20px;	
	}

/* gallery page */
.photo {
	float: left;	
}

img.reduced {
	width: 200px;	/* scaled down 3.2 times */
	height: 150px;
	margin-right: 50px;
	}

.photodes {
	font: normal 10px "Lucida Sans Unicode", Verdana, Arial;
	padding-bottom: 10px;
}

