﻿


@font-face {
    font-family: "MuseoSans";
    src: url('fonts/MuseoSans_500.otf') format("embedded-opentype"),
         url('fonts/MuseoSans_500webfont.woff') format("woff"),
         url('fonts/MuseoSans_500-webfont.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: "FundBrig";
     src: url('fonts/Fundamental_Brigade.ttf') format('truetype');
     font-weight: bold;
     font-style: normal;
}

/**
 * HTML Entities
 */
 
html, body {
  background: #C0C0C0;
  margin: 0;
  padding: 0;
}
 
body {
  font-family: Garamond;
  font-size: 20px;
  line-height: 24px;
}
        
h1, h2 {
  color: #123;
  font-family: MuseoSans;
  font-size: 36px;
  margin: 0;
  text-align: center;
}

h1 {
  font-size: 30px;
}

h2 {
  margin-bottom: 30px;
}

a {
  color: #035;
}

a:hover {
  color: #002;
}

a.top {
  color: #035;
  display: block;
  font-family: 'Arial Black';  
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
  text-decoration: none;
}

/**
* Definition Tabs
*/

dl.expandable {
}

dl.expandable dt {
  margin-top: 5px;
}

dl.expandable dt a {
  background: url('Images/ArrowRight.png') no-repeat 10px 5px;
  padding-left: 40px;
  margin-left: -20px;

}

dl.expandable dt a.expanded {
  background: url('Images/ArrowDown.png') no-repeat 10px 5px;
}

dl.expandable dd {
}

dl.expandable dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
* Image Formating
*/

p img {
  height: 25px;
  width: 25px;
}

img.logo {
  background: #fff;
  border-radius: 0 0 0 8px;
  box-shadow: -1px 0 8px #ccc;
  right: 0;
  padding: 0 0 6px 10px;
  position: absolute;
  top: 20px;
  width: 150px;
}

ul li img  {
    height: 25px;
    width: 25px;
}

img.onetime {
    height:inherit;
    width:inherit;
}

img.unsched {
}

/**
 * Wrapper
 */

.wrapper {
  background: #f3f3f3;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-box-shadow: 0 0 50px #002;
  -webkit-box-shadow: 0 0 50px #002;
  box-shadow: 0 0 50px #002;
  margin: -20px auto;
  padding: 50px 50px 40px 50px;
  position: relative;
  width: 900px;
}
 
.wrapper div {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 20px 20px 20px;
  padding: 50px;
  position: relative;
}


/**
 * Header
 */
 
header {
  margin-top: 20px;
  position: relative;
}


/**
 * Header - Navigation
 */
      
header nav {
  margin: 30px auto 0 auto;
}
      
header nav ul {
  list-style: none;
  margin: 0 0px 0 0px;
  padding: 0;
}
      
header nav ul li {
  float: left;
  margin: 0 0px 0 0px;
  padding: 0;
}
      
header nav ul li a {
  background: #efefef;
  border: 1px solid #ccc;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 6.5px;
  position: relative;  
  text-decoration: none;
  top: 1px;
}
      
header nav ul li a:hover {
  background: #ddd;
}

header nav ul li a.current {
  background: #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}


/**
 * Editing a Trip
 */
 
#editing img.large {
  width: 100%;
}


/**
 * Clearfix
 */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
