/***********************************
+ Reset
***********************************/
html,body,div,span,h1,p,a,img,strong,ul,li,form,label{margin:0;padding:0;font-size:100%;vertical-align:baseline;border:0;outline:0;background:transparent;text-decoration:none}
body,html{height:100%}
ol,ul{list-style:none}
* {
	padding: 0;
	margin: 0;	
	outline:0px;
	border:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}
html, body {
	height: 100%;
}
::-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder {
	color: rgba(0,0,0,0.8)
}



/***********************************
+ Theme
***********************************/
body {
	background: #EBEAE6 url("../_img/bg-grid.png");
	/*-moz-box-shadow: inset 0 0 250px #000000; -webkit-box-shadow: inset 0 0 250px #000000; box-shadow: inset 0 0 250px #000000;*/
	font-family: Helvetica, sans-serif;
	padding-bottom: 60px; /* remove this later */
}

.container {
	width: auto;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 27px; /* affects footer */
}

#logo {
	margin-top: 18px;
}

#logo h1 {
	font-family: 'Oswald', serif;
	font-size:100px;
	line-height:100px;
	color:#BB0C00;
	text-align:center;
	text-shadow:0 2px 2px rgba(0,0,0,0.3);
}

#tagline {
	font-size:40px;
	color:#52171b;
	text-align:center;
	padding-bottom: 60px;
	font-weight: bold;
}

a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, .7);
	transition: all 0.2s ease-in 0s;	
}

.jquery-lightbox a {
	outline:none;
	border:none;
}

/***********************************
+ Form
***********************************/

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
}
span.required {
	color: #FF0000;
	font-size: 13px;
}
#succsess_page h1 {
	background: url("assets/success.gif") no-repeat scroll left center transparent;
	padding-left: 22px;
}
.error_message {
	background: url("assets/error.gif") no-repeat scroll 10px center #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #8A1F11;
	display: block;
	line-height: 22px;
	margin: 10px 0;
	padding: 3px 10px 3px 35px;
}
input, textarea, select {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin: 5px 0;
	padding: 5px;
}
input.submit {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #222222;
	color: #FFFFFF;
	cursor: pointer;
}
input.submit:hover {
	background: none repeat scroll 0 0 #444444;
}
input, textarea, select {
	margin: 5px 0;
	padding: 5px;
}

/***********************************
+ Form
***********************************/

		
		
/***********************************
+ Footer
***********************************/
#footer, .push {
	height: 32px; /* .push must be the same height as .footer */
}

#footer {
	width:100%;
	padding:8px;
	color:#52171B;
	background-color:#f7f7f7;
	font-size:12px;
	text-align:center;
}

#footer a {
	border-bottom:1px dotted rgba(255,255,255,0.5);
	color:#C91A09;
	transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in;
}

#footer a:hover {
	color:#52171B;
	border-bottom:1px dotted transparent;
}