/*---------------------------
CSS for: www.kcamcp-conference2007.com

author: Mat Frankum
email: mat@sparks.co.uk
-----------------------------*/

/*------LAYOUT------*/
html {
	font-size:100%;
	}
	
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
#skipNav, #skipBack {
	display:none;
	}

#header {
	height:140px;
	border-bottom:2px #4A3370 solid;
	}
.siteTitle {
	float:left;
	padding-left: 15px;
	}
.headLeft {
	float:left;
	width:150px;
	}
	
#mainContent {
	border:none;
	border-collapse:collapse;
	width:100%;
	clear:both;
	background-color:#FFF;
	border-bottom:2px #4A3370 solid;
	}
#mainContent td {
	vertical-align:top;
	}
	
#navigation, #outlook {
	width:150px;
	font-size:1em;
	}
	
#navigation {
	background-color:#307758;
	width: 200px;
	}
	
#navigation ul, #outlook ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navigation li {
	margin-bottom:2px;
	}
	
#organised {
	text-align:center;
	margin-top:15px;
	color:#4A3370;
	}
#organised li {
	margin-bottom:10px;
	}
	
#content {
	padding:10px;
	font-size:1.2em;
	border-left:2px #4A3370 solid;
	border-right:2px #4A3370 solid;
	}
	
#outlook {
	text-align:center;
	}
	
/*------NAVIGATION------*/
a {
	text-decoration:underline;
	color:#307758;
	}
a:hover {
	text-decoration:none;
	}
	
#navBar a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	padding:2px 5px;
	border:1px #FFF solid;
	background-color:#307758;
	margin:1px;
	}
#navBar a:hover {
	background-color:#4A3370;
	}
	
a.button {
	text-decoration:none;
	padding:2px;
	border-bottom:2px #999999 solid;
	border-right:2px #999999 solid;
	border-top:2px #CCCCCC solid;
	border-left:2px #CCCCCC solid;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	}
a.button:hover {
	border-bottom:2px #CCCCCC solid;
	border-right:2px #CCCCCC solid;
	border-top:2px #999999 solid;
	border-left:2px #999999 solid;
	}
	
/* outlook */
#outlook ul {
	padding:0;
	margin:1px 0 0 0;
	list-style-type:none;
	width:140px; /*optional*/
	}
#outlook a {
	display:block;
	text-decoration:none;
	border:3px solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color:#CCC;
	padding:3px;
	color:#4A3370;
	}
#outlook a:hover {
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
#outlook li {
	text-align:center;
	margin:0 0 10px 0;
	}
	
#organised a {
	background:none;
	border:none;
	}
	
/*------CONTENT------*/
h1 {
	font-size:2.0em;
	color:#4A3370;
	letter-spacing:0.3em;
	}
	
h2 {
	font-size:1.4em;
	color:#307758;
	letter-spacing:0.2em;
	}
	
h3 {
	font-size:1.6em;
	text-align:center;
	}

h4 { /* For paragraph header */
	font-size:1.0em;
	padding-bottom:-14px;
	margin-bottom:-14px;
	}
	
h5 { /* For ul header */
	font-size:1.0em;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h6 { /* side headers */
	font-size:1.0em;
	margin:0;
	padding:0;
	}
	
/*------*/	
em, address {

	}
	
img {
	border:none;
	}
	
/*------*/	
.italic {
	font-style:italic;
	}
	
.clear {
	clear:both;
	}
	
.imageList {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.imageList li {
	display:inline;
	vertical-align:text-top; /* Won't work in FF */
	}
.imageList li img {
	padding-right:20px;	
	}
	
.cc {
	font-size:0.8em;
	}
	
/*----------*/
.committee, .plainInfo {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.committee li em {
	font-style:italic;
	}
/*----------*/
.org {
	margin-bottom:15px;
	}
.adr {
	margin-top:25px;
	}
address {
	display:inline;
	}
	
/* Form info */
label {
	display:block;
	padding:5px 0;
	}
label em {
	float:left;
	width:100px;
	font-style:normal;
	}
input {
	width:180px;
	}
input.checkbox, input.submit, input.reset {
	width:auto;
	}
/* End Form */
	
/*------FOOTER------*/
#footer {
	font-size:1.8em;
	padding:0 0 0 210px;
	margin:0;
	height:40px;
	}
.footerCopyright {
	font-size: .7em;
}

.imagespace img {
	padding: 10px;
}

/*------PROGRAMME------*/
.progDay {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #307758;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
.progRefresh {
	color: #4B4B4B;
	background-color: #B9E3D1;
	font-weight: bold;

}


tbody {
	display:table-row-group;
}

tfoot a {
	display:none;
}
