/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

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

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Div/Body Styles
   ========================================================================== */

body {
   background-color: #2b2b2b;
}

a {
   color: #6c0211;
   font-weight: bold;
}

th, td {
	border: 1px solid #363636;
	padding: 7px;
}

tbody th {
	font-weight: normal;
}

#container {
   width: 800px;
   min-height: 100vh;
   height: 100%;
   margin: auto;
   
   background-color: #bebebe;
   box-shadow: -3px -3px 7px rgb(30, 30, 30);
}

#content {
   width: 700px;
   margin: auto;
   color: #363636;
}

#navbar {
   width: 100%;
   background: #c00;
}

#footer {
   width: 100%;
   color: #363636;
   font-size: 0.9em;
   text-align: center;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0 .3em;
}

#footer ul {
	padding: 0;
}

#currently_available {
	font-style: italic;
    font-weight: bold;
}

#currently_available img {
	vertical-align: text-top;
}

/* =========== Drop down menu styling ========== */

#navbar a {
   text-decoration: none;
   color: inherit;
   display: block;
   padding: 15px 20px;
}

#navbar .link {
   padding: 0;
}

#navbar ul {
  text-align: left;
  display: table;
  margin: auto;
  list-style: none;
  
  /*padding: 15px 4px 17px 0;*/
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
#navbar ul li {
  font: bold 14px/20px Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  background: #c00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar ul li:hover {
  background: #900;
  color: #fff;
}
#navbar ul li ul {
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#navbar ul li ul li { 
  background: #900; 
  display: block; 
  color: #fff;
}
#navbar ul li ul li:hover { 
    background: #FFD520; 
    color: #000; 
}
#navbar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



/* =============== gallery =================== */

#gallery {
   display: table;
   margin: auto;
	padding-top: 16px;
}

#gallery img {
	width: 224px;
	height: 160px;
}

#gallery #image0 {
   margin: auto;
}

#gallery #image1 {
   margin: 0px 7px 0px 7px;
}

#gallery #image2 {
   margin: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .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;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

#schedulePageTable {
   text-align: center;
}

#topicsColumn {
   width: 12em;
}

.centralized {
   text-align: center;
}
