/* type */

/*@font-face {
    font-family: 'user_stencil_web';
    src: url('../fonts/userstencil-medium-webfont.eot');
    src: url('../fonts/userstencil-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/userstencil-medium-webfont.woff') format('woff'),
         url('../fonts/userstencil-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'user_stencil_web';
    src: url('../fonts/userstencil-bold-webfont.eot');
    src: url('../fonts/userstencil-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/userstencil-bold-webfont.woff') format('woff'),
         url('../fonts/userstencil-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* base */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	font-size: 20px;
}

body {
	font-family: source-serif-pro, serif;
	line-height: 1.5;
	color: #000066;
	background-color: #FFF;
	background-image: url('../img/back-4.jpg');
	}

	.container {
		width:96vw;
	}

	.small {
		font-size:0.8rem;
	}

	div.maskleft {
		display: none;
	}
	div.maskright {
		display: none;
	}

	header {
		overflow: hidden;
   	}

	header h1, header h2, header h3, header nav, main {
		background-color: #FFF;
		padding-left: 3vw;
		padding-right: 3vw;
	}

	header p {
		margin: 0;
		border-left: 3vw solid #fff;
		height:220px;
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
		margin-top: -10px;
	}

	header p img {
		position:relative;
		left:-20px;
		border-right:20vw solid #fff;
		height: 200px;
		width: auto;
		border-top:30px solid #fff;
		border-bottom:30px solid #fff;
	}

	h1, header h2, h2, h3 {
		font-family: user_stencil_web, sans-serif;
		font-weight: bold;
		font-size: 1.75rem;
	}

	h1, h2, h3 {
		margin: 0;
		padding: 20px 0;
		color: #c30;
		clear: both;
	}
	
	#keynote h2 {
		padding-bottom: 0;
	}
	
	#keynote h3 {
		padding-top: 0;
	}
	
	#exhibits, #performances {
		clear:both;
	}
	
	h3 strong {
		color: #c30;
	}

	main h1 {
		max-width: 600px;
		padding-top:0;
	}	

	h2 {
		padding-top:40px;
	}

	header h1 {
		padding: 0 3vw;
	}

	header h2 {
		padding-top: 0;
		color:#003399;
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.5rem;
		color: #ff6600;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/* images */

	.float img {
		max-width:100%;
	}
		
	/* footer */
	
	hr {
		clear: both;
		visibility: hidden;
	}

	#footer h3 {
		font-size: .75rem;
		padding-bottom: 0;
	}

	a, a:link, a:visited {
		color: #003399;
		text-decoration: underline;
	}

	a:active {
		color: #ff6600;
	}

	nav a, nav a:link, nav a:visited, nav a:active {
		color: #c30;
		font-weight: bold;
		text-decoration:none;
	}

	header a, header a:link, header a:visited, header a:active {
		text-decoration: none;
	}

	nav ul {
		display: none;
	}

	ul {
		padding-left: 0;
		list-style:none;
		margin: 0;
	}

	ul.inline {
		padding-left: 0;
		text-indent: 0;
		font-weight: bold;
	}

	ul.inline li {
		display: inline;
	}

	ul.inline li:after {
		content:", ";
	}

	ul.inline li:last-child:after {
		content:".";
	}

	li.strong {
		font-weight: bold;
	}
	
	li.strike {
		text-decoration: line-through;
	}
	
	
/* tables */

table {
	font-size: 0.8rem;
	width: 100%;
	margin-bottom: 3em;
}

tbody {
	vertical-align: top;
}

tr {
	border-top: 1px solid rgba(255,102,0,.25);
}

tr:nth-child(2) {
	border-top: none;
}

tbody > tr:first-child {
	border-top: none;
}

td {
	padding-bottom: 1em;
}

td:first-child {
	width: 15%;
}

td.day {
	font-weight: bold;
	font-size: 1.2rem;
	color: #C30 !important;
}

td:nth-child(2) {
	font-weight: bold;
	color: #F60;
}

td:nth-child(2) ul {
	color: #006;
	margin-top: 1em;
}

td:nth-child(2) cite {
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-left: 1em;
}

td:nth-child(2) cite em {
	font-style: italic;
	color: #006;
}

table li em {
	color: #F60;
	font-style: normal;	
}

.marker {
	height: 1rem;
	margin-right: 0.1rem;
}

/* abstracts */

article {
	width: 100%;
	border-top: 1px solid rgba(255,102,0,.25);
}

article, article h2 {
	font-size: 0.8rem;
}

article h2 {
	font-family: source-serif-pro, serif;
	color: #006;
	padding-top: 1em;
}

article h2 cite {
	font-weight: normal;
	font-style: normal;
	display: block;
}

article cite {
	font-weight: bold;
	font-style: normal;
}

article img {
	width: 100%;
	max-width: 430px;
}

.dld a {
	color: #C30;
}







/* logos */

#footer {
	border-top:1px solid #f60;
	margin-top: 40px;
	padding-top: 40px;
}

ul.logos {
	padding-left: 0;
	text-indent: 0;
	overflow: auto;
	padding-top: 34px;
}

ul.logos li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

ul.logos img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 40px;
}

ul.logos img.s {
	max-height: 25px;
}

ul.logos li.media {
	opacity: 0.5;
}

ul.logos li.break { 
	clear: left;
}




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* images */

	.float {
		float: left;
	}
	
	.float img {
		margin-right: 1em;
	}
	
	.bio {
		color: #c30;
	}
	
	table {
		width: 49%;
	}

	table.left {
		float: left;
		clear: both;
	}

	table.right {
		float: right;
	}
	
	article {
		width: 49%;
	}
	
	article:nth-child(even) {
		float:left;
		clear: both;
	}

	article:nth-child(odd) {
		float: right;
	}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	html {
		font-size: 20px;
	}

	body {
		font-size: 1rem;
		line-height: 1.5;
	}

	.container {
		width:92vw;
	}

	header {
	width: 30vw;
	height:100vh;
	float: left;
	position: fixed;
	}

	div.maskleft {
		display: block;
		width:3vw;
		background-color: #FFF;
		height:100vh;
		margin: 0 auto;
		position: fixed;
		left:1vw;
	}
	div.maskright {
		display: block;
		width:5vw;
		background-color: #FFF;
		height:100vh;
		margin: 0 auto;
		position: fixed;
		right:1vw;
	}

	main {
	width:62vw;
	float: right;
	padding-left: 2vw;
	background-color: #FFF;
	border-top:300px solid #FFF;
	margin-top:-300px;
	border-bottom: 50px solid #FFF;
	}

	main h1 {
	padding: 40px 0;
	height: 200px;
	}

	header nav {
		height: 100vh;
	}

	nav ul {
		display: block;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}