/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous 
@import url('../thematic/library/styles/default.css');
*/
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
*{
	background: #efece3;
}
h3{
	color: #d38525;
}
ul, ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	color: #687a12;
	text-decoration: none;
}
p{
	margin: 1em 0;
	text-align: left;
}
.hentry a{
	color: #d38525;
}
.hentry a:hover, a:hover{
	text-decoration: underline;
}
#branding{
	background: url(images/header.jpg) no-repeat;
	width: 851px;
	height: 177px;
	margin: 0 auto;
	padding: 0;
}
#access{
	background: url(images/menu.jpg) no-repeat;
	height: 27px;
	width: 851px;
	margin: 0 auto;
	padding: 0;
}
#menu{
	width: 851px;
}
ul.sf-menu{
	margin-left: 65px;
}
ul.sf-menu li{
	margin-top: -1px;
	float: left;
}
ul.sf-menu li a{
	font-weight: bold;
	color: #3e5910;
	line-height: 14px;
	text-decoration: none;
	margin: 0 0 0 1em;
	max-width: 8em;
	display: block;
}
ul.sf-menu li a:hover{
	text-decoration: underline;
}
#main{
	width: 851px;
}
#container{
	background: url(images/container.png) repeat-y;
	width: 851px;
}
#content{
	background: url(images/content_white.jpg) no-repeat;
	width: 702px;
	margin:0 0 0 149px;
	overflow:hidden;
}
#primary, #secondary{
	width: 149px;
}
#sidebar{
	width: 149px;
	overflow: hidden;
background: url(images/container.png) repeat-y;
}
div.sidebar_box_top{
	background:  url(images/right_menu_top.jpg) no-repeat;
	height: 11px;
	float: left;
	width: 140px;
}
div.sidebar_box_middle{
	background:  url(images/right_menu_middle.jpg) repeat-y;
	float: left;
	width: 140px;
}
div.sidebar_box_bottom{
	background:  url(images/right_menu_bottom.jpg) no-repeat;
	height: 13px;
	float: left;
	width: 140px;
}
ul.xoxo{
	margin: 0 1em;
}
.hentry{
	overflow: hidden;
	margin: 1em 1em 3em 1em;
	width: 680px;
}
/*#post-1{
	overflow: hidden;
	background: #f1efe7 url(images/content_grey.jpg) no-repeat;
}*/

#footer{
	background: url(images/footer.jpg) no-repeat;
	margin: 0 auto;
	width: 851px;
	height: 77px;
        text-align: center;
        padding-top: 7em;
}
div.skip-link{
	display: none;
}
div.single_pic{
	float: left;
	margin: 0 .5em 0 0;
}
div.single_pic_top, div.single_pic_bottom{
	background: url(images/single_pic_white_up.jpg) no-repeat left;
	margin: 0;
	height: 10px;
}
div.single_pic_bottom{
	background-image: url(images/single_pic_white_bottom.jpg);
}
div.single_pic_middle{
	background: url(images/single_pic_white_middle.jpg) repeat-y left;
	padding-left: 13px;
	overflow: hidden;
}
.post div.entry-content p, .post div.entry-utility, .post div.entry-meta, .post h2.entry-title, .post h1.entry-title{
	float: right;
	width: 390px;
	margin-left: 1em;
	clear: right;
	text-align: left;
}
.post div.entry-utility{
display: none;
}
h2.entry-title, h1.entry-title{
	color: #687a12;
	font-size: 1.2em;
	font-weight: bold;
}
div.entry-meta{
	font-size: .8em;
	margin: 1em 0;
}

ul.xoxo ul li{
	margin: 1em 0;
}

/*#post-1 div.single_pic_top, #post-1 div.single_pic_bottom{
	background: url(images/single_pic_up.jpg) no-repeat left;
	margin: 0;
	height: 10px;
}
#post-1 div.single_pic_bottom{
	background-image: url(images/single_pic_bottom.jpg);
}
#post-1 div.single_pic_middle{
	background: url(images/single_pic_middle.jpg) repeat-y left;
	padding-left: 13px;
	overflow: hidden;
}
*/
div.single_pic_middle img{
	margin: 0 !important;
}
div#siteinfo, #blog-title, #blog-description{
	display: none;
}
.nav-previous{
margin: 1em;
}
