/* 
	Green Seasons Stylesheet
	=====================
	T.Wiltshire for Electric Druid
	Copyright 2004 Electric Druid.All rights reserved.
*/
body {
	margin: 0px;
	padding: 8px;
	background-color: #009900;
	font-family: "Times New Roman", Times, Georgia, serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	border: none;
	margin: 8px 0px;
	margin-bottom: 2px;
}

/* Two column layout */
.leftcolumn {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

.rightcolumn {
	margin-left: 260px;
}

/* Main lhs menu box */
.menu {
	background-color: #FFFFFF;
	background-image: url("../graphics/menubgnd.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #006600;
	margin: 0px;
	padding: 16px;
}

.menu ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li {
/*background-color: #99FF00;*/
	margin: 0px;
	padding: 3px;
	padding-left: 18px;
	background-image: url("../graphics/leaf.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.menu ul li.submenu {
	border: 1px dotted #009900;
	padding: 2px;
	padding-left: 17px;
}

.menu ul li ul {
	list-style: none;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
}

.menu ul li ul li {
	background: none;
	padding: 4px;
}

.menu h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font-size: 16pt;
	margin: 0px;
	margin-bottom: 120px;
	color: #000000;
	/*background-color: #FFFFFF;*/
}

.menu h2 {
	font-size: 12pt;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	background-image: url("../graphics/leavespair.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px;
}

.content {
	background-color: #FFFFFF;
	border: 1px solid #006600;
	padding: 16px;
	margin: 0px;
	margin-left: 8px;
}

.content ul {
	list-style: none;
	margin: 0px;
	padding: 8px;
}

/* Box for special alert messages */
.specialfeature {
	background-color: #006600;
	color: #FFFFFF;
	font-size: smaller;
	font-style: italic;
	border: 1px dotted #006600;
	padding: 8px;
	padding-bottom: 6px;
	padding-top: 0;
	margin: 8px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	width: 240px;
}

.specialfeature h1,
.specialfeature h2,
.specialfeature h3,
.specialfeature h4 {
	color: #FFFFFF;
}

/* Two boxes for putting photos in */
.photoleft, .photoright {
	background-color: #FFFFFF;
	border: 1px dotted #006600;
	padding: 8px;
	padding-bottom: 6px;
	padding-top: 0;
	margin: 8px;
	margin-top: 0px;
}

.photoleft img, .photoright img {
	border: none;
	margin: 0;
	margin-top: 8px;
}
.photoleft		{
	float: left;
	margin-left: 0px;
}
.photoright	{
	float: right;
	margin-right: 0px;
}

/* Photo captions in the box */
.photoleft p, .photoright p {
	font-size: smaller;
	font-style: italic;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
}

.photoleft p.subtle, photoright p.subtle {
	color: #666666;
	font-size: smaller;
}

br.rightspacer {
	clear: right;
}
br.leftspacer {
	clear: left;
}
br.spacer {
	clear: both;
}

/* List Styling, mainly for the food and drink page */
li h3 {
	margin-bottom: 2px;
	margin-top: 8px;
}

li h3.special {
	/*This provides a special symbol for Green Seasons supplied places*/
	padding-left: 16px;
	background-image: url("../graphics/leaf.gif");
	background-repeat: no-repeat;
}


li p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: smaller;
	margin: 2px 0px;
	color: #666666;
}

