/* --- Static.css :: Static page CSS for WoodRocket.com --- */

body { 
	font-size: 12pt; 
	line-height: 1.3; 
	background-color: black; 
	background-image: url("../img/bg3.jpg"); 
	font-family: 'Pontano Sans', sans-serif;
}

p { 
	margin-bottom: 1.3em;
}

#main-wrapper {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background-color: white;
	color:#000;
}

#tagline-login {
	background-color: black;
	color: white;
	display:block; 
	width:920px;
	height: 25px;
	margin: 0px auto; 
	padding: 4px 5px 1px 10px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-family: sans-serif;
}

#tagline-login h1 {
	text-align: center;
}

#landing {
	margin: 20px auto 0 auto;
}

#landing-logo {
	width: 310px; 
	margin: 0 auto;
	padding-left: 110px;
}

#slogan {
	width: 640px;
	margin: 10px auto;
}

#content {
	color: #797979; 
	margin: 20px 120px;
}

#content p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
}

#content h1 {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 1.5em;
}	

#content ul {
	list-style: square;
	list-style-position:inside;
}

#content li {
	margin: 0 0 0.25em 2em;
}
	
footer {
	margin: 10px 120px;
	border-top:1px solid #2e2e2e;
	clear: both;
	font-family: sans-serif;
	color: #797979; 
	padding-bottom: 20px;
}

footer section #landing-nav {
	font-size: 0.85em; 
}

footer section a, footer section a:visited {
	color:#5589A0 !important; 
	text-decoration: none;
}

footer section a:hover {
	color:#ef7d5a !important; 
	text-decoration: underline;
}

footer ul {
	list-style: none; 
	margin:0;
	padding: 10px 0; 
	text-transform: uppercase; 
	text-align: center;
}

footer li {
	font-size: 0.75em;
	display: inline;
}

footer #copyright  p {
	clear: both; 
	color:#5f5f5f; 
	font-family: sans-serif; 
	font-size: 0.75em; 
	line-height: 1.5em;
	padding-top: 20px; 
	text-align: center;
}

#enter-exit {
	width: 460px;
	margin: 0 auto 20px auto;
}

.under18 {
	display: block;
	width: 218px;
	height: 172px;
	background: url('../img/under18.jpg') 0 0;
	text-indent: -99999px;
	float: right;
}	

.over18 {
	display: block;
	width: 218px;
	height: 172px;
	background: url('../img/over18.jpg') 0 0;
	text-indent: -99999px;
	float: left;
}	

.under18:hover , .over18:hover {
	background-position: bottom;
}