@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 0 0 33px;font-family:"trebuchet ms",trebuchet,verdana,sans-serif ;}
a{color:#2A8ACA;text-decoration:none;}

.kathy {position:absolute;z-index:2;left:0;top:40px;}

/* 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 center center;width:1195px;height:134px;text-indent:-9999px; margin:52px auto 0 auto;z-index:1;position:relative;}
		#header h1 a {display:block;height:100%;}
	#header h2{display:none;}
/* Main Content */
#content_container{float:left;margin:109px 0 0 0;width:65%;}
	.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:25%;margin-top:55px; margin-right:20px; margin-left:20px;float:right;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:#2A8ACA;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;}
	
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


