@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	background: #fff;
	font: 11px Arial, Garamond, sans-serif;
	line-height: 1em;
	color: #333;
}
header {
	font-family: Helvetic, Arial, "sans serif";
	font-weight: 200;
	width: 100%;
}

header img {
	display: none;
}


nav {
	width: 100%;
	font: 200 Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 0;
}

nav ul {
	list-style: none outside none;
	margin: 0;
}

nav li {
	float: none;
	margin: 2px;
	text-align: center;
	text-transform: none;
	border: 1px;
	border-color: #000;
}

nav a {
	color: #000;
	vertical-align:text-top;
	text-decoration: none;
}
nav a:hover { color: #999; }


ul.dropdown                         { position: relative; padding: 0px;}
ul.dropdown li                      { font-weight: 400;
font-size: 1.2em; float: left; zoom: 1; background: #fff; margin: 0px 3px 0px 0px; ; padding: 0px 5px; }


h1 {
	color: #000;
	font-size: 2em;
	display: block;
	font-weight: 200;
	line-height: 0
.em;
	margin: 5px 0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	;
}
h2 {
	margin: 0 0 1em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 0 0;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin: 15px 0;
	line-height: 150%;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0;
	color: #333;
}
h4 a {
	text-decoration: none;
}

h4 a:hover {
	color: #999;
}

h5 a {
	font-family: 'Open Sans', 'Titillium Web', 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: #4B89D0;
}

footer { font-size: .85em; color: #9ba0bd; background-color: #fff; padding: 10px 10px 10px 0px; }

.page {
	width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

.clear {
	clear: both;
}
 .highlight {
	/* [disabled]background-color: #F5F3F6; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: center;
	width: 90%;
	margin: 20px auto;
	padding: 15px;
	float: left;
	border-top: 1px inset #050;
	border-right: 0px none #050;
	border-bottom: 1px double #050;
	border-left: 0px none #050;
}
#sidebar {
	display: inline-block;
	position: relative; 
	border: solid 1px;
	float: none;
	width: 100%;
	margin: 5px auto;
	padding: 5px;
	background-color: #FFFFCC;
	font-family:  Arial, sans-serif;
	font-size: 1em;
}

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; }

article {
	padding: 0px;
	margin: auto;
	width: 90%;
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	line-height: 150%;
}
article p {
	line-height: 150%;
}

.committee  ul{
	width: 100%;
	list-style: none;
}

.committee  ul li{
	float:left;
}


.event img {
	display: none;
}
.photo_container {
	width: 90%;
	height: auto;
	padding: 0px 0px 0px 15px;
}


.photo_container img {
	float: left;
	border-style: none;
	width: 107px;
	height: 150px;
	padding: auto;
	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-size: 0.7em;
	margin: 0 5% 0 5%;
	text-align: center;
}
#confchairs ul {
	display: compact;
}
#confchairs ul li {
	float: none;
	list-style: none;
	text-align: left;
	padding: 0px 1px 0px 0px;
	width: 33%;
}
#confchairs ul li h4 a {
	font-size: smaller;
}


#BoulderPhot{display:none;
			height:0px;
			
}
#BoulderPhot div { display:none; }

	@-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 {display: none;
    }
	
	
#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 {
			display: none;
}


#container {
	width: 90%;
	display: block;
}

#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;
}
#keynotes {
	display: block;
}
#keynotes a {
	font-family: 'Open Sans', 'Titillium Web', sans-serif;
}
.indent {
	padding-left: 15px;
}
#cfp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 800px;
}

#sessions {
	width:100%;
	padding: 10px;
	display: inline-block;
}

	
	
#schedule {
	width:100%;
	padding: 5px;
	margin: 3px  5px;
	display: block;
	font-size: 12px;
	background: #fff;
}

#schedule .timeslot {
	font-size: 11px;
}

#schedule .title {
	font-size: 11px;
}