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

#home-content {
	float:left;
	width:720px;
	margin-left: 20px;
	margin-top: 20px;
	min-height:400px;
    }
* html #home-content {
	margin-left: 10px;
	height: 400px;
}
#sidebar {
	float:right;
	width:180px;
	margin-right:20px!important;
	margin-right:10px;
    }
#aside {
	float:left;
	width:170px;
	padding:20px 0;
	margin-right:10px;
	margin-left: 10px;
	}
* html #aside {
	margin-right:0px;
}
#home-content .entrytext h1 {
	padding-bottom: 15px;
	background: url(images/boxpost.jpg) no-repeat left bottom;
	margin-bottom: 10px;
	padding-left: 100px;
	font-size: 2em;
	color: #F2DFC1;
	padding-top: 15px;
}
#home-content .entrytext p {
	margin-bottom: 1em;
}
#home-content .entrytext #topics h2 {
	padding-left: 0.5em;
	color: #6A1922;
	border-left: 1em solid #F4727F;
	font-weight: bolder;
}
#home-content .entrytext #topics ul {
	list-style: none;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#home-content .entrytext #topics li {
	margin-bottom: 5px;
	border-bottom: 1px dotted #F4727F;
	background: url(images/new-01.gif) no-repeat left center;
	padding-left: 60px;
}
#mov-img {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	height: 200px;
	width: 720px;
}

