/*
Theme Name: Noble Rot Wordpress Theme  
*/


/**********************************************************************************************

	CSS on Sails
	Title: Website
	Author: XHTMLized
	Date: May 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sub-Content
			2.4 Sidebar
			2.5 Footer
			2.6	Body Classes
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #2e486c;
		font: 80% Arial, Helvetica, sans-serif;
		text-align: center;
		color: #333;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #333; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #600;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #600;
		text-decoration: none;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	.clear {
		height: 1%; 
	}
	
	.clear:after {
		display: block; 
		visibility: hidden; 
		clear: both; 
		height: 0; 
		content: "."; 
	}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
	div.container {
		width: 900px;
		border: 3px solid #fef2d6; 
		margin: 20px auto 0;
		text-align: left;
		background: #fef2d6 url(images/bg-container.gif) repeat-y top left;
	}
	
	div#header {
		position: relative;
		height: 137px;
		background: #7f1904;
		border-bottom: 3px solid #fef2d6; 
	}
	
	/* Default (two column layout) */
	div#content {
		width: 599px; 
		float: left;
		font-size: 1.2em;
		line-height: 1.6em;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	div#subcontent {
		background: #7f1904;
		padding: 15px;
		color: #fef2d6;
		font-size: 1.2em;
		border-top: 3px solid #fef2d6; 
		clear: both;
	}
		
	div#sidebar {
		width: 301px;
		float: right; 
		background: #4c0f02 url(images/bg-sidebar.gif) no-repeat top right;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	} 
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	div#header h1, 
	div#header h1 span,
	div#header div.logo a,
	div#header div.logo span {
		display: block;
		width: 555px;
		height: 107px;
		overflow: hidden;
		cursor: pointer;
		color: #fef2d6;
		font-weight: bold;
		font-size: 5.5em;
		line-height: 107px;
		letter-spacing: 3px;
		text-transform: uppercase;
		text-align: center;
	}
	
	div#header h1,
	div#header div.logo {
		position: absolute;
		top: 14px;
		left: 181px;
	}
		
	div#header h1 span,
	div#header div.logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(images/logo.gif) no-repeat;
	}
	
	ol#accessibility-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

	div#content h2 {
		font-style: italic;
		font-size: 1.3em;
		line-height: 1.7em;
	}
	
	div#content p {
		padding-bottom: 22px;
	}
	
	div#content div.pic {
		float: left;
		width: 208px;
		padding-right: 18px;
	}
	
	div#content div.txt {
		float: left;
		width: 330px;
		padding-top: 2px;
	}
	
	div#content div.padd {
		padding: 10px;
	}
	
	div#content div.quote {
		background: #fef2d6;
		padding: 10px 25px;
		float: right;
		margin-right: -10px;
		margin-top: 290px;
		text-align: center;
	}
	
	div#content div.quote p {
		padding: 0; 
	}
	
	div#content div.quote q {
		font-family: "GillSans Light", "GillSans", Arial, Helvetica, sans-serif;
		font-size: 1.4em;
	}
	
	div#content div.quote p a {
		color: #dc7f4b;
	}
	
	div#content div.quote-con {
		font-size: 1.4em;
		padding-bottom: 22px;
	}
	
	div#content div.quote-con q { 
		display: block;
		font-style: italic;
		font-weight: bold;
		font-size: 1.4em; 
		font-size: 1em;
	}

	div#content p.edit {
		padding: 0;
	}

/* 2.3	Sub-Content
-----------------------------------------------------------------------------------------------*/	

	div#subcontent ul li {
		float: left;
		padding-right: 28px;
		font-size: 1.25em;
		padding-top: 15px;
		text-transform: uppercase;
	}
	
	div#subcontent p {
		font-size: 1em;
		font-style: italic;
		text-transform: none;
		margin-top: 5px;
	}
	
	div#subcontent ul li a {
		color: #fef2d6;
	}
	
	div#subcontent div.hours {
		float: right;
		text-align: left;
		padding-left: 15px;
	}
	
	div.hours dd a{
		margin-bottom: 5px;
		color: #fef2d6;
	}
	
	div.hours em {
		font-size: 0.9em;
	}
	
	div#subcontent div.hours strong {
		font-size: 1.1em;
		text-transform: uppercase; 
		line-height: 1.3em;
	}

/* 2.4	Sidebar
-----------------------------------------------------------------------------------------------*/	

	div#sidebar ul ul li {
		font-size: 0.23em;
		text-transform: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	div#sidebar ul ul li a {
		color: #fef2d6;
	}
	
	div#sidebar ul ul { 
		padding: 0 10px 6px 6px;
		position: relative;
		left: -999em;
		display: none;
	}
	
	div#sidebar ul li:hover ul { 
		padding: 0 10px 6px 6px;
		position: relative;
		left: 0;
		display: block;
	}
	
	div#sidebar ul li.current_page_item ul,
	div#sidebar ul li.current_page_parent ul { 
		padding: 0 10px 6px 6px;
		position: relative;
		left: 0;
		display: block;
	}
	
	div#sidebar ul li.page_item li a {
		color: #fef2d6;
		text-decoration: none;
		padding-left: 10px;
		background: url(images/arrow1.gif) no-repeat center left;
	}
	
	div#sidebar ul li.page_item li a:hover {
		color: #fbdc93; 
		text-decoration: none;
		padding-left: 10px;
		background: url(images/arrow2.gif) no-repeat center left;
	} 
	
	div#sidebar ul ul li a:hover { 
		color: #fbdc93; 
	}
	
	div#sidebar ul {
		padding-top: 60px;
		padding-left: 30px;
	}
	
	div#sidebar li {
		font-size: 6em;
		line-height: 1.1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	div#sidebar li a {
		color: #fbdc93;
		text-decoration: none; 
	}
	
	div#sidebar li a:hover {
		color: #fef2d6;
	}

/* 2.5	Footer
-----------------------------------------------------------------------------------------------*/	
	
	div#footer ul {
		padding: 10px 0;
	}
	
	div#footer ul li {
		display: inline;
		color: #fef2d6;
		font-size: 1.2em;
		padding: 0 12px 0 8px;
		background: url(images/bg-li.gif) no-repeat center right;
	}
	
	div#footer ul li.last {
		background: none;
		padding-right: 0;
	}
	
	div#footer ul li a {
		color: #fef2d6;
		text-decoration: none;
	}
	
	div#footer ul li a:hover {
		text-decoration: underline;
	}
 
 
/* 2.6	Body Classes
-----------------------------------------------------------------------------------------------*/	
		
	/* know body classes */		
	body.know div#content h2 {
		font-style: normal;
		font-weight: bold;
		font-size: 1em;
		padding: 0;
		margin: 0;
	}
	
	body#interior div#content div.padd {
		padding: 10px 20px;
	}
	
	body#interior div#content img.size-full {
		margin-left: -20px;
		margin-top: -10px;
	}
	
	body#interior div#content div.pic img.size-full {
		margin: 0;
	}
	
	/* home body classes */
	body.homepage div#content {
		background: url(images/header2.jpg) no-repeat top left;
		padding-bottom: 0;
		height: 400px;
	}
	
	p.postmetadata, div.post small {
		font-style: italic; 
	}
	
	body.homepage p.edit {
		display: none; 
	}
