/*  
Theme Name: CleanLight 0.5
Theme URI: http://crotech.org
Description: Clean, light and simple theme for Wordpress.
Author: jegermeister
*/

body, html {
	margin: 0px;
	background-color: #ffccff;
	color: #222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
        height: 100%;
}

.maintable {
	width: 760px;
	background-color: #FFF;
	border: 1px dashed #cc0066;
        height: 100%;
}

.headlink {
	padding: 7px;
}

.headlink a {
	font-size: 20px;
	text-transform: uppercase;
	color: #906;
	letter-spacing: -1.1px;
	text-decoration: none;
        margin-right: 10px;
}

.headlink a:hover {
	color: #222;
}

.headline {
	padding: 7px;
        height: 22px;
}

.headline a {
	font-size: 20px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: -1.1px;
	text-decoration: none;
        margin-right: 10px;
}

.headline a:hover {
	color: #cc0066;
}

.headimage {
	background: url("header.png") no-repeat;
	width: 760px;
	height: 190px;
	text-align: right;
	color: #222;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	float: right;
	font-size: 24px;
}

.contentable {
	padding: 10px;
}

.content {
        width: 100%;
	text-align: justify;
	border-bottom: 1px dashed #fcf;
}

.contentitle {
	font: 18px "Trebuchet MS";
	text-decoration: none;
	color: #906;
}

.contentitlesmall {
	font: 11px "Trebuchet MS";
}

.content a {
	color: #c06;
	text-decoration: none;
}

.content img {
	padding: 5px;
        margin: 5px;
	border: 1px solid #000;
	background-color: #FFF;
}

.footertable {
	width: 100%;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

.footer a {
        color: #222;
        text-decoration: none;
}

.footer input {
        text-align: center;
        font: 12px Arial;
        background-color: #FFF;
        border: 2px solid #B34800;
        color: #999;
}

.postform {
        background-color: #FFF;
        color: #222;
        border: 1px solid #222;
        height: 20px;
        margin-bottom: 3px;
}