/*------------------------------------
	COLOUR REFERENCE
------------------------------------*/
/*

BLACK:	#231E20
	

*/

/*------------------------------------
	CSS RESET
------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*------------------------------------
	STRUCTURE ELEMENTS							
------------------------------------*/

body {
	font: 13px/1.6em Helvetica, Arial, sans-serif;
	background:#EC8324 url('../images/bgYellow.jpg') no-repeat fixed center top;
}

header, #navigation, footer {
	width: 940px;
	margin: 0 auto;
}

nav {
	background-color: #231E20;
	width: 100%;
	padding-bottom: 25px;
}

article, article a {
	color: #fff;
	color: rgba(255, 255, 255, 0.75);
}

	article p, article ul {
		margin-bottom: 15px;
	}
	
	article a {
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		border-bottom-color: rgba(255, 255, 255, 0.5);
	}
	
		article a:hover {
			border-bottom: none;
			color: #fff;
		}
	

/*------------------------------------
	HEADER ELEMENTS
------------------------------------*/

h1 a {
	text-indent: -9999px;
	background:transparent url('../images/logo.png') no-repeat left top;
	height: 105px;
	width: 660px;
	margin: 20px 0;
	display: block;
}

h2 {
	margin: 80px 0 20px;
	text-indent: -9999px;
}

	h2#headerInformation {
		width: 455px;
		height: 160px;
		background: url('../images/headerInformation.png') no-repeat left top;
	}
	
	h2#headerRegistration {
		width: 284px;
		height: 74px;
		background: url('../images/headerRegistration.png') no-repeat left top;
	}
	
	h2#headerSponsors {
		width: 470px;
		height: 74px;
		background: url('../images/headerSponsors.png') no-repeat left top;
	}
	
	h2#headerSchedule {
		width: 193px;
		height: 30px;
		background: url('../images/headerSchedule.png') no-repeat left top;
		position: relative;
		top: 110px;
	}
	
	h2#headerTravel {
		width: 437px;
		height: 30px;
		background: url('../images/headerTravel.png') no-repeat left top;
		position: relative;
		top: 70px;
	}
	
	h2#headerContact {
		width: 466px;
		height: 31px;
		background: url('../images/headerContact.png') no-repeat left top;
		position: relative;
		top: 110px;
	}
	
h2+img {
	float: right;
	position: relative;
	top: 80px;
}
	#headerRegistrationImage {
		top: 45px;
	}
	
	#headerScheduleImage {
		top: 60px;
	}
	
	#headerTravelImage {
		top: 30px;
	}
	
h3 {
	font: bold 17px/1.5em Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	color: #fff;
	
}

h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 16px 0 10px;
	color: #BC452D;
	display: block;
	width: 460px;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
	
}

h5 {
	font-weight: bold;
	margin-bottom: 10px;
}	

em {
	color: #fff;
}

.showBullets {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 11px;
}

.travelEmphasize, .sponsorEmphasize {
	margin: 0;
	padding: 0;
	color: #d6d6d6;
	color: rgba(255, 255, 255, 1);
	
}

::selection { background:#EC8324; color:#F5CA41; }
::-moz-selection { background:#EC8324; color:#F5CA41; }
::-webkit-selection { background:#EC8324; color:#F5CA41; }

/*------------------------------------
	NAVIGATION
------------------------------------*/

#navigation {
	background-color: #231E20;
	font-size: 12px;
}

	#navigation li a{
		color: #7F7F7F;
		padding-top: 15px;
		margin-top: 30px;
		border-top: 1px solid #7F7F7F;
		width: 140px;
		display: block;
		text-decoration: none;
	
		/*firefox transitions*/
		-moz-transition-property: border-top, color; /*which property to animate*/
		-moz-transition-duration: 0.3s;  /*how long the change should take*/
	
		/* for the sake of cross browser compatibility lets include this as well */
		/*chrome&safari transitions*/
		-webkit-transition-property: border-top, color;
		-webkit-transition-duration: 0.3s;
	
		/*opera transitions*/
		-o-transition-property: border-top, color;
		-o-transition-duration: 0.3s;
		
		/*standard*/
		transition-property: border-top, color;
		transition-duration: 0.3s;
	}
	
	#navigation li a:hover {
		color: #fff;
		border-top: 1px solid #fff;
	}
	
	#navigation li {
		display: block;
		float: left;
		margin-right: 20px;
	}
	
	#navigation li:nth-child(6) {
		margin-right: 0px;
	}
	
