/* base-tag */

*
{
	color: #000;
	text-decoration: none;
}

body
{
	background: #fff;
	
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-weight: bold;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }

.site
{
	margin: 10px auto;
	
	width: 75%;
}

.site .header .settings, 
.site .top, 
.site #content .left,
.site #content .right,
#main .entry .date,
.site .footer
{
	display: none;
}

.site .header
{
	margin: 0px 0px 10px 0px;
	border-bottom: 7px solid #2d6b0e;
}

.site .header #logo
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	
	color: #2d6b0e !important;
}

.site .header #logo *
{
	color: #2d6b0e !important;
}

.entry
{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #aaa;
}
