@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 {
	width: 100%;
	margin: 0;
	padding: 0px;
	background-image:url(background-extension.png);
	background-repeat:repeat-x;
	background-position:top;
}

.wrapper {
	margin: 0px auto;
	padding-bottom: 1em;
	width: 818px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 142%;
}
#logo {
	margin:8px 0 -14px 17px;
	position:relative;
	z-index:4;
}
nav {
	margin-top:-2px;
	width:818px;
	height:52px;
	line-height: 52px;
	text-align:center;
	background-image:url(navigation-background.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-transform:uppercase;
	text-align: center;
	font-size: 9pt;
	color: #cccccc;
}
.nav-foot {
	display:none;
}
#content {
	float: left;
	position:relative;
	width: 490px;
	overflow: visible;
	margin: -8px 0 1em 14px;
}
#content2 {
	float: left;
	position:relative;
	width: 100%;
	overflow: visible;
	margin: -8px 0 1em 14px;
}
#right-sidebar {
	float: right;
	clear:right;
	width: 260px;
	height: 100%;
	margin: 30px 18px 1em 10px;
}
.room {
	margin: .25em 0 .35em 0;
	font-weight: bold;
	font-size: 98%;
}
/* ==============================================  end regions  ============================================== */
/* ==============================================  footer  ============================================== */
footer {
	float: none;
	clear:both;
	width: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 160%;
	padding-bottom:2em;

    background: #00b7b9;  
    background: -moz-linear-gradient(#00b7b9 60%, #ffffff 90%); /* FF 3.6+ */  
    background: -ms-linear-gradient(#00b7b9 60%, #ffffff 90%); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7b9), color-stop(10%, #ffffff)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#00b7b9 60%, #ffffff 90%); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#00b7b9 60%, #ffffff 90%); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7b9', endColorstr='#ffffff'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7b9', endColorstr='#ffffff')"; /* IE8+ */  
    background: linear-gradient(#00b7b9 60%, #ffffff 90%); /* the standard */  
}
#footer-table {
	width:100%;
	margin: 1em auto;
}
.footer-links {
	float:none;
	padding: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: #f2665e;
}
.footer-address {
}
address {
	float:none;
	padding:1em;
	text-align:left;
	text-shadow: 2px 1px #008d8f;
	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: .75em 0 .75em 1.5em;
	display:block;
}
ol {
	margin: .75em 0 .75em 1.5em;
	display:block;
}
#content h1, #content2 h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.05em;
	letter-spacing:-.5px;
	margin:1.5em 0 .5em 0;
	color: #f2665e;
}
#content h2, #content2 h2 {
	font-weight: bold;
	font-size: 130%;
	line-height: 130%;
	color: #f2665e;
	margin: 1em 0 .2em 0;
}
#content h3, #content2 h3 {
	font-size: 100%;
	margin: 1em 0 0.7em 0;
	font-weight: bold;
}
#content h4, #content2 h4 {
	color: #e76124;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2665e;
	padding-top: 4px;
}
#right-sidebar h1 {
	color:#333333;
	font-size:150%;
	font-weight:bold;
	line-height:175%;
	border-bottom:solid #f2665e 3px;
	margin:0 0 1em 0;
}
.fieldLabel {
	color: #305e23;
	font-size: 90%;
	line-height: 125%;
	text-align: right;
	vertical-align: top;
	margin: 2px 6px 1.25em 2em;
}
/* ==============================================  inline  ============================================== */
a {
	color: #00b7b9;
	font-weight:bold;
}
a:hover {
	color: #f2665e;
}
a:active {
	color: #f2665e;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	color: #f2665e;
}
h3 a:active {
	color: #f2665e;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.indent {
	margin-left: 1em;
}
.incidental {
	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.25em;
	margin-bottom:1em;
}
#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%;
}
/* ==============================================  global nav links  ============================================== */
nav a {
	color: #f2665e;
	text-decoration: none;
	font-weight: bold;
	padding: 0 .8em;
}
nav a:hover {
	color: #305e23;
}
nav a:active {
	color: #305e23;
}
.tweet-conf {
	height:28px;
	margin: 0 10px -10px 0;
}
/* ==============================================  end global nav links  ============================================== */
/* ==============================================  front page  ============================================== */
.front-conference-date {
	font-size: 1.05em;
	font-weight: bold;
	font-style: normal;
	margin: .5em 0;";
}
.front-conference-location {
	font-size: 110%;
	font-weight:bold;
	margin:0 0 1em 0;
}
.front-conference-description {
	margin:0 0 .75em 0;
	color:#5fbb46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.05em;
	line-height:1.35em;
	text-align:justify;
}
.front-conference-committee {
	margin:-.25em 0 1em 1em;
	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:#00b7b9;
}
.front-hash a:hover {
	color:#f2665e;
}
/* ==============================================  schedule  ============================================== */
.schedcell {
	padding-bottom:.5em;
}
.timecell {
	width: 6em;
	display:block;
	margin:0 10px 0 0;
	padding-bottom:.5em;
}
/* ==============================================  sessions  ============================================== */
.conference-session-table {
	width:100%;
}
.conference-session-table td {
	width:33%;
	padding:5px;
}
.conference-session-monday {
	width:100%;
}
.conference-session-tuesday {
	width:100%;
}
.conference-session-wednesday {
	width:100%;
}
.sessiontype_present {
	font-size:80%;
	margin:0;
	color:#060;
}
.sessiontype_salon {
	font-size:80%;
	margin:0;
	color:#f00;
}
.session-resources li {
	margin: 0 0 .75em 0;
}
.infoLabel {
	color: #306e23;
	font-size: 90%;
	font-weight:100;
	line-height: 125%;
	margin: 0 4px .75em 8px;
	text-align:justify;
}
nav#session-link {
	display:none;
}
/* ==============================================  preconference  ============================================== */
.precon-header {
	padding-top:.75em;
}
.precon-header a {
	color:#f2665e;
	text-decoration:none;
}
.precon-header a:hover {
	text-decoration:underline;
}
.precon-header a:active {
}
.timecell2 {
	display:none;
}
/* ==============================================  speakers  ============================================== */
.headshot {
	float: left;
	margin-top:6px;
	margin-right: 12px;
	border: 1px solid #666666;
}
/* ==============================================  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-top:75px;
	margin-left:30px;
	width:40%;
}
.funder-logos-block > img {
	display:list-item;
	margin:.85em 0;
}
/* ==============================================  registration  ============================================== */
.registration-rates {
	width:75%;
	padding: 2px 0 2px 10px;
}
/* ==============================================  support  ============================================== */
.support-conference-committee {
	float:none;
	clear:both;
}
.support-precon-artists {
	float:right;
	width:48%;
	margin-bottom:1.5em;
}
.support-precon-immigrant {
	float:left;
	width:48%;
	margin-bottom:1.5em;
}
.support-precon-lifespan {
	float:none;
	width:70%;
	clear:both;
	margin-bottom:1.5em;
}
.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-1400 {display:none;}
#nav-sessions > #mon-1600 {display:none;}
#nav-sessions > #tue-0930 {display:none;}
#nav-sessions > #tue-1400 {display:none;}
#nav-sessions > #wed-0930 {display:none;}
