body {
font-family: Lucida Grande, Verdana, Arial;
font-size: 9pt;
background-image: url(images/blue-background.png);
background-repeat: repeat-x;
background-color: #fff;
}

#icon {
position: absolute;
top: 10px;
left: -10px;
background-image: url(images/sight.png);
background-repeat: no-repeat;
width: 256px;
height: 200px;
z-index: 3;
margin: 0px;
}

#title {
	position: absolute;
	height: 76px;
	top: 50px;
	left: 40px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/end.png);
	background-repeat: no-repeat;
	background-position: right;
}

#title h1 {
	background-image: url(images/middle.png);
	background-repeat: repeat-x;
	height: 53px;
	top: 0px;
	left: 0px;
	margin: 0px 24px 0px 0px;
	padding: 23px 0px 0px 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: #bbb 3px 3px 3px;
	text-align: center;
	font-size: 36px;
}

a:link {
	font-weight: bold;
	color: rgb(58,128,196);
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: rgb(29,64,98);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#toolbar {
	position: absolute;
	top: 130px;
//	left: 280px;
right: 30px;
	height: 32px;
//	width: 500px;
	font-size: 9px;
	text-align: center;
        color: rgb(29,64,98);
	spacing: 20px;
	border-style: none;
}
#toolbar td {
	padding-left: 10px;
	padding-right: 10px;
}


/* Navigation */
#nav {
	position: absolute;
	background-image: url(images/nav.png);
	background-repeat: repeat-y;
	top: 180px;
	left: 30px;
	height: 800px;
	width: 180px;
	font-size: 11px;
	line-height: 17px;
	color: rgb(58,128,196);
	padding: 0px;
}

#nav .navbox {
	font-size: 9pt;
	padding: 20px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}

#nav .navbox h1 {
	font-size: 12pt;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #000;
        text-shadow: #bbb 3px 3px 3px;
}
	
#nav .navbox p {
	font-size: 9pt;
	margin: 0px;
	margin-top: 3px;
	padding-top 2px;
	padding-bottom: 2px;
}

#nav #notice {
	font-size: 7pt;
	line-height: 11px;
	color: #808080 !important;

	text-align: left;
	vertical-align: top;

	padding: 10px 10px 10px 10px;
}

#content {
	margin: 170px 20px 20px 280px;
	padding-top: 10px;
}

#content h2 {
	margin-top: 22px;
	margin-bottom: 0px;
}

#footer {
	font-size: 7pt;
	line-height: 11px;
	color: #808080 !important;
	margin: 20px 20px 20px 280px;
}

.sourcecodebox {
	border: 1px solid #c7cfd5;
	background: #f1f5f9;
	margin: 20px 0;
	padding: 8px;
	text-align: left;
}

/* post */

div.post {
margin: 20px 0;
padding: 0 0 20px;
border-bottom: 1px solid #e1e1e1;
}
div.post-body {
float: left;
width: 80px;
margin: 0 20px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #e1e1e1;
}
div.post-body-hist {
float: left;
width: 200px;
margin: 0 20px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #e1e1e1;
}
div.post-body img {
padding: 1px;
border: 1px solid #e1e1e1;
}
h3.post-title {
font-size: 1.1em;
font-weight: normal;
}
h4.post-meta {
font-size: 0.8em;
font-weight: normal;
}

/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
