/*
Theme Name:     Olde Mill House v2.0
Description:    
Author:         Rob Inskeep
Template:       twentyten

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyten/style.css");


/* This is the custom header image */
#branding img {
	border-top: 4px solid #FFF;
	border-bottom: 1px solid #FFF;
	display: block;
	float: left;
}
#header {
	padding: 0 0 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #660033;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access a {
	color: #FFFFFF;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul a {
	background: #660033;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #660033;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #999;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#content .entry-title {
	color: #660033;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #660033;
	clear: both;
	font-weight: normal;
}
.subheading {
	color: #660033;
}


/* This is the Footer Styles */
#colophon {
	border-top: 4px solid #660033;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info a {
	color: #660033;
	text-decoration: none;
}