@charset "utf-8";
/* Minnewood.com CSS Document - Homepage */
/* Designed by Dominic Businaro - http://dominicbusinaro.com */

/* Sidebar Styles */
.home_sidebar_item {
}
.home_sidebar_head {
	background-image: url(../img/home_sidebar_head.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 228px;
}
.home_sidebar_content {
	background-color: #5f5f5f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #313131;
	border-bottom-color: #313131;
	border-left-color: #313131;
}
.home_sidebar_content ul {
	margin: 0px;
	padding-left: 16px;
}
.home_sidebar_content ul li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-image: url(../img/home_bullet.png);
	list-style-position: outside;
	font-size: .8em;
}
.home_sidebar_content ul li a:link,
.home_sidebar_content ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
.home_sidebar_content ul li a:hover {
	text-decoration: underline;
}
.sidebar_more {
	padding-right: 2px;
}

/* Content Styles */
.home_content_item {
}
.home_content_head {
	background-image: url(../img/home_content_head.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 494px;
}
.home_content {
	background-color: #5f5f5f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #313131;
	border-bottom-color: #313131;
	border-left-color: #313131;
}
.film_tbl a:link {
	color: #66b5ff;
	text-decoration: none;
}
.film_tbl a:visited {
	color: #0689ff;
	text-decoration: none;
}
.film_tbl a:hover {
	text-decoration: underline;
}
.film_tbl {
	font-size: .8em;
	color: #FFF;
	background-color: #000;
}
.film_more {
	padding-right: 10px;
}

/* General Styles */
.h1_home {
	padding-top: 5px;
	padding-left: 5px;
}
.more {
	text-align: right;
}
.more a:link,
.more a:visited {
	color: #66b5ff;
	font-size: 0.7em;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
.home_spacer {
	padding-top: 10px;
}