/*
 * HTML5 Boilerplate
 *
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	outline: none;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background: url(../img/background.jpg) repeat;
	outline: none;
	font-family: 'Julius Sans One', sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a.fantasybutton {
	display: none;
	opacity: 0;	
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    text-shadow: none;
	outline: none;
}

::selection {
    text-shadow: none;
	outline: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.wrapper {
	margin: 0 auto;
	width: 370px;
}
.inner {
}

.container {
	width: 370px;
	height: 80px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
img.chevron {
	margin: 0 auto;	
	text-align: center;
	max-width: 40px;
	padding: 10px 0 20px 0
}
img.chevron-top {
	margin: 0 auto;	
	text-align: center;
	max-width: 40px;
	padding: 0 0 15px 0;
}
.container p {
	color: #FFF;
	padding: 0 0 5px 0;
	margin: 0px;
	text-align: center;
	font-size: 1.1em;
}

.divider-bar { 
	clear: both;
	background: url(../img/divider.png) no-repeat top center;
	height: 5px; 
	margin: 15px 0 10px 0;
	padding: 10px 0 5px 0;
}

.logo-holder {
	margin: 0 auto;
	padding: 0 0 0 0;	
	width: 100%;
	text-align: center;
}
.logo-holder-base {
	margin: 0 auto;
	padding: 90px 0 40px 0;	
	width: 100%;
	text-align: center;
}
.logo-holder img {
	max-width: 360px;	
}
.logo-holder-base img {
	max-width: 370px;	
}

header#valley {
	height: 535px;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

