@charset "utf-8";
/* CSS Document */
/* 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;
}
* {
	margin: 0;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* ============================================== end CSS reset ============================================== */
/* ============================================== regions ============================================== */
html { 
	height: 100%;
	margin-bottom: 1px; 
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	background-position: top;
	background-color:#ffffff;
}
.wrapper {
	min-height: 100%;
	margin: 0px auto;
	width: 800px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 145%;
	background-color:white;
}
header {
	width: 100%;
}
.logo-image-mobile {
	display:none;
}
.logo-image {
	margin: 4px 0 -10px 18px;
	width: 62%;
	z-index:4;
}
nav {
	width:100%;
	height:3.10em;
	line-height: 3.25em;
	color: #cccccc;
	background-color: #0081ba;
	text-align:center;
	text-transform:uppercase;
	text-align: center;
	font-size: 9pt;
}
nav a {
	color: white;
	font-weight: bold;
	margin: 0 .6em;
	text-decoration:none;
}
nav a:active {
	color: #b5d5e1;
}
nav a:hover {
	color: #b5d5e1;
}
article {
	margin: 1em 0 1em .5em;
	/*padding-bottom: 206px;*/
	width: 64%;
	float: left;
	position:relative;
	overflow:visible;
}
#content {
}
#content2 {
	float: left;
	position:relative;
	width: 100%;
	overflow: visible;
}
aside {
	margin: 1em 1px 2em 0;
	float: right;
	clear:right;
	width: 30%;
	height: 100%;
}
.headshot-side {
	width:150px;
}
#right-sidebar {
}
.sidebar-image {
}
.sidebar-image img {
	width:100%;
	margin:0;
	border:none;
}
.sidebar-image-cap {
	margin:.75em 5px 1.25em 2em;
	color:#005175;
	font-size:90%;
	line-height:125%;
	text-align:right;
}
.room {
	margin: .25em 0 .35em 0;
	font-weight: bold;
	font-size: 98%;
}
/* ============================================== footer ============================================== */
footer {
	position: relative;
	margin-top: -226px; /* negative value of footer height */
	height: 232px;
	/*float: none;*/
	clear:both;
	width: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 160%;
	/*padding-bottom:2em;*/
	background-color: #0081ba; 
}
#footer-table {
	width:100%;
	margin: 1em auto;
}
.footer-links {
	float:none;
	padding:2em 2em 0 2em;
}
.footer-links > menu {
	list-style-type:none;
	text-align:right;
}
.footer-links a {
	color: #000;
	font-weight:bold;
}
.footer-links a:hover {
	color: #ffffff;
	text-decoration:none;
}
.footer-links a:active {
	color: #0054a6;
}
.footer-address {
}
address {
	float:none;
	padding:1em;
	text-align:left;
	text-shadow: 1px 1px #456C7F;
	color:white;
	font-weight:bold;
	font-size:1.3em;
}
address a {
	color:white;
	text-decoration:none;
}
address a:hover {
	color:white;
}
address a:active {
	color:white;
}
/* ============================================== end footer ============================================== */
/* ============================================== blocks, headers ============================================== */
p {
	margin-bottom: 1em;
}
ul {
	margin: 0 0 1em 1.5em;
	display:block;
}
.shortbottom {
	margin: 0 0 .5em 1.75em;
	display:block;
	text-indent:-.75em;
}
ol {
	margin: .75em 0 .75em 1.5em;
	display:block;
}
article h1, #content2 h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.05em;
	letter-spacing:-.5px;
	margin:0 0 .5em 0;
	color: #0054a6;
}
article h2, #content2 h2, #right-sidebar h2 {
	font-weight: bold;
	font-size: 130%;
	line-height: 130%;
	color: #0054a6;
	margin: 1em 0 .2em 0;
}
article h3, #content2 h3 {
	font-size: 100%;
	margin: 1em 0 0.7em 0;
	font-weight: bold;
}
article h4, #content2 h4 {
	color: #e76124;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0054a6;
	padding-top: 4px;
}
#right-sidebar h1 {
	color:#333333;
	font-size:150%;
	font-weight:bold;
	line-height:175%;
	border-bottom:solid #0054a6 3px;
	margin:0 0 1em 0;
}
.subtitle {
	margin:0;
}
.fieldLabel {
	color: #305e23;
	font-size: 90%;
	line-height: 125%;
	text-align: right;
	vertical-align: top;
	margin: 2px 6px 1.25em 2em;
}
.inset-grey {
	background-color: #dddddd;
	margin: 0 1em 1em 0;
	padding: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* ============================================== end blocks, headers ============================================== */
/* ============================================== inline ============================================== */
a {
	color: #d25a4a;
	font-weight:bold;
}
a:hover {
	color: #8d1f10;
}
a:active {
	color: #8d1f10;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	color: #8d1f10;
}
h3 a:active {
	color: #8d1f10;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.indent {
	margin-left: 1em;
}
.incidental {
	/*display:none; take away when schedule times allowed*/
	font-size: 98%;
	font-style: italic;
	font-weight: lighter;
	color: #bbbbbb;
}
.incidental a {
	font-size: 98%;
	font-style: italic;
	font-weight: lighter;
	color: #bbbbbb;
	text-decoration: none;
}
.incidental a:hover {
	color: #f2665e;
	text-decoration: underline;
}
.incidental a:active {
	color: #f2665e;
}
.reverse-header {
	width:100%;
	background-color: #ccc;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0 3px 4px;
	margin-top:1.75em;
	margin-bottom:.75em;
}
#session {
	font-size: 100%;
	line-height: 140%;
	width: 490px;
	padding: 0px;
	overflow: visible;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#session h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 115%;
	margin-bottom: 0px;
	color: #f2665e;
}
#session h2 {
	font-weight: bold;
	font-size: 180%;
	line-height: 100%;
	color: #f2665e;
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#session h3 {
	font-size: 110%;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
	font-weight: bolder;
}
#session h4 {
	color: #f2665e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2665e;
	padding-top: 4px;
}
.organizedby {
	margin-bottom: 12px;
	font-size: 96%;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

.tweet-conf {
	height:28px;
	margin: 0 10px -10px 0;
}
/* ============================================== front page ============================================== */
.front-not {
	display:none;
}
.front-photos {
	width:100%;
	margin:1px 0 2em 0;
	overflow:hidden;
}
.front-photos-item {
	float:left;
	width:24.9%;
	height:200px;
	overflow:hidden;
	border-right:1px solid white;
}
.front-photos-item img {
	margin:0;
	vertical-align:top;
}
.front-photos-captions {
	margin:2em 5em 2em 0;
	font-size:80%;
	line-height:1.5em;
	color:#444;
}
.front-text {
	margin: 1em 0 1em 0;
	color:#6e6358;	
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:1.15em;
	line-height:1.5em;
}
.front-conference-date {
	font-size: 1.15em;
	font-weight: bold;
	font-style: normal;
	margin: 1em 0;";
}
.front-conference-location {
	font-size: 110%;
	font-weight:bold;
	margin:0 0 1em 1.5em;
}
.front-conference-committee {
	font-size:.9em;
}
.front-hash {
	margin:0 0 18px 0;
	font-size:180%;
	font-weight:bold;
	color:#333333;
	text-align:right;
}
.front-hash a {
	text-decoration:none;
	color:#0081ba;
}
.front-hash a:hover {
	color:#d25a4a;
}
/* ============================================== schedule ============================================== */
.schedcell {
	padding-bottom:.5em;
}
.timecell {
	width: 6em;
	display:block;
	margin:0 10px 0 0;
	padding-bottom:.5em;
}
.timecell2 {
	display:none;
}
/* ============================================== sessions ============================================== */
.conference-session-table {
	width:98%;
}
.conference-session-monday {
	float:left;
	width:48%;
}
.conference-session-tuesday {
	float:right;
	width:48%;
}
.sessiontype_present {
	font-size:80%;
	margin:0;
	color:#060;
}
.sessiontype_salon {
	font-size:80%;
	margin:0;
	color:#f00;
}
.session-resources {
	margin:1em 0 1em 0;
}
.session-resources li {
	margin:0 0 .5em 0;
}
.infoLabel {
	color: #666666;
	font-size: 96%;
	font-weight:100;
	line-height: 125%;
	margin: .5em .25em .75em .75em;
	text-align:justify;
}
nav#session-link {
	display:none;
}
/* ============================================== preconference ============================================== */
.precon-header {
	padding-top:.75em;
}
.precon-header a {
	color:#0054a6;
	text-decoration:none;
}
.precon-header a:hover {
	text-decoration:underline;
}
.precon-header a:active {
}
/* ============================================== speakers ============================================== */
.speaker-block {
	margin-bottom:2em;
}
.headshot {
	float: left;
	width:150px;
	margin-top:6px;
	margin-right: 12px;
	border: 1px solid #666666;
}
.headshot-side {
	float: left;
	width:100px;
	margin-top:6px;
	margin-right: 12px;
	border: 1px solid #666666;
}
.two-star-photo {
	width:70%;
}
/* ============================================== funders ============================================== */
.funder-block {
	float:left;
	width:50%;
}
.funder-block-header {
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	font-weight: bold;
}
.funder-logos-block {
	float: right;
	margin: 1em 0 0 1em;
	width: 40%;
}
.funder-logos-block > img {
	display: list-item;
	margin: 0 0 2em 0;
	width: 95%;
	max-width: 250px;
	clear: both;
}
img.half-wide {
	width:50%;
}
/* ============================================== registration ============================================== */
.registration-rates {
	width:75%;
	padding: 2px 0 2px 10px;
}
p.hanging-para {
    padding-left: 1em ;
    text-indent: -1em ;
}
.regbutton {
	display:block;
	width:28%;
	margin: 1.15em 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.15em;
	font-weight:normal;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	padding: .75em 2em;
	background: #9A2211;
	background: -moz-linear-gradient(
		top,
		#d25a4a 0%,
		#8d1f10);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d25a4a),
		to(#8d1f10));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #8d1f10;
}
.regbutton:hover {
	color: #ffffff;
	text-decoration:none;
	background: #8d1f10;
	background: -moz-linear-gradient(
		top,
		#8d1f10 0%,
		#d25a4a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8d1f10),
		to(#d25a4a));
}
/* ============================================== support ============================================== */
.support-conference-committee {
	float:none;
	clear:both;
	margin:0 0 1.75em 0;
}
.support-bod-left {
	float:left;
	width:48%;
	margin-bottom:1.5em;
}
.support-bod-right {
	float:right;
	width:48%;
	margin-bottom:1.5em;
}
.support-staff {
	float:none;
	clear:both;
}
.bod-org {
	margin-left:1em;
}
/* ============================================== navigation variations ============================================== */
#nav-homeonly > #slot {display:none;}
#nav-sessions > #mon-0950 {display:none;}
#nav-sessions > #mon-1110 {display:none;}
#nav-sessions > #mon-1515 {display:none;}
#nav-sessions > #tue-0950 {display:none;}
#nav-sessions > #tue-1110 {display:none;}
#nav-sessions > #tue-1500 {display:none;}

.nav-foot {
	display: none;
}