

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {font-family: Helvetica, Arial, sans-serif; font-size: 13px; background: #000 url(../images/BG.jpg) top center no-repeat fixed; background-size: cover;}

#page {
    position: absolute;
    text-align: center;
    width: 100%;
	background-color:transparent;
	top: 0px;
}

#branding {float: left; /*background-color: #333;*/ background: rgba(0, 0, 0, .50); width: 100%; padding-bottom: 1em; margin-bottom: 2em; margin-top:0px; padding-top:0px; border-bottom: 1px solid #FFA300;}
	#branding .right {color: white;}
	#branding .right a {color: #E7A125; padding: 0 0 8em 0; }
	
#design {    
    clear: both;
    margin-bottom: 0.75em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding: 0;
    text-align: left;
    width: 100%;
	background-color: transparent;	

}

/* Actually, after the page and design divs, I should be able to style as though header, main, and footer are elements */

header {
	float: left;
	background-color: transparent;
    margin-bottom: 1em;
    width: 100%;
	color: #ffffff;
	}

#main {width: 100%; 
	background: white;}

footer {width: 100%; color: white; margin-bottom: 3em;}

.show-grid [class*="span"] {
		background-color: #EEEEEE;
		border-radius: 3px 3px 3px 3px;
		line-height: 40px;
		min-height: 40px;
		text-align: center;
		}
		.show-grid.row-fluid {margin-bottom: 1em;}

.left {float: left;}
.right {float: right;}
.textcenter {text-align: center;}
.clear {clear: both; }
.bold {font-weight: bold;}
.italic {font-style: italic;}
.largetext {font-size: 120%;}
.smalltext {font-size: 80%;}
.red {color: red;}
.underline {text-decoration: underline;}


h1, h2, h3 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

h1 {font-size: 140%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}

p {font-size: 110%;}
p img.right {margin-left: 1em; margin-bottom:.25em;}
p img.left {margin-right: 1em; margin-bottom:.25em;}

.linkcolor {color:#0088cc }

.nav-list > li > a:hover {text-decoration:none;}

i.icon-chevron-right.icon-white {
	font-size:2px;
}

.icon-black,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings.png");
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}