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

body { 
  background:#E9E4DB url('../images/bg_pattern.gif') repeat scroll 0%;
  margin-bottom: 0; margin-top: 0;
}

/* Blueprint width setting */
.container 	{
  /* background: url(lib/grid.png); */
  padding-top: 20px; padding-bottom: 20px;
  width: 750px;
}

.margin-container {
  background: #fff;
  margin: 20px auto;
  width: 790px;
}

#presentation {
	float: left;
	margin-bottom: 20px;
}

#page {
	float: left;
	margin-bottom: 20px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight:bold;
}

p {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a 				{ color: #4AB700; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
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: 400px;}
.small			{ font-size: 11px; }
.nomargin		{ margin: 0; }
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;
}

em {
  background: transparent;
}

#blog .post h2, #page .post h2 		{ color: #3B4A25; margin-bottom: 0px; }
h2 a 					{ color: #3B4A25; text-decoration: none; }
						/* Padding inside columns */
#blog .content 	{ padding: 25px 30px 20px 48px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

.meta {
  margin-bottom: 0;
}

#episodes h2.title, #blog h2.title {
  border-bottom: 1px solid #ccc;
}

#video {
  text-align: center;
}

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

#header {
  /*background: #333 url('../images/header.jpg') no-repeat bottom center;*/
	height: 140px;
	margin-bottom: 20px;
	/*padding-top: 10px;*/
}

#header h1, #header .description {
  color: #fff;
  font-family: 'Helvetica Neue Light', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 4em;
	padding-left: 20px;
	margin: 0;
	line-height: 1em;
}

  #header h1 a, #header h1 a, #header h1 a:hover, #header h1 a:visited {
    color: #fff;
    text-decoration: none;
  }

#blog, #sidebar { padding: 0 0 20px 0; }

/*-----------------------------------------------------------------------------
	Presentation
-----------------------------------------------------------------------------*/

#presentation p {
  font-size: 1.2em;
}

/*-----------------------------------------------------------------------------
	Episodes
-----------------------------------------------------------------------------*/

#episodes .author {
  font-weight: bold;
}

#episodes .vignette {
  margin-bottom: 1em;
}

#episodes .pending {
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}
  
#episodes p.small {
  color: #777;
  line-height: 1.4em;
}

#episodes p.author {
  color: #000;
}

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

#nav, #subnav	{ padding: 0; background: #668040; float: left; width: 100%; line-height: 1.5em; }

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

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		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;}

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

/*#page 		{ background: url('../images/sidebar_bg.gif') right repeat-y; }*/
#sidebar 	{ /*margin-left: 8px;*/ /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#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 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; }

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

#footer {
  border-top: 3px solid #333;
  padding-top: 4px;
}

#footer-legal 		{ text-align: left; font-size: .9em; /*margin: 0;*/}
#footer-legal a 		{ text-decoration: none; }

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

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

#search				{ float: right; }
#search #s 			{ background: #fff url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


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

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