html
{
  height: 100%;
}

body
{
  background: #ffffff;
  color: #191919;
  font-family: "Lato", "Trebuchet MS", Verdana, GillSans, Arial, sans-serif;
  margin: 0;
  height: 100%;
}

/* Elements */

h1, h2, h3, h4
{ 
  font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: 300;
  color: #040404;
  padding: 14px 0 5px 0;
  margin: 0;
}

p,li
{
  font-family: "Lato", "Trebuchet MS", Verdana, GillSans, Arial, sans-serif;
  font-weight: 400;
  color: #444444;
}

a:link
{
  color: #5555ee;
  text-decoration: none;
}

a:visited
{
  color: #0082af;
  text-decoration: none;
}

a:hover
{
  color: #22229a;
  text-decoration: none; /* underline; */
}

b
{
  color: #000000;
}

dt { font-style: italic }

hr
{
  width: 80%;
  color: #cccccc;
}

/* Structure */

.tall-page
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2.5em;
  position: relative;
}

.main-column
{
  margin: 0em auto;
  padding: 0px;
  max-width: 90%;
}

.header
{
  background-color: #191919;
  color: #101010;
  border-bottom: 1px solid #ff1010;
  padding: 5px;
  margin: 0px auto;
  font-size: 100%;
  font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.header img
{
  text-align: center;
  vertical-align: middle;
  border-style: none;
}

.header a
{
  text-decoration: none;
}

/*
.front-page .header
{
  background-color: #ffffff;
  font-size: 90%;
  color: #000000;
  margin: 0px 0px 0px 0px auto;
  border-bottom: 1px solid #a0a0a0;
  background-image: none;

  -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.8);
  box-shadow: 0px 5px 5px rgba(0,0,0,.8);
}

.front-page .header img
{
  padding: 5px;
}
*/

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

.header li
{
  display: inline;
  margin: 0;
  margin-right: 1em;
  padding: 0;
}

#tlogo
{
  max-width: 10%;
  min-width: 28px;
  height: auto;
  display:inline;
}

#ttext
{
  max-width: 60%;
  min-width: 180px;
  height: auto;
  display:inline;
}

.nav-bar
{
/*
  background: -moz-linear-gradient(#acacac, #cccccc);
  background: -webkit-gradient(linear, top, bottom, from(#acacac), to(#cccccc));
*/
  background-color: #eaeaea;
  font-size: 95%;
  border-bottom: 1px solid #999999;
  padding: 10px 5px;
  margin: 0px auto;
}

.nav-bar img
{
  vertical-align: middle;
  text-align: center;
}

.nav-bar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-bar li
{
  display: inline;
  margin: 0;
  padding: 0;
}

.nav-bar li a
{
  padding: 5px 0.5em;
/*  border: 1px solid transparent; */
}

.nav-bar li a:hover
{
/*  background-color: #acacac; */
/*
  color: #5555ee;
  border-radius: 2px;
  border: 1px solid #808080;
*/
}

/*
#nav-current a
{
  padding: 5px 0.5em;
  background-color: #808080;
  color: #eeeeee;
  border-radius: 2px;
  border: 1px solid #808080;
}

#nav-current a:hover
{
  background: -moz-linear-gradient(#9c9c9c, #aaaaaa);
  background: -webkit-gradient(linear, top, bottom, from(#9c9c9c), to(#aaaaaa));
  background-color: #9c9c9c;
}
*/

.content
{
  margin: auto;
  max-width: 90%;
  height: auto;
  min-height: 100%;
}

/*
.front-page .content
{
  background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(200, 200, 200));
  max-width: 100%;
}
*/

/*
.footer
{
  clear: both;
  background-color: #eaeaea;
  color: #444444;
  border-top: 1px solid #191919;
  font-size: 95%;

  margin: 0px auto;
  padding-top: 10px;
  width: 100%;
  height: 2em;
  position:absolute;
  bottom:0;
}
*/

.push
{
  height: 2.5em;
}

.footer
{
  clear: both;
  position: relative;
  height: 2em;
  padding-top: 0.5em;
  background-color: #eaeaea;
  color: #444444;
  border-top: 1px solid #191919;
  font-size: 95%;
}

.footer a:hover
{
/*  color: #eeeeee; */
  color: #22229a;
  text-decoration: none;
}

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

.footer li
{
  display: inline;
  margin: 0;
  margin-right: 1em;
  padding: 0;
}

.wrap
{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  overflow: auto;
}

.highlight
{
  width: 100%;
  /* border-top: 1px solid #c0c0c0; */
  margin: 0 auto;
}

.short-hr
{
  display: block;
  margin-left:  auto;
  margin-right: auto;
  clear: both;
}

.fold-box
{
  width: 100%;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: #ddd;
}

.fold-box p
{
  font-family: "Ubuntu", "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
  color: #000;
  font-size: 120%;
}

.left-column
{
  float: left;
  width: 48%;
  padding: 5px;
  margin: 0;
/* margin: 5px 0 5px 0; */
}

.right-column
{
  float: right;
  width: 48%;
  padding: 5px;
  margin: 0;
/*  margin: 5px 0 5px 0; */
}

.left-third
{
  float: left;
  width: 30%;
  padding: 5px;
  margin: 0;
}

.centre-third
{
  float: left;
  width: 30%;
  padding: 5px;
  margin: 0;
}

.right-third
{
  float: left;
  width: 30%;
  padding: 5px;
  margin: 0;
}


@media (max-width: 740px)
{
  .left-column, .right-column,
  .left-third, .centre-third, .right-third
  {
    float: none;
    width: auto;  
  }
}

/* Special styled elements */

.mb-logo
{
  font-family: Ubuntu, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-variant: small-caps;
  font-weight: normal;
  margin: 4px 0 4px 0;
  font-size: 300%;
}

.date
{
  font-variant: small-caps;
  color: #cc4949;
  white-space: nowrap;
}

.highlight
{
  color: #040404;
  font-size: large;
}

.highlight2 { color: #090909; }

/* Specifics */

.over-text
{
  position: absolute;
  left: 10%;
  top: -5px;
  width: 80%;
  text-shadow: -1px 0 2px #000, 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000;
}

.over-text h1
{
  color:#eeeeee;
}

.over-text p
{
  font-size: 130%;
  color:#eeeeee;
}

@media (max-width: 700px)
{
  .over-text p
  {
    font-size: 110%;
  }

  .over-text h1
  {
    font-size: 130%;
  }
}

@media (max-width: 400px)
{
  .over-text p
  {
    font-size: 80%;
  }

  .over-text h1
  {
    font-size: 100%;
  }
}

.img-group
{
  clear: both;
  background-color: #494949;
  margin: 10px 20px 10px 10px;
  vertical-align: top;
  text-align: center;
  padding: 2px;
}

.img-group img
{
  margin: 2px;
}

table.dates
{
  border-spacing: 10px 2px;
}

table.dates td.day
{
  text-align: right;
  font-size: 95%;
  white-space: nowrap;
}

/*
a.button
{
  margin-bottom: 10px;
  padding: 3px 10px 3px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  text-wrap: none;
  color: #9f9f9f;
}

a.button
{
  background: #333333;
}

a.button:hover
{
  text-decoration: none;
  color: #dddddd;
  background-color: #383838;
  border: 1px solid #5555ee;
}
*/

a.tag
{
  width: 100px;
  padding: 1px 4px;
  font-family: Ubuntu;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  background: #269cd6;
  border: 1px solid #269cd6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

a.button
{
  width: 250px;
  padding: 6px 12px 6px 12px;
  font-family: Ubuntu;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
/*  text-shadow: -1px -1px 2px #618926; */
  text-shadow: 1px 1px 2px #000000;
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
  border-radius: 18px;
  -webkit-border-radius: 18px;
}

a.button:hover
{
/*  text-shadow: -1px -1px 2px #465f97; */
  text-shadow: 1px 1px 2px #202020;
  background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
  border: 1px solid #0f2557;
}

a.button.red
{
  background: #c43c35;
  border-color: #c43c35;
}

a.button.red:hover
{
  background: #ee5f5b;
}

a.button.red:active
{
  background: #c43c35;
}

/*
a.button.red
{
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
}
*/

a.button.blue
{
  background: #269CE9;
  border-color: #269CE9;
/*
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
*/
}

a.button.blue:hover
{
  background: #70B9E8;
}

a.button.blue:active
{
  background: #269CE9;
}

a.button.green
{
  background: #7cd926;
  border-color: #7cd926;
}

a.button.green:hover
{
  background: #89d850;
}

a.button.green:active
{
  background: #7cd926;
}

