/* 
	Theme Name: Kim Barnwell
	Theme URL: http://www.advantagevirtualsupport.com
	Description: Custom Theme for Conscious Creations	
	Author: Yoana Pedroso
	Author URI: http://www.yoanapedroso.com
	Version: 1
	Tags: 2 columns, dragonfly
	
*/

/****************************
	       Main
****************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#01bad9;
	margin-top:50px;
	}
	
#wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border: 1px solid #000000;
	clear:both;
	}
	
h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
	color: #0189A3;
	}
	
a {
	color:#1438ad;
	}
	
.button {
	background: url(images/button_bg.png) repeat-x;
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #016A7C;
	margin-top:5px;
	}
	
.y_button {
	background: url(http://www.conscious-creation.com/wp-content/themes/kimbarnwell/images/y_button.png) repeat-x;
	color: #000000;
	font-weight:bold;
	padding:5px;
	border:none;
	}
	
.book_title {
	color:#0887BC;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	}

/****************************
	       Header
****************************/
#header {
	border-bottom: 1px solid #CCCCCC;
	width:850px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#header_left {
	width:240px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	}
	
#header_right {
	width:576px;
	float:left;
	clear:right;
	padding-top:10px;

	}
	
#nav {
	width:180px;
	padding:10px;
	margin-left:20px;
	margin-right:30px;
	margin-top:5px;
	float:left;
	}
	
#nav li {
	border-bottom: 2px dotted #CCCCCC;
	}
	
#nav li a{
	background-image: url(http://www.conscious-creation.com/wp-content/themes/kimbarnwell/images/bullet_fly.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:35px;
	}

#nav li a:hover {
	background: url(http://www.conscious-creation.com/wp-content/themes/kimbarnwell/images/bullet_fly2.png) no-repeat;
	background-position: 0px 0px;
	padding-left:35px;
	}
	
#nav ul {
	list-style:none;
	padding:0px;
	}
	
#nav a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	line-height:45px;
	font-weight:bold;
	color:#0189a3;
	}
	
#nav a:hover {
	color:#666666;
	}

/****************************
	       Content
****************************/
#content {
	width:530px;
	float:left;
	padding-left:10px;
	padding-bottom:40px;
	line-height:18px;
	}

h1 a{
	font-size:22px;
	text-decoration:none;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#post_info {
	color: #666666;
	font-size:12px;
	}
	
#post_after {
	border-top: 2px dotted #CCCCCC;
	color:#666666;
	font-size:12px;
	margin-top:5px;
	}
	
.post {
	font-size:22px;
	color:#1438ad;
	}
/****************************
	       Sidebar
****************************/
#sidebar {
	width:200px;
	margin-top:10px;
	margin-right:10px;
	margin-left:15px;
	float:left;
	margin-bottom:10px;
	}
	
#sidebar_blue {
	border: 1px solid #669999;
	background:#C6E4E9;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
	
#sidebar ul {
	list-style:none;
	padding:0px;
	}
	
#sidebar li {
	padding-left:10px;
	}

#white_sidebar {
	background:#FFFFFF;
	margin-top:10px;
	padding-left:10px;
	}
	
#sidebar h2 {
	padding:0px;
	}
/****************************
	       Footer
****************************/
#footer {
	width:850px;
	font-size:11px;
	color:#ffffff;
	clear:both;
	background: url(http://www.conscious-creation.com/wp-content/themes/kimbarnwell/images/footer_bg.jpg);
	height:100px;
	text-align:center;
	}
	
#footer p {
	padding-top:20px;
	font-weight:bold;
	}
	
#footer a {
	color:#ffffff;
	}
