@charset "utf-8";
/* CSS Document */
/* Content */

#main-content ol, ul{
	list-style: inside;
}
#main-content p{
	margin-bottom:10px;
}
#main-content .post-footer {
	background-color: #FFC;
	margin-bottom:10px;
	padding: 5px 5px 5px 5px; 
	border: 1px solid #FF0;
	font-size: 10px;	
}
#main-content .post-title {
	font-weight:bold;
	margin-bottom:10px;	
}

/* Sidebar left */
#sidebar-left {
	float: left; 
	width: 180px; /* since this element is floated, a width must be given */
	padding: 0px 0px 0px 30px; /* top and bottom padding create visual space within this div */
	margin: 5px 0px 0px 0px;
	border:1px;
	height:100px;
}
#sidebar-left .navigation-news {
	padding-bottom:10px;
}

/* Sidebar right */
#sidebar-right {
	float: right; 
	width: 150px; /* since this element is floated, a width must be given */
	background: inherit; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 5px 5px; /* top and bottom padding create visual space within this div */
	margin: 0 5px;
	height: 100%;
}
