/* ================================
   --------------------------------
   LAYOUT STYLESHEET
   --------------------------------
   ================================
*/
@import url("reset.css");
body {
	font: 62.5%/150% Arial, Helvetica, sans-serif;
	color:#333;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

a {
	color:#333;
	text-decoration:none
}

a:hover {
	color:#000;
	text-decoration:underline
}

p {
	font-size:1.4em;
	line-height:120%;
	margin:0 0 1.5em 0;
}

#container {
	width:100%;
	margin:0 auto;
	position:relative;
}

#logo a {
	width: 100%;
	height:186px;
	display:block;

}


#nav {
	width: 100%;
	height: 37px;
	left:301px;
	top:107px;
	position:absolute;
	background:none;
}

#nav ul {
	left:0;
	width: 100%;
	overflow:hidden;
	top:37px;
	position:absolute;
}

#nav li {
	margin:0;
	padding:0;
	display:inline;
	color:#fff;
}

#nav li a {
	display:block;
	float:left;
	height:37px;
	color:#fff;
	padding:0 10px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 1.4em;
	line-height:37px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav li li a {
	text-transform:capitalize;
	font: normal 1.2em/37px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav li a:hover, 
#nav li.current_page_item a, 
#nav li.current_page_item a:hover, 
#nav li.current_page_ancestor a {
	color:#fff;
	text-decoration:none;
	background:#fff;
}

#nav li.current_page_item li.page_item a, 
#nav li.current_page_item li.page_item a:hover,
ol#nav li.page_item.current_page_ancestor.page_folder ul li a {
	background:#fff;
	color:#00457A;
}

#nav li.current_page_item li.page_item a:hover {
	text-decoration:underline;
	background:#fff;
	
}

ol#nav li.page_item.current_page_ancestor.page_folder ul li.page_item.current_page_item a,
ol#nav li.page_item.current_page_ancestor.page_folder ul li.page_item.current_page_item a:hover,
ol#nav li.page_item.current_page_ancestor.page_folder ul li a:hover {
	text-decoration: underline;
	background:#fff;
	
}

#utilities {
	display:none;

}


#wrapper {
	width:100%;
}


#content {
	width: 100%;
	font-size: 1.2em;
}

#content ul li, #content ul {
	margin:0 0 1em 0;
	padding:0;
	line-height:1.5;	
}

#sidebar {
	width: 100%;
}

.postdate {
	font: normal 1.4em Georgia, "Nimbus Roman No9 L", serif;
	padding: 10px 0 0 0;
	margin:-16px 0 0 0;
	color:#05A272;
	text-align:left;
}

.postdate em {
	padding: 0 0 10px 0;
	margin-bottom:20px;
	display:block;
	font-style:normal;

}

#wp_home .postdate {
	margin:20px 0 0 0;
}

.postauthor {
	margin-bottom:20px;
	text-align:left;
	color:#00457A;
	font: normal 1.2em Georgia, "Nimbus Roman No9 L", serif;
}

.postauthor a {
	color:#00457A;
}

.post h1 a, .pagepost h1, #archivepage h1 {
	color:#00457A;
	margin: 10px 0 0 0;
	padding: 0;
	display:block;
	text-align:left;
	font: normal 2.8em Georgia, "Nimbus Roman No9 L", serif;
}


.post {
	margin-top:20px;
}

.pagepost h1, #archivepage h1, .storycontent h1  {
	color:#00457A;
	margin: 1px 0 10px 0;
	padding: 15px 0 0 0;
	display:block;
	text-align:left;
	font: normal 2.8em Georgia, "Nimbus Roman No9 L", serif;
}

.storycontent h1  {
	text-align:left;
}


.post h1 a:hover, .postauthor a:hover {
	text-decoration:none;
	color:#666;
}

h2 a, h2,h3 a, h3, h4 a, h4, h5 a, h5, h6 a, h6  {
	color:#333;
	text-align:left;
	padding-bottom:5px;
	font: normal 2.0em Georgia, "Nimbus Roman No9 L", serif;
	
}

