/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #ffed00;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    position:relative;
    height:100%;
    min-height:100% !important;
    width:100%;
}
body{
    background:#ccc;
    height:100%;
    min-height:100% !important;
    margin-bottom:1px;
    font-family:Arial,Verdana,Sans;
}
.wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 80em;
    min-width: 1000px;
    min-height: 100%;
    text-align: center;
    display: block !important;
}
.headerbar {
    min-height: 40px;
    height: 40px;
    background: #000;
    width: 100%;
    overflow:visible;
}
.headerlogo {
    position:relative;
    display:inline-block;
    min-width: 980px;
    width: 980px;
    text-align: left;
}
.headerlogo a, .headerlogo a:hover {
    display:inline-block;
    float: left;
    text-decoration: none;
    border: 0px;
}
.titlelogo {
    /*box-shadow: 0 3px 7px 2px #ccc;*/
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    float: left;
    margin-right: 23px;
}
.headerlinkwrapper {
    float: right;
    min-width: 640px;
    width: 640px;
    text-align: right;
    color:#fff;
}
.headerlinkwrapper a {
    float: none;
    font-size:0.75em;
    text-decoration: none;
    display:inline-block;
    /*border-bottom: 1px dotted #fff;*/
    color: #fff;
    padding-top: 16px;
    margin-left: 20px;
}
.headerlinkwrapper a.active{
    float: none;
    color: #8ebae5;
    /*border-bottom: 1px dotted #8ebae5;*/
}
.headerlinkwrapper a:hover{
    float: none;
    color: #ffed00;
    /*border-bottom: 1px dotted #ffed00;*/
}
.pagetitle{
    font-weight:bold;
    font-size:1.6em;
    color: #000;
    margin:0;
    padding:0;
    margin-top:55px;
}
.pagesubtitle{
    position:relative;
    font-size:1.1em;
    color: #000;
    margin:0;
    padding:0;
}
.nav {
    display:inline-block;
    min-width: 980px;
    width: 980px;
    height: 40px;
    min-height: 40px;
    background: #555;
    margin-top: 77px;
    text-align: left;
}
.nav a {
    position:relative;
    font-size:1.2em;
    text-decoration: none;
    display:inline-block;
    /*border-bottom: 1px dotted #fff;*/
    color: #fff;
    padding-top: 6px;
    margin-left: 20px;
    padding-left: 20px;
}
.nav a.active{
    color: #ffed00;
    /*border-bottom: 1px dotted #ffed00;*/
}
.nav a:hover{
    color: #8ebae5;
    /*border-bottom: 1px dotted #8ebae5;*/
}

.nav a:after,
.nav a:hover:after,
.nav a.active:after{
    content:'';
    height:0;
    width:0;
    position:absolute;
    top:10px;
    left:0px;
    border:9px solid transparent;
}
.nav a:after{
    border-left-color: #fff;
}
.nav a:hover:after{
    border-left-color: #8ebae5 !important;
}
.nav a.active:after{
    border-left-color: #ffed00;
}

