@charset "UTF-8";
/* CSS Document */

/* ----- General -------*/

body {
  background-color:#000000; 
  background-image:url(images/ap_background.jpg); 
  background-repeat:repeat-x; 
  margin:0 0 0 0; 
  padding: 0 0 0 0;
  }

a {
	color: #000; text-decoration:none;
}

a images {
	border: none;
}

a:visited {
	color: #000; text-decoration:none;
}

a:hover {
	color: #009999; text-decoration:none;
}

p, li, .feedback {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.8em;
	margin-top:.8em;
	}
	
p {max-width:665px;}
	
p.caption {
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.85em; 
  color:#333333; 
 }
 
p.instruction {
	  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.7em; 
  font-style:italic;
  color:#333333; 
}
 
p.links {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.7em;
	text-decoration:none;
}

p.links a:link, p.links a:visited {
	 text-decoration:none;
	 color:#999;
}

p.links a:hover {
	color:#333;
}

p.emails {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.8em;
	margin-top:-.2em;
}
	
p.emails a:link, p.emails a:visited {
	text-decoration:none;
	color:#000;
}

p.emails a:hover {
	color:#009999;
}

#footer p.copyright {
	font-size:.65em;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:4em;
	margin-bottom:.5em;
	clear:both;
	width:800px;
	}
	
#footer p.copyright a:link, #footer p.copyright a:visited, #footer p.copyright a:hover {text-decoration:none; color:#666666;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#000;
	font-weight:normal;
	margin-top:0;
	width:550px;
}

h1 a:link, h1 a:visited, h1 a:hover { text-decoration:none;}
	
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	margin-top:2em;
}
	
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	margin-top:1em;
}

h4 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	padding-top:1em;
	border-top:1px dashed #009999;
	width:300px;
	line-height:.8em;
	}
	
	h5 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	padding-top:1em;
	border-top:1px dashed #009999;
	width:400px;
	line-height:.8em;
	}
	
em {}
strong {}

.clear {
  clear:both;
  }
  
/*#footer img.fb_badge 
{
	float:left;
	padding-bottom:2em;
	margin-left:30px;
	margin-top:10px;
}*/

blockquote p {
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:.75em; 
	color:#333333; 
	clear:both;
	padding-left:10px;
	font-style:italic;
	padding-top:0px;
	
}

blockquote {
	border-top:1px dashed #009999;
	border-bottom:1px dashed #009999;
	width:220px;
	float:right;
	padding-top:1em;
	padding-bottom:1em;
	margin-top:.55em;
	margin-right:0px;

}

/* -------- Main Container --------*/

#wrap {
  width:1020px; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top:0px; 
  background-image:url(images/ap_curve.png); 
  background-repeat:no-repeat; 
  min-height:638px;
  }




/* ----- Logo at Top ------ */

#logo {
  width:300px; 
  padding-top:40px; 
  margin-left:30px;
}

p.tagline {
  font-family:Georgia, "Times New Roman", Times, serif; 
  color:#000000; 
  font-size:.85em; 
  margin-top:-25px; 
  margin-left:500px; 
  float:left; 
  font-weight:bold;
}

*html p.tagline { margin-left:230px;}

/* ----- Mid Section - Page layout ------ */

#page_top {
  width:769px; 
  height:41px; 
  background-image:url(images/page_top_background.png); 
  background-repeat:no-repeat;
  }

#page_background {
  width:769px; 
  height:auto; 
  min-height:510px; 
  padding-bottom:20px;
  padding-top:15px;
  background-image:url(images/page_background.png); 
  background-repeat:repeat-y;
  padding-left:52px;
  }

*html #page_top {margin-top:-540px;}
  
/* ------ Mid Section - News Layout ------ */


img.news {
float:right;
	margin-right:0px;
	padding-left:20px;
	margin-top:10px;
}


/*.right_image_holder {
	width:300px;
	float:right;
	margin-right:5px;
	padding-left:20px;
	margin-top:10px;
}

.right_image_holder p.caption {
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.75em; 
  color:#333333; 
 }*/

.news_divider {
	clear:both;
	height:20px;
	margin-bottom:30px;
	width:665px;
	border-bottom:1px #009999 dashed;
}

.news_item {
  width:665px;
  margin-left:4px;
}

.page_item {
	width:665px;
	margin-left:4px;
}

.news_item h1 {
	width:500px;
	
}
.three_column_layout {
	width:200px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}


.three_column_layout p.caption {
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.75em; 
  color:#333333; 
 }
/* -------- Mid Section - Contact Dividers ----------- */

.contact_dividers {
	height:10px;
	margin-bottom:20px;
	width:300px;
	border-bottom:1px #009999 dashed;
}

/* --------- Mid Section after page --- 115 year logo styling ---------- */

img.icon {
  margin-top:30px;
  margin-left:30px;
  float:left;
  }



/* ---------- Footer - Bottom Section --------------*/

#footer {
  width:1020px; 
  margin-top:50px;
  margin-left:auto; margin-right:auto;
  }

#footer p {
  width:300px; 
  margin-left:30px; 
  font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.75em; 
  color:#FFFFFF; 
  line-height:1.7em; 
  float:left;
	}
	
#footer p em {
  font-weight:bold; 
  font-style:inherit;
  }

#footer img {
  float:right; 
  margin-right:140px;
  margin-top:10px;
  }

#icons {width:1020px;
margin-left:auto; 
margin-right:auto;
padding-left:40px;
padding-top:1em;
margin-bottom:2em;
clear:both;
}

#icons img {float:left; margin-bottom:2em; margin-right:.5em;}


/* adapted from wordpress classic theme */

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/*acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}


ol#comments li p {
	font-size: 100%;
}



/* classes used by the_meta() */
/*ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}
*/
/*#header {
	background: #90a090;
	border-bottom: 3px double #aba;
	border-left: 1px solid #9a9;
	border-right: 1px solid #565;
	border-top: 1px solid #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
  width:200px; 
  float:right; 
  margin-right:90px; 
  margin-top:20px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* -------- Navigation Right side --------*/

#navigation {
  width:200px; 
  float:right; 
  margin-right:90px; 
  margin-top:20px
  }
  
*html #navigation {float:left; margin-left:370px;}

	
ul {
  list-style:none; 
  display:block;
  }
	
ul li {
  color:#FFFFFF; 
  font-size:.85em; 
  font-family:Georgia, "Times New Roman", Times, serif; 
  letter-spacing:.05em;
  }

ul li.bottom {
  margin-top:220px;
  }
 
li a:link, li a:visited {
	text-decoration:none;
	color:#FFF;
}

li a:hover {
	color:#009999;
}

li page_item current_page_item {
	color:#009999;
}

ul ul { 
list-style:none;
display:block;
}

ul ul li {
  color:#FFFFFF; 
  font-family:Georgia, "Times New Roman", Times, serif; 
  letter-spacing:.05em;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float:none;}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* this is for the box surrounding the image and caption */
.wp-caption {
	text-align: left;
	padding-top: 4px;
	margin: 0px;
}

.wp-caption .alignright { float:right; }

.wp-caption .alignleft {float:left;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family:Georgia, "Times New Roman", Times, serif; 
  font-size:.75em; 
  color:#333333; 
 clear:both;
 padding-top:10px; padding-left:10px;

}

/* End captions & aligment */
