/*
Theme Name: ChildTheme
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: #FFFFFF;
}

#header
{
display:block;
position: relative;
margin-left: auto;
margin-right: auto;
width: 986px;
height: 227px;
}

#blog-title a {
color: #666666; }

#blog-description {
color: #000000;
}

#category-access {
background: #000000
}

.menu {
margin-top: 95px;
}

.sf-menu {
border-right: 0px;
}

.sf-menu a {
border: 0px;
padding: 8px;
}

.sf-menu li {
    margin-right: 16px;
}

.sf-menu a:hover {
color: #333;
}

#access {
border-bottom: 0px
}

.recipes ul {
list-style: none;
width: 540px;
overflow: hidden;
margin-left: 0px;
}

.recipes ul li {
float: left;
width: 100px;
margin-left: 10px;
height: 140px;
}

.recipes ul li.first {
margin-left: 0px;
}

.recipes ul li p {
text-align: center;
font-size: .60em;
font-weight: bold;
}

.recipes ul li img {
margin-bottom: 0px;
}

.entry-content .no_margin {
margin: 0px;
}

#header h1 {
    position: absolute;
    left: 0px;
    top: 0px;
}
