/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin: 0 auto; }

.container {
	width: 910px;
	margin:0 auto;
}

/* Blueprint width setting */

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; display:inline; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
.center { text-align: center ;}
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #3B4A25; border-bottom: 2px dotted #AAA; margin-bottom: 15px; }
h2 a 					{ color: #3B4A25; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */

.post .entry-title { display: inline; }
#maincontent h2.entry-title { color:#2f845c; }


.post h1 {
	color: #2f845c;
	font-size: 1.5em;
	font-weight: bold;
}

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; margin-left: 10px; margin-bottom: 10px;}
.alignleft 				{ float: left; margin-right: 10px; margin-bottom: 10px;}

.post {
	margin-bottom: 25px;
	background: white;
	padding: 1em;
}

#banner-top, #maincontent .content {
	padding: 1em;
	border: 1px solid #777;
	background-color: #e0e0e0;
}

.img-wrap {
	text-align: center;
	padding: .5em;
	background: white;
}

#maincontent .img-wrap {
	margin-bottom: 1em;
}

#bg-white {
	background-color: #ffffff;
}

/*-----------------------------------------------------------------------------
	Sticky post
-----------------------------------------------------------------------------*/

#post-467 {
	width: 282px;
	float: right;
}

#post-467 h2.entry-title {
	font-size: 16px;
	font-weight: bold;
}

#post-467 .postDate {
	display:none;
}

#post-467 .hr {
	display:none;
}

#bg-white #post-467 .titleWrap {
	width:100%;
	float:none;
}

/*-----------------------------------------------------------------------------
	Front page news feed
-----------------------------------------------------------------------------*/

#bg-white .postDate {
	width: 58px;
	font-size:12px;
	text-transform: uppercase;
	float:left;
}

#bg-white .titleWrap {
	width: 182px;
	float:right;
	margin-right:6px;
}

#bg-white a {
	text-decoration:none;
}

#bg-white a h2.entry-title {
	font-size:13px;
	font-weight:bold;
	color: #336699;
	border-bottom: none;
}

#bg-white a:hover h2.entry-title {
	text-decoration:underline;
}


#bg-white .entry {
	display:none;
}

#bg-white #post-467 .entry {
	display:inline;
}

#bg-white .hr {
	width:240px;
	height:1px;
	background: #cccccc;
	margin:4px 6px 4px 0;
	float:right;
	clear:left;
}


#bg-white .more-news {
	margin:-4px auto 0 180px;
	float:left;
}

#bg-white .news-subscribe {
	width:240px;
	text-align:center;
	margin:8px  auto 0;
	float:left;
}

#bg-white .news-subscribe a {
	font-size:14px;
	font-weight:bold;
	color: #003366;
}

#bg-white .news-subscribe a:hover {
	text-decoration:underline;
}

#bg-white .news-subscribe img.news-rss {
	width:14px;
	height:14px;
	margin:0 -94px -2px 80px;
}



/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header h1, #header .description {
	padding-top: 50px;
}

.description strong {
	color: #2f845c;
	text-transform: uppercase;
}

#logo-box p {
	margin-bottom: 1em;
}

#logo-box {
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; display: block; width: 100%; height: 1.5em;}

.container #nav {
	text-align:center;
	margin:0 auto 12px;
}

#subnav {
	margin: 0;
	margin-bottom: 1em;
	background-color: black;
	height: 2.5em;
}

#nav ul,
#subnav ul		{ margin: 0 auto; padding: 0; list-style: none;}

#nav li,
#subnav li		{ margin: 0 auto; padding: 0; background-image: none; display:inline;}

#subnav li { background-color: black;  float:left; }

#nav li a,
#subnav li a 	{ padding: 0 15px; text-decoration: none;display:inline;}

#nav li a {
	text-transform: uppercase;
	border-left: 1px solid #333;
}

#nav li.current_page_item a,
#nav li a:hover 	{ text-decoration: underline; }

#subnav li a {
	display: block;
	width:112px;
	padding: 0;
	text-align: center;
	padding: .5em 0;
}

#subnav li.current_page_item a, #subnav li a:hover {
	background-color: #11572a;
}

#subnav li a 	{ color: white; }

#nav li:first-child a, #subnav li:first-child a { border-left: none; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	OGL Buttons
-----------------------------------------------------------------------------*/

div.OGLbutton {
	min-width: 120px;
	height: 28px;
	text-align: center;
	margin-right: 12px;
	float: left;
}

a.OGLbutton {
	width: 120px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #336633;
	padding: 4px 12px 0pt;
	display: block;
}

a.OGLbutton:hover {
	color:#FFFF33;
}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar-left ul, #sidebar-left ul ol, #sidebar-right ul, #sidebar-right ul ol {
	margin: 0;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar-left ul li, #sidebar-right ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

.widgettitle { display: none; }

#sidebar-left {
	text-align: right;
}

.sidebarLink {
	display: block;
	position: relative;
	overflow: hidden;
	height: 92px;
	width: 141px;
}

.sidebarLink img {
	position: relative;
}

.sidebarLink:hover img {
	top: -92px;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 12px 0;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#banner-bar {
	position: relative;
}

#search {
	position: absolute;
	right: 0;
	top: 40px;
}

#search #s {
	background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
	padding: 2px 0 2px 17px;
	width: 135px;
	color: #CCCCCC;
	font-size: 0.9em;			  	  
}

#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

/*-----------------------------------------------------------------------------
	BuddyPress
-----------------------------------------------------------------------------*/

li#nav-notifications-personal-li,
.group-subscription-options,
.group-subscription-div { display: none; }

ul#groups-list.item-list li,
ul#group-admins li,
ul#member-list li { background-image: none; }