/*
 * Basic styles
 *
 * I wish I knew website
 *
 * author: by Erik de Bos
 * last changed: 26-02-2009
 *
 * with thanks to by Angus Turnbull - http://www.twinhelix.com
 * author of the IEpngfix
 *
 * line 30: headings, body, and a
 * line 61: layout images - the bowls
 * line 88: layout images - menu stuff
 * line 107: iepngfix
 */

/* basic stuff */
* {
	margin: 0px;
	padding: 0px;
}
.clearit {
	clear: both;
}
img {
	display: block;
	border: none;
}

/* main styles */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E2E2E2;
}
body {
	background-image: url(../pics/bg_green.jpg);
	background-color: #342e19;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 12px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
}
h3 {
	font-size: 10px;
	font-variant: small-caps;
	margin: 2px 0px 4px 0px;
	border-bottom: 1px solid #666666;
	text-align: center;
}
a {
	color: #FFFFCC;
}
ul {
	margin: 10px;
	list-style: disc;
}
li {
	margin: 4px;
}
p {
	margin-bottom: 6px;
}
.center {
	text-align: center;
}
.line {
	margin: 4px 0px 30px 0px;
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
}
.imageholder {
	width: 200px;
	margin: 0px auto;
}
/* shared layout - used by all pages */

/* bowls */
div#season_big_left {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 0;
}
div#season_big_right {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 0;
}
div#season_sun {
	position: absolute;
	top: 900px;
	left: 0px;
	z-index: 0;
}
div#season_left_small {
	position: absolute;
	top: 700px;
	left: 0px;
	z-index: 0;
}
/* the last one is page specfic */

/* the menu */
div#iwikmenu li {
	list-style: none;
	width: auto;
	background-repeat: no-repeat;
	padding: 0px 5px;
	/* same as h2 */
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 12px 0px;
	float: left;
}
div#iwikmenu img {
	display: inline;
}
div#iwikmenu a {
	text-decoration: none;
}

/* PNG fix for IE < 7
 * by Angus Turnbull - http://www.twinhelix.com
 *
 */
img, div, input {
	behavior: url("iepngfix/iepngfix.htc");
}