/*  
Theme Name: A Thematic Child Theme
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');

#footer {
	background: url('http://www.nancydeville.com/blog/wp-content/themes/nancyblog/images/IndianPattern.gif');
}

#branding {
	height: 320px!important;
	padding: 0px;
	background: url('http://www.nancydeville.com/blog/wp-content/uploads/2010/01/bloghead.jpg') center top no-repeat;
}

#branding, #main, #access {
	width: 980px;
}

#siteinfo, #siteinfo a {
	color: white!important;
}

#main {
	padding-top: 30px;
}

#content, .hentry, .entry-content {
	width: 620px;
}

#access {
	background: #d3c8ac;
	margin: auto;
	font-size: 14px;
}

#access ul li a, #access ul {
	border: 0px !important;
}

#access a {
	color: #c73940;
	background: none;
}

#access li.current_page_item a {
	color: #331d1d;
	background: url('images/activeArrow.png') bottom center no-repeat;
}

#access a:hover {
	color: #331d1d;
	background: none;
}

#access ul li {
	background: none;
}

div.textwidget {
	padding-bottom: 10px;
}

#access div.menu
{
	width: 980px;
}

#access div.menu ul.sf-menu.sf-js-enabled {
	background: #7c3fa5;
	width: 980px;
}

ul#text.sf-menu.sf-js-enabled {
		background: #d3c8ac !important;
}

div.wp-pagenavi {
	padding-left: 10px;	
}

div.wp-pagenavi span.pages {
	margin-right: 10px!important;
	color: black!important;
}

div.wp-pagenavi span.current {
	color: #7b3fa4!important;
	font-weight: bold!important;
}