h2 a, h2, h3 a, h3 {
	color:#00457A;
}

h3 a, h3, h4 a, h4, h5 a, h5, h6 a, h6   {
	color:#333;
	text-align:left;
	font-size:1.8em;
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
}

h4 a, h4   {
	font-size:1.6em;
}

h5 a, h5   {
	font-size:1.4em;
}

h6 a, h6   {
	font-size:1.2em;
}

h3 a, h3 {
	color:#05A272;
}

.storycontent a, .pagepost a {
	color:#05A272;
	text-decoration:underline;
}


.storycontent table, .pagepost table {
	width: 100%;
	font-size: 1.0em;
	margin:0;
	border-collapse:collapse;
	border-spacing: 0;
	}
.storycontent td, .pagepost td {
	width: 33%;
	padding: 5px;
	text-align:left;
	vertical-align:top;	
	border-bottom:1px solid #ccc;
	}
.storycontent strong, .pagepost strong {
	color:#05A272;
}
.storycontent tr.altrow, .pagepost tr.altrow {
	background: #DDECF9;
	}

.storycontent a:hover, .pagepost a:hover {
	color:#00457A;
	text-decoration:underline;
}

.storycontent ul, .pagepost ul {
	margin:0 0 1.25em 0;
}

.storycontent ul ul, .pagepost ul ul {
	margin:.75em 0;
}

.storycontent ul li, .pagepost ul li {
		color:#333;
		margin:0 0 .5em 0;
		padding:0 0 .25em 20px;
		padding-bottom:0;
}

.storycontent ul ul li, .pagepost ul ul li {
}

.storycontent ul ul ul li, .pagepost ul ul ul li {
}

.storycontent ol, .pagepost ol {
	list-style:decimal;
	padding: 0 0 0 25px;
	border: 0;
	margin:0 0 1.25em 0;
}

.storycontent ol ol, .pagepost ol ol {
	margin:.75em 0;	
}

.storycontent ol ol, .pagepost ol ol {
	list-style:upper-alpha;
}

.storycontent ol ol ol, .pagepost ol ol ol {
	list-style:lower-alpha;
}


.storycontent ol li, .pagepost ol li {
		color:#333;
		margin:0 0 .5em 0;
		padding:0 0 0 3px;
		padding-bottom:0;
}


.storycontent blockquote, .pagepost blockquote {
  width: 450px;
	padding: 0 50px;
	color:#05A272;
	font: normal 1.4em/1.2 Georgia, "Nimbus Roman No9 L", serif;
}


#search, #categories, #recent-posts, #popular-posts, #search  {
display:none;
}



#categories li a, #recent-posts li a, #popular-posts li a, #archivehistory li a {
	border-bottom:1px solid #ccc;
}
#categories li a:hover, #recent-posts li a:hover, #popular-posts li a:hover, #archivehistory li a:hover  {
	text-decoration:none;
	color:#05A272;
	border-bottom:1px solid #05A272;
}

#copyright {
	width: 960px;
	margin:10px auto 20px;
	text-align:left;
}

#copyright a {
	text-decoration:underline;
}

.feedback {
	width: 581px;
	font-size:.95em;
	overflow:hidden;
	padding-top:13px;
}

.feedback ul {
	width: 581px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.feedback li.feedback-comment, .feedback li.feedback-categorize  {
	width: 290px;
	float:left;
	padding:0;
	margin:0;
}

.feedback li.feedback-categorize  {
	text-align:right;
}

.feedback a:link, .feedback a:visited {
	color:#000;
	text-decoration:underline
}

.feedback a:hover,.feedback a:focus,.feedback a:active {
	color:#00457A;
	text-decoration:underline
}

.post {
	border-bottom:2px solid #00457A;
	margin-bottom:10px;
	padding-bottom:10px;
}

ol#commentlist {
	list-style:decimal;
	padding-left:20px;
	font-size:1em;
}

