/* Reset CSS */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* Structure */
#wrapper {
	width: 640px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-bottom: 120px;
}
#header {
	height: 240px;
	background-image: url('img/header.png');
}
#header.long {
	height: 320px;
}
#header #menu {
	padding-top: 22px;
	
}
.menuitem {
	width: 80px;
	height: 30px;
}
#menu_01 {
	position: relative;
	left: 0px;
	top: 0px;
}
#menu_02 {
	position: relative;
	left: 80px;
	top: -30px;
}
#menu_03 {
	position: relative;
	left: 160px;
	top: -60px;
}
#menu_04 {
	position: relative;
	left: 240px;
	top: -90px;
}
#menu_05 {
	position: relative;
	left: 400px;
	top: -120px;
}
#menu_06 {
	position: relative;
	left: 480px;
	top: -150px;
}
#menu_07 {
	position: relative;
	left: 560px;
	top: -180px;
}
#headingtext {
	display:none;
}
#content {
	margin-top: 5px;
}
#column_01 {
	float:left;
	width: 300px;
	padding-right: 20px;
}
#column_01_wide {
	float:left;
	width: 460px;
	padding-right: 20px;
	
}
#column_02 {
	float: left;
	width: 155px;
	padding-right: 5px;
}
#column_03 {
	float:left;
	width: 155px;
	padding-right: 5px;
}
.clear {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#column_01 img.icon {
	padding-bottom: none;
	margin-bottom: -3px;
}
#column_03 img {
	padding-bottom: 8px;
}
#decoration {
	float:right;
	width: auto;
	padding-top: 40px;
}
/* Speakers Menu */
#speakers_menu {
	margin-top: 5px;
	font-size: 11px;
	line-height: 12px;
}
.speakers_menu_a {
	display: block;
	float: left;
	width: 106px;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-color: transparent;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
.active_speaker {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:.9999;
}
#speakers_menu span {
	display: block;
}
.line_2 {
	font-weight: bold;
	color: black;
}
.line_3 {
	color: black;
}
#a_bichard {
	background-image: url('images/people/small/bichard.jpg');
}
#a_buchanan {
	background-image: url('images/people/small/buchanan.jpg');
}
#a_downs {
	background-image: url('images/people/small/downs.jpg');
}
#a_irwin {
	background-image: url('images/people/small/irwin.jpg');
}
#a_vaughan {
	background-image: url('images/people/small/vaughan.jpg');
}
#a_triggs {
	background-image: url('images/people/small/triggs.jpg');
}
#speakers_menu h2, #speakers_menu h3, #speakers_menu p, #speakers_menu br {
	margin: 0px;
	padding: 0px;
}

/* Popup messages */
.msg {
	padding: 10px;
	color: white;
	background-color: black;
}
.msg a:hover {
	color: white;
	text-decoration: underline;
}

/* Speakers Content */
.speakers_content {
	clear: left;
	padding-top: 30px;
	margin-bottom: 30px;
}
#bio {
	width: 310px;
	float:left;
}
#abstract {
	width 290px;
	margin-left: 330px;
	background-image: url('images/corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: black;
	color: white;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#abstract h3 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 30px;
}
#bio h2 {
	color: black;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#bio h3 {
	font-weight: bold;
	font-size: 14px;
	color: gray;
}
#bio p.date {
	color: gray;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
span.close {
 color: gray;
 font-style: italic;
 font-weight: normal;
 font-size: 12px;
}
/* End Structure */

/* Colours & Type */
body.black {
	background-color: black;
	color: white;
}
body {
	background-color: white;
	color: black;
}
body.black #header {
	background-image: url('images/header_black.gif')
}
#header {
	background-image: url('images/header_white.gif')
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-variant: normal;
	line-height: 16px;
	letter-spacing: -0.01em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#content p, #content ul {
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}
#column_02, #column_03 {
	font-size: 11px;
	line-height: 14px;
}
#column_02 p, #column_03 p{
	margin-bottom: 8px;
	letter-spacing: 0.05em;
}
#column_02 h2, #column_03 h2 {
	font-size: 11px;
	line-height: 14px;
}
.menuitem {
	color: gray;
	font-size: 10px;
	line-height: 12px;
}
a, a:link, a:visited {
	color: gray;
	text-decoration: none;
}
#menu a, #menu a:link, #menu a:visited {
	color: gray;
	text-decoration: none;
}
body.black #menu a.current {
	color: white;
}
#menu a.current {
	color: black;
}
body.black a:hover {
	color: white;
}
body a:hover {
	color: black;
}
#content ul {
	padding-left: 15px;
	list-style: square;
}
strong{
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	border: none;
	border-top: dotted 1px black;
	padding-top: 20px;
	padding-bottom: 10px;
}
/* End Colours & Type */

/* Tables */
table {
	margin-bottom: 35px;
	border-collapse: collapse;
}
tr {
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
}
tr:hover {
	background-color: #eeeeee;
}
td {
	vertical-align: top;
	padding: 2px;
	margin: 0;
}
#content table p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* Clusters */
.clusters {
	margin-top: 20px;
	padding-top: 15px;
}
.cluster{
width: 305px;	
}
#cluster1, #cluster3, #cluster5 {
float: left;
clear: both;;
}
#cluster2, #cluster4, #cluster6 {
float: right;
}
.clusters h3 {
	color: black;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
}



/* Clear... we hate you but what would we do without you? */
.clear {
	clear: both;
}
#sidebar li, #sidebar ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left:0;
}
#sidebar ul {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.post {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: black 1px dotted;
}

/* For Comments */
#commentlist .alt {
	background-color: black;
	color: white;
}
#commentlist li {
	padding: 5px;
	background-color: white;
}
#commentlist {
	padding: 5px;
	background-color: #cccccc;
}
#commentbox h3 {
	text-transform: uppercase;
	font-weight: bold;
}
#commentbox p {
	margin: 0px;
}
#replyarea {
	background-color: #cccccc;
	padding: 10px;
}
textarea#comment {
	width: 100%;
	background-color: #eeeeee;
	border: none;
	margin-top: 5px;
}

#commentlist .alt a, #commentlist .alt a:link, #commentlist .alt a:hover, #commentlist .alt a:visited{
	color: white;
}
#replyarea a, #replyarea a:link, #replyarea a:hover, #replyarea a:visited{
	color: black;
	text-decoration: underline;
}
#submit {
	margin-top: 10px;
}
#commentbox	{
	margin-bottom: 20px;
}
blockquote {
	padding-left: 10px;
}