@charseo "UTF-8";
/* CSS Document */

h1 {
  font-size: 26px;
}

h1.entry-title {
  font-size: 36px;
  color: #000;
}
 
h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
}


/** Fonts **/

/*
 * @license
 * MyFonts Webfont Build ID 2704533, 2013-12-09T12:35:22-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo 700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/700/
 * 
 * Webfont: Museo 300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/300/
 * 
 * Webfont: Museo 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/500/
 * 
 * Webfont: Museo 100 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/100/
 * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2704575
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2704533
 * Licensed pageviews: Unlimited
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * © 2013 MyFonts Inc
*/

@font-face {
	font-family: 'Museo-100';
	src: url('../fonts/2944BF_0_0.eot');
	src: url('../fonts/2944BF_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2944BF_0_0.woff') format('woff'), url('../fonts/2944BF_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Museo-300';
	src: url('../fonts/294495_1_0.eot');
	src: url('../fonts/294495_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/294495_1_0.woff') format('woff'), url('../fonts/294495_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Museo-500';
	src: url('../fonts/294495_2_0.eot');
	src: url('../fonts/294495_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/294495_2_0.woff') format('woff'), url('../fonts/294495_2_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Museo-700';
	src: url('../fonts/294495_0_0.eot');
	src: url('../fonts/294495_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/294495_0_0.woff') format('woff'), url('../fonts/294495_0_0.ttf') format('truetype');
}
.Museo-100 {
	font-family: Museo-100;
}
.Museo-300 {
	font-family: Museo-300;
}
.Museo-500 {
	font-family: Museo-500;
}
.Museo-700 {
	font-family: Museo-700;
}
/** Header Elements **/

header {
	color: white;
}
.status {
	right: 0;
	padding: 14px 15px;
/*	position: fixed; */
  float: right;
	z-index: 100;
	width: 100px;
	margin-right: 16px;
	font-size: 1.2em;
}
.status .error {
	color: #FF5166;
	margin-bottom: 0;
}
.status .dropdown-menu {
	width: 300px;
	left: -260px;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border: 1px solid rgba(255,255,255,.3);
	color : white;
}
.status .divider {
	background-color: #eee;
}
.status .arrow {
	content: "";
	color: black;
	display: block;
	border-bottom: 10px solid black;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	margin: -25px 256px 15px;
}
.status .dropdown-menu:before {
	content: "";
	display: block;
	border-bottom: 11px solid rgba(255,255,255,.3);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	width: 0;
	margin: -26px 255px 15px;
}
.status .dropdown-menu ol.resolve {
	padding: 0 20px;
}
.status .dropdown-menu li {
	margin-bottom: 5px;
}
#status-link {
  background: transparent;
}
.jumbotron {
	background: url(../img/heroBG.jpg) no-repeat 100%;
	background-size: cover;
	text-align: center;
	z-index: 20;
	position: relative;
}
.jumbotron h1 {
	font-family: 'Museo-100', Helvetica, sans-serif;
	font-size: 36px;
	color: #eee;
	text-shadow: 0 -1px 1px rgba(0,0,0,1);
	margin-top: 50px;
}
.jumbotron p {
	font-size: 14px;
}
.jumbotron .buttons {
	margin-bottom: 25px;
}
header .buttons .btn {
	margin: 10px;
	opacity: .6;
	background: rgba(255,255,255,.1);
}
header .buttons .btn:hover {
	opacity: 1;
	color: white;
}
.navbar {
  background: url(../img/heroBG.jpg) no-repeat 100%;
  background-size: cover;
  background-position: top;
	position: fixed;
	z-index: 60;
	border-radius: 0;
  border: 0;
	top: 0;
	width: 100%;
	background-color: #001d2b;
	box-shadow: 0 0 5px rgba(0,0,0,1);
}

.navbar-default .navbar-brand:link, .navbar-default .navbar-brand:visited {
color: #cccccc;;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .status:hover, .status:focus {
color: #ffffff;
}

.navbar-default .navbar-nav>li>a:link, .navbar-default .navbar-nav>li>a:visited, .status>a:link, .status>a:visited {
  color: #cccccc;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .status>a:hover, .status>a:focus {
  text-decoration: none;
  color: #ffffff;
}

.navbar .buttons {
	margin: auto;
	width: 480px;
	text-align: center;
}
.navbar .buttons .btn {
	margin: 8px;
}
.navbar-brand {
	margin-left: 30px;
	color: #cccccc;
	font-family: 'Museo-300', Helvetica, sans;
}
.nav .glyphicon {
	padding: 2px 0 4px 0;
}
/** Icons and Graphic Elements **/

.btn-outline {
	color: #fff;
	background-color: transparent;
	border-color: white;
}
.btn-play {
	border: 1px solid white;
	border-radius: 50%;
	display: inline-block;
	padding: 20px;
	width: 40px;
	position: relative;
	opacity: .6;
	background: rgba(255,255,255,.1);
}
.btn-play:hover {
	opacity: 1;
}
.btn-play:before {
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 10px solid white;
	content: '';
	position: absolute;
	top: 13px;
	left: 17px;
}
/** Bootstrap CSS Overrides **/

.btn {
	font-weight: 200;
}
/** Other Elements **/

.content-section {
	padding: 0 0 4px;
/*	margin: 0 0 20px; */
}

.content-section h6 {
  margin-top: 6px; 
}

.status>a>span {
  padding-right: 8px;
}
/** Media Queries **/
@media(min-width: 1200px) {
.container {
  max-width: 970px;
}
}

@media(max-width:768px) {
.navbar {
	z-index: 100;
}
}
 @media(max-width:768px) {
.status {
	left: 110px;
	z-index: 120;
}
}
@media(max-width:768px) {
.status .dropdown-menu {
	left: 10px;
}
}
@media(max-width:768px) {
.status .arrow {
	margin: -25px -11px 15px;
}
}
@media(max-width:768px) {
.status .dropdown-menu:before {
	margin: -26px -12px 15px;
}
}
body { padding-top: 50px; }

#footer {height: 75px;}
#footer {width:1000px; margin:0 auto; position:relative;}
#footermenu {text-align:center; list-style:none;margin:0; padding-top:10px;}
#footermenu li {display:inline;}
#footermenu a {padding:0;}
#footermenu p {font-size:10px; padding: 5px 100px;}

blockquote {
  background-color: lightyellow;
}

blockquote p {
  font-size: 14px;
}

.page-header .published { font-size: 16px; color: #999; }

.dropdown-submenu{position:relative;}
    .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
    .dropdown-submenu:hover>.dropdown-menu{display:block;}
    .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
    .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
    .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

*[id]:before {
  display: block;
  content: " ";
  margin-top: -55px;
  height: 55px;
  visibility: hidden;
}
