/* ---------------------------------- */
/*  WCC Colours                       */
/*                                    */
/*  Blue        #003F72 (  0/ 63/114) */
/*  Light Blue  #0071bc (  0/113/188) */
/*  Grey-Blue   #42566A ( 66/ 86/106) */
/*  Red         #83001A (131/  0/ 26) */
/*  Dark Grey   #999    (185/185/185) */
/*  Grey        #b9b9b9 (185/185/185) */
/*  Silver-Grey #d9d9d9 (217/217/217) */
/*                                    */
/* ---------------------------------- */

/* ---------------------------------- */
/*  Bulk margin and padding reset     */
/* ---------------------------------- */

* {
	margin: 0;
	padding: 0;
}


/* ---------------------------------- */
/*  Heading and text definition       */
/* ---------------------------------- */

body {
	min-width: 991px;
	max-width: 1920px;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
	font-size: medium;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
}

h1 {
	font-size: 180%;
	color: #003F72;
}

h2 {
	margin: 15px 5px;
	font-size: 160%;
	color: #42566A;
}

h3 {
	margin: 15px 5px;
	font-size: 140%;
	color: #0071bc;
}

h4 {
	margin: 10px 5px;
	font-size: 120%;
	color: #003F72;
}

h5 {
	margin: 0 5px;
	font-size: 110%;
	color: #83001A;
}

p {
	margin: 15px 5px;
	line-height: 125%;
}

a {
	color: #0071bc;
}

a:visited {
	color: #003F72;
}

a:hover {
	color: #83001A;
}

img {
	border: none;
}

/* images as links */
a img {
	padding: 5px;
	text-decoration: none;
}

a:hover img {
	border: #83001A solid 2px;
	padding: 3px;
	text-decoration: none;
}

ul, ol {
	margin-bottom: 20px;
}

ul {
	list-style-type: square;
}

ul ul, ol ul {
	margin-bottom: 10px;
}

ul li {
	margin-left: 22px;
	padding-left: 10px;
}

ul li li {
	margin-left: 16px;
}

ol li {
	margin-left: 25px;
	padding-left: 8px;
}

ol li li {
	margin-left: 16px;
}

table, tr, td {
	text-align: left;
}

fieldset {
	border: none;
}

sup {
	position: relative;
	top: 0.3em;
	left: 0;
	font-size: 70%;
}


/* ---------------------------------- */
/*  Element definition                */
/* ---------------------------------- */

#top {
	width: 960px;
	margin: 0 auto;
	border: #42566A solid;
	border-width: 0 1px 1px 1px;
	background: #fff;
	text-align: left;
}

#header {
	width: 100%;
}

#header h1 {
	padding: 0 1.25em;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
	font-size: 160%;
	font-variant: small-caps;
	color: #003F72;
	letter-spacing: 1px;
}

#header h2 {
	margin: 0;
	font-size: 135%;
	font-weight: normal;
	color: #000;
}

#header h2.left {
	float: left;
}

#header h2.right {
	float: right;
}

#header-image {
	float: left;
	background: #fff;
}

#header-image img {
	display: block;
	border: #b9b9b9 solid;
	border-width: 0 1px 0 0;
	padding: 0 2px 2px 0;
}

#header-logo {
	height: 128px;
	background: #fff url(/images/wcc-masthead-2010-2.png) 259px 0px no-repeat;
	text-align: right;
}

#location {
	height: .1em;
}

#pageheader {
	clear: both;
	height: 50px;
	border: #b9b9b9 solid;
	border-width: 1px 0;
	background: #d9d9d9 url(/images/title-gradient.png) repeat-x;
}

#pageheader h1 {
	float: left;
	padding: 0.25em 0.5em;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: 180%;
	letter-spacing: 0;
}

#date {
	float: right;
	padding: 5px 5px;
	font-size: 90%;
	color: #999;
}

#sidebar {
	float: left;
	width: 25%;
	max-width: 256px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: 90%;
}

#sidebar ul {
	margin: 10px 10px 10px 0;
}

#sidebar ul ul {
	margin: 0;
	width: 100%;
}

#sidebar ul li {
	margin: 0;
	border-bottom: #83001A dotted 1px;
	list-style-type: none;
}

#sidebar ul li.last {
	border: none;
}

#sidebar ul ul li {
	border-top: #83001A dotted 1px;
	border-bottom: none;
	padding-left: 20px;
}

#menu ul li a {
	display: block;
	padding: 5px;
	color: #003F72;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #0071bc;
	text-decoration: underline;
}

