/* ============================ common ============================== */

body { 
	color: #000; background: #001e5a;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
}
body.single{ background: #000; }

a { color: #003399; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

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

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{
	position: relative;
	width: 685px;
	margin: 10px auto;
	background: #fff;
}

#content{
	float: left; display: inline;
	width: 500px;
	padding: 20px 15px;
}

#sidebar{
	float: right; display: inline;
	width: 140px;
	padding: 15px 15px 15px 0;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	width: 528px;
	margin: 0 0 15px 0; padding: 10px 0 10px 100px;
	color: #fff; background: #ac0400;
	font-size: 1.2em; font-weight: bold;
}

#nav{
	margin: 0 0 15px 15px;
	font-size: 1.2em;
}
#nav li{
	display: inline;
	padding: 0 15px 0 0;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

.project-list{
	margin: 0 15px;
}
.project-list li{
	padding: 0 0 15px 0;
}
.project-list li .thumb{
	float: left; display: inline;
	margin: 0 10px 0 0;
}
.project-list .excerpt{
	float: right;
	width: 565px;
	padding: 15px 0 0 0;
	font-size: 1.1em;
}
.project-list .excerpt h3{
	display: inline;
	padding: 0 10px 0 0;
	font-weight: bold;
}
.project-list .excerpt h3 a{
	font-weight: bold;
}
.project-list .excerpt p{
	display: inline;
}

.sideimg{
	position: absolute;
	top: 0; left: 685px;
}

.post{
	padding: 40px 40px 20px 40px;
}
.post h1{
	margin: 0 0 15px 0;
	font-size: 1.4em; font-weight: bold;
}
.post p{
	margin: 0 0 15px 0;
	font-size: 1.2em;
}
.post ul{
	margin: 0 0 15px 2em;
	font-size: 1.2em;
	list-style: disc;
}
.post ol{
	margin: 0 0 15px 2em;
	font-size: 1.2em;
	list-style: decimal;
}

.post .alignleft{
margin: 0 10px 5px 0;
}

.back{
	padding: 0 20px 20px 20px;
	text-align: center;
}

.navigation{
	padding: 0 20px 20px 20px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}

.post-list li{
	padding: 0 0 15px 0;
	font-size: 1.1em;
}
.post-list h3{
	padding: 0 10px 0 0;
	font-weight: bold;
}
.post-list h3 a{
	font-weight: bold;
}
.post-list p{
	
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#sidebar h2{
	margin: 0 0 10px 0;
	font-size: 1.2em; font-weight: bold;
}
#sidebar ul{
	font-size: 1.1em;
}

#searchform{
	margin: 0 0 20px 0;
}
#searchform label{
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.2em; font-weight: bold;
}
#searchform #s{
	display: block;
	width: 130px;
	padding: 4px;
	margin: 0 0 10px 0;
}
#searchform #searchsubmit{
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */




/* =========================== footer end =========================== */

.piclenselink{
display: none;
}














