/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
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;
}

body{
    min-width: 640px;
    max-width: 1024px;
    margin: 0px auto;
    position: relative;
}

#content{
    width: 100%;
}

nav{
    display: block;
    text-align: center;
}

nav li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.2em;
    padding: 0.5em;
}

nav li a {
    color: #008;
    text-decoration: none;
    font-weight: 700;
}

nav li a:hover {
    color: #DB0;
}

html{
    font-size: 1em;
    background-color: #BBB;
    padding: 10px;
    font-family: 'robotolight';
}

.layout{
    display: block;
}

.main {
    background-color: #EEE;
    outline: #666 dashed thin;
    outline-offset: -5px;
    padding: 0.5em;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0;
}

#Header {
    width: 100%;
    font-size: 120%;
    margin-bottom: 10px;
}

.fix{
    height:0px;
    clear:both;
}

#Footer {
    text-align: center;
    display: block;
    clear: both;
    margin-top: 10px;
    min-height: 3em;
    width: 100%;
}

#Footer > * {
    margin-left: 1em;
    margin-right: 1em;
    line-height: 2em;
    display: inline-block;
}

#Footer .left {
    float: left;
}

#Footer .right {
    float: right;
}

#Footer .center {
    text-align: center;
}


body>*:first-child {
    margin-top: 2em;
}

