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

html{
	background: #212121 url(../images/day_bg.jpg) repeat;
}
body.day{
	/*background: url(../images/day_art.jpg) no-repeat center 0;*/
}
h1.page-title{
	color: #212121;
	text-shadow: 1px 1px 0 #fcfcfc;
	margin-bottom: 10px;
}
#bg{
	min-height: 100%;
	background: none;
}
#bg.home{
	min-height: 100%;
	/*background: url(../images/day_slider_bg_spot.png) no-repeat center 95px;*/
}
	.slot h4{
		font-family: Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 0 #000;
		color: #ededed;		
	}

#slider_dots li{
	background-image: url(../images/day_slider_dots.png);
}
			#nav > li > a{
				font-weight: bold;
				color: #212121;
				text-shadow: 1px 1px 0 #fcfcfc;
			}
			#nav li a:hover, #nav li a.act{
				color: #505050;
			}
			
#about_t{
	background: url(../images/day_about_t.png) no-repeat center 0;
}
#about_b{
	background: url(../images/day_about_b.png) no-repeat center bottom;
}
#about{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212121;
	text-shadow: 1px 1px 0 #fcfcfc;
	font-style: italic;
}
			.slot .desc{
				background: url(../images/day_slot_bg.png) repeat;
				text-shadow: 1px 1px 0 #000;
				color: #ededed;
			}

#footer_shadow{
	float: left;
	clear: both;
	width: 99.9999%;
	height: 30px;
	margin-top: -30px;
	background: url(../images/footer_shadow.png) repeat 0 0;
}