#news {
	margin-top: 20px;
	font-size: 90%;
}

#news ul li {
	padding: 5px 15px;
}

#news h2 {
	margin: 0;
	border: #b9b9b9 solid 1px;
	background: #d9d9d9 url(/images/title-gradient.png) repeat-x;
	padding: 3px 6px;
}

#content {
	clear: both;
	float: right;
	width: 75%;
}

#content-inner {
	max-width: 960px;
	margin-bottom: 40px;
	padding: 10px 5px;
}

#title {
	margin: 10px 0 20px 0;
	border-bottom: #b9b9b9 dotted 1px;
	padding: 10px 5px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #83001A;
}

#footer {
	clear: both;
	margin: 30px 0 5px 0;
	border-top: #d9d9d9 dotted 1px;
	padding: 5px;
	font-size: 90%;
	color: #999;
}

#footer img, #footer a img {
	border: none;
	padding: 2px 0 0 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #42566A;
}

#footer a:hover {
	color: #83001A;
}

#footer-left {
	float: left;
	width: 80%;
}

#footer-right {
	float: right;
}

#footer-clear {
	clear: both;
}


/* ---------------------------------- */
/*  Special definitions               */
/* ---------------------------------- */

/* active menu items */
.active {
	font-weight: bold;
}

.active li { /* fix sub-menu items */
	font-weight: normal;
}

/* important text */
.important {
	color: #83001A;
}

/* important text */
.very_important {
	padding: 4px;
	border: #83001A solid 2px;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
	font-weight: bold;
	font-size: small;
}

/* Speakers' Bios */
/*.speaker {
	float: left;
	width: 47%;
	padding: 0 15px 15px 0;
}
*/

.speaker {
	clear: both;
	/*float: left;*/
	/*width: 47%;*/
	padding: 0 15px 15px 0;
}

.speaker img {
	float: left;
}

/*.speaker p {
	text-align: justify;
}*/

/* centred items */
.center {
	text-align: center;
}

/* added top margin */
.margin-top {
	margin-top: 25px;
}

/* Program table styles */
table.program {
	width: 100%;
	margin: 10px 5px;
	border: #003F72 solid;
	border-width: 2px 0;
	border-collapse: collapse;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: 90%;
}

table.program td {
	padding: 10px 5px;
	vertical-align: top;
}

table.program td p {
	margin: 5px 0;
	padding: 0;
}

table.program td.major1, table.program td.minor1 {
	width: 29%;
}

table.program td.major1 {
	font-weight: bold;
}

table.program td.major, table.program td.major1 {
	border-top: #003F72 solid 1px;
}

table.program td.minor, table.program td.minor1 {
	border-top: #b9b9b9 solid 1px;
}

table.program td.minor1 {
	padding-left: 4em;
}

.program td td {
	padding: 0 5px 0 0;
}

.program td td.x3, .program td td.x4 {
	border-left: #b9b9b9 solid 1px;
	padding-left: 5px;
}

.program td td.x3 {
	width: 33%;
}

.program td td.x4 {
	width: 25%;
}

/* slideshow */

#slideshow-outer {
	width: 100%;
	text-align: center;
}

#slideshow {
	margin: 4px auto;
}

#slideshow img {
	display: none;
	margin: 2px;
	border: #999 solid 1px;
	background-color: #d9d9d9;
	padding: 2px;
}

#slideshow img:first {
	display: block;
}


/* -------------------------------- */
/*  Registration styles             */
/* -------------------------------- */

#regForm, .regForm {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: 80%;
}

#regForm input[type='text'] {
	height: 1.5em;
}

#regForm h3, .regForm h3 {
	color: #42566A;
	font-size: 110%;
}

#regForm h4, .regForm h4 {
	font-size: 100%;
}

#regForm p {
	margin-top: 5px;
}

#regForm td, .regForm td {
	padding-right: 5px;
	padding-bottom: 5px;
}

#regForm ul, .regForm ul {
	margin-bottom: 4px;
}

#regForm input[type='text'].dollar-locked {
	width: 94px;
	border: #000000 solid 2px;
	background: #ffffb0;
	text-align: right;
}

#regForm input[type='text'].number {
	width: 94px;
	border: #000000 solid 1px;
	text-align: center;
}


/* -------------------------------- */
/*  Admin list styles               */
/* -------------------------------- */

.participants {
	padding: 5px;
	font-size: 90%;
}

.participants td {
	padding: 5px;
	white-space: no-wrap;
}
	