/*   
Theme Name: Fast 300
Theme URI: 
Description: A Thematic Sub-Theme built for fast300meals.com
Author: John Ferris
Author URI: http://pixel-whip.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-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#blog-title a {
	display: block;
	text-indent: -9999px;
	width: 293px;
	height: 66px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 84px;
}
a {
	outline: none;
}
#branding {
	padding: 34px 0;
}
#access {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: 120px;
	width: 544px;
	border: none;
}
#access .menu {
	width: 544px;
	margin: 0;
}
#access .menu .sf-menu {
	border: none;
}
#access .menu .sf-menu li a {
	font-family: Tahoma, Verdana, Helvetica, Arial, san-serif;
	font-size: 1em;
	color: #2c220f;
	border: none;
	background-color: transparent;
	padding: 5px 12px 8px 9px;
}
#access .menu .sf-menu li a.hover {
	text-decoration:underline;
	}
#access .menu .sf-menu li  {
	margin-left: 30px;
	background-color: transparent;
	padding: 0 0 0 3px;
}
#access .menu .sf-menu li.current_page_item  {
	
	background-image: url(images/prim_nav_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#access .menu .sf-menu li.current_page_item a {
	
	background-image: url(images/prim_nav_li_a_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
#main {
	padding: 0 0 22px;
	overflow: visible;
}

#primary {
	position: relative;
	top: -50px;
	border: none;
	margin-bottom: 0;
}
#primary .xoxo{
	
	margin-bottom: 0;
}
#primary .textwidget p{
	color: #601300;
	font-family: Palantino, Times New Roman, Georgia, serif;
	font-size: 1.8em;
	line-height: 1.4em;
}
#container {
	padding-top: 170px;
}
.entry-title, .entry-title a {
	color: #187d00;
	font-family: Palantino, Times New Roman, Georgia, serif;
}


