/*   
Theme Name: Blanchet
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-r-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');


body {
	background-color: #a8c181;
	text-align: center;
	}

p {
	color: #3a2d1e;
	font-size: 15px;
	line-height: 19px;
	font-family: sans-serif;
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	}

h1 {
	font-weight: normal !important;
	font-family: serif !important;
	color: #943716 !important;
	font-size: 22px !important;
	line-height: 23px;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	}

h2, h2 .entry-title {
	font-weight: normal !important;
	font-family: serif !important;
	color: #6b8542 !important;
	font-size: 18px;
	line-height: 20px !important;
	padding: 0 !important;
	margin: 0 0 7px 0 !important;
	}

h3 {
	font-weight: normal !important;
	font-family: serif !important;
	color: #943716 !important;
	font-size: 16px !important;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	font-style: normal !important;
	}


.post .entry-title {
	margin-top: 20px !important;
	margin-right: 110px !important;
	}

small {
	font-size: .75em;
	}

table, table tr {
	border: none;
	padding: 0;
	margin: 0;
	}

table td {
	padding: 0 8px 4px 0;
	}

hr {
	margin: 35px 0 35px 0;
	border-top-color: #a8c181;
	border-top-style: solid;
	border-top-width: 3px;
	border-left: none;
	border-bottom: none;
	border-right: none;
	height: 0;
	width: 85%;
	}

#post-65 .entry-title {
	display: none;
	}

label {
	margin: 0;
	padding: 0;
	color: #5d7635;
	font-family: sans-serif;
	}


.wpcf7 {
	padding: 0 !important;
	margin: 0 !important;
	}

.wpcf7 small {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	}

.wpcf7-form input {
	font-size: 11px;
	margin: 0 !important;
	padding: 0 !important;
	}

.wpcf7-form textarea {
	font-size: 11px;
	height: 65px;
	width: 75%;
	}

.field-description {
	color: #5d7635;
	line-height: 1.2em;
	font-size: .9em;
	width: 80%;
	margin: 18px 0 9px 0 !important;
	}

.field-description small {
	line-height: 1.2em;
	color: #82A649;
	}

#wrapper {
	width: 970px !important;
	background-image: url(../blanchet/img/bg_main.gif);
	background-position-x: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
	}

#header {
	background-image: url(../blanchet/img/header_main.gif);
	width: 944px;
	margin-left: 13px;
	float: left;
	clear: both;
	height: 236px;
	display: inline;
	background-position-x: center;
	background-repeat: no-repeat
	}

#branding {
	display: none;
	}

#access {
	border: none;
	background: none;
	padding-top: 196px;
	padding-left: 37px;
	position: relative;
	top: 3px;
	}

#access ul, #access li, #access a {
	border: none;
	background-color: #802712;
	text-align: left;
	background: none;
	font-family: sans-serif;
	font-size: 16px;
	}

#access ul ul li {
	margin: 0 !important;
	padding: none !important;
	}

#access ul ul {
	margin: 0 !important;
	padding: none !important;
	}

#access a:hover {
	background-color: #802712;
	}

#access ul ul a {
	background-color: #943716;
	padding: 2px 0 0 13px;
	height: 14px;
	font-size: 11px;
	line-height: 11px;
	}


#access a {
	color: #fff;
	background: none;
	}

#main {
	padding: 8px 0 0 0;
	margin: 0 0 0 15px;
	width: 944px;
	float: left;
	clear: both;
	}

#container {
	padding: 0;
	width: 647px;
	margin: 0;
	}

.entry-content {
	margin: 0;
	padding: 0;
	}

#content .page img {
	padding-top: 4px;
	}

#content .wp-caption {
	border: 2px solid #eeeadc;
	}

#content .wp-caption p {
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	margin: 4px !important;
	}

#content {
	width: 647px;
	text-align: left;
	margin: 0;
	}

#content ul {
	list-style-type: none !important;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: sans-serif;
	}

#content li {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #777;
	}


#content .page {
	margin: 25px 0 75px 50px;
	width: 530px;
	}

#content blockquote {
	margin: 25px 0 25px 0;
	padding: 0;
	width: 95%;
	}

#content blockquote p {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 1em !important;
	color: #66888D;
	margin-right: 75px !important;
	}

#content h2 + blockquote {
	margin-top: 0 !important;
	padding-top: 0 !important;
	}


.entry-utility, .entry-utility a {
	margin-top: 75px;
	color: #bbb;
	}

.single {
	margin-top: 0 !important;
	}

#primary, #secondary {
	background-color: #eeeadc;
	border: none;
	margin: 0;
	padding-top: 0 !important;
	text-align: left;
	}

#secondary {
	padding-bottom: 135px;
	}

.aside {
	margin: 0;
	padding: 0;
	width: 290px;
	right: 0;
	font-family: sans-serif;
	}

.aside p {
	font-size: 13px;
	line-height: 14px;
	margin-right: 40px !important;
	margin-bottom: 7px !important;
	}

.aside ul, .xoxo {
	margin: 0 !important;
	padding: 0 10px 0 10px !important;
	list-style-type: none !important;
	color: #928470;
	}

.xoxo a {
	color: #48929f;
	text-decoration: none;
	}




.aside ul li, .xoxo li {
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
	font-size: 12px;
	line-height: 13px;
	}

.aside .xoxo #recent-posts-extended h3 {
 	padding-bottom: 3px;
 	}

.aside .xoxo #recent-posts-extended li {
	margin: 0 20px 8px 0 !important;
	}

.aside .xoxo form, .aside .xoxo form input {
	margin: 0 !important;
	padding: 0 !important;
	}


.aside .xoxo ul {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	}

.aside h3 {
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #943716;
	font-style: normal;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	}


#side_address {
	padding: 5px 0 0 0;
	text-align: left;
	}

#side_address p {
	font-size: 11px;
	line-height: 13px;
	color: #802712;
	}

#comments, #respond {
	background: none !important;
	}

#footer {
	text-align: left;
	width: 944px;
	margin-left: 13px;
	padding: 0 0 10px 0;
	border: none;
	}

#siteinfo {
	text-align: left;
	margin: 0;
	padding: 5px 0 0 50px;
	}

#footer a {
	color: #F1EFE6;
	}


