/* plain.css */
/* : : Plain vanilla, single page : : */ 
/* (CC) 2008-2009 John See. All Rights Reserved.             */

/* style globals */
body {
	margin:0;
	padding:0;
	font-size: medium;
	color: #000;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;		/* spacing at the end of page */
	}

em, i {
    
}

p {
	font-size: medium;
	line-height: normal;
	color: #000;
	padding-bottom: 10px; 
	}

a {
	color:#0000ff;
	font-size: medium;
	font-weight: normal;
	}

a:link, a:visited, a:active, a:hover { text-decoration: underline; }

.unfloat {
    clear:both;
	}

.splitter {
	margin: 0 20px;
	border-top: 1px dashed #aaa;
	}

.bigtitle {
	font-size:xx-large;
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.title, .restitle {
	font-size:large;
	font-weight:bold;
	color: #000;	
	padding-bottom:10px;
}

.smalltitle {
	font-size:large;
	color: #000;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	}

li {
	line-height: normal;
	}

ul {
	margin-top: 3px;
	margin-bottom:5px;
}

ul li.one, ul li {
	list-style:disc;
	margin-left:20px;
	padding:0;
	}

ul li.two {
	list-style:square;	
	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;
}
*/
ul.pub li {
	padding-bottom: 5px;
	line-height: 18px;
}

.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 {
	float: left;
	width: 730px;
	margin-top: 0px;
    margin-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	background: #fff;
	text-align: left; 
}

/* header area */
#header {
	margin:0;
	padding:0
	}

	#top-title {
		display:none;		/* switch off */
	}

	#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:#000;
	padding: 0;
	border: 0;
	
}
#styleswitcher a {
	font-weight: normal;
}

/* content area */
#content, 
#teaching,
#single-page-content {
    float: left;
	width: 700px;
	padding: 20px;
	background-color: #fff;
	//overflow: hidden;
	}

#content a,
#content a:active,
#content a:visited {
	font-weight: normal;
	text-decoration: underline;
	}

#goback {
	text-align:right;
	padding:0; 
	margin:0;
}

#business_card .name p {
	font-weight: bold;
	font-size: 18px;
}

#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 div */
#single-page-content {
	padding-top: 10px;
	padding-bottom: 10px;



}

/* menu area */
#menu {
	display:none;		/* switch off */
	float: right;
	width: 110px;
	background-color: #fff;
	overflow: hidden;
	padding-top: 20px;
	font-family:Verdana, Arial, Helvetica;
	}

#menu {
	display:none /* turn off menu */
}

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%; }

.schedule td{
	width: 8%;
	border: 1px solid #000;
	line-height:normal;
	}

.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 */
table.ann { border: 1px solid #000; }
.ann td {
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	line-height:normal;
	}

.ann td.msg,
.ann td.msg a,
.ann td.msg p {
	font-size: medium;
	}

.ann tr.odd {  }
.ann tr.even { }

.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: normal;
	}

/* Subject schedule table */


/* research page */
p.rescaption {
	font-size: 1em;
	line-height: 15px;
	margin-top: 5px;
	}

/* research area image */
img.desc-l {
	float:left;
	padding:2px;
	border: 3px solid #eee;
	margin-right: 15px;
	margin-bottom: 30px;
	}

/* footer area */
#footer {
	clear:both;
	position:relative;
	margin-top: 10px;
	}

#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;
}

