/*
THEME NAME: New Hiker
THEME URI: http://newhiker.com
DESCRIPTION: Newhiker.com coming soon page.
VERSION: 1.0 
AUTHOR: Orange Apple Group
AUTHOR URI: http://orangeapplegroup.com/
*/

/* -------------------------------------------------------------- 
  
   General   	color: #3b1e09;
   
-------------------------------------------------------------- */

body {
	background:#f5e6c6;
	color:#3b1e09;
  	line-height: 1.5; 
  	margin:0; 
	padding:0;
}

p, label, div, span { 
	font-family: helvetica, arial, sans-serif;
	letter-spacing:1px;	
}

a {
	text-decoration:underline;
	color:#993300;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}


/* -------------------------------------------------------------- 
  
   Layout   
   
-------------------------------------------------------------- */


#headerWrap { width:100%; background: #5db1e0 url(images/top_tile.png) repeat-x bottom;}
#header { width: 980px; background: transparent url(images/top_background.png) bottom center no-repeat; margin: 0 auto; height: 430px; text-align:center;}


#header h1 { font-family:Helvetica,Arial,sans-serif; font-size: 30px; margin:0 0 45px; color: #015088; padding-top:80px;}
#header h2 { font-size:30px; color: #015088; }
#barWrap { width:100%; height:70px; background: #3b1e09 url(images/bar_tile.png) repeat-x top left; border-top:2px solid #fff; border-bottom:1px solid #301605;}
#bar { width:980px; color:#f5e6c6; margin: 0 auto; text-align:center;}

#contentWrap { width:100%; background: transparent url(images/lower_tile.png) repeat-x top left;}
#content {font-size:30px; margin:0 auto; padding:60px; text-align:center; width:980px; background:transparent url(images/newhiker_logo.png) no-repeat scroll center center;}
.highlight {color: #333;}

#foot { padding:0 50px 25px; font-size:12px; color: #336600; text-align:center;}

#options-wrap {
	background:#ED8133 url(images/bar.gif) repeat-x top;
	width:100%;
	float:left;
	margin:0 0 24px 0;
	border-top:2px solid #FE8F45;
	border-bottom:2px solid #B54901;
}
#subscribe-options {
	width:960px;
	margin:0 auto;
	padding:18px 0;
	font-family:Verdana, sans-serif;
	color:#000;
	font-size:12px;
	overflow:hidden;
}
#subscribe-options a {
	color:#000;
}



form { display:inline-block; }
form input { display:inline;}

form #email {
	background:transparent url(images/form_bg.png) no-repeat;
 	vertical-align:middle;
	font-size:18px;
	height:40px; border:none;
	height:40px;
	padding:10px 9px 0px 10px;
	margin-right: -15px;
	width:316px;
	color: #666;
	}

form #email:focus {color:#336699;}
	
.form-label {display:inline; line-height:75px; padding-right:15px;font-size:22px;}

#submit { 
	background:transparent url(images/button.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-size:18px;
	padding:10px 0 15px;
	text-indent:-5000px;
 	vertical-align:middle;
	width:42px; }
	










