/*
Theme Name: tokerlight 0.1
Theme URI: http://tokezone.net
Description: Stripped, frame-friendly theme with top search box and links.
Author: tokemeister
*/

body, html {
	margin: 0px;
	background-color: #FFFFFF;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
        height: 100%;
}

.maintable {
	width: 760px;
	background-color: #FFFFFF;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
        height: 100%;
}

.headlink {
	padding: 7px;
}

.headlink a {
	font-size: 20px;
	text-transform: none;
	color: #008040;
	letter-spacing: -1.1px;
	text-decoration: none;
        margin-right: 10px;
}

.headlink a:hover {
	color: #059500;
}

.headline {
	padding: 7px;
        height: 22px;
}

.headline a {
	font-size: 20px;
	text-transform: none;
	color: #008040;
	letter-spacing: -1.1px;
	text-decoration: none;
        margin-right: 10px;
}

.headline a:hover {
	color: #05E100;
}

.headimage {
	background: url("header.png") no-repeat;
	width: 760px;
	height: 60px;
	text-align: center;
	color: #008040;
	text-transform: capitalize;
	font-size: 12px;
}

.nav {
	float: right;
	font-size: 24px;
}

.contentable {
	padding: 10px;
}

.content {
        width: 100%;
	text-align: justify;
	border-bottom: 1px dotted #666;
}

.contentitle {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold
	text-decoration: none;
	color: #008040;
  text-decoration: underline
}

.contentitlesmall {
   font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: smaller
}

.content a {
	color: #008040;
	text-decoration: none;
}

.content a:hover {
	color: #05E100;
	text-decoration: underline;
}

.content img {
	padding: 5px;
        margin: 5px;
	border: 1px solid #000;
	background-color: #FFFFD5;
}

.footertable {
	width: 100%;
}

.footer {
	text-align: left;
	font-size: 10px;
	padding: 10px;
}

.footer a {
        color: #008040;
        text-decoration: none;
}
.footer a:hover {
        color: #FF3300;
        text-decoration: underline;
}

.footer input {
        text-align: center;
          font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #FFFFD5;
        border: 2px solid #008040;
        color: #008040;

}

.postform {
        background-color: #FFF;
        color: #222;
        border: 1px solid #222;
        height: 20px;
        margin-bottom: 3px;
}