/*
Theme Name: Simplistic Blue
Theme URI: http://www.carsenklock.com/resources/
Description: A simple blue wordpress theme by Carsen
Version: 1.3.2
Tags: blue,two-columns,white,light,fixed-width,right-sidebar
Author: Carsen Klock
Author URI: http://www.carsenklock.com/
*/

* {margin:0;padding:0}

#kwick {
	position: relative;
	width: 700px;
	margin-top: -12px;
	font: 8px georgia; 
}

#kwick .kwicks {
	display: block;
	height: 50px;
	background: #FF5D5D;
}

ul {
	list-style: none;
}

.kwicks li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 50px;
	width: 88px;
	background: #fff;
}
 
#kwick .about {
	background: #FF578A url("/graphics/about.gif") no-repeat;
	width: 61px;
}
#kwick .blog {
	background: #FFA55D url("/graphics/blog.gif") no-repeat;
	width: 49px;	
}
#kwick .publications {
	background: #794FFF url("/graphics/publications.gif") no-repeat;
	width: 96px;
}
#kwick .podcasts {
	background: #FF3904 url("/graphics/podcast.gif") no-repeat;
	width: 76px;	
}
#kwick .product {
	background: #8C9C41 url("/graphics/product.gif") no-repeat;
	width: 76px;
}
#kwick .services {
	background: #FF7004 url("/graphics/services.gif") no-repeat;
	width: 83px;
}
#kwick .indie {background: #787EFF url("/graphics/indigenous.gif") no-repeat;}
#kwick .classes {background: #914EFF url("/graphics/events.gif") no-repeat;}
#kwick .contact {
	background: #FF5D5D url("/graphics/contact.gif") no-repeat;
	width: 78px;
}

body {
	background: #B0D643;
    font: 14px georgia; 
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #3895d3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
/* Centers the layout */
.centered {
	margin: 0 auto;
	width: 700px;
	background: #FFF;
}
/* Header */
#header {
	background: url(http://www.ancestralapothecary.com/graphics/header.gif) #B0D643 -40px 0; 
	width: 700px;
	height: 201px;
}

#social-bar {
	position: relative;
	top: 141px;
	left: 28px;
}

#social-bar li {
	float: left;
	margin-right: 5px;
}

#social_twitter {
	background: url("http://www.ancestralapothecary.com/graphics/twitter.png") no-repeat; 
	height: 23px;
	width: 23px;
	display: block;
}

#social_facebook {
	background: url("http://www.ancestralapothecary.com/graphics/facebook.png") no-repeat; 
	height: 23px;
	width: 23px;
	display: block;
}

/* Container */
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	line-height: 150%; 
}
/* Top ad */
.ad {
	margin: -3px 0 0 5px;
}
/* First header */
.header1 {
	border-left: 1px solid #3895d3;
	border-right: 1px solid #3895d3;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 400px;
	float: left;
}
.header2 {
	border-left: 1px solid #3895d3;
	border-right: 1px solid #3895d3;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 300px;
	float: right;
}
/* Second Header */
.header3 {
	font-size: 0.9em;
	color: #666666;
	float: right;
}
#content {
	float: left;
    width: 680px;
    padding: 0 10px 10px 10px;
}
#content .details {
	font-size: 0.9em;
	color: #777777;
}
/* Footer */
#footer {
	text-align: center;
	height: 70px;
	clear: both;
}
#col1 {
	float: right;
	padding: 5px;
    width:150px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.details {
	clear: both;
}

.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;
}

#col1 {
 	float: right;
 	margin-right: 50px;
 	font: 10px georgia;
}


