/*
Theme Name: Field Kitchen
Theme URI: http://www.fieldkitchen.net/
Description: A custom theme for the Field Kitchen website
Version: 0.9 beta
Author: Dave Silvester
Author URI: http://www.rentamonkey.com/
Tags: custom

	Field Kitchen v0.9 beta
	 http://www.fieldkitchen.net/
	This theme was designed and built by Dave Silvester at Rentamonkey.com
	Some final changes still taking place, but we're almost there now!
*/

html, body, h1, h2, h3, h4, h5, h6, p, a, div, img, ul, ol, li, dl, dd, dt, table, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}
html {
	background: transparent url(images/content_bg.jpg) repeat 50% 0;
	height: 100%;
}
body {
	font-size: 100.01%;
	color: #444;
	height: 100%;
}
#page {
	display: block;
	position: relative;
	width: 760px;
	height: 100%;
	background: transparent url(images/content_bg.jpg) repeat 0 0;
	margin: 0 auto -542px auto;
}

/* Navigation Start */
#nav {
	margin: 0 auto;
	display: block;
	position: relative;
	left: 0;
	top: 10px;
	width: 760px;
	height: 490px;
	background: transparent url(images/navigation.jpg) no-repeat 0 0;
	z-index: 2;
}
#nav li {
	display: block;
	position: absolute;
	text-indent/* */:/**/-9999px; /* IE 5.0 Filter */
	text-indent: /**/-9999px; /* Fix of above, for Mac IE 5 */
	font-size: 1px !important;
	line-height: 0.1;
	background-color: transparent;
	background-image: none;
}
#nav li a {
	background-color: transparent;
	background-image: none;
	display: block;
	width: 100%;
	height: 100%;
}
#nav li a:hover, #nav li a:active {
	background-color: transparent;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
#main_title, #main_title h1, #main_title h1 a, #main_title h1 a:hover {
	background-image: none !important;
	left: 204px;
	top: 6px;
	width: 459px;
	height: 69px;
	z-index: 2;
}
#about_but {
	left: 14px;
	top: 114px;
	width: 130px;
	height: 182px;
	z-index: 2;
}
#about_but a:hover, #about_but a:active {
	background-position: -14px -604px;
}
#events_but {
	left: 137px;
	top: 10px;
	width: 71px;
	height: 294px;
	z-index: 4;
}
#events_but a:hover, #events_but a:active {
	background-position: -137px -990px;
}
#links_but {
	left: 179px;
	top: 92px;
	width: 179px;
	height: 210px;
	z-index: 3;
}
#links_but a:hover, #links_but a:active {
	background-position: -179px -582px;
}
#gallery_but {
	left: 342px;
	top: 70px;
	width: 102px;
	height: 231px;
	z-index: 4;
}
#gallery_but a:hover, #gallery_but a:active {
	background-position: -342px -1050px;
}
#tea_but {
	left: 396px;
	top: 82px;
	width: 180px;
	height: 210px;
	z-index: 3;
}
#tea_but a:hover, #tea_but a:active {
	background-position: -396px -572px;
}
#artist_but {
	left: 562px;
	top: 104px;
	width: 121px;
	height: 184px;
	z-index: 4;
}
#artist_but a:hover, #artist_but a:active {
	background-position: -562px -1084px;
}
#plants_but {
	left: 579px;
	top: 204px;
	width: 178px;
	height: 281px;
	z-index: 3;
}
#plants_but a:hover, #plants_but a:active {
	background-position: -579px -694px;
}
/* Navigation End */

/* Page Titles Start */

h2.page_title {
	position: absolute;
	left: 43px;
	top: 400px;
	z-index: 7;
	display: block;
	width: 529px;
	height: 74px;
	text-indent/* */:/**/-9999px; /* IE 5.0 Filter */
	text-indent: /**/-9999px; /* Fix of above, for Mac IE 5 */
	font-size: 1px !important;
	line-height: 0.1;
	background-color: transparent;
	background-repeat: no-repeat;
}
#about_title {
	background-image: url(images/titles/about.png);
}
#events_title {
	background-image: url(images/titles/events.png);
}
#fieldwork_title {
	background-image: url(images/titles/fieldwork.png);
}
#gallery_title {
	background-image: url(images/titles/gallery.png);
}
#tea_title {
	background-image: url(images/titles/tea.png);
}
#artist_title {
	background-image: url(images/titles/artist.png);
}
#plants_title {
	background-image: url(images/titles/plants.png);
}

/* Page Titles End */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 16px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 16px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */


/* General Stuff */

#content {
	position: relative;
	z-index: 6;
	display: block;
	width: 664px;
	margin: 0 auto;
}
#footer {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height: 600px;
}
#footer img {
	margin: 20px auto;
	display: block;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px !important;
}

.sidebar {

}

.dropbelow {
	clear: both;
	height: 0;
	position: relative;
	line-height: 0.1;
	font-size: 1px;
}

p {
	margin-bottom: 1.5em;
}

#content a, #sidebar a {
	color: #333;
	text-decoration: none;
	background: transparent url(images/link_underline_off.png) repeat-x 0 100%;
}

#content a:hover, #content a:active, #sidebar a:hover, #sidebar a:active {
	color: #000;
	text-decoration: none;
	background: #ffe url(images/link_underline.png) repeat-x 0 100%;
}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Slideshow gallery */

.gallery {
	margin: 10px 0 !important;
}

/* Slideshow gallery */