/*
Theme Name:     Brunswick Eruption 2013
Theme URI:      http://be.raiderrobotix.org
Description:    Child theme for the Twenty Twelve theme
Author:         Kristian Calhoun
Author URI:     http://twitter.com/kristiancalhoun
Template:       twentytwelve                             
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");
@import url("./css/cssmenu.css");

html {
	height: 100%;
}

body {
	font-family: 'Lato', san-serif;
	margin: 0;
	height: 100%;
	min-width: 800px;
	background: #FFFFFF;
}

a {
	-webkit-backface-visibility: visible !important;
}

#home-slideshow {
	background: #000000 url('./images/HHCatch_edit.jpg') left no-repeat;	
	background-size: cover; 
	color: white;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 700px;
	overflow: hidden;
}

#home-container {
	width: 624px;
	margin: 50px auto 0;
}

#home-tagline {
	font-weight: 100;
	font-size: 2.25em;
	margin: 20px 0 0 212px;
}

#home-date {
	font-weight: 400;
	font-size: 2.75em;
	margin: 20px 0 0 150px;
}

#home-subtext {
	font-weight: 400;
	font-size: 1.5em;
	margin: 20px 0 0 90px;
}

#home-registrationButtons {
	width: 444px;
	margin: 30px auto 0;
}

.home-registrationButton {
	width: 200px;
	display: inline-block;
	padding: 0 10px;
}

#page-container {
	position: relative;
}

#contact-image-header {
	background: #000000 url('images/contact.JPG') left no-repeat;	
	background-size: cover;
}

#sponsors-image-header {
	background: #000000 url('images/sponsors.JPG') left no-repeat;	
	background-size: cover;
}

#ftc-image-header {
	background: #000000 url('images/FTC.jpg') left no-repeat;	
	background-size: cover;
}

#fms-image-header {
	background: #000000 url('images/fms.JPG') left no-repeat;	
	background-size: cover;
}

#history-image-header {
	background: #000000 url('images/history.JPG') left no-repeat;	
	background-size: cover;
}

#directions-image-header {
	background: #000000 url('images/directions.JPG') left no-repeat;
	background-size: cover;
}

#teams-image-header {
	background: #000000 url('images/teams.JPG') left no-repeat;
	background-size: cover;
}

#awards-image-header {
	background: #000000 url('images/awards.JPG') left no-repeat;	
	background-size: cover;
}

#agenda-image-header {
	background: #000000 url('images/agenda.JPG') left no-repeat;	
	background-size: cover;
}

#register-image-header {
	background: #000000 url('images/register.JPG') left no-repeat;	
	background-size: cover;
}

#volunteer-image-header {
	background: #000000 url('images/volunteer.JPG') left no-repeat;	
	background-size: cover;
}

#about-image-header {
	background: #000000 url('images/about.JPG') left no-repeat;	
	background-size: cover;
}

.page-image-header { 
	margin: 0;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	border-bottom: 4px solid #41C1CD;
}

#page-title-container {
	background: #41C1CD;
	width: 45%;
	height: 60px;
	min-width:300px;
	position: absolute;
	bottom: 60px;
}

#page-title {
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	line-height: 60px;
	font-size: 40px;
	text-transform: uppercase;
}

#primary {
	width: 800px;
	margin: 0 auto;
}

#content {
	padding: 25px;
}

.site-content {
	float: none !important;
}

.site-content article {
	border: none !important;
}

#footer {
	background: #333333;
	min-height: 300px;
	border-top: 4px solid #41C1CD;
	color: #FFFFFF;
}

#footer-logo {
	width: 694px;
	margin: 60px auto 0 auto;
}

.entry-header .entry-title {
	display: none;
}

img#wpstats {
	display: none;
}

#prerookieinfo, #extrainfo, #volunteerinfo {
	width: 600px !important;
}

#register-button {
	background-color: #41C1CD;
	border: medium none;
	box-shadow: none;
	color: white;
	font-size: 16.5px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	background-image: none;
	padding: 10px;
	width: 300px;
}

#register-button:hover {
	background-color: #3BD2E0;
}