/*------------------------------------
	ARTICLE / SECTION
------------------------------------*/
	
#sectionHeader {
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#col {
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	padding: 70px 0;
}

	#col-3 {
		margin-top: 20px;
	}

.speakersImg {
	margin-top: 20px;
	width: 220px;
	height: 220px;
}
	.caption {
		font-size: 11px;
	}
	
#headerIndexImage {
	position: relative;
	bottom: -37px;
	margin-top: 35px;
}


#scheduleVenues a {
	border: 0;
}
#scheduleVenues li img {
	margin-right: 20px;
	display: block;
	float: left;
}
	#scheduleVenues li:last-child img {
		margin: 0;
	}
		
/*------------------------------------
	TABLE ELEMENTS							
------------------------------------*/

article table {
	width: 940px;
	font-size: 12px;
}

article tr {
	
}
	
	article tr:nth-child(odd) {
		background-color: #231E20;
	}

article td, article th {
	padding: 10px;
}
	
	.tableContentTitle, .tableContentDesc {
		float: left;
		display: block;
	}
	
	.tableContentDesc {
		float: right;
	}
	
article th {
	color: #fff;
	font: bold 14px/1.5em Helvetica, Arial, sans-serif;
	background-color: #231E20;
}

#scheduleTable {
	margin: 70px 10px;
	display: inline-table;
}
	
	#scheduleTable tr {
		border-bottom: 1px dotted #fff;
		border-bottom-color: rgba(255, 255, 255, 0.5);
		background-color: transparent;
		
	}
	
	#scheduleHead th, .scheduleTime, .scheduleAug19, .scheduleAug20, .scheduleAug21, .scheduleAug22, .scheduleAug23 {
		width: 140px;
		text-align: center;
		margin: 0;
		padding: 5px 20px;
	}
	
		#scheduleHead th {
			padding: 10px 20px;
		}
	
	.scheduleTime {
		text-shadow: 0px 1px 1px #BC452D
	}
	
	.scheduleSpeaker {
		background-color: #737373;
	}
	
	.scheduleLunch, .scheduleCoffee {
		background-color: #231E20;
	}
	
	.scheduleMisc {
		background-color: #4FAEB2;
	}

/*------------------------------------
	LIGHTBOX (NOT RECOMMENDED TO EDIT)
------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*------------------------------------
	FORM ELEMENTS
------------------------------------*/

form li {
	margin-bottom: 5px;
	width: 460px;
}

label {
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 140px;
	color: #fff;
}

input, select, textarea {
	border: none;
	background-color: rgba(255, 255, 255, 0.5);
	color: #231E20;
	padding: 4px 5px;
	outline: none;
	width: 220px;
	font: 11px/1em Helvetica, Arial, sans-serif;
}

.formButton {
	background-color: #fff;
	width: 65px;
	float: none;
	margin: 15px 5px 0 0;
	background-color: rgba(255, 255, 255, 0.75);
}

.formButton:hover {
	background-color: #231E20;
	background-color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	color: #fff;
}

/*------------------------------------
	FOOTER
------------------------------------*/
	
footer {
	width: 100%;
	background-color: #231E20;
	color: #fff;
	margin-top: 30px;
	font-size: 11px;
	text-indent: -9999px; /*remove when sponsors added */
}

	#footerLinks {
		width: 940px;
		margin: 0 auto;
	}
	#footerLinks ul {
		width: 220px;
		margin-right: 20px;
		float: left;
		padding: 30px 0;
	}.left {
	text-align: left;
}
