html{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	color: #333;
	
 background: #819800;

	font-size: 62,5%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

a{
	color: #669;
}

a:visited{
	color: #444;
}

a:hover{
	color: #000;
}

a img{
	border: none;
}

pre, code{
	font-size: 1.2em;
}
/* Top
*******************************************************************************/
#page{
	width: 60em;
	margin: 0 auto;
	background: #FFF;
}
/* Top
*******************************************************************************/
#top{
	padding: 1.5em;
	margin: 0;
background: #455200 url(../img/feed-flux-50.png) no-repeat 20px 10px;
	
	color: #FFF;
	
	border-top: 3px solid #7A2;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

	#top h1{
		margin: 0 0 0 50px;	
	}
	
	#top h1 a{
		color: #FFF;
		text-decoration: none;
	}
	
/* Top
*******************************************************************************/
#content{
	width: 38em;
	padding: 0 2em;
	margin: 2em 0;
	float: left;
	overflow: hidden;
}

.post{
	margin-bottom: 3em;
	border-top:1px dotted #666;
}

.post-title, .post-title a{
	color: #77AA22;
	text-decoration: none;
}

.post-title a:hover{
	color: #666;
	text-decoration: none;
}


.post-info{
	color: #666;
	margin-top: -1em;
}

.post-info a{
	color: #669;
	text-decoration : none;
	border-bottom: 1px dotted #669;
}

.post-info a:hover{

	border-bottom: none;
}



.post blockquote{
font-family: Georgia, serif;
margin-right:0;
margin-left:0;
padding-left:15px;
border-left:10px solid #B4C652;
}

.post img{
background-color: #FFF;
	padding: 9px;
	border: 1px solid #819800;

}




/* Top
*******************************************************************************/
#sidebar{
	width: 13em;
	padding: 0 2em;
	margin: 6em 0;
	float: right;
}


	/* Top*/
#sidebar div{
		/*#font-size: 0.8em;*****/
		color: #666;
	}
	
	#sidebar h2{
		color: #99CC33;
	}

	#sidebar a{
		color: black;
		text-decoration: none;
		border-bottom: 1px dotted black;
	}

	#sidebar a:hover{
	color: #666;
	text-decoration: none;
		border-bottom: 1px dotted #666;
}

	#sidebar ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#sidebar li{
		margin: 0.5ex 0;
	}
	
/* Footer
*******************************************************************************/
#footer{
	padding: 1ex 1em;
	clear: both;
	border-top: 1px dotted #CCC;
	color: #999;
}

#footer a{
		color: black;
		text-decoration: none;
		border-bottom: 1px dotted black;
	}

	#footer a:hover{
	color: #666;
	text-decoration: none;
		border-bottom: 1px dotted #666;
}
