@import 'css/resets.css';
/*
Theme Name: Authentic Home
Theme URI: http://authentic-home.com
Description: An Authentic Home theme for WordPress
Version: 1.0
Author: Workshed Interactive
Author URI: http://workshed.com
Tags: blue, white, minimal, clean, fluid
*/
/*
	Colors:
	<a>,<h3> blue: #0084f3
	<h1>,<h2> blue: #84b5c6
	gray: #4c4c4c
*/
body {background:url(images/background.png) repeat-x;padding:0 370px 0 33px;font-family:"trebuchet ms",trebuchet,verdana,sans-serif ;}
a{color:#0084f3;text-decoration:none;}

.kathy {position:absolute;z-index:2;right:0;top:75px;}
/* Header */
#header form {position:absolute;top:3px;}
	#header form input[type=text]{border:0;height:16px;}
	#header form input[type=submit]{
		background:url(images/search_blog.png) no-repeat;
		width:72px;
		height:12px;
		border:0;
		top:3px;
		*top:-3px; /* IE7 */
		position:relative;
	}
	#header label{display:none;}
	.my_h1{background:url(images/logo.png) no-repeat;width:655px;height:75px;text-indent:-9999px;margin:52px 0 0 0;z-index:1;position:relative;}
		#header h1 a {display:block;height:100%;}
	#header h2{display:none;}
/* Main Content */
#content_container{margin:79px 0 0 0;}
	.article {padding:0 0 40px 0;position:relative;z-index:3;}
		.article h1,.article h2{color:#84b5c6;font-family:arial,helvetica,sans-serif;}
		.article h1{font-size:1.4em;}
			.article h1 a {color:#84b5c6;}
		.article h2{font-size:0.75em;text-transform:uppercase;}
		.article p {margin:0.7em 0;}
		.article li {margin:0.7em 0;}
		.article ol,.article ul {padding:0 0 0 0.8em;}
		.article ol {list-style:decimal;}
		.article ul {list-style:disc;}
		.article em {font-style:italic;}
		.article strong {font-weight:bold;}
		.article p,.article li {font-size:0.9em;color:#4c4c4c;line-height:1.5em;}
		.wp-caption {text-align:center;font-style:italic;}
		.aligncenter {margin:10px auto;}
	.comment {padding:10px 0 10px 0;}
		.comment p {font-size:1em;}
	#comments {padding:20px 0 10px 0;}
/* Sidebar */
#sidebar {width:322px;position:absolute;top:156px;right:2px;font-size:0.93em;color:#4c4c4c;}
	#sidebar p{font-family:arial,helvetica,sans-serif;padding:0 60px 0 0;}
	#sidebar .rss_icon{position:relative;top:2px;}
	#sidebar h2{color:#0084f3;text-transform:uppercase;font-size:0.9em;}
	#sidebar ul li{margin:30px 0;}
	#sidebar ul li p {line-height:1.3em;color:#777;}
	#sidebar ul li ul li{margin:5px 0;}
	.blogroll li{display:inline;}
	.bloggroll li a{display:block;float:left;}
	.widget_links h2 {display:none;}
	.children {text-indent:15px;font-size:0.9em;padding-bottom:4px;}