/* @override http://artsfest.site/mmlib/css/artsfest/print.css */

html, body {
	background: #FFF;
}
html body {
	background: #FFF;
}

#container {
	margin: 0 auto 20px;
	padding-top: 0px;
	width: 950px;
}

#unit-site-search {
	display: none;
	
}

/* @group Features */

#group-features .unit-feature h3 {
	display: block;
}
#container #group-features .unit-feature {
	height: auto;
}
#container #group-features .unit-feature .feature-button {
	position: relative;
	bottom: auto;
	background-color: #EEE;
	color: #000;
}
#container #group-features .unit-feature p {
	display: block;
	margin: 1em 0;
	padding: 0;
	color: #000;
}

/* @end */

/* @group Navigation */

#navigation {
	background:#FFF;
	clear: both;
	height: 39px;
	overflow: hidden;
	width: 100%;
}
#navigation li {
	border-right:10px solid #FFFFFF;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	color:#666;
	display: block;
	font-size: 17px;
	padding: 8px 17px 6px 16px;
	text-decoration: none;
	text-transform: lowercase;
}
#navigation li.selected a, #navigation li a:hover {
	background: #FFF;
	color: #000;
}

/* @end */



/* @group Footer */

#footer, #footer .container {
	background: #FFF;
	color: #000;
	height: auto;
}
#footer {
	border-top: 1px solid #CCC;
}
#footer #unit-social-profiles,
#footer #unit-made-by,
#footer #unit-footer-links {
	display: none;
	float: none;
}
#footer .container #unit-sponsor {
	background: none;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: auto;
	width: auto;
	float: none;
	background: #000;
	padding: 0.5em 0 0 0em;
}
#footer .container #unit-address {
	background: none;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	color:#555;
	float: none;
	margin: 1em 0 0 0;
	padding: 0;
	text-shadow: none;
	font-size: 0.9em;
}
#footer .container #unit-address h3 {
	display: none;
}
#footer .container #unit-address address,
#footer .container #unit-address address p {
	color: #555;
	float: none;
	text-shadow: none;
	margin: 0;
	padding: 0;
}

/* @end */