/*
Theme Name: NAAPO
Theme URI: http://wordpress.org/
Description: NAAPO Theme.
Version: 0.1
Author: Chris Bianchi
Author URI: http://www.tactek.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@charset "utf-8";
/* CSS Document */

#sideBar {
	margin-bottom: 1.0em;
	padding: 0;
	width: 240px;
	float: right;
}
	#sideBar ul {
		list-style: none;
		margin: 0;
	}
	#sideBar ul li, h2.widgettitle {
		color: #000080;
		font-weight: bold;
		font-size: 1.0em;
	}
	#sideBar ul ul {
		margin-left: 1.0em;
	}
	#sideBar ul ul li {
		font-weight: normal;
	}
	#sideBarTop {
		background-image: url("http://www.naapo.org/news/wp-content/themes/naapo/img/blue_top_sm.png");
		height: 6px;
	}
	#sideBarContent { 
		background-color: #c0c0c0;
		border-left: 2px solid #000080;
		border-right: 2px solid #000080;
		color: #fff;
		font-size: 0.8em;
		padding: 0 5px;
	}
	#sideBarBottom {
		background-image: url("http://www.naapo.org/news/wp-content/themes/naapo/img/blue_bottom_sm.png");
		height: 6px;
	}
	
#footerTop { clear: both; }

#posting {
	margin-right: 250px;
}

#posting .post {
	margin-bottom: 1.0em;
}
#posting small {
	font-style: italic;
}
#posting .post .postmetadata {
	background-color: #d0d0d0;
	border-bottom: 2px solid #000080;
	border-left: 2px solid #000080;
	border-right: 2px solid #000080;
	clear: both;
}

.post h2 {
	background-color: #eee;
	/* border-left: 2px solid #000080;
	border-right: 2px solid #000080; */
	border-top: 2px solid #000080;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
}
	.post h2 a {
		text-decoration: none;
	}

h2.postTitle {
	background-color: #fff;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

/* Event Calendar Styles */
#CalendarLarge-Header {
	background-color: #000080;
	color: #ffffff;
}
#wp-calendarLarge thead {
	text-align: center;
}

/* Wordpress Image Styles */
img.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}
