/* CSS Main */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #000000;
}
body {
	background: url(../images/wood.jpg) center top;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #666666;
	margin-top:4pt;
	margin-bottom:8pt;
}
h2 {
	font-size: 15px;
	color: #000000;
	font-variant: small-caps;
	margin-top:15pt;
	margin-bottom:3pt;
}
p {
	margin-top:3pt;
	margin-bottom:8pt;
}
form {
	margin-top:3pt;
	margin-bottom:8pt;
}
input.input {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	background:none;
	border-bottom:solid 1px #666666;
	border-left:none;
	border-right:none;
	border-top:none;
	font-weight:bold;
}
textarea.input {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	background:none;
	border-bottom:solid 1px #666666;
	border-left:dashed 1px #CCCCCC;
	border-right:none;
	border-top:none;
	font-weight:bold;
}
input.submit {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background:none;
	border:1px solid #666666;
	font-weight:bold;
}
select.select {
	font-size:12px;
}
input.stuff {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#666666;
	background: #FFFFCC;
	border:none;
}
input.probe {
	font-size:12px;
	font-weight:bold;
}
img {
	border:none;
}

.Text_Welcom {
	text-align: left;
	padding-top: 50px;
	padding-right: 245px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 280px;
}
.Postit {
	font-weight:bold;
	font-size:11px;
	background:url(../images/Postit.png) no-repeat;
	text-align: left;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top:160px;
	margin-left:90px;
	width: 145px;
	height: 130px;
}
.Text_content {
	text-align: left;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height:16pt;
}
.Text_normal {
	text-align: left;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.News_Box {
	font-size: 11px;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.Poll_Box {
	font-size: 11px;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.Comments_Box {
	font-size: 11px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 70px;
}
.info {
	color: #999999;
	font-weight: bold;
	font-variant:normal;
}

.small {
	font-size:11px;
	color:#999999;
}

.caution {
	color:red;
	font-weight:bold;
}


/* - Extras/Tips/... - */

#masterdiv {
	width:auto;	
}

.menutitle {
	cursor:pointer;
	margin-bottom:2px;
	margin-top:10px;
	padding:0;
	font-size:11px;
	color:#666666;
	width:250px;
	text-align:left;
}
.submenu {
	margin-bottom:0;
	font-size:12px;
}
#avatars {
	text-align:center;
	height:100px;
	width:80px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#avatars_more {
	float:none;
	text-align:right;
	width:440px;
}
#smilies {
	height:120px;
	width:180px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#smilies_more {
	height:120px;
	line-height:normal;
	margin-left:10px;
	margin-right:10px;
	float:none;
}


/* - Comments - */

p.author		{ margin-top:0; margin-bottom:0.4em; padding-bottom:0.2em; max-width:50em; border-bottom:#CCCCCC 1px solid; }
p.entry			{ margin-top:0; padding-top:0; margin-bottom:2em; max-width:50em; }
p.comment		{ margin-top:-1.7em; padding:0 0 0 1em; margin-bottom:2em; max-width:50em; color:#666666; }
p.admin			{ margin-top:-1.7em; text-align:right; max-width:50em;}
p.admin span	{ font-size:11px; }
h2.preview-hl	{ font-size:12px; line-height:1.45em; font-weight:bold; color:red; margin-bottom:0; }
#preview		{ border:1px dotted red; max-width:41em; padding:10px 10px 0 10px; }
#nav			{ margin-bottom:2em; }
img.smiley		{ border:none; vertical-align:middle; }


/* - Copyright/Footer/Nav - */

#footer {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	line-height:1.4em;
	padding-top:15px;
	padding-right:100px;
	padding-left:100px;
}
#footer a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
#footer a:visited {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
#copy {
	text-align:left;
	padding-left:10px;
	margin-top:1em;
	font-size:11px;
	color:#666666;
}
#copy a {
	color:#666666;
	text-decoration:none
}
#copy a:hover {
	color:#000000;
	text-decoration:none
}

.nav {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.nav:link {
	text-decoration:none;
	color:#666666;
}
.nav:visited {
	text-decoration:none;
	color:#666666;
}
.nav:hover {
	text-decoration:none;
	color:#000000;
}
.nav_current {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
.nav_arrow {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.nav_arrow:link {
	text-decoration:none;
	color:#000000;
}
.nav_arrow:visited {
	text-decoration:none;
	color:#000000;
}
.nav_arrow:hover {
	text-decoration:none;
	color:#666666;
}
