/*
BaselineCreations.com v.0.1 Cascading Style Sheet
All Right Reserved
------------------
coming.css
	Positional and layout styling for all CSS elements found on the splash page for BaselineCreations.com
------------------
Created 7.9.2008
Modified 7.9.2008
*/

body { margin: 0; padding: 0; background-color: #222; font-family: Arial; }


#pre-header { border-top: 10px solid #a42022; color: #eee; }
	.client-login { display: none; background-color: #a42022; text-align: justify; }
		/*.client-login .middle { border-left: 3px solid #222; border-right: 3px solid #222; }*/
	
	.login-button { text-align: right; margin-right: 100px; }
		.login-button a { color: #eee; text-decoration: none; }
			.login-button a:hover { color: #fff; border-bottom: 2px solid #fff; }
	.login { background-color: #a42022; padding: 2px 8px 4px 8px; }

#splash { position: absolute; bottom: 15%; width: 100%; }

#splash strong { font-weight: 200; }

#splash h1 { margin: 0 0 0 150px; padding: 0; border-bottom: 15px solid #a42022; }
	#splash h1 img { margin-bottom: -20px; float: none; }
	
#splash p { margin: 0 0 0 150px; padding: 0; border-bottom: 15px solid #a42022; }
	#splash p.sub-text { margin-top: 5px; color: #a42022; border-bottom: none; }
		#splash p.sub-text span { color: #444; }