/* RESET */

body {
	line-height: 1;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after, .colrow:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, .colrow {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .colrow {display:block;}
/* End hide from IE Mac */


/****************** LAYOUT *******************/

body {
	background: 50% 50% white url(images/background.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	color: #222a1a;
	}
#container {
	margin: 0 auto;
	width: 967px;
}
	#head {
	}
		
		.logo {
			z-index: 2000;	
			float: left;
			margin-top: 10px;
			padding-left: 20px;
			position: absolute;
		}
		.header {
			background: transparent url(images/header.jpg) no-repeat;
			width: 967px;
			height: 228px;
			top:0;
			z-index: 0;
			position: relative;		
			margin: 0;	
		}
	
	#content-top {
		padding: 0;
		height: 13px;
		background: transparent url(images/bg-content-top.png) no-repeat;
		position: relative;
		z-index: 8000;
		}
	.contentbg {
		background: transparent url(images/bg-content-mid.png) repeat-y;
	}
	#content-main {
	margin: 0;
	position: relative;
	}
		.onecolumn {
			float: left;
			width: 287px;
			padding: 0 20px 20px 20px;
			margin-top: 33px;
		}
			.onecolColor {
			background: transparent url(images/bg-onecol.png) repeat;
			}
		.twocolumn {
			float: left;
			width: 563px;
			padding: 33px 20px 20px 50px;
		}
		
	#content-foot p {
		text-align: center;
		padding: 0;
		margin: 0;
		font-size: 10px;
	}
	#footer {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-footer.png) no-repeat;
	height: 70px;
	}	

/* Navigation */

.nav {
	height:35px;
	width: 416px;
	background: url(images/menu.png) no-repeat;
	position: relative;
}
ul.nav {
margin:0 0 0 520px; 
padding: 0;
height: 55px;
z-index: 9999;
float: right;
padding-right: 20px;
position: absolute;

}
.nav li {
display: inline;
}
.nav li a:link, .nav li a:visited {
position: absolute;
top: 0;
height: 35px;
text-indent: -9000px;
overflow: hidden;
z-index: 10;
}

    .nav .home a:link, .nav .home a:visited {
	left: 0;
	width: 69px;
    }
    .nav .home a:hover, .nav .home a:focus {
	background: url(images/menu.png) no-repeat 0 -35px;
    }
    .nav .home a:active {
	background: url(images/menu.png) no-repeat 0 -35px;
    }
    .current-home .home a:link, .current-home .home a:visited {
	background: url(images/menu.png) no-repeat 0 -35px;
	cursor: default;
	}
	.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 69px;
	height: 35px;
	background: url(images/menu.png) no-repeat 0 -35px;
	}
	.nav-home-click {
	background: url(images/menu.png) no-repeat 0 -35px;
	}
	
    .nav .shrines a:link, .nav .shrines a:visited {
	left: 69px;
	width: 107px;
    }
    .nav .shrines a:hover, .nav .shrines a:focus {
	background: url(images/menu.png) no-repeat -69px -35px;
    }
    .nav .shrines a:active {
	background: url(images/menu.png) no-repeat -69px -35px;
    }
    .current-shrines .shrines a:link, .current-shrines .shrines a:visited {
	background: url(images/menu.png) no-repeat -69px -35px;
	cursor: default;
	}
	.nav-shrines, .nav-shrines-click {
	position: absolute;
	top: 0;
	left: 69px;
	width: 107px;
	height: 35px;
	background: url(images/menu.png) no-repeat -69px -35px;
	}
	.nav-shrines-click {
	background: url(images/menu.png) no-repeat -69px -35px;
	}
	
    .nav .inedibles a:link, .nav .inedibles a:visited {
	left: 177px;
	width: 149px;
    }
    .nav .inedibles a:hover, .nav .inedibles a:focus {
	background: url(images/menu.png) no-repeat -177px -35px;
    }
    .nav .inedibles a:active {
	background: url(images/menu.png) no-repeat -177px -35px;
    }
    .current-inedibles .inedibles a:link, .current-inedibles .inedibles a:visited {
	background: url(images/menu.png) no-repeat -177px -35px;
	cursor: default;
	}
	.nav-inedibles, .nav-inedibles-click {
	position: absolute;
	top: 0;
	left: 177px;
	width: 149px;
	height: 35px;
	background: url(images/menu.png) no-repeat -177px -35px;
	}
	.nav-inedibles-click {
	background: url(images/menu.png) no-repeat -177px -35px;
	}
	
    .nav .contact a:link, .nav .contact a:visited {
	left: 325px;
	width: 91px;
    }
    .nav .contact a:hover, .nav .contact a:focus {
	background: url(images/menu.png) no-repeat -325px -35px;
    }
    .nav .contact a:active {
	background: url(images/menu.png) no-repeat -325px -35px;
    }
    .current-contact .contact a:link, .current-contact .contact a:visited {
	background: url(images/menu.png) no-repeat -325px -35px;
	cursor: default;
	}
	.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 325px;
	width: 91px;
	height: 35px;
	background: url(images/menu.png) no-repeat -325px -35px;
	}
	.nav-contact-click {
	background: url(images/menu.png) no-repeat -325px -35px;
	}

.prevnext {
	padding: 20px 0;
}
	.prevnext .alignleft {
		float: left;
	}
	.prevnext .alignright {
		float: right;
	}
		
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: normal;
	color: #e24127;
	}
a:link {
	color: #e24127;
	}
a:visited {
	color: #e24127;
	}
a:active {
	color: #e24127;
	}
a:hover {
	text-decoration: none;
	color: #A2361C;
	}
h1 {	
	font-size: 1.7m;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	.twocolumn h1 {
	float: left;
	width: auto;
	
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: .8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
.intro p {
font-size: 20px;
line-height: 24px;
font-family: Georgia, Times, serif;
font-style: italic;
}

.entry {
	float: left;
	padding: 0 15px 15px 0;
}
	.entry .thumb {
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity = 95);
	border: 2px solid #1e291b;
	}
		.entry .thumb:hover {
		-moz-opacity: 1.0;
		opacity: 1;
		filter: alpha(opacity = 100);
		border: 2px solid red;
		}
		
.gallery img {
border: 5px solid #202819;
}

a.button {
	background: url(images/shopping-basket.png) no-repeat top left;
	padding: 10px 5px 5px 30px;
	text-decoration: none;
	color: #222b1a;
	text-transform: uppercase;
	margin: 10px 2px 0;
	font-size: .8em;
	display: inline;
	}
a.button:hover {
	background: url(images/shopping-basket.png) no-repeat top left;
	color: #A2361C;
}

/* Misc */

.header span {
display: none;
}

.ddpl-form {
display: inline;
float: left;
}


/*
Page Numbers
*/
	

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: red;
	border-top: 2px solid red;
	border-bottom: 2px solid transparent;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #000;
	border-bottom: 2px solid red;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
