/*   
Theme Name: Farm Girls
Theme URI: http://www.farmgirlscsa.com
Description: Theme developed by for FarmGirls CSA
Author: Lenora Thornton
Author URI: http://lenorajayne.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');




/* TYPE */
@font-face {
	font-family: 'Museo500';
	src: url('museo500/museo500-regular-webfont.eot');
	src: local('☺'), url('museo500/museo500-regular-webfont.woff') format('woff'), url('museo500/museo500-regular-webfont.ttf') format('truetype'), url('museo500/museo500-regular-webfont.svg#webfontRGgHaeTC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700';
	src: url('http://farmgirlscsa.com/wp-content/themes/farmgirls/museo700/museo700-regular-webfont.eot');
	src: local('☺'), url('http://farmgirlscsa.com/wp-content/themes/farmgirls/museo700/museo700-regular-webfont.woff') format('woff'), url('http://farmgirlscsa.com/wp-content/themes/farmgirls/museo700/museo700-regular-webfont.ttf') format('truetype'), url('http://farmgirlscsa.com/wp-content/themes/farmgirls/museo700/museo700-regular-webfont.svg#webfontob4Wll5q') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('chunkfive/Chunkfive-webfont.eot');
	src: local('☺'), url('chunkfive/Chunkfive-webfont.woff') format('woff'), url('chunkfive/Chunkfive-webfont.ttf') format('truetype'), url('chunkfive/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* BODY */
body {background: #f7f4ee; }

#branding {padding:0 0 83px;}

#header {background:url("header.jpg") repeat-x scroll center bottom #c7eb6e;}

#blog-title a:link {color: transparent;}
#blog-title a:visited {color: transparent;}
#blog-title a:hover {color: transparent;}
#blog-title a:active {color: transparent;}


#main {
border-top: 0px dotted #CCCCCC;
margin:0 auto;
overflow:hidden;
position:relative;
width:960px;
background: #fdfcf8;
padding: 0px;}

#content {margin: 36px 0 0 15px;}

#blog-title span {
background: url(farmgirlscsa_logo.png) no-repeat bottom left transparent;
padding-bottom: 88px;}


/* CONTAINERS */

#container {
padding-left:18px;
padding-top:36px;}


/* MENU */
.skip-link {display:none;}

.menu  {width:826px;}

#access {
	background: url('grass.png') no-repeat center bottom transparent;
	border-bottom:1px solid #C7EB6E;
	padding-top: 38px;
	font-size:15px;
	height:72px;
	overflow:visible;
	z-index:100;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	font-family: 'Museo700', "Hoefler Text", Georgia, serif;
	font-size:20px;
	padding:18px 24px;
	display:		block;
	position:		relative;
	text-transform: uppercase;
	border-left:1px dotted #ccc;
	border-top: 6px solid #ccc;
	border-bottom: none;
	text-decoration:none;
}

.sf-menu a:hover {border-top: 6px solid #9acd00;}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px dotted #ccc;
	float:left;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-top-color:#fa6900;}
    
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#351b0a;}
.sf-menu li { background:		#fdfcf8;}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #e5fcc2;
	outline:		0;
    border-bottom-color:#ccc;
}


/* SIDEBAR */

#primary {
background: url('paper.jpg');
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: none;
border-bottom: none;
margin-bottom: 0px;
padding-bottom:50px;
}

.aside {
border-left: 0px none #ccc;
border-right: 0px none #ccc;}

.aside a {text-decoration: none;}

.main-aside h3 {
border-bottom:6px solid #9ACD00;
color:#9ACD00;
font-family: 'Museo700',"Hoefler Text",Georgia,serif;
font-size:28px;
font-style:normal;
font-weight:normal;
line-height:30px;
}

.aside ul ul {list-style: none inside none;}

.aside ul ul li {
line-height:18px;
border-bottom: 1px dotted #CCCCCC;
padding:4px 0;}

.main-aside ul ul {padding-top:7px;}

.main-aside ul {padding:36px 15px 54px 20px;}

#searchform {margin-top: 18px;}


/* POST */

p {
font-family:lucida Grande,verdana,sans-serif;
line-height:22px;
margin-bottom:18px;
}

.entry-utility  {
background:none no-repeat scroll 0 0 #FFFCF4;
border-bottom:3px solid #D7D7C1;
border-color:#D7D7C1;
border-top:3px solid #D7D7C1;
font-size:13px;
line-height:18px;
margin:0 0 44px;
padding:10px 5px;}

.entry-content {
font-family:verdana,sans-serif;
font-size:13px;
line-height:18px;
padding: 36px 10px 18px;
}

.entry-title {
color: #9ACD00;
border-bottom: 1px dotted #CCCCCC;
font-family: 'Museo500', "Hoefler Text", Georgia, serif;
font-size:26px;
font-weight: normal;
line-height:27px;
padding:0 0 7px;}

.entry-title a{ color: #9ACD00;}

/*  FOOTER  */

#footer {
background: url(footer.jpg);
border-top:6px solid #534840;
margin-top:0px;
}
