/*
Theme Name: APTI Alaska at 50
Theme URI: http://ak50.org
Description: Custom Wordpress theme for the Alaska at 50 website.
Version: 1.0
Author: David Hamp - PangoMedia
Author URI: http://www.pangomedia.com
*/


/**************************************** Global Reset *****/

*, * * {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
/**************************************** Global Styles *****/

html {
	height: 100%;
	}

body {
	background: #1e2a44 url('images/bodyBackground.gif') repeat-y top center;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #eff7ff;
	}

li {
	list-style: none;
	}
	
a {
	text-decoration: underline;
	font-weight: normal;
	color: #355a82;
	}
	
hr {
	height: 1px;
	background: #8099b6;
	margin: 5px 0px;
	}

/**************************************** Layout *****/

#leadin {

	}

#page {
	width: 780px;
	margin: 0px auto;
	padding: 10px;
	background: #1b2644 url('images/pageBackground.jpg') repeat-x top left;
	}

#footer {
	width: 100%;
	padding: 10px 0px 20px 0px;
	background: #111112;
	clear: both;
	border-top: 5px solid #fbe52f;
	}
	
#footer a {
	color: #eff7ff;
	}
	
#footer #footerContent {
	height: 180px;
	width: 790px;
	margin: 0px auto;
	padding: 10px 20px;
	font-size: .9em;
	}
	
#footerContent > div {
	height: 90%;
	float: left;
	margin: 5px 10px;
	border-left: 1px solid #4f5254;
	padding: 0px 30px;
	width: 150px;
	}
	
#footerContent > div ul > li {
	display: block;
	height: 20px;
	width: 150px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid white;
	}
	
#footerContent > div ul > li:first-child {
	border-top: 1px solid white;
	}
	
#footerContent > div ul > li:hover {
	background: #191a1b;
	}
	
#footerContent > div:first-child {
	border-left: none;
	padding: 0px 30px 0px 0px;
	}
	
#footer h2 {
	font-size: 1.01em;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	}
	
#pageHeader {
	width: 770px;
	height: 250px;
	background: #445372 url('images/headerBackground2.jpg') repeat-x top left;
	margin: 0px 0px 10px 0px;
	border: 1px solid #6982b7;
	}
	
/**************************************** Sidebar *****/
#sidebar {
	width: 170px;
	float: left;
	}
	
#sidebar h2 {
	font-size: 1.1em;
	}

#search {
	height: 60px;
	margin: 20px 0px 15px 0px;
	}
	
#sidebar #search input[type="text"] {
	margin: 0px 0px 0px 0px;
	width: 170px;
	padding: 2px;
	}
	
#searchsubmit {
	display: block;
	margin: 10px auto;
	width: 162px;
	height: 22px;
	background: transparent url('images/buttonBackground.gif') 0px 0px;
	color: white;
	}
	
#searchsubmit:hover {
	background: transparent url('images/buttonBackground.gif') 0px 22px;
	}
	
.sidebarSection {
	margin: 10px 0px 20px 0px;
	}
	
#categories ul > li {
	display: block;
	width: 170px;
	height: 27px;
	margin: 4px 0px;
	}
	
#categories ul > li > a {
	display: block;
	width: 133px;
	height: 17px;
	padding: 5px 27px 5px 10px;
	background: url('images/menuItemBackground.jpg') top left;
	float: left;
	color: #eff7ff;
	border: 1px solid #596f9e;
	}
	
#categories ul > li > a:hover {
	background: url('images/menuItemBackground.jpg') 0px 27px;
	}

.menuStar {
	display: block;
	width: 27px;
	height: 27px;
	position: relative;
	top: 0px;
	left: 143px;
	background: url('images/menuStar.gif') no-repeat top left;
	}
	
#partners ul > li {
	margin: 3px 0px;
	}
	
#provider ul > li, #partners ul > li, #sponsors ul > li {
	display: block;
	padding: 0px 0px 8px 0px;
	}
	
/*****     HOMEPAGE SECTION *****/	
#homepageSponsors {
	width: 780px;
	float: left;
	margin: 15px 0px 5px 0px;
	border-top: 1px solid #8099b6;
	clear: both;
	}

#homepageSponsors > div {
	width: 45%;
	padding: 15px;
	}
	
#homepageSponsors > div h2 {
	font-size: .80em;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	}

#homepageSponsors > #partners {
	float: left;
	}

#homepageSponsors > #partners li {
	float: left;
	margin: 5px 10px 0px 0px;
	}
	
#homepageSponsors > #sponsors {
	float: right;
	}
	
/**************************************** Content *****/
#content {
	width: 590px;
	float: left;
	margin: 0px 0px 0px 20px;
	}

#theposts {
	width: 560px;
	background: #ececec;
	margin: 20px 0px 10px 0px;
	border: 2px solid #7da8fb;
	padding: 10px;
	color: #2c2d2e;
	}
	
#theposts hr.postSeparator {
	height: 20px;
	width: 212px;
	margin: 5px auto;
	background: url('images/postSeparator2.gif') no-repeat top left;
	}
	
#theposts hr:last-child {
	display: none;
	}
	
.post {
	
	}
	
.post h2 > a, .postmetadata > a {
	text-decoration: none;
	}
	
.entry {
	padding: 10px 0px;
	}
	
.entry p {
	padding: 5px 0px;
	}
	
div.podPress_content {
	margin: 10px 0px 5px 0px;
	}
	
h1, h1 > a {
	margin: 5px 0px 15px 0px;
	font-size: 1.5em;
	text-decoration: none;
	}
	
.navigation  a {
	color: #7da8fb;
	}
	
/**************************************** blurbs ****/
#forgetmenot {
	background: url('images/fmn_background.gif') no-repeat top left;
	}
	
#talkofalaska {
	background: url('images/toa_background.gif') no-repeat top left;
	}
	
#othernews {
	background: url('images/othernews_background.gif') no-repeat top left;
	}
	
.blurb {
	width: 460px;
	height: 90px;
	margin: 15px 0px 0px 0px;
	padding: 10px 110px 10px 10px;
	color: #3b3e43;
	}
	
.blurb h3 {
	font-size: 1.05em;
	}
	
.blurb h4 {
	font-size: .95em;
	}
	
.blurb p {
	margin: 5px 0px;
	font-size: .9em;
	}
	
.blurb hr {
	margin: 2px 0px;
	width: 100%;
	background: #cee2ff;
	}
	
.blurblink {
	text-decoration: none;
	}
	
.blurblink: visited {
	text-decoration: none;
	}
	
.clear {
	display: block;
	height: 1px;
	clear: both;
	}