/* https://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: 100%;
  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: 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; }

body {
  background: black; }

a {
  color: #00a; }

i {
  font-style: italic; }

a:hover {
  text-decoration: none; }

h2, h3 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.1em;
  font-weight: normal; }

#container {
  font-size: 16px;
  font-family: arial;
  margin: 20px auto;
  background: #ffffff;
  /*#fffff3;*/
  width: 960px; }

#level1 {
  margin-top: 40px;
  clear: both;
  overflow: hidden;
  background: transparent; }

.content {
  font-size: 16px;
  line-height: 1.3;
  background: transparent;
  margin-left: 30px;
  width: 650px;
  float: left; }

.content h2 {
  text-shadow: 4px 3px 5px #aaa;
  font-size: 35px;
  margin: 0 0 30px 0; }

.content h2 span {
  color: #980000; }

.content p {
  margin-bottom: 25px; }

.test {
  color: red; }

#header {
  position: relative;
  background: #fffff1 url(/images/puck-n-funny-hockey-rink.jpg) no-repeat top left;
  width: 960px; }

#header h1 {
  color: #fff;
  font-weight: normal;
  position: relative;
  top: -15px;
  right: 20px;
  float: right;
  font-size: 12px;
  line-height: 1; }

img#logo {
  margin: 10px 0 0 30px; }

#nav {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1;
  background: #980000;
  padding: 10px; }

#nav ul {
  display: inline; }

#nav ul li {
  display: inline;
  list-style: none; }

#nav ul li a {
  font-family: arial;
  font-weight: normal;
  color: #fff;
  margin: 0 16px;
  padding: 0;
  text-decoration: none; }

#nav li.current a, #nav li a:hover {
  color: #ccc; }

.content {
  font-size: 16px;
  line-height: 1.3;
  background: transparent;
  margin-left: 30px;
  width: 650px;
  float: left; }

.content h2 {
  text-shadow: 4px 3px 5px #aaa;
  font-size: 35px;
  margin: 0 0 30px 0; }

.content h2 span {
  color: #980000; }

.content p {
  margin-bottom: 25px; }

.sidebar {
  font-size: 16px;
  line-height: 1.3;
  background: transparent;
  margin-left: 30px;
  width: 220px;
  float: left; }

.sidebar h3 {
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px; }

.sidebar p {
  margin-bottom: 10px; }

.sidebar .didYouKnow {
  margin: 20px 0 40px 0;
  overflow: hidden; }

.didYouKnow {
  background: #ccc url(/images/puck-n-funny-hockey-card.jpg) no-repeat;
  width: 220px;
  height: 340px; }

.didYouKnow h3 {
  padding: 120px 5px 0 10px; }

.sidebar .didYouKnow p {
  padding: 0 5px 0 10px;
  font-size: 13px;
  margin-bottom: 13px; }

.sidebar .contact {
  padding: 10px 0 10px 10px;
  background-image: linear-gradient(#ffcbcb, white);
  overflow: hidden;
  margin-bottom: 40px; }
  .sidebar .contact h3 {
    font: normal 1.2em/1.2 Anton; }
  .sidebar .contact span {
    display: block;
    text-transform: uppercase; }

#footer {
  overflow: hidden;
  border-top: solid 1px #980000;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  clear: both; }

#footer p {
  float: right;
  text-algin: right;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 15px;
  padding: 15px 0; }

#footer p a {
  color: #000;
  text-decoration: none; }

#footer p a:hover {
  text-decoration: underline; }

.schedule table {
  text-align: left;
  margin-bottom: 30px; }

.schedule td {
  padding: 2px 5px 2px 0; }

.schedule h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 1px; }

.schedule thead {
  height: 1px;
  font-size: 1px; }

.schedule th.schedDate {
  width: 22%; }

.schedule th.schedOrg {
  width: 53%; }

.schedule th.schedPlace {
  width: 24%; }

.schedule tr.even {
  background-color: #ffffff; }

.schedule tr.odd {
  background-color: #FFF3BF; }

.schedule-year {
  background-color: white !important; }
  .schedule-year h4 {
    padding-top: 30px; }

.comedianPic {
  float: right;
  margin: -35px 15px 0 15px; }

.quote {
  overflow: hidden;
  border-top: solid 1px #aaa;
  padding-top: 25px;
  margin: 0 0 25px 15px;
  clear: both;
  font-size: .9em;
  line-height: 1.3; }

.quote p {
  margin-bottom: 12px;
  font-style: italic;
  color: #424834; }

.quote .rep {
  margin-top: -7px; }

form#contactForm {
  font-size: 16px;
  line-height: 1.2;
  font-family: arial;
  width: 600px;
  margin-bottom: 50px; }

#contactForm fieldset {
  border: solid 1px black; }

#contactForm fieldset div {
  clear: both;
  margin: 10px 0;
  /*spacing between form elements*/ }

#contactForm legend {
  margin-left: 20px; }

#contactForm label {
  float: left;
  text-align: right;
  width: 140px;
  margin-right: 10px; }

#contactForm input, #contactForm textarea, #contactForm select {
  border: solid 1px #999;
  width: auto;
  /*ie7 fix*/
  overflow: visible;
  /*ie7 fix*/
  padding: 2px;
  /*bug fix*/
  width: 250px; }

#contactForm button {
  /*font info is not inherited on button, set here*/
  font-family: arial;
  font-size: 14px;
  width: auto;
  /*ie7 fix*/
  overflow: visible;
  /*ie7 fix*/
  line-height: 1;
  height: 30px;
  padding: 3px 7px;
  /*padding around text*/
  color: #fff;
  cursor: pointer;
  letter-spacing: .1em;
  font-weight: bold;
  border: solid 1px #42660A;
  margin-bottom: 20px;
  margin-left: 150px;
  /*label with + margin*/
  background-color: #649810; }

#contactForm button:hover {
  background-color: #6AA110; }

.videoBox {
  margin: 30px 0; }

#moreVid img {
  border: solid 1px black;
  padding: 2px;
  margin: 0 3px; }

#moreVid a:hover img {
  border: solid 1px blue; }

#gallery {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  background-color: #cccccc; }

#gallery td {
  border: 1px solid #666666;
  padding: 5px; }

#gallery img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.capPhoto {
  position: relative;
  overflow: hidden; }

.capPhoto img {
  margin: 5px;
  display: block; }

.capPhoto p {
  margin: 5px;
  /*2px more than image margin above*/
  display: block;
  font-size: 12px;
  line-height: 1; }

.capPhoto p span {
  text-align: right;
  display: block;
  margin-top: 2px;
  font-size: 10px; }

#onside {
  clear: both;
  border-top: double 4px #980000;
  border-bottom: double 4px #980000;
  font-size: 20px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.floatRight, .right {
  float: right;
  margin-left: 15px; }

.floatLeft, .left {
  float: left;
  margin-right: 15px; }

.border {
  border: solid 1px black;
  padding: 3px; }

.clearFix {
  clear: both; }

/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer; }

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff; }

.lbLoading {
  background: #fff url(loading.gif) no-repeat center; }

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none; }

#lbPrevLink {
  left: 0; }

#lbPrevLink:hover {
  background: transparent url(prevlabel.gif) no-repeat 0 15%; }

#lbNextLink {
  right: 0; }

#lbNextLink:hover {
  background: transparent url(nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none; }

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none; }

#lbCaption, #lbNumber {
  margin-right: 71px; }

#lbCaption {
  font-weight: bold; }
