html {
	background:url(graphics/background.jpg);
	background-color:#fff9f1;
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	overflow:hidden; 
	height:100%;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #4c9292;
	margin:0; 
	padding:0 300px 0 10px; 
	height:100%; 
	overflow:auto; 
	margin:0 0 0 150px; 
}
#menu {
	position:absolute; 
	display:block; 
	top:100px; 
	left:10px; 
	width:130px; 
	height:200px; 
	background:transparent;
	z-index:50;
}
#footer {
	margin-top:10px;
	margin-right:auto;
	margin-left:10px;
	width: 300px;
	padding: 10px;
	color: #4c9292;
	border: thin solid #75c1c1;
	font-size: 9px;
	text-align: center;
}
h1 {
	font-size: 16px;
	font-style: italic;
	text-align: left;
	color: #75c1c1;
}
.small {
	font-size: 9px;
}
input, textarea {
	margin: 1px;
	border: solid 1px #75c1c1;
	font-family: Verdana;
	font-size: 10px;
	color: #4c9292;
	background-color: #fff9f1;
}
a {
	color: #84d3d3;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #75c1c1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
#menu a {
	color: #84d3d3;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display:block; 
	width:120px; 
	height:25px; background:transparent; 
	border:1px solid #75c1c1; 
	text-align:center; 
	line-height:25px; 
	margin-top:5px;
}
#menu a:visited {
	color: #75c1c1;
 	display:block; 
	width:120px; 
	height:25px;
	background:transparent;
}
#menu a:hover {
	text-decoration: underline;
	color: #fff;
}
img {  
	border-style: none;
}

/*	====	FanUpdate 2.2.1	====	*/

div#fanupdate {}

h2 {}
h3 {}
p {}

/*	====	Entries	====	*/

div.post {}

p.catfile {padding: 0 0 0 3em;}

/*	====	Comments	====	*/

div#comments {}

div.comment {
	clear: both;
	padding: 0.5em;
}

div.comment p {padding: 0 0 0 3em;}

div.comment p.commenter {padding: 0;}

div.odd {background: #f3f3f3;}

div.author {}

div#newComment {}

img.gravatar {
	float: right;
	margin: 0 1em 1em 0;
}

/*	====	Comment Form	====	*/

div.comments-form {}

form#comments-form {}

p#cmt-rules {}
p#cmt-moderation {}

label {
	display: block;
	float: left;
	width: 9em;
	text-align: right;
	margin: 0 0.5em 0 0;
}

input, textarea, select, option {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

textarea {
	width: 100%;
}

.wysiwygmenu {
	display: block;
}
.wysiwygmenu a {
	padding: 0.125em 0.25em;
}

/*	====	Footer	====	*/

a.rss {}

div.archivelink {
	text-align: right;	
	margin: 2em 0 0 0;
}

div.credit {
	clear: both;
	text-align: center;
	border-top: 6px solid #eee;
	margin: 1em 0 0 0;
}

div.credit p {margin: 0;}

