/*   
Theme Name: PhullPhill1
Theme URI: http://www.phullphill.co.uk
Description: Child theme for PhullPhill site
Author: Phill Jenkins
Author URI: http://www.phullphill.co.uk
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-color: #adadad;
}

#wrapper
{
	background: #adadad url(images/SideShadows.gif) center repeat-y;
	width: 970px;
	margin: 0px auto;
}

#branding
{
	background: #e0decf url(images/PhiPhi.gif) left no-repeat;
	width: 874px;
	padding: 10px 0px 10px 86px;
}

#blog-title span
{
	font-family: Century Gothic, Helvetica, Arial;
	font-weight: lighter;
	letter-spacing: 0.4em;
}

#access
{
	border-bottom-width: 0px;
	height: 1em;
}

#photostrip
{
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	border-top: 1px solid #FFF;
	width: 960px;
	background: #FFF url(images/PhotoSliceShadow.gif) bottom repeat-x;
}

.menu
{
	width: auto;
	float: right;
}

.sf-menu li 
{
	background-color: #e0decf;
}

.sf-menu a 
{
	border: 0px solid #FFF;
	padding: 0px 10px 0px 0px;
	font-family: Century Gothic, Helvetica, Arial;
	font-weight: bold;
	color: #818650;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-menu a:visited
{
	background-color: #e0decf;
	color: #818650;
}

.sf-menu a:hover
{
	background-color: #e0decf;
	color: #8a261d;
}

.sl-menu li:hover
{
	color: #8a261d;
}

li.current_page_item a, li.current_page_item a:visited, li.current_page_item a:hover
{
	color: #8a261d;
}

#main
{
	background-color: #FFF;
	padding: 10px 0px 22px 0px;
}

#footer
{
	background-color: #818650;
	border-top-width: 0px;
	width: 960px;
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 0px 0px;
}

#footershadow
{
	background-color: #adadad;
	width: 970px;
	margin: 0px auto;
}

#siteinfo
{
	padding: 0px;
	font-family: Century Gothic, Helvetica, Arial;
	font-size: 0.7em;
	color: #d2d5d0;
}

#siteinfo a
{
	color: inherit;
}


