/*  
Theme Name: Ixia
Theme URI: http://www.fireandknowledge.org/
Description: A simple Wordpress theme based on the <a href="http://code.google.com/p/blueprintcss/">Blueprint CSS Framework</a>.
Version: 1.0
Author: Joshua Sowin
Author URI: http://www.fireandknowledge.org/

Credits:

Based on the Blueprint CSS Framework:
http://code.google.com/p/blueprintcss/

Uses Fam Fam Fam Silk Icons: 
http://www.famfamfam.com/lab/icons/silk/

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

body 	{  margin-bottom: 0; margin-top: 0; background-color:#fbaf5d; }

/* Blueprint width setting */
.container 	{ width: 820px; padding-top: 10px; }			

#page {
	margin-bottom: 20px;
	background-color:#FFFFFF;
}
.logo {
	margin-left:15px;
}

#main {
	border-left:5px solid #fbaf5d;
	padding:20px 30px;
	min-height:550px;
}

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

a 				{ color: #0072BC; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #FBAF5D !important; height: 1px; visibility:hidden; }
img				{ margin: 0; }
p img			{ float: none; }
.size-full		{ float: none; width:540px;}
a.button 		{ float: left; } /* Fix for buttons */
form p {
	margin:0;
}
input 			{ border:1px solid #CCCCCC;
font-family:helvetica;
font-size:1.2em;
margin:0 0 10px 0;
padding:3px;
display:block;  }
label { display:block;}
ul 				{ margin-left: 15px;  }
ul li 			{ padding: 2px 0 2px 9px; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

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

#maincontent h2 		{ color: #000000; border-bottom: 2px dotted #AAA; margin-bottom: 15px; }
h2 a 					{ color: #000000; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 30px 20px 48px; }	

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

.post					{ margin-bottom: 25px; }

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

#header {
	height: 89px;
}

#header h1, #header .description {
	margin: 0;
	line-height: 1em;
	display:none;
}

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


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

#nav, #subnav	{ padding: 0; line-height: 1.5em; }
#nav { width:200px;	padding:20px 0;}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; font-size:1.2em; font-weight:bold;}

#nav ul li ul { display:none; font-size:0.9em; font-weight:bold; padding-left:8px;}
#nav ul li ul li a { padding:2px 20px;}

#nav li.current_page_item ul { display:block; }
#nav li.current_page_ancestor ul { display:block; }

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

#nav li a,
#subnav li a 	{ color: #222222; padding: 4px 20px; text-decoration: none; display:block;}

#nav li a:hover 	{ color: #AAA; }

li.current_page_item a	{ color: #666666 !important; }
li.current_page_item #subnav a	{ color: #222222 !important; }

#subnav				{ background: #616161; }


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



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


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

#footer 		{ font-size: .9em; margin: 0; color:#FFFFFF; font-weight:bold;}

#footer a 		{ text-decoration: underline; color:#FFFFFF;}

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

#search				{ float: right; }
#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; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


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

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