/* @override 
	http://oh.krd.webhop.net/css/home.css
	http://oh.krd-design.net/css/home.css
*/

.section.home.grocery {
	background: url(images/grocery-bag.jpg) no-repeat left top;
	height: 245px;
	padding: 0;
	margin-bottom: 10px;
	
	/* top left */
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	/* top right */
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

a.home.large_button.donate {
	position: absolute;
	display: block;
	background-image: url(images/button-donate-now.png);
	width: 131px;
	height: 40px;
	right: 60px;
	top: 190px;
}

.home p.top {
	position: relative;
	margin-left: 350px;
	top: 70px;
	font: bold 250%/150% gotham, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.help a.large_button.contact {
	position: absolute;
	right: 22px;
	bottom: 20px;
	display: block;
	width: 124px;
	height: 40px;
	background: url(images/button-help-hotline.png) no-repeat center center;
	text-decoration: none;
}

.section.home {
	padding: 0;
	background-image: none;
}

.home .help.contact {
	position: relative;
	width: 489px;
	height: 201px;
	float: left;
	background: url(images/but-there-are.jpg) no-repeat center center;
}

.help.facts {
	float: right;
}

.fact span {
	display: block;
	color: #a11a2a;
}

.fact {
	width: 380px;
	font: bold 150%/150% gotham, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 20px 20px 25px;
	background-color: #ededed;
	color: #808080;
}

.fact.bottom {
	background-color: #808080;
	color: #fff;
}

#default .articles {
	background: none;
}

#default #inner_wrap {
	background: #fff url(images/bg-grey-gradient.png) repeat-x left 477px;
}

#default .section.awning {
	background: url(images/bg-grey-gradient.png) left top;
	padding-top: 15px;
	margin-top: 20px;
}

.box {
	width: 260px;
	margin-right: 30px;
	height: 210px;
	background-color: white;
	padding: 10px;
}

.box.last {
	margin-right: 0;
}

.latest {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}

#default .event_date {
	float: left;
	background-color: #b98750;
	color: white;
	width: 35px;
	height: 35px;
	text-align: center;
}

#default .event_month {
	display: block;
	margin: 3px 0;
	font-size: 120%;
}

#default .event_day {
	font-size: 140%;
	font-weight: bold;
}

#default .event {
	margin-left: 50px;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
	text-transform: capitalize;
}

#default .event a {
	display: block;
	color: black;
	text-decoration: none;
}

#default .event a:hover {
	color: silver;
}

.view_all {
	display: block;
	text-align: right;
	padding-right: 30px;
	color: #a32025;
}

.home.box h3 {
	padding: 10px;
	color: #a92025;
	font-size: 140%;
}

.home.box .photos {
	width: 250px;
	margin-left: 6px;
	text-align: center;
}


.photos a.lightview {
	display: block;
	overflow: hidden;
	width: 68px;
	float: left;
	height: 60px;
	border: 1px solid silver;
	text-align: center;
	margin: 6px;
}

#intro_holder {
	position: absolute;
}
#intro_holder a {
	position: absolute;
	z-index: 9999;
	text-align: center;
	top: 90%;
	width: 100%;
	font-weight: bold;
	color: black;
	padding: 5px 20px;
}

