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

body {
	margin-bottom: 0;
	margin-top: 0;
	background:url(../images/bg_body.gif);
}
/* Blueprint width setting */
.container {
	width: 960px;
}
#page {
	float: left;
}
blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}
a {
	color: #80C4C4;
	text-decoration:none;
}
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: 500px;
}
.small {
	font-size: .9em;
	color: #999;
}
.nomargin {
	margin: 0;
}
a.button, button {
	font-weight: normal;
}
h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #000;
	letter-spacing: 0px;
	text-decoration: none;
}
#maincontent {
	background: #fff;
}
#maincontent h2 {
	color: #000;
	border-bottom: 2px dotted #AAA;
	margin-bottom: 15px;
}
h2 a {
	color: #80C4C4;
	text-decoration: none;
}
#maincontent .post h2 {
	margin-bottom: 5px;
}
/* Padding inside columns */
#maincontent .content {
	padding: 25px 79px 20px 140px;
	background: #FFF;
}
.navigation, .navigation a {
	color: #AAA;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.post {
	margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 350px;
}
#header_holder {
	width: 699px;
	float:left;
}
#header_holder .chaka, #header_holder .others {
	float: left;
}
#location {
	float:left;
	width:261px;
	background: #f6401d;
}
.links {
	width: 699px;
	height:36px;
	float: left;
	background: #80c4c4;
}
.links ul {
	list-style: none;
}
.links ul li {
	display: inline;
	height: 20px;
	padding: 8px 15px;
	float: left;
	border-right: solid 1px #66a6a6;
	list-style: none;
	background: none;
}
.links ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.links ul li a:hover, .links ul li.buy a {
	color: #f6401d;
}
.links ul li.buy a:hover {
	color: #fff;
}
.map {
	float: left;
	width: 261px;
	height: 36px;
	background:#fff;
	text-align: right;
}
.map a {
	padding: 5px 0 0 0;
	float:right;
	text-transform: uppercase;
	font-weight: bold;
}
#maincontent, #sidebar {
	padding: 0 0 20px 0;
	margin:0;
}
#about {
	float: left;
	width: 480px;
	height: 80px;
	padding: 15px 79px 0 140px;
	background: #fff;
	overflow: hidden;
}
#about p {
	font-weight: bold;
}
#logo {
	float: left;
	width: 261px;
	height: 95px;
	background: #fff;
}
/*-----------------------------------------------------------------------------
	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;
}
.entry p img {
	max-width: 480px;
	height: auto;
}
/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page {
	background:url(../images/page_bg.gif) repeat-y;
}
#sidebar {
	margin-left: 0px;
	background:#FFF;
	border-bottom: 10px solid #EE3124; /* lets us have border */
}
#sidebar h2 {
	color: #80C4C4;
	font-size: 1.2em;
	line-height: 1.2;
	text-transform:uppercase;
	font-weight: bold;
	color: #f6401d;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 0;
	float:left;
}
#sidebar ul li {
	padding: 0;
}
#sidebar ul li ul {
	padding-top: 0;
}
#sidebar ul li ul li {
	width: 231px;
	margin:0;
	padding: 2px 0 2px 30px;
	list-style-type:none;
	font-size: 1em;
}
.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;
	float:left;
	width: 100%;
}
#sidebar ul li#subscribe ul li {
	margin: 0 0 0 -20px;
}
#sidebar ul li div.textwidget a {
	background: url(../images/icons/buy.gif) no-repeat;
	width: 211px;
	height: 16px;
	float: left;
	padding: 4px 15px;
	color:#fff;
	text-transform: uppercase;
}
#sidebar ul li div.textwidget a:hover {
	color: #111;
}
#sidebar ul li.widget_search, #sidebar ul li.widget_text {
	margin: 0 0 40px 0;
}
/* Hide search from sidebar */
/*#sidebar #search { display: none; }*/

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

#footer {
	color:#FFF;
	text-align: left;
	font-size: .9em;
	margin: 0;
	padding: 10px 0 10px 140px;
	width:559px;
	clear:both;
	background: url(../images/bg_header.gif);
}
#footer a {
	text-decoration: none;
}
/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

/* #search				{ float: right; } */
#search #s {
	background: transparent url('../images/icons/bg_search.gif') 0px top no-repeat;
	border:none;
	padding: 2px 0 2px 24px;
	width: 217px;
	height: 20px;
	color: #666;
	font-size: 1.2em;
}
#search #s:hover {
	color: #000;
}
.search-excerpt {
	margin: 0;
}
/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li {
	padding: 8px 15px;
}
.comments-alt {
	background: #EEE;
}
#comments .avatar {
	float: right;
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------------
	Misc Wordpress CSS
-----------------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}