﻿/*  
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: #F7F7F7;
	color: #222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
        height: 100%;
}

.maintable {
	width: 760px;
	background-color: #FFF;
	border-left: 1px dotted #222;
	border-right: 1px dotted #222;
        height: 100%;
}

.headlink {
	padding: 7px;
}

.headlink a {
	font-size: 24px;

        letter-spacing: 1px;
	color: #B34800;
	
	text-decoration:none;
        margin-right: 10px;
}

.headlink a:hover {
	color: #222;
}

.headline {
	padding: 7px;
        height: 22px;


}

.headline a {
	font-size: 20px;

	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
        margin-right: 10px;
}

.headline a:hover {
	color: #FF7B3A;
}

.headimage {
	background: url("flower_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 dotted #666;
}

.contentitle {
	font: 18px "Trebuchet MS";
	text-decoration: none;
	color: #FF7B3A;
}

.contentitlesmall {
	font: 11px "Trebuchet MS";
}

.content a {
	color: #B34800;
	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;
}