/* Shared box styles */
.box {
	position : absolute;
	padding : 10px;
	background-color: #FFF;
	background-image: url(/_/i/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.box.main {
	left : 20px;
	top : 120px;
	width : 515px;
	padding : 20px;
	background-color: #FFF;
	background-image: url(/sill/_/i/bg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.box.sidebar {
	left : 595px;
	top : 120px;
	width : 400px;
	padding : 20px;
	background-image: url(/sill/_/i/bg_sidebar.gif);
	background-repeat: repeat-x;
	background-color: #cfd0d1;
	background-position: left top;
}
.widget {
	margin-top: 20px;
}
#entries {
	width: 190px;
	float: left;
}
#blogroll {
	width: 190px;
	float: right;
}
#actionstream {
	width: 400px;
	float: left;
}
#dsq-recent {
	width: 400px;
	float: left;
}
#featured-image {
	float: left;
	width: 230px;
	margin-right: 10px;
}
#featured {
    top : 40px;
}

#player {
	width: 400px;
	height: 300px;
}
