/*
Theme Name: KBC Blog Theme
Theme URI: http://fireandknowledge.org
Description: Theme for KBC Blog (based on Thematic)
Author: Joshua Sowin
Author URI: http://fireandknowledge.org
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');
 

#wrapper {
	border: 0;
}

#header {
	background: #728747;
}

#blog-title {
	padding: 0;
}

#access {
	/* background: #d6cca9; */
	background: #4E5C32;
	border: 0;
}

#main {
	background: url(../../../images/sidebar-background.jpg) repeat-y right top;
}


#footer {
	background: #4E5C32;
	border: 0;
	padding: 20px 0 40px;
}

/*-----------------------------------------------------------------------------
	Fonts & Link Colors
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #728747;
}


body, input, textarea {
	font-family: Helvetica, Ariel;
}

blockquote {
  font: 14px;
  font-style: italics;
  color: #4E5C32;
  padding: 8px;
  background-color: #fff;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 50px;
  }
  blockquote span {
     display: block;
   }


/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

/* Hide blog header text */
#blog-title, #blog-description { display: none; }

/* Header graphic */
#branding {
	background: url(../../../images/header.gif) no-repeat left center;

}

/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

.menu 		{ padding: 0; background: #d6cca9; background: #4E5C32; line-height: 1.5em; font-size: 15px;  }
.menu a 	{ border: 0; background: none; }
.menu ul 	{ margin: 0; list-style: none; }
.menu li	{ margin: 0; padding: 0; background-image: none; display: inline; }
.menu li a 	{ color: #4d5f2d; color: #FFF; padding: 5px 15px; text-decoration: none; }

.menu .current_page_item a,
.menu a:hover,
.menu a:focus { background: #728747; border: 0;}

div.menu li.current_page_item a
	{ color: #F2FFDF; border: 0;}
	
/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#primary {
border: none;
}

.xoxo .widgetcontainer {
/* 	background-color: #f8f7ef; */
	background-image: url(../../../images/bg-sidebar-widget.png);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0 20px 10px 20px;
	color: #214a6c;
}

.xoxo .widgetcontainer a {
	color: #214a6c;
}

.aside h3 {
padding-top: 10px;
}

/* Set ul's to give correct padding & bullet */
.aside ul ul {
	list-style-type: disc;
	margin:0 0 5px 15px;
}

.aside a {
	border-bottom: 1px solid #A5BBCD;
}

/* Remove the bg for the logo */
#text-365503941, #text-367067801 {
	background: none;
}

.rsswidget a {
	color: #728747;
}

/*-----------------------------------------------------------------------------
	Forms
-----------------------------------------------------------------------------*/

input {
	border: 1px solid #b6b6b6;

}

input[type=submit] {
	background: #214a6c;
	color: #FFF;
}

input#email {
	color: #666;
}
