/******************************************************************
Theme Name: Elite Retreat Pre Show Theme
Theme URI: http://www.elite-retreat.info/
Description: The Theme before a show
Version: 1.0
Author: Eddie Machado
Author URI: http://www.eddiemachado.com
Tags: Private 
******************************************************************/

/******************************************************************
Title: Reset Stylesheet
******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #D9D6D6 url(bg.png) repeat;
	width: 500px;
	margin: 100px auto;
	font-size: 62.5%;
	font-family: Georgia;
}


h1 {
	text-align: center;
	font-size: 4.1em;
}

#elite-retreat-updates, #thanks {
	border: 1px solid #cecece;
	background: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	padding: 10px;
	margin: 30px auto;
}

	#elite-retreat-updates:hover {
		background: #507D9A;
		border: 1px solid #3F6279;
	}

	#elite-retreat-updates label {
		display: none;
	}

	#elite-retreat-updates input.email {
		width: 350px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 1.8em;
		background: #fafafa;
		border: 1px solid #cecece;
		padding: 5px 9px;
		font-family: Georgia;
		letter-spacing: .7px;
		float: left;
	}
	
	#elite-retreat-updates input.submit {
		background: #010101 url(button.png) top center no-repeat;
		border: 1px solid #000;
		padding: 5px 9px;
		width: 100px;
		font-size: 1.8em;
		color: #fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-family: Georgia;
		font-style: italic;
		float: right;
	}
	
		#elite-retreat-updates input.submit:hover {
			background: #404040 url(button.png) top center no-repeat;
			cursor: pointer;
		}
		
	#thanks p {
		text-align: center;
		font-size: 1.6em;
		font-weight: 700;
	}

#footer p {
	font-size: 1em;
	margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}