/* Tags */
body{
	padding:0px 0px 5px 0px;
	margin:0px;
}
body, td, th{
	font-family:Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
a:link, a:visited, a:active{
	color:#eb890a;
	text-decoration:none;
}
a:hover{
	color:#eb890a;
	text-decoration:underline;
}
form{
	padding:0px;
	margin:0px;
}
.preLong{
	overflow:auto;
	height:600px;
}
/* More link styles */
.linkBlack a:link, .linkBlack a:visited, .linkBlack a:active{ color:#000000; }
.linkBlack a:hover{ color:#000000; }
/* Ids */
#headerWrapper{
	background-color:#212121;
	margin-bottom:10px;
}
#contentWrapper{
}
#headerInner, #contentInner{
	width:770px;
}
#logo{ float:left; }
#search{
	float:right;
	text-align:left;
	padding-top:18px;
	height:82px;
}
#search .inputBox{ width:120px; }
/* Entries */
#entry{
	border-bottom:1px solid #eb890a;
	margin-bottom:10px;
	padding-bottom:10px;
}
#entry p, #entry img, #entry pre{
	margin:10px 0px 0px 0px;
	padding:0px;
}
#entry h1{
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	float:left;
	width:80%;
	height:28px;
}
#entry h2{
	font-size:12px;
	font-weight:normal;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:right;
	width:20%;
	height:28px;
	text-align:right;
}
#entry h1 a{ color:#000; }
#entry h3{
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#entry pre{
	background-color:#ffeed8;
	padding:10px;
	font-family:"Courier New", Courier, mono;
	border-top:1px dotted #eb890a;
	border-bottom:1px dotted #eb890a;
}
#entry img{
	float:right;
	margin:0px 0px 10px 10px;
	border:1px solid #eb890a;
}
/* Copyright */
#copyright{ color:#9b9b9b; }
#copyright #pageNewer{
	float:left;
	background-image:url(../images/arrow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding-left:18px;
}
#copyright #pageOlder{
	float:right;
	background-image:url(../images/arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	padding-right:18px;
}
/* Classes */
/* Clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}