body{
	background:#303030 ;
	color:#000;
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin-top: 10px;
	padding:0;
	text-align:left;
}
#wrap{
	margin:0 auto;
        background:#fff ;
	text-align:left;
	width:90em;	
}

b.rtop, b.rbottom{display:block;background: #ffffff} 
b.rtop b, b.rbottom b{display:block;height: 1px; 
overflow: hidden; background: #0e11b4} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

b.htop, b.hbottom{display:block;background: #303030} 
b.htop b, b.hbottom b{display:block;height: 1px; 
overflow: hidden; background: #0e11b4} 
b.h1{margin: 0 5px} 
b.h2{margin: 0 3px} 
b.h3{margin: 0 2px} 
b.htop b.h4, b.hbottom b.h4{margin: 0 1px;height: 2px}

#content{
	font-size:1.2em;
        background:#fff ;
	float:left;
	padding:1em;
	width:50em;
}
#sidebar{
	font-size: 1.2em;
	float: right;
        margin-right: 10px;
	background-color: #0e11b4;
	color: #fff;
	width: 18em;
}
#header{
	background-image: url('images/header.jpg');
	width: 100%;
	height: 16em;
}

#header a{
	color:#000;
	text-decoration:none;
}


#footer{
	background:#0e11b4;
	border-top:1px solid #777;
	color:#e0e0e0;
	clear:both;
	font-size:1.2em;
	padding:0.5em;
        padding-left:1.0em;
}

h1, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin-left: 10px;
	test-decoration: underline;
}

#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	padding-top:1em;
	padding-left:1em;
}
#header h1 a{
	color:#000;
}
#header h1 a:hover{
	color:#000;
}
#header p{
	color:#000;
	font-size:1.1em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#58BBEB;
}
.entrytitle h2 a:hover{
	color:#58BBBB;
}
.entrytitle h3{
	font-size:0.9em;
	color:#6F6F6F;
}
.spacing-fix{
	display:none;
}

.entry{
	margin-bottom:1em;
}

.entrymeta{
	font-size:0.9em;
}

.postinfo{
	font-size:0.9em;
}

.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}


#sidebar ul{
	list-style-type:none;
	margin:0;
	padding-left: 10px;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}


#sidebar ul li a{
	color:#fff;
	text-decoration:none;
}

#sidebar ul li a hover {
	color:#000;
	text-decoration:underline;
}



sidebar a{
	color:#101010;
	text-decoration:none;
}

sidebar a hover {
	color:#202020;
	text-decoration:none;
}

a{
	color:#0072ff;
	text-decoration:none;
}
a:hover{
	color:#000;
}

#footer a{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover{
	color:#505050;
}