body {
	background: white;
	color: #4C714C;
	font-family: Lucida Sans Unicode, Lucida Sans, Century Gothic, Geneva, sans-serif;
	padding: 0;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#header { margin-left: 10px; margin-top: 10px; }
#header p { color: #669933; margin: 0; padding: 0;	 }
#header p span { color: #507928}


a {
	color: #669933;
	text-decoration: none;
}

a:visited {
	color: #339934
}

a:hover {
	color: #669933;
	background: #EBF5E1;
}

a img {	border: none !important; }


h1 {
	width: 605px;
	height: 34px;
	line-height: 1em;
	white-space: nowrap;
	font-size: 100%;
	overflow: visible;
	}

	
/* backslash hack to hide some definitions from Mac IE5 \*/
#header h1 {overflow: hidden;}
/* end of hack */


h1:after {
	display: block;
	content: url(images/header.gif);
	width: 605px;
	height: 34px;
	margin-top: -1em;
}


/* Internet Explorer love */
* html h1 {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML += '<span></span>');
	position: relative;
	z-index: 1;
}

* html h1 span {
	display: block;
	width: 605px;
	height: 34px;
	background: url(images/header.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

body #header h2 a#back {
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	background: white url(images/back.gif) no-repeat center;
}

body #header h2 a#back:hover {
	background: white url(images/back_h.gif) no-repeat center;
}

/* navigation */


dl {
	margin-left: 50px;
	margin-top: 20px;
}

p.first, h2, dt {
	font-size: 1.3em;
	vertical-align: middle;
	color: #507928;
}

dl dt {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 115px;
	height: 30px;
	clear: both;
}

dl dd {
	margin: 0;
	padding: 0;
}

.desc {
	margin: 0;
	padding: 0;
	margin-left: 115px;
	margin-top: -15px;
}

/* list of 100x100 tiles that need to be floated */
dd#location, dd#folk, dd#craft, dd#blank, dd#photo {
	float: left;
	margin-top: -30px;
}

dd#location a {
	height: 100px;
	width: 100px;
	background: url(images/menu_map.gif) no-repeat;
	display: block;
	text-align: center;
}

dd#location a:hover { background: url(images/menu_map_hover.gif) no-repeat; }

dd#folk a {
	height: 100px;
	width: 100px;
	background: url(images/menu_folk.gif) no-repeat;
	display: block;
	text-align: center;
}

dd#blank a {
	height: 100px;
	width: 100px;
	background: white;
	display: block;
	text-align: center;
}

dd#photo a {
	height: 100px;
	width: 100px;
	background: url(images/photo_animated.gif) no-repeat;
	display: block;
	text-align: center;	
}


dd#craft a {
	height: 100px;
	width: 100px;
	background: url(images/crafts_animated.gif) no-repeat;
	display: block;
	text-align: center;
}

#sidebar {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 130px;
}

/* and for dessert! */

* html #sidebar {	position: absolute;	}
#sidebar {	position: fixed;}

#sidebar a#man {
	padding-top: 330px;
	padding-right: 100px;
	background: url(images/fidler_black.gif) no-repeat center;
	display: block;
}

#sidebar a#man:hover {
	background: url(images/fidler_normal.gif) no-repeat center;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#sidebar ul li { margin-bottom: 3px; }
#sidebar ul li a { color: black }

#sidebar ul li a#design {
	margin-top: 5px;
	font-size: 0.8em;
}


/* we like default margins */
body#location #content,
body#crafts #content,
body#events #content,
body#feature #content,
body#template #content
{
	margin-left: 50px;
	margin-right: 150px;
}

body#index #content {
	overflow: auto;
}

body#index #content {
	margin-right: 150px;
}
body#location #content p {
	margin-left: 110px;
}
body#events #content p {
	margin-left: 110px;
}


body#events div.imagebox a img {
	background: url(images/menu_folk.gif) no-repeat middle;
}

/* index margin */

#index #content p.first{
	margin-left: 40px;
}

/* crafts and stuff */

#crafts h4 {
	font-size: 1.2em;
	vertical-align: middle;
	color: #507928;
	text-transform: capitalize;
}
#crafts div.image {
	float: left;	
	margin-bottom: 20px;
}

#template div.imagebox a img,
#crafts div.image a img { border: 1px solid #808080; }

#div.imagebox a:hover img,
#crafts div.image a:hover img { border: 1px solid black; }


#crafts h4,
#crafts p.detail {
	margin-left: 170px;
}
#crafts .item {
	clear: both;
}
#crafts .break {
	clear: both;
}


hr {
	background: #4C714C;
	color: #4C714C;
}


/* product pages */


body#template #content {
	margin-right: 200px;
}

#template #content p {
	margin-left: 170px;
}

#template ul#details {
	margin: 0;
	padding: 0;
	margin-left: 170px;
	list-style-position: inside;
	margin-bottom: 20px;
}

#detail img {
	display: none;
}

.imagebox {
	float: left;
	clear: left;
	margin-bottom: 20px;
}

.clearme {
	clear: both;
}


/* product list */
.pressList,
.itemlist
{
	overflow: visible;
}

/* contact */
.blockform {
	display: block;
	margin-bottom: 20px;
}
.blockform span {
	float: left;
	width: 100px;
}

.blockform input, .blockform textarea {
	border: 1px solid Gray ;
}

.blockform input:focus,
.blockform textarea:focus {
	background: #EBF5E1;
	border: 1px solid black;
}

form .send {
	background: #507928;
	border: 1px solid #669933;
	color: white;
	margin-left: 101px;
}

ul#us {
	list-style: disc;
}

/* misc */

ul#others li {
	margin-bottom: 20px;
}

#template #content p.other {
	margin-left: 0;
	padding-left: 0;
}

/* event photos */

#album {
	width: 500px;
	overflow: auto;
}

.photo {
	float: left;
	padding: 10px;
	width: 200px;
	height: 180px;
	margin: 10px;
}

.photo img {
	display: block;
	margin: 0 auto;
}


#album .photo a img {
	background: #669933;
	padding: 2px;
	vertical-align: center;
}

#album .photo a:hover img {
	background: black;
	padding: 2px;
	vertical-align: center;	
}