/*
---------------------------------------

Table of Contents:

General Styles
Header
Main Content
Footer
No Vacancy
Previous Speakers

---------------------------------------
*/


/* General Styles
--------------------------------------------------------------------------------*/
body {
	background-color: #5590cc;
}
.mobileOnly {
	display: none;
}
.screenOnly {
	display: inline-block;
}
#pageWrap, header, #main, footer {
	margin: 0 auto;
	width: 980px;
}
#pageWrap {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 6px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearfix {
	clear: both;
}
p.center {
	text-align: center;
}
p.last {
	margin-bottom: 0;
}
.small {
	font-size: 14px;
}
/* Header
--------------------------------------------------------------------------------*/
header {
	width: 978px;
	background-color: #fff;
	background-position: center top;
	padding-bottom: 20px;
	border-radius: 6px 6px 0 0;
	border: 1px solid #fff;
}
header p {
	line-height: 24px;
	margin-bottom: 0;
}
#titleDivider {
	margin: 0 10px;
	color: #ccc;
}

/* Main Content
--------------------------------------------------------------------------------*/
#main {
	width: 920px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	padding: 0 30px 20px;
}
h1 {
    font-size: 26px;
    margin-bottom: 5px;
}
#main h2 {
    font-size: 21px;
	margin-bottom: 1px;
}
.register {
	float: right;
	width: 280px;
    margin: 0 0 20px 0;
}
.colA {
	float: left;
	width: 590px;	
}
.colB {
	float: right;
	width: 300px;
}
.colC {
	float: left;
	width: 590px;	
}
.colD {
	float: left;
}
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
	clear: both;
}
.register1 {
	width: 100%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main #banner-slide {
    margin-bottom: 20px;
}
ul {
    margin-bottom: 20px;
}
#main h2.screenBorder {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: 10px;
}
.title {
	font-size: 16px;
}
img#wohns, img#nwosu {
	float: right;
	margin-left: 20px;
}
#wohnsBio, #nwosuBio {
	float: left;
}
article#wohnsBio, article#nwosuBio {
	max-height: 382px;
}
div.colC a {
	float: left;
}
div.colC a.clearFloat {
	float: none;
}
.gradient {
	float: left;
	width: 590px;
}
h2#fees {
    margin: 0 0 10px;
}
table {
	float: left;
	width: 590px;
	margin-bottom: 24px;
}
p#include {
	width: 290px;
	float: right;
}
ul#includeList {
	width: 270px;
	float: right;
	padding-left: 0;
}
p#register2 {
	clear: both;
}
p#register2 .register {
	float: none;	
	margin: 0 auto 1.5em;
    width: 86%;
    font-size: 21px;
    line-height: 32px;
}
#main #speakers {
	margin-bottom: 16px;
}
ul.invitedSpeakers.listA {
	float: left;
	margin-right: 30px;
	margin-top: 0;
	min-width: 390px; /* added for when only two names in list */
}
.invitedSpeakers.listB {
	float: left;
	min-width: 390px;
}
/*img#keynote-1, img#keynote-2 {
	float: left;
	width: 47.6%;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}*/
img#keynote-2025 {
	margin-top: 5px;
	margin-right: 20px;
	float: left;
}
.keynote-break {
	height: 16px;
}
#accreditation {
	padding-top: 30px;
}
h2#summer {
	margin: 21px 0 16px;
}
img#horseback {
    margin: 0 0 20px 20px;
	width: 25%;
}
h2#transportation {
	margin: 4px 0 16px;
}
img#cascade {
    margin: 0 20px 20px 0;
	width: 25%;
}

/* Footer
--------------------------------------------------------------------------------*/
footer {
}
footer p#copyright {
	margin-bottom: 0;
}

/* No Vacancy
--------------------------------------------------------------------------------*/
#noVacancy {
	background-color: #fee5dc;
	padding: 20px;
	margin-bottom: 20px;
}
.altLodging {
	font-style: normal;
	margin-bottom: 16px;
	float: left;
}
.altLodging.first {
	margin-right: 60px;
}
#noVacancy p.last {
	clear: both;
}

/* Previous Speakers
--------------------------------------------------------------------------------*/
.previous h1 {
	margin-bottom: 16px;
}
a.buttonA {
	font-size: 14px;
}
.previous dd {
	width: 94%;
}