/*
Theme Name: NAHHH
Author: Micah Lee
*/

body {
	margin: 0;
	color: #666666;
	text-align: center;
	font-family: helvetica;
	background-color: #ffffff;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#header {
	width:900px;
	height: 132px;
	position: relative;
	background-image: url('images/header_background.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 263px;
	height: 132px;
}

#header #search {
	position: absolute;
	top: 14px;
	left: 315px;
	width: 228px;
	height: 20px;
}

#header #search input.button {
	border: 0;
	padding: 0;
	margin: 0;
	width: 38px;
	height: 20px;
	float: left;
}

#header #search input.field {
	background-color: #f7f7f7;
	border: 1px solid #aeaeae;
	color: #b3b3b3;
	width: 188px;
	height: 18px;
	float: left;
	font-size: 12px;
	font-family: verdana;
	padding: 0;
	margin: 0;
}

#header #amazon {
	position: absolute;
	top: 0px;
	left: 556px;
	width: 100px;
	height: 51px;
}

#header a#members-area {
	position: absolute;
	top: 0px;
	left: 669px;
	width: 223px;
	height: 34px;
}

#header a#members-area:link, a#members-area:visited {
	display: block;
	width: 209px;
	height: 34px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 14px;
}

#header a#members-area:hover, a#members-area:active {
	color: #cfd0d2;
}

#content {
	width: 900px;
	text-align: left;
	margin-bottom: 20px;
}

#content #home #top {
	background-image: url('images/home_top.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 900px;
	height: 18px;
	overflow: hidden;
}
#content #home #bottom {
	background-image: url('images/home_bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 900px;
	height: 18px;
	overflow: hidden;
}

#content #home #home-main {
	width: 900px;
	height: 521px;
	background-image: url('images/home_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#content #home #home-main ul#home-nav {
	position: absolute;
	top: 26px;
	left: 682px;
	width: 201px;
	height: 140px;
}

#content #home #home-main ul#home-nav li a:link, #content #home #home-main ul#home-nav li a:visited {
	display: block;
	float: left;
	padding: 10px 0 10px 30px;
	width: 171px;
	height: 35px;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

#content #home #home-main ul#home-nav li a:hover, #content #home #home-main ul#home-nav li a:active {
	color: #cfd0d2;
}

#content #home #home-main a#support:link, #content #home #home-main a#support:visited {
	position: absolute;
	top: 318px;
	left: 682px;
	width: 201px;
	height: 135px;
	background-image: url('images/home_support.png');
	text-decoration: none;
}

#content #home #home-main a#support:hover, #content #home #home-main a#support:active {
	background-image: url('images/home_support_hover.png');
}

#content ul#nav {	
	height: 16px;
	margin-bottom: 10px;
}

#content ul#nav li {
	display: inline;
}

#content ul#nav li a:link, #content ul#nav li a:visited  {
	float: right;
	width: 124px;
	height: 16px;
	margin-left:3px;
	padding-left: 11px;
	padding-top: 2px;
	text-align: center;
	color: #ffffff;
	background-image: url('images/nav_background.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#content ul#nav li a:hover, #content ul#nav li a:active  {
	color: #cfd0d2;
}

#content ul#nav li a.selected {
	background-image: url('images/nav_selected_background.png');
}

#content ul#subnav {
	height: 16px;
	margin-bottom: 10px;
}

#content ul#subnav li {
	display: inline;
}

#content ul#subnav li a:link, #content ul#subnav li a:visited  {
	float: right;
	height: 16px;
	margin-left:30px;
	color: #9f9f9f;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content ul#subnav li a:hover, #content ul#subnav li a:active  {
	color: #5ea7db;
}

#content ul#subnav li.current_page_item a {
	color: #5ea7db;
}

#content h1 {
	text-align: left;
	font-size: 30px;
	font-family: verdana;
	text-transform: uppercase;
	color: #296887;
	margin: 10px;
}

#content #bar {
	width: 900px;
	height: 63px;
	background-image: url('images/page_bar.jpg');
}

#content #main {
	width: 798px;
	padding: 10px 50px;
	font-family: verdana;
	line-height: 150%;
	border-left: 1px solid #94b3c3;
	border-right: 1px solid #94b3c3;
	border-bottom: 1px solid #94b3c3;
}

#content #main #leadership #left {
	padding-left: 10px;
	width: 390px;
	float: left;
}

#content #main #leadership #right {
	padding-left: 20px;
	padding-right: 10px;
	width: 340px;
	float: right;
	border-left: 5px double #e5e5e5;
}

#content #main h2 {
	font-size: 20px;
	color: #296887;
}

#content #main p {
	font-size: 13px;
	margin-bottom: 15px;
}

#contents .post {
	width: 698px;
}

#content .post a:link, #content .post a:visited {
	color: #296887;
	text-decoration: none;
}

#content .post a:hover, #content .post a:active {
	text-decoration: underline;
}

#content .post .date {
	width: 120px;
	height: 100px;
	color: #ffffff;
	background-color: #74bde0;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}

#content .post .date .day {
	font-size: 30px;
	height: 40px;
	padding: 5px 0;
}

#content .post .date .year {
	font-size: 40px;
	font-weight: bold;
	height: 40px;
	padding: 5px 0;
}

#content .post .content {
	width: 558px;
	float: left;
	margin-bottom: 30px;
}

#content .pdf {
	display: block;
	padding-left: 70px;
	min-height: 60px;
	background-image: url('images/pdf.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#content a:link, #content a:visited {
	color: #1d485d;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #255972;
}

#footer {
	width:900px;
	height: 106px;
	margin-top: 30px;
}

#footer #left {
	width:379px;
	height:106px;
	float: left;
	text-align: left;
	color: #2a6887;
	font-family: arial;
	line-height: 120%;
	font-size: 12px;
}

#footer #right {
	width: 446px;
	height:81px;
	padding-left: 75px;
	padding-top: 25px;
	float: right;
	text-align: left;
	color: #ffffff;
	font-family: arial;
	line-height: 120%;
	font-size: 12px;
	background-image: url('images/footer_right_background.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer #right a:link, #footer #right a:visited {
	color: #86bde4;
	text-decoration: underline;
}

#footer #right a:hover, #footer #right a:active {
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

.cleared {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#preload {
	display: none;
	visibility: hidden;
}

iframe {
	width: 798px;
	height: 500px;
	overflow: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

#amazon iframe {
	width:120px;
	height:240px;
	margin-right: 20px;
	float: left;
}
