body {
	background-color:white;
	#font-size: 0.8em;
	#margin:0.5em;
	font: 67.5%/1.6em verdana,arial,geneva,helvetica,sans-serif;;
	#font: 67.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#111;
	margin:20px;
	#background:url(/images/body.jpg) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	#border:4px solid #222;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#header {
	height:10em;
	background:url(/images/header.jpg) top repeat-x;
}

#header h1 {
	height:2.5em;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

#nav {
	font-size: 0.5em;
	margin:0 0 0 0;
	list-style:none;
	display:inline;
	padding:7px 0;

}

/* #nav  { */
/*
	list-style:none;
	display:inline;
	padding:7px 0;
}

*/
#nav a {
	padding:7px 7px 7px 7px;
	color:#555;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav a:hover {
	background:#455185;
	color:#fff;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:160px;
	padding:10px;
	float:right;
	background:#f6f6f6;
	margin:3 3 3px 3px;
#	border-left:1px solid #97CBDF;
#	border-right:1px solid #97CBDF;
#	border-bottom:1px solid #97CBDF;
	color:#111111;
	margin-bottom:.8em;
}

#sidebar_right h2 {
	font:125% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
}

#sidebar_right p {
	font:115	% Arial;
	line-height:20px;
}

#content {

	padding:0 15px;
	font-size:120%;
	
}

#content h2 {
	font:160% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}




/* Blog-styles */

.published {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: 0.07em;
}


#entry-title  h2 {
color:#000000;
font-size:161%;
font-weight:normal;
margin-bottom:1em;
font-family:'Acoustic Bass',monospace;
line-height:1.6;
}

#content-blog  {
	font:140% Arial;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}


.entry-meta {
color:#BBBBBB;
font-size:1em;
}


.chronodata abbr {
border:0 none;
}

acronym, abbr {
border-bottom:1px dashed #999999;
cursor:help;
font-size:0.9em;
letter-spacing:0.07em;
}


.chronodata {
	padding: 2px 0 2px 20px ;
	background: url('/images/time.png') left center no-repeat;
	}



