/*
Theme Name: Year For God Theme
Theme URI: http://www.creativemediahouse.com
Description: Development theme for Year For God Holmsted Manor
Version: 2.0
Author: Paul Hollinshead
Author URI: http://www.creativemediahouse.com

	Copyright &copy;2009 creativemediahouse.com

*/
/* Reset browser defaults */
		@import url('reset.css');
/* Typography */
	@import url('typography.css');
/* HEADER AND BODY STYLING */
#sitelogo {
	float: left;
	width: 510px;
}
h1 a {
	display: block;
	text-indent: -5000px;
	background: url(images/logo.png) no-repeat;
	width: 510px;
	height: 150px;
}
#holmstedlink {
	float: right;
	width: 365px;
}
#holmstedlink h2 a {
	display: block;
	text-indent: -5000px;
	background: url(images/holmstedlink.png) no-repeat;
	width: 365px;
	height: 150px;
}
#header {
	width: 100%;
	height: 182px;
	padding: 0;
}
.widthlimiter {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
html, body {
	background: #e1c274 url(images/bg.jpg) top left repeat;
	margin: 0;
	padding: 0;
}
/* NAVIGATION BAR */
/* #menu {
	height: 30px;
}
 Need this for IE */

#suckerfishnav, #suckerfishnav ul {
	z-index: 999;
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 0;
	border: none;
	margin: 0 0 0 0;
	width: 100%;

}
#suckerfishnav {
	padding: 0px 70px 2px;
	background: url(images/topbg.png) no-repeat;
}
#suckerfishnav a {
	display: block;
	color: black;
	background: url(images/tabbg.png);
	text-decoration: none;
	padding: 0 12px;
	margin: 0 20px;
}
#suckerfishnav li {
	float: left;
	padding: 0
}
#suckerfishnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	margin: 0 0 0 0;
	line-height: 1
}
#suckerfishnav li li {
}
#suckerfishnav li li a {
	padding: 4px 12px 4px 12px;
	width: 160px;
	margin: 0 0 0 0;
}
#suckerfishnav li ul li {
	margin: 0 0 0 20px;
}
#suckerfishnav li ul li a {
}
#suckerfishnav li:hover ul li a {
	text-decoration: none;
}
/*All drop down*/
#suckerfishnav li ul ul {
	margin: 0 0 0 150px
}
#suckerfishnav li ul li:hover {
	background: red;
}
/*Individual drop down items*/
#suckerfishnav li ul li:hover a {
}
#suckerfishnav li ul li:hover li a {
}
#suckerfishnav li ul li li:hover a {
}
#suckerfishnav li ul li ul li:hover ul li a {
}
#suckerfishnav li ul li ul li:hover ul li:hover a {
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left: -999em
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left: auto;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	position: static;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, .current_page_parent, .current_page_item {
	text-decoration: underline;
}
/* MAIN CONTENT STYLING */
#pagetitle {
height: 28px;
	background: url(images/topbg.png) no-repeat;
background-position: 0px -32px;
margin: 0 -60px 20px;
}
#pagetitle h2 {
margin: 0 60px ;
padding-top: 15px;
}
#content {
	clear: both;
}
#contentwrapper {
	margin-left: 60px;
	margin-right: 60px;
}
div.commentpost, div.post {
clear: both;
}
#content div.widthlimiter {
	background: url(images/contentbg.png) repeat-y;
background-position: 0 -28px;
overflow: auto;
}
/* FOOTER STYLING */
#footer ul {
	padding-top: 20px;
	padding-left: 330px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
#footer div.widthlimiter {
	background: url(images/footer.png) no-repeat;
	height: 150px;
        clear: both;
}
#contact {
	width: 267px;
	float: left;
	padding-left: 50px;
	margin-top: -41px;
	font-size: 12px;
	line-height: 15px;
	padding-right: 38px;
}
#contact1 {
	float: left;
	padding-top: 22px;
	width: 133px;
}
#contact2 {
	float: right;
	text-align: right;
	width: 133px;
}
#smallprint {
	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	padding-right: 40px;
	padding-top: 0px;
}