.page header {
    line-height: 1.8em;
    font-size: 1.6em;
    
    background-color: #666;
    color: #EEE;
    outline: #AAA dashed thin;
    outline-offset: -5px;
    
    margin-bottom: 10px;
    text-shadow: 0 -0.05em #00D;
    
    padding: 0.1em 0.5em;
    
    background-image: -ms-linear-gradient(top, #008 0%, #006 100%);
    background-image: -moz-linear-gradient(top, #008 0%, #006 100%);
    background-image: -o-linear-gradient(top, #008 0%, #006 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008), color-stop(1, #006));
    background-image: -webkit-linear-gradient(top, #008 0%, #006 100%);
    background-image: linear-gradient(to bottom, #008 0%, #006 100%);
}

.page {
    margin-top: -2.5em;
    padding-top: 2.5em;
    margin-bottom: 10px;
}

.page article {
    background-color: #EEE;
    outline: #888 dashed thin;
    outline-offset: -5px;
    color: #333;
    padding: 1em;
    margin: 0 10px;
}

.page article>*:last-child {
    margin-bottom: 0;
}

.page article>*:first-child {
    margin-top: 0;
}

.page:first-child{
    margin-top: 0;
}

.page:last-child{
    margin-bottom: 0;
}

p {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

span {
    line-height: 1.5em;
}

.schedule{
    padding: 0;
    margin: 0 auto;
    line-height: 1.5em;
}

.schedule table{
    width: 100%;
}

.schedule td{
    padding: 0.5em;
    vertical-align: middle;
    border: 1px solid #333;
    height: 4em;
}

.schedule th{
    padding: 0.5em;
    vertical-align: middle;
    text-align:center;
    border: 1px solid #333;
    height: 1.5em;
}

.section td{
    height: 1em;
    line-height: 1em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.break td{
    height: 2em;
    text-align: center;
}

.lunch td{
    height: 6em;
    text-align: center;
}

.break td:first-child, .lunch td:first-child{
    text-align: left;
}

td>* {
    display: inline-block;
}

div.row>*{
    padding: 0.2em 0.2em;
}

.row>.time{
    min-width: 6.5em;
}

.row.header{
    font-weight: 800;
    background-color: #888;
    color: #EEE;
    
    background-image: -ms-linear-gradient(top, #888 0%, #666 100%);
    background-image: -moz-linear-gradient(top, #888 0%, #666 100%); 
    background-image: -o-linear-gradient(top, #888 0%, #666 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(1, #666));
    background-image: -webkit-linear-gradient(top, #888 0%, #666 100%);
    background-image: linear-gradient(to bottom, #888 0%, #666 100%);
}

.row.talk {
    background-color: #F8F8F8;
    background-image: -ms-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%); 
    background-image: -o-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(1, #F0F0F0));
    background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #F0F0F0 100%);
    color: #222;
}

.row.lunch {
    background-color: #AABBDD;
    background-image: -ms-linear-gradient(top, #AABBDD 0%, #99AACC 100%);
    background-image: -moz-linear-gradient(top, #AABBDD 0%, #99AACC 100%); 
    background-image: -o-linear-gradient(top, #AABBDD 0%, #99AACC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AABBDD), color-stop(1, #99AACC));
    background-image: -webkit-linear-gradient(top, #AABBDD 0%, #99AACC 100%);
    background-image: linear-gradient(to bottom, #AABBDD 0%, #99AACC 100%);
    color: #222;
}

.row.break {
    background-color: #E8E8E8;
    background-image: -ms-linear-gradient(top, #DDD 0%, #CCC 100%);
    background-image: -moz-linear-gradient(top, #DDD 0%, #CCC 100%); 
    background-image: -o-linear-gradient(top, #DDD 0%, #CCC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DDD), color-stop(1, #CCC));
    background-image: -webkit-linear-gradient(top, #DDD 0%, #CCC 100%);
    background-image: linear-gradient(to bottom, #DDD 0%, #CCC 100%);
    color: #222;
}

.row.section {
    background-color: #EEE;
    color: #111;
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 0 -0.05em #CA0;
    
    background-image: -ms-linear-gradient(top, #FC0 0%, #DB0 100%);
    background-image: -moz-linear-gradient(top, #FC0 0%, #DB0 100%); 
    background-image: -o-linear-gradient(top, #FC0 0%, #DB0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FC0), color-stop(1, #DB0));
    background-image: -webkit-linear-gradient(top, #FC0 0%, #DB0 100%);
    background-image: linear-gradient(to bottom, #FC0 0%, #DB0 100%);
}

.talk .title{
    font-weight: 700;
    padding-bottom: 0.2em;
}

.talk .person{
    
}

.talk .affil{
    font-size: 90%;
    text-transform: uppercase;
}

.talk .affil:before {
    width: 2em;
    display: inline-block;
    text-align: center;
    content: "\2014";
}

.talk .abstract {
    padding: 1em;
    margin: 1em;
    border: 1px dashed #888;
    background-color: #EEE;
    border-radius: 1em;
}

.talk .hidden{
    display: none;
}


ul {
    line-height: 1.5em;
    list-style-type: circle;
    margin-bottom: 0.5em;
}

ul li{
    margin-left: 2em;
}

small {
    font-size: 0.7em;
}

span.name {
    font-weight: 600;
}

span.aff {
    font-style: oblique;
}

strong {
    font-weight: 600;
}

.strong {
    font-weight: 600;
}

.huge {
    font-size: 2.4em;
    line-height: 1.5em;
}

.bigger{
    font-size: 1.2em;
}

.center {
    clear: both;
    text-align: center;
}

.left {
float: left;
margin-left: 1em;
}

.right {
float: right;
}

#udlogo {
width: 2em;
height: 2em;
    padding-bottom: 0.5em;
display: inline-block;
}

.mainheader {
    position: relative;
    width: 100%;
}

.headeroutline {
    position: absolute;
    width: 100%;
    height: 100%;
    outline-color: #FFFFFF;
    outline-offset: -5px;
    outline-style: dashed;
    outline-width:thin;
}

.headershadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 20%);
}

.headerbottomshadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 20%);
}

.headertext {
    color: #FFFFFF;
    text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000;
}

#headerdate {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
    line-height: 1.5em;
    font-size: 1.2em;
}

#headerplace {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align: right;
}

.headertext>span {
    display: block;
}

.smallcaps {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#headertext {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.4em;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -0.05em;
}

#header_img {
width: 100%;
}

#ScrollNav {
    z-index: 100;
    position: fixed;
    right: 0;
    top: -20px;
    left: 0;
    outline: none;
    
    background-color: #FFF;
    background-image: -ms-linear-gradient(top, #FFF 0%, #BBB 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #BBB 100%); 
    background-image: -o-linear-gradient(top, #FFF 0%, #BBB 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #BBB));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #BBB 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #BBB 100%);
    border-bottom: 1px solid #000;
    
    box-shadow: 0 0 20px #000;
    font-size: 120%;
}

#ScrollNav>li {
    font-size: 0.8em;
    padding: 0.5em 0.5em 0.2em 0.5em;
}

input[type="text"] {
    font-family: robotolight;
    padding: 0.2em 0.5em;
    width: 75%;
    max-width: 100%;
    min-width: 30em;
    font-size: 1em;
}
.ss-q-title {
    margin-left: 0.5em;
    padding: 0.5em 0;
    font-size: 120%;
    font-weight: 700;
}
.ss-choice-item {
    list-style-type: none;
    margin-left: 0;
}
textarea {
    font-family: robotolight;
    width: 100%;
    font-size: 100%;
    padding: 0.2em 0.3em;
    margin-bottom: 1em;
}
input[type="submit"] {
    padding: 0.2em 0.7em;
    font-family: robotolight;
    margin: 0 1em;
    font-size: 1em;
}

.row.talk>td:last-child:hover {
    background-color: #DDD;
}

a, a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #008;
    font-weight: 700;
}

a:hover {
    color: #DB0;
}

.blue{
    color: #008;
}

#perkins {
    min-width: 10em;
    margin-left: 1em;
    width: 40%;
    border: 1px solid #333;
    padding: 5px;
    background: #FFFFFF;
}
