/*
Theme Name: Life, Business, and the Pursuit of Truth
Theme URI: http://alexismartinneely.com/
Description: Site Theme for Life, Business, and the Pursuit of Truth
Version: 1.0
Author: Intuitive Designs
Author URI: http://www.intuitivedesigns.net
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

#header2 {
	background: url('style/images/headercombo.jpg') no-repeat;
	width:1020px;
	height:303px;
	margin: 0 0 0 -50px;
}

#header2 h1 a {
	width: 1000px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

#header2 #header-optin {
	position:absolute;
	width: 195px;
	left: 795px;
	top: 10px;	
}

#header2 #header-optin #optinh3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	margin-left:-3px;
	color: #FFF;	
}

#header2 #header-optin p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	margin-bottom: 8px;
}

#header2 #header-optin input[type=text] {
	width: 190px;
	margin-bottom: 3px;
	border: 1px solid #a9afa9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:20px;
	font-size:12px;
	font-style:italic;
	color:#bbb;
	padding-left:4px;
}

#header2 #header-optin input[type=text].optin-active {
	color:#555;
	font-style:normal;
}

#header2 #header-optin input[type=submit] {
	background:transparent url('http://www.alexismartinneely.com/wp-content/uploads/2011/02/ewo-header-optin-submit.png') no-repeat;
	background-position: 0 0px;
	border-style:none !important;
	padding:0;
	margin-left:-2px;
	width:197px;
	height:29px;
	cursor:pointer;
}

#header2 #header-optin input[type=submit]:hover {
	background-position: 0 -29px;
}

#top-menu2 {
position:absolute;
top:258px;
left:25px;

}
#top-menu2 ul {
	margin: 0;
}
#top-menu2 ul li {
	display: inline;
}
#top-menu2 li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 5px;
	
	margin: 1px 9px;
}
#top-menu2 li a:hover, #top-menu .current_page_item a {
	background-color: #ab460a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
