/*******************************************************
Based on: Fluid One-Column Layout (Basic) V1.0 (Beta)
Orignial author: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align: left;
}

h1, h2, h3, h4, h5, h6, dt, #site-title, h1 a:visited, h2 a:visited, #site-title a:visited, h1 a:link, h2 a:link, #site-title a:link, strong, #strap-line, #strap-line a:link, #strap-line a:visited  {
color: #CC6600;
}

#strap-line  {
font-weight: bold;
margin-top: 0em;
padding-top: 0em;
margin-left: 2.5em;
}


#site-title a:hover, #site-title a:active, h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, #strap-line a:hover, #strap-line a:active {
text-decoration:none;
color: #69789C;
}


h3, h4, h5, h6, dt {
font-weight: normal;
}

h1, h2, h3, h4, h5, h6, #site-title  {
margin-top:1em;
}

#site-title { 
font-size:2em;
font-weight: bold;
text-decoration: none;
letter-spacing:.1em;
margin-bottom: .4em;
margin-left: 1.25em;
}

h1 {
padding: 6px 0px 4px 0px; 
border-bottom: 1px solid;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
letter-spacing:.1em;
}

h2, h3, h4, h5, h6 {
font-size:1em;
}

.posts dl {
font-weight: normal;
}

.posts dt {
margin-top: 1em;
}

.posts dd, .posts li {
margin-left: 2em;
margin-top: 0.3em;
}

a:link {
text-decoration:none;
color:#16387c;
}

a:visited {
text-decoration:none;
color:#69789C;
}

a:hover, a:active {
text-decoration:underline;
color: #69789C;
}

img {
border: 0;
}

.sep {
padding-right: 0.5em;
padding-left: 0.5em;
}

#sidebar img {
text-align: center;
padding: .5em;
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

#sidebar ul {
padding-left: 1.25em;
}

big {
font-size:1em;
}

blockquote p {
margin:.2em;
}

input, textarea {
	padding: 1px 3px;
	margin: 2px 0;
	font: 1em verdana, arial, sans-serif;
	color: #0a1c4c;
	background-color: #EEE;
	border: 1px solid #DDD;
}

th {
	vertical-align: top;
}

.buttons {
	text-align: right;
}

.warn {
	color: red;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	color: #0a1c4c;
	background-color: #DDD;
	border: 1px solid #CCC;
}

#header {
margin:2em 2em 2em 2em;
padding:0em 0em 0em 0em;
height:100px;
background-color:#ffffff;
border:1px solid #CC6600;
}

#header img {
float: left;
text-align: center;
}

#main {
voice-family: "\"}\"";
voice-family: inherit;
}

html>body #main {
margin-left:2.25em;
margin-right:2.25em;
}

#content {
margin-left:2em;
width:70%;
float:left;
}

#sidebar {
float:right;
padding:.8em;
width:21%;
background-color:#CCCC99;
font-size:.8em;
margin-right:0em;
}

#footer {
right:2.85em;
margin-top:.2em;
margin-bottom:2em;
margin-left: 2em;
margin-right:2em;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:2.85em;
margin-right:2.85em;
padding:1em .5em 1em .5em;
background:#cccc99;
font-size:.8em;
text-align:center;
}

p.attr, p.comments {
margin-top: .1em;
font-size:.8em;
padding-top: 0em;
}

html>body #footer {
margin-left:2.85em;
margin-right:2.85em;
}

/* Source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

