/*   
Theme Name: Foodswings 1.20.2010
Theme URI: 
Description: Foodswings theme based on Thematic.
Author: Brian Jacobson
Author URI: http://www.studio34designs.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('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
    font: 12px Verdana, Helvetica, Arial,sans-serif;
    line-height:1.5;
}
p, ul, ol, dd, pre {
    margin-bottom:6px;
}
pre, code {
	font:10px Monaco, monospace;
	line-height:1.5;
}

#blog-title #fs_blog-title a {
	display: block;
	height: 188px;
	width: 188px;
	background: url(images/logoOrange_188x188.png) no-repeat left bottom;
}
#blog-title #fs_blog-title a:hover {
	background: url(images/logoOrange_188x188_hover.png) no-repeat left bottom;
}
#blog-title #fs_blog-title a span { 
	display: none;
}
#header { 
	background: #656e75; 
}

#branding { 
	padding: 0;
	background: #f1921a url(images/carrotOnionCelery_bg.jpg) no-repeat right bottom;
	margin-bottom: -32px;
	height: 188px;
 }

#blog-description { 
	display: none;
}

body.slug-foodswings-eat-well-live-well .entry-title {
	display: none;
}

div.menu ul {
float:right;
}
div.menu ul li {
text-transform: uppercase;
}
div.menu ul li li {
font-size: 90%;
}
div.menu ul li, div.menu ul li a {
-moz-border-radius: 8px 8px 0 0;
}
div.menu ul li li, div.menu ul li li a {
-moz-border-radius: 0px 0px 0 0;
}

#main { padding-top: 10px; }

#content {
	font-size: 120%;
}
