@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	background: #fff;
	font-size: 14px;
	font-family: 'Open Sans', 'Alef',  sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
}

header {
	font-family:  'Alef',  Arial, "sans serif";
	font-weight: 400;
	width: 80%;
	display: block;
	float: left;
}
header h1 {
	font-family:  'Alef',  Arial, "sans serif";
	font-weight: 400;
}
nav {
	width: 100%;
	font: 600 1.2em 'Open Sans', 'Open Sans Condensed', Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}

nav ul {
	list-style: none outside none;
	margin: 0;
}

nav li {
	float: left;
	margin: 1px;
	text-align: center;
	text-transform: uppercase;
}

nav a {
	color: #000;
	vertical-align:text-top;
	text-decoration: none;
}
nav a:hover { color: #000; }

/* 
	DROPDOWN MENU INFORMATION
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: normal; float: left; zoom: 1; background: #fff; margin: 0px 15px 0px 0px; ; padding: 0px 12px; }
ul.dropdown a:hover		            { background: #F3CF17; color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 0px 0px; color: #999; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3CF17; color: #fff; position: relative; }
ul.dropdown li.hover a              { color:#fff; }
ul.dropdown li a:active                { color:#eee;   }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;  padding: 0px; }
ul.dropdown ul li 					{ font-weight: normal; background:#eee; color: #F3CF17; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


h1 {
	color: #000;
	font-size: 2em;
	display: block;
	font-weight: 300;
	line-height: 0
.em;
	margin: 5px 0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
	;
}
h2 {
	margin: 0 0 1em 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 0 0;
}
h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.4em;
	margin: 25px 0 15px 0;
}
h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: #333;
}

#outdoor img {
	margin: 0px;
}

h5 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #333;
}
table {border: none;
}

tr {
	line-height: 1.1em;
}
td {
	margin: 2px;
	padding: 5px;
}
.hotel {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
}
.hotel h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0;
	color: #333;
	padding-top: 15px;
}
h4 a {
	text-decoration: none;
}

h4 a:hover {
	color: #999;
}

h5 a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 0;
	color: #333;
	text-decoration: none;
	
}

p {
	margin: 0.5em 0 0 0;
	color: #555;
	line-height: 1.3em;
}


a {
	color: #0975BE;
	text-decoration:none; 
}

footer { font-size: .8em; 
color: #9ba0bd; background-color: #fff; 
padding: 10px 10px 10px 0px; 
font-family: 'Alef',  Arial, "sans serif";
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

.clear {
	clear: both;
}
 .highlight {
	/* [disabled]background-color: #F5F3F6; */
	font-family: 'Alef', Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: center;
	width: 100%;
	margin: 20px auto;
	padding: 15px 0px;
	float: left;
	border-top: 1px double #ccc;
	border-right: 0px none #050;
	border-bottom: 1px double #ccc;
	border-left: 0px none #050;
}
 .calls {
	/* [disabled]background-color: #F5F3F6; */
	font: 600 1.2em 'Open Sans', 'Open Sans Condensed', Helvetica, sans-serif;
	font-size: .9em;
	line-height: 150%;
	text-align: center;
	width: 100%;
	margin: 5px 5px 5px 25px;
	padding: 0px;
	float: left;
}
#sidebar {
	float: right;
	position: absolute; 
	right: 0px;
	top: 5px;
	border: none;
	width: 24%;
	margin: 0px;
	padding: 15px;
	background-color: #FFFFCC;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.8em;
	box-shadow: 0px 3px 3px #ccc;
}

#sidebar h4 {
	margin: 2px;
	padding: 0px;
}

a.cta { 
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
 }
a.cta:hover { background-position: right -50px; }

.maincontent {
	flost: left;
	padding: 0px;
	margin: 20px auto 50px auto;
	width: 80%;
	line-height: 150%;
}


.committee  ul{
	width: 100%;
	list-style: none;
}

.committee  ul li{
	float:left;
}

.photo_container {
	width: 320px;
	height: 175px;
	padding: 0px 0px 0px 15px;
}

img {
	margin: 5px;
	padding: 0px;
	border: none;
}
.event img {
	margin: 5px;
	padding: 3px;
	border: solid 1px;
}

header img {
	margin: 0 20px 0 0;
}


.photo_container img {
	float: left;
	border-style: none;
	width: 107px;
	height: 150px;
	padding: 0 21px 0 20px;
	text-align: center;
}

.photo_container h3 {
	line-height: 1.2em;
	font-size: 1.3em;
}

.horizbar {
	border-top: 3px solid #4B89D0;
	box-shadow: 0px 3px 2px #888888;
	height: 0;
	margin: 10px 0;
}

.footerbar {
	border-top: 2px solid #4B89D0;
	box-shadow: 0px 2px 3px 0px #888888;
	height: 0px;
	margin: 10px 0;
	color: #92BED0;
}

.credits {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin: 0 0 0 50px;
}

.clear-fix { clear: both; line-height: 1px; }

#confchairs {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 0.9em;
	margin: 0 5% 0 5%;
	text-align: center;
}
#confchairs ul {
	display: compact;
}
#confchairs ul li {
	float: left;
	list-style: none;
	text-align: left;
	padding: 0px 1px 0px 0px;
	width: 33%;
}
#confchairs ul li h4 a {
	font-size: smaller;
}


