/*  
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:  #fff url(images/bg-vlines.png); 
	color: #222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
        height: 100%;
}

h3 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -.5px;
	background-color: #f6f4f5;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}

h3 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #658995; 

}



.maintable {
	width: 800px;
	background-color: #FFF;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
        height: 100%;
}

.headlink {
	padding: 7px;
}

.headlink a {
	font-size: 10px;
	text-transform: uppercase;
	color: #658995;
	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: #658995;
	letter-spacing: -1.1px;
	text-decoration: none;
        margin-right: 10px;
}

.headline a:hover {
	color: #658995;

}

.headimage {
        background-color: #DCF2B8;
	width: 760px;
	height: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	float: right;
	font-size: 24px;
}

.contentable {
	padding: 10px;
}

.content {
        width: 100%;
	text-align: justify;
	border-bottom: 1px dotted #666;
}

.contentitle {
	font: 18px "Trebuchet MS";
	text-decoration: none;
	color: #658995;
}

.contentitlesmall {
	font: 11px "Trebuchet MS";
	color: #658995;
}

.content a {
	color: #0b6f90;
	text-decoration: none;

}

.content a:hover {
	color: #2460ba;
	text-decoration: underline;

}

.content img {
	padding: 5px;
        margin: 5px;
	border: 1px solid #000;
	background-color: #FFF;
}

.footertable {
	width: 100%;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

.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;
}