/*   
Theme Name: Food and Mood
Theme URI: http://foodandmood.com
Description: Custom theme for FoodandMood.com. Copyright, all rights reserved.
Author: Virginia Van Vynckt
Author URI: http://www.v3graphics.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/3c-r-fixed-primary.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');


#wrapper {
	width:960px;
	margin: 0 auto;
	padding:5px;
	border:1px dotted #000;
	background:url(/images/foodmoodhead.jpg) top right no-repeat #fff;
}
#header {
	height:222px;
	}
#blog-title, #blog-description {
	display:none;
	}
/*we want to display our own menu*/
#access {
	display:none;
	border:none;
	}