#BoulderPhot{position:relative;
			height:210px;
			width:980px;
			margin:20px 0 0 0;
}
#BoulderPhot div {position:absolute; }

	@-webkit-keyframes cf4FadeInOut {
		0%  {opacity:1;}
		12% {opacity:1;}
		14% {opacity:0;}
		98% {opacity:0;}
		100%{opacity:1;}
	}
	@-moz-keyframes cf4FadeInOut {
		0% {opacity:1;}
		12% {opacity:1;}
		14% {opacity:0;}
		98% {opacity:0;}
		100% {opacity:1;}
	}
	@-o-keyframes cf4FadeInOut {
		0% {opacity:1;}
		12% {opacity:1;}
		14% {opacity:0;}
		98% {opacity:0;}
		100% {opacity:1;}
	}
cf4FadeInOut {
		0%  {opacity:1;}
		12% {opacity:1;}
		14% {opacity:0;}
		98% {opacity:0;}
		100% {opacity:1;}
	}
	
#BoulderPhot div {position:absolute; 
	-webkit-animation-name: cf4FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 42s;

	-moz-animation-name: cf4FadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 42s;

	-o-animation-name: cf4FadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 42s;

	animation-name: cf4FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 42s;
    }
	
	
#BoulderPhot div:nth-of-type(1) {
			-webkit-animation-delay: 0s;
			-moz-animation-delay: 0s;
			-o-animation-delay: 0s;
			animation-delay: 0s;
		}
	
#BoulderPhot div:nth-of-type(2) {
			-webkit-animation-delay: 6s;
			-moz-animation-delay: 6s;
			-o-animation-delay: 6s;
			animation-delay: 6s;
		}
	
#BoulderPhot div:nth-of-type(3) {
			-webkit-animation-delay: 12s;
			-moz-animation-delay: 12s;
			-o-animation-delay: 12s;
			animation-delay: 12s;
		}
	
#BoulderPhot div:nth-of-type(4) {
			-webkit-animation-delay: 18s;
			-moz-animation-delay: 18s;
			-o-animation-delay: 18s;
			animation-delay: 18s;
		}
	
#BoulderPhot div:nth-of-type(5) {
			-webkit-animation-delay: 24s;
			-moz-animation-delay: 24s;
			-o-animation-delay: 24s;
			animation-delay: 24s;
		}
	
#BoulderPhot div:nth-of-type(6) {
			-webkit-animation-delay: 30s;
			-moz-animation-delay: 30s;
			-o-animation-delay: 30s;
			animation-delay: 30s;
		}
	
#BoulderPhot div:nth-of-type(7) {
			-webkit-animation-delay: 36s;
			-moz-animation-delay: 36s;
			-o-animation-delay: 36s;
			animation-delay: 36s;
		}
	

	#BoulderPhot div {
	-webkit-animation-name: cf4FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 42s;

	-moz-animation-name: cf4FadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 42s;

	-o-animation-name: cf4FadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 42s;

	animation-name: cf4FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 42s;
    }

#photoCaption {
			font-family: 'Open Sans', Verdana, sans-serif;
			font-size: 12px;
			height:50px;
			width:980px;
			margin:5px 0 0 0;
			text-align: right;
}


#container {
	display: block;
	margin: 10px;
}

#logo {
	background: #FFC;
	border-width: 1px;
	border-style: solid;
	position: fixed;
	top: 10px;
	right: 30px;
	width: 150px;
	text-wrap: normal;
	padding: 5px 5px 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	z-index: 10;
	float: right;
	box-shadow: 3px 3px 3px #aaa;
	border-radius: 13px;
	-moz-border-radius: 13px;
}

#logo a {
	font-size: 0.8em;
}


.workshop {
	border-top: solid 1px;
	line-height: 130%;
	margin:10px;
	padding: 10px 0px;
}

.workshop h4 {
	
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2em;
}


#keynote, #workshopscharrettes {
	float: left;
	width: 100%;
}
#keynote  p {
		font-size: 1.1em;
		line-height: 150%;
}
#keynote a {
	font-family: 'Open Sans', Arial, sans-serif;
}

#sessions {
	padding: 10px;
	float:left;
	display: inline-block;
}
#sessions p {
		font-size: 1em;
		line-height: 150%;
}
#sessions a {
	font-family: 'Open Sans', Arial, sans-serif;
}

#schedule {
	width: 60%;
	margin: 30px 0px 0px 50px;
	padding: 0px 10px;
	float:left;
	border: solid 1px;
	background: #eee;
	
}

#schedule .timeslot {
	width: 40%;
	float:left;
	font-size: 12px;
}

#schedule .title {
	width: 60%;
	float:left;
	font-size: 12px;
	display: block;
}

.invitedsession {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px;
	border-top: solid 1px;
}


.event {
	border-top: solid 1px;
	line-height: 130%;
	margin:10px 0px;
	padding: 10px 0px;
}

.event .leftcol {
	width: 40%; 
	float: left;
}

.event .rightcol {
	width: 40%; 
	float: left;
}
.event h4 {
	
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2em;
}


.indent {
	padding-left: 25px;
}

#cfp {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 800px;
}

#registration h2 {
	margin: 20px 0px;
}

#regPricing {
	display:block;
}

#regPricing .leftCol {
	width:30%;
	float:left;
	display: table-column;
	margin: 0px 5px;
	padding: 0px 3px;
}

#regPricing .midCol {
	width:50px;
	float:left;
	display: table-column;
	margin: 0px 5px;
	padding: 0px 3px;
}


#regPricing .rightCol {
	width:auto%;
	float:left;
	display: table-column;
	margin: 0px 5px;
	padding: 0px 3px;
}