/*
NanoBlogger SteelBlue
 box model hack with 2 column layout
*/

html { background: #999; }

body {
	background: #999;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small; /* for IE 5.5 */
	/* Tantek's box model hack to fix font keywords */
	voice-family: "\"}\""; 
	/* trick IE into thinking this rule is over */
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

a 		{ color: #4682B4; text-decoration: none; }
a:link		{ color: #4682B4; text-decoration: underline; }
a:visited	{ color: #4682B4; text-decoration: underline; }
a:active	{ color: #4682B4; text-decoration: none; background: #BCD2EE; }
a:hover		{ color: #4682B4; text-decoration: underline; background: #BCD2EE; }

h1 {
	margin: 0;
	padding: 0;
	font-size: large;
	}

h2 {
	color: #666;
	text-align: center;
	margin-bottom: 15px;
	font-size: medium;
	font-weight: bold;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: small;
	}

h4, h5, h6 {
	font-size: x-small;
	}

#content h2 {
	font-size: medium;
	}

#content h3 {
	color: #678b99;
	text-transform: none;
	font-size: small;
	}

blockquote {
	background-color: #EEE;
	padding: 2mm;
	border-left: 5px solid #BBB;
	}

img {
	border: 0;
	}

pre {
	background: #EEE;
	padding: 2mm;
	border: 1px solid #999;
	}

#header {
	/* font-family: verdana, arial, sans-serif; */
	background-color: #4682B4;
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;
	font-size: large;
	font-weight: normal;
	line-height: 1.2em;
	/* border-top: 1px dotted #999; */
	/* border-bottom: 1px dotted #999; */
	}

#header h1 {
	margin: 0;
	padding: 0 0 0 10px;
	}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #FFF;
	text-decoration: none;
	}

.description {
	color: #FFF;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0;
	padding: 0 0 0 10px;
	}

#container, .container {
	width: 840px;
	background: #FFF;
	margin: 0 auto;
	/* detach box model from top of page */
	margin-top: 20px;
	padding: 10px;
	/* recover from center-alignment IE hack */
	text-align: left;
	w\idth: 800px;
	/* poor man's drop shadow effects */
	border-right: 5px solid #555;
	border-bottom: 5px solid #555;
	}

/* the "be nice to Opera 5 rule" */
html>body #container {
	width: 800px;
	}

#content, .content {
	padding: 10px;
	width: 580px;
	float: right;
	background: #FFF;
	/* border: 1px solid red; */
	w\idth: 550px;
	}

#widecolumn {
	background: #FFF;
	padding: 10px;
	}

#links {
	background: #FBFBFB;
	margin: 20px 0;
	padding: 2px;
	width: 196px;
	float: left;
	}

#wrap {
	margin-left: 0px;
	margin-top: 0px;
	}

.intro {
	border-bottom: 1px solid #4682B4;
	background: #FFF;
	color: #333;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 45px;
	}

.intro a {
	font-weight: normal;
	text-decoration: underline;
	color:#333;
	}

.blog {
	padding: 15px;
	}

.blogbody, .archives, .pages {
	color: #333;
	font-weight: normal;
	line-height: 1.2em;
	}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
	}

.title	{
	text-transform: uppercase;
	color: #36648B;
	margin-bottom: 15px;
	}

#menu, .menu {
	text-align: center;
	margin-bottom: 15px;
	}

.date	{
	color: #666; 
	margin-bottom: 10px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #999;
	}

.posted	{
	color: #000000; 
	margin-bottom: 25px;
	}

.calendar {
	color: #4682B4;
	padding: 2px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	}

.calendar a,
.calendar a:link,
.calendar a:active,
.calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	}

.calendarhead {	
	color: #36648B;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .3em;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	}

.calendarday {
	color: #4682B4;
	font-weight: bold;
	text-align: center;
	}

.side {
	color: #333;
	line-height: 1.7em;
	padding: 2px;
	}

.sidetitle {
	color: #36648B;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: .2em;
	border-bottom: 1px dotted #999;
	}

.syndicate {
	background: #EEE;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	font-size: small;
	}

#metainfo {
	clear: both;
	width: 840px;
	margin: auto;
	background: #999;
	padding: 10px;
	text-align: left;
	font-size: small;
	width: 800px;
	color: #CCC;
	}

#metainfo a, #metainfo a span {
	font-weight: bold;
	}

#footer {
	color: #FFF;
	width: 840px;
	background: #999;
        text-align: center;
	margin: 0 auto;
	padding: 10px;
        font-size: x-small;
	width: 800px;
        font-weight: normal;
	}

/* the "be nice to Opera 5 rule" */
html>body #footer {
	width: 800px;
	} 

/* --- tools --- */

.clear {clear: both;}
.right { float: right; margin: 0 0 10px 10px; }
.left { float: left; margin: 0 10px 10px 0; }

img.left {
	float: left;
	margin: 0 10px 10px 0;
	}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	}

/* class to hide elements */
.hide {
	display: none;
	}

/* used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* "auto-clearing" IE hack and non-javacsript IE-mac float fix */
.clearfix { display: inline-table; }
/* hides float from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from IE-mac */

* html body {
	font-size: x-small;
	/* be nice to opera */
	}

/* IE hack to fix font size in tables */
* html table {
	font: 1em sans-serif; /* IE5 */
	}

/* --- extras --- */

.comments-body {
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: small;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	}

.comments-post {
	color: #666;
	font-size: x-small;
	font-weight: normal;
	}

.trackback-url {
	color: #666;
	padding: 5px;
	font-size: small;
	font-weight: normal;
	border: 1px dotted #999;
	}

.trackback-body {
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: small;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	}

.trackback-post {
	color: #666;
	font-size: x-small;
	font-weight: normal;
	}


.comments-head	{
	color: #666;
	margin-top: 20px;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #999;
	}

#header-commentspop {
	color: #FFF;
	padding: 5px 5px 15px 15px;
	font-size: large;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}