.subnav {
    display:inline-block;
    min-width: 980px;
    width: 980px;
    height: 30px;
    min-height: 30px;
    background: #888;
    text-align: left;
}
.subnav span {
    height:24px;
    min-height:24px;
    background: #8ebae5;
    font-size:0.9em;
    text-decoration: none;
    display:inline-block;
    color: #000;
    padding: 6px 20px 0px;
}
.subnav a {
    height:30px;
    min-height:30px;
    font-size:0.9em;
    text-decoration: none;
    display:inline-block;
    color: #fff;
    padding: 6px 0px 0px 20px;
    border: none;
}
.subnav a.active{
    color: #ffed00;
    border: none;
}
.subnav a:hover{
    color: #8ebae5;
    border: none;
}
.content {
    display:inline-block;
    min-width: 980px;
    width: 980px;
    margin-top: 20px;
    text-align: left;
}
.content h1 {
    font-size:1.4em;
    color: #555;
    margin:0;
    margin-top:10px;
    padding:0;
}
.content h2 {
    font-size:1.1em;
    color: #555;
    margin:0;
    padding:0;
    padding-top:10px;
}
.content p,li{
    color: #555;
    font-size:0.8em;
    margin:0;
    padding:0;
}
.content a {
    font-weight: bold;
    text-decoration: none;
    display:inline-block;
    /*border-bottom: 1px dotted #555;*/
    color: #555;
}
.content a:hover{
    color: #8ebae5;
    text-decoration: underline;
    /*border-bottom: 1px dotted #8ebae5;*/
}
.content a.quickinfo {
    text-decoration: none;
    font-weight: bold;
    display:inline-block;
    color: #8ebae5;
    /*border-bottom: 1px dotted #8ebae5;*/  
}
.content a.quickinfo:hover {
    text-decoration: underline;
}
.content .preprintauthor {
    padding-left: 40px;
}
.content .preprinttitle {
    padding-top: 4px;
    text-decoration: none;
    font-weight: bold;
    display:inline-block;
    color: #000;
    border-bottom: none;
}
.content a.preprinttitle {
    padding-top: 0px;
}
.content p.preprinttitle {
    padding-left: 40px;
}
.content a.preprinttitle:hover {
    border-bottom: none;
    text-decoration: underline;
}
.content ol li{
    color: #555;
    font-size:0.8em;
    margin:0;
    padding:0;
}
.content ol li p{
    font-size:1.0em;
    padding-left:35px;
}
.quickinfo th,.quickinfo td{
    text-align: left;
    vertical-align: top;
}
.quickinfo a{
    text-decoration:none;
    display:inline-block;
    color: #8ebae5;
    /*border-bottom: 1px dotted #8ebae5;*/
}
.quickinfo a:hover{
    text-decoration:underline;
    /*border-bottom: 1px dotted #8ebae5;*/
}
.staffinfo{
    display:inline-block;
    height: 20px;
    overflow: hidden;
}
.seminarinfo{
    width:810px;
    display:inline-block;
    text-align:justify;
}
.left {
    width:150px;
    vertical-align:top;
}
.wide {
    width:200px;
}
.name {
    width:225px;
}
.room{
    width:240px;
}
.phone{
    width:190px;
}
.email{
    width:320px;
}
aside {
  display: block;
  margin-top:18px;
  width: 240px;
  float: right;
  border: 1px solid #8ebae5;
}
aside h1{
  display: block;
  width: 230px;
  font-size: 1.2em !important;
  margin-top: 0px !important;
  padding-left: 10px !important;
  color: #fff !important;
  background: #8ebae5;
}
aside h2{
  display: block;
  width: 230px;
  font-size: 1em !important;
  margin-top: 5px !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
  color: #8ebae5 !important;
}
aside p{
  display: block;
  width: 220px;
  font-size: 0.8em !important;
  margin-top: 5px !important;
  padding-top: 0px !important;
  padding-left: 10px !important;
}

.coursetable {
  border-collapse: separate;
  border-spacing:2px;
  color:#555;
}
.coursetablehead {
  margin:10px;
  width:120px; border:1px solid #000; vertical-align:top; overflow:hidden; background-color:#8ebae5;
} 
.courseright {
  text-align:right;
} 
.coursecenter {
  text-align:center;
} 
.coursetablecontent {
  margin:10px;
  text-align:center;
  border:1px solid #000; vertical-align:top; overflow:hidden;
}
.content .publicationauthor {

}
.content .publicationtitle {
font-weight:bold;
}
.content .publicationpublished_in {
font-style: italic;
}
.content .publicationfile a{
 display: inline-block;
 padding: 2px;
 background: #ccc;
}
.content .publicationfile a:hover{
 text-decoration:none;
 background: #8ebae5;
 color: #fff;
}
.content > div.hr {
	height: 1px;
	width:100%;
	background-color:#ccc;
	margin-bottom:18px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
