/*
Theme Name: Main
Theme URI: http://starboardstrategicinc.purplebeta.com
Author URI: http://www.purplestrategies.com
Description: Main theme for Purple wordpress sites
Author: Purple Strategies, LLC.
Version: 1.0
*/

@font-face {
    font-family: 'proxima_nova_altregular';
    src: url('fonts/proximanovaalt-reg-webfont.eot');
    src: url('fonts/proximanovaalt-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovaalt-reg-webfont.woff') format('woff'),
         url('fonts/proximanovaalt-reg-webfont.ttf') format('truetype'),
         url('fonts/proximanovaalt-reg-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	width:100%;
	margin:0;
	padding:0;
	background:#ffffff;
	font-size: 1em;
}

body{
	position: relative !important;
    top: 0px !important;
}

img{
	border:none;
	outline: none;
	width:100%;
	vertical-align: bottom;
}

blockquote{
	font-style:italic;
}

blockquote p:before {
	content: '"';
}

blockquote p:after {
	content: '"';
}

input, button{
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	border:0;
	outline: none;
}

.template_container{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: url("images/template-splash.jpg") no-repeat top center;
	background-size: 1280px;
	z-index: 999;
	opacity:0.4;
	display: none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

hr{
	display: block;
	margin: 0;
	border:none;
	height:1px;
	background: #dadada;
}

.container{
	display: block;
	position: relative;
	vertical-align: top;
}

.inline_container{
	display:inline-block;
	position: relative;
	vertical-align: top;
}

.centered{
	margin:0 auto;
	display: block;
	position: relative;
	vertical-align: top;
}

.page{
	min-width: auto;
	max-width: 100%;
}

.header,.footer{
	background: #888888;
}

.main{
	max-width:60em;
	background: #555555;
	color:#ffffff;
}

a:link{
	text-decoration: none;
	border:none;
}

a:visited{
	text-decoration: none;
	border:none;
}

a:hover{
	text-decoration: none;
	border:none;
}

a:active{
	text-decoration: none;
	border:none;
}

.splash_content{
	min-width: auto;
	max-width:41em;
}

.splash_content hr{
	margin:0 auto;
	min-width: auto;
	max-width:8em;
}

.top_splash{
	background: url("images/top-body-background.jpg") repeat;
	padding: 7.4em 0;
}

.bottom_splash{
	background: #383c4c;
	min-height:4em;
}

.splash_logo{
	width:14em;
	margin:0 auto 3em auto;
}

.spalash_logo img{
	width:auto;
}

.splash_copy{
	margin:3.8em 0 2em 0;
	font-family:'proxima_nova_altregular',sans-serif;
	color:#455663;
}

.splash_copy h1{
	font-weight: normal;
	font-family:'proxima_nova_altregular',sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	color:#89a86c;
	letter-spacing: 0.17em;
	margin: 0 0 1.8em 0 ;
	padding: 0;
}

.splash_copy p{
	line-height: 1.7em;
	font-size: 1.1em;
}