ol#commentlist p {
	line-height:150%;
	margin:0 0 1.0em 0;
}


ol#commentlist li hr {
	display:block;
	height:2px;
	background:#fff;
	width:591px;
	margin-left:-30px;
	border:1px solid #00457A;
}

ol#commentlist li.even {

}

ol#commentlist li {
	margin-top:10px;
}

ol#commentlist cite {
	font-size: .95em;
	color:#666;
	display:block;
	width: 541px;
	padding: 10px 0 0 0;
	overflow:hidden;
}

ol#commentlist cite span.commentby {
		text-indent: 10px;
		width:270px;
		float:left;
		display:block;
}

ol#commentlist cite span.commentdate {
		text-align:right;
		width:270px;
		float:right;
		display:block;
}

/*-- promos --*/
#registration a {
	width:340px;
	height:157px;
	display:block;
	text-indent:-9999em;
	margin-top:-18px;
	margin-bottom:18px;
	position:relative;
	z-index:3;

}

#eventpromo ul, #eventpromo h1, #eventpromo a, #wp_archive .feedback .feedback-comment .add-comment, #wp_home .feedback .feedback-comment .add-comment, #wp_cat .feedback .feedback-comment .add-comment, .akpc_pop, .trackback, #rsscomment  {
	display:none;
}

.add-comment {
	color:#05A272;
	text-transform:uppercase;
}

.add-comment a:link,.add-comment  a:visited {
	color:#05A272;
	text-decoration:underline
}

.add-comment a:hover,.add-comment a:focus,.add-comment a:active {
	text-decoration:none
}

#wp_home #eventpromo a {
	width:581px;
	height:138px;
	display:block;
	text-indent:-9999em;
}

#archives {
	text-indent:-9999em;
}


#sponsors, #archives {
	margin:-90px 0 0 0;
	clear:both;
	width:340px;
	color:#05A272;
	font: normal 1.8em/1.2 Georgia, "Nimbus Roman No9 L", serif;
}

#sponsors li#carrierlogo a, #sponsors li#hpaclogo a {
	width:160px;
	height:84px;
	display:block;
	float:left;
}

#sponsors li#hpaclogo a {
	float:right;
}

#comments {
	width:581px;
	overflow:hidden;
	padding:10px 0;
	margin-bottom:20px;

}

#comments li {
	width:290px;
	float:left;
}

#comments li#postcomment, #commentform label {
	font: normal 1.4em Georgia, "Nimbus Roman No9 L", serif;
}

#comments li#rsscomment {
	width:290px;
	text-align:right;   
}

#comments li#rsscomment a {
	width:270px;
	font-size:.95em;
	text-align:right;
	padding:0 0 5px 20px;
	text-transform:uppercase;
}

#commentform {
	clear:both;
}

#commentform input {
	padding:5px;
}

input, textarea {
	border:1px solid #c1c1c1;
}

#commentform textarea {
	width:100%;
	height:300px;
}

input#submit {
	width:137px;
	height:26px;
	border:1px solid #c1c1c1;
	color:#05A272;
	cursor:pointer;
	font-size:1.0em;
	text-transform:uppercase;
}

input#submit:hover {
	background:#ccc;
	color:#333;
	cursor: pointer;
}

textarea#comment {
	width:560px;
}

p.readmore  {
	color:#05A272;
	line-height:normal;
	margin:0 0 1.5em 0;
	font-size:.95em;
	text-transform:uppercase;
}

p.readmore a  {
	color:#05A272;
	text-decoration:underline;
}

p.readmore a:hover  {
	text-decoration:none;
}

p#contribute-login, p#contribute-reg {
	margin:0;
	line-height:normal;
	padding:0;
}

p#contribute-login a {
	float:left;
	width:240px;
	height:119px;
	display:block;
	text-indent:-9999em;
}



p#contribute-reg a {
	float:left;
	width:240px;
	height:112px;
	display:block;
	margin:7px 0 0 0;
	text-indent:-9999em;
}






