/* -- Home -- */

div#home-features {
	position: relative;
	height: 480px;
	overflow: hidden;
}

div#home-features a.next,
div#home-features a.prev {
	display: none;
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 1px;
	padding-top: 49px;
	margin-top: 175px;
	margin-left: 15px;
	overflow: hidden;
	background: url(/images/pages/home/feature-buttons.png) no-repeat;
}

div#home-features a.prev:hover {
	background-position: 0 -50px;
}

div#home-features a.next {
	margin-left: 927px;
	background-position: -50px 0;
}

div#home-features a.next:hover {
	background-position: -50px -50px;
}

div#home-features div#feature-scroll {
	position: absolute;
	width: 1000px;
	height: 480px;
	overflow: hidden;
}

div#home-features div#features {
	position: relative;
	width: 99999px;
}

div#home-features div#features a.feature {
	display: block;
	position: relative;
	float: left;
	width: 1000px;
	height: 480px;
	overflow: hidden;
}

div#home-features div#features a.feature img {
	display: block;
	position: absolute;
	z-index: 4;
}

div#home-features div#features a.feature span.text {
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100px;
	margin-top: 380px;
	background: rgb(50,50,50);
	background: rgba(0,0,0,.55);
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

div#home-features div#features a.feature span.label {
	display: block;
	position: absolute;
	height: 13px;
	padding: 6px 9px;
	margin: -10px 0 0 30px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	background: #E71105;
	color: #FACFCD;
	text-transform: uppercase;
}

div#home-features div#features a.feature span.title {
	display: block;
	height: 25px;
	padding: 28px 4px 10px 34px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

div#home-features div#features a.feature span.description {
	display: block;
	height: 16px;
	padding: 0 4px 0 34px;
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

div#home-bottom {
	position: relative;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

div#home-bottom div.box {
	position: relative;
	float: left;
	width: 320px;
	height: 348px;
	margin-left: 10px;
	overflow: hidden;
	background: #E9E7E7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#home-bottom div.day {
	height: 348px;
}

div#home-bottom div.box h3 {
	position: relative;
	height: 45px;
	margin: 0;
	padding: 13px 0 7px;
	text-align: center;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 36px;
	background: #D3CFCE;
	color: #524B48;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	cursor: default;
}

div#home-bottom div.box h3.no-day {
	height: 35px;
	padding-top: 23px;
}

div#home-bottom div.box h3 span.date {
	display: block;
	padding-top: 3px;
	font-weight: normal;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 1px;
}

div#home-bottom div.box h3 span.day {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	text-shadow: none;
	color: #827872;
}

div#home-bottom div#home-calendar-nav div {
	width: 12px;
}

div#home-bottom div#home-calendar-nav div.right {
	width: 32px;
}


div#home-bottom div#home-calendar-nav a.prev,
div#home-bottom div#home-calendar-nav a.next {
	display: block;
	position: absolute;
	z-index: 4;
	width: 12px;
	height: 1px;
	padding-top: 19px;
	margin: 25px 0 0 20px;
	overflow: hidden;
	background: url(/images/common/nav-arrows.png) no-repeat;
}

div#home-bottom div#home-calendar-nav a.prev:hover {
	background-position: 0 -20px;
}

div#home-bottom div#home-calendar-nav a.next {
	background-position: -22px 0;
	margin-left: 0;
}

div#home-bottom div#home-calendar-nav a.next:hover {
	background-position: -22px -20px;
}

div#home-bottom div#home-calendar div.content {
	text-align: left;
	cursor: default;
}

div#home-bottom div#home-calendar div.event {
	position: relative;
	padding: 12px 15px 8px 20px;
	height: 36px;
	border-bottom: 1px solid #F4F3F3;
	font-size: 13px;
	line-height: 15px;
}

div#home-bottom div#home-calendar div.event span.time {
	display: block;
	position: relative;
	width: 70%;
	height: 15px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #726E68;
}

div#home-bottom div#home-calendar div.event a.listen {
	float: right;
	margin-top: 5px;
}

div#home-bottom div#home-calendar div.event a.title {
	font-family: georgia, times new roman, serif;
	font-size: 13px;
}

div#home-bottom div#home-welcome div.content {
	padding: 35px 29px;
	background: url(/images/pages/home/welcome-bg.gif) center 19px no-repeat;
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	line-height: 23px;
	color: #3D3735;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	cursor: default;
}

div#home-bottom div#home-links div.content {
	text-align: left;
	cursor: default;
}

div#home-bottom div#home-links div.link {
	position: relative;
	padding: 12px 24px 8px;
	height: 50px;
	border-bottom: 1px solid #F4F3F3;
}

div#home-bottom div#home-links div.link a {
	display: block;
	position: relative;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
}

div#home-bottom div#home-links div.link span.description {
	position: relative;
	display: block;
	height: 15px;
	padding-top: 3px;
	overflow: hidden;
	font-family: georgia, times new roman, serif;
	font-size: 13px;
	line-height: 15px;
	color: #726E68;
}



/* -- About -- */

a#about-mission-button {
	display: block;
	width: 310px;
	height: 1px;
	padding-top: 36px;
	overflow: hidden;
	background: url(/images/pages/about/about-mission-button.png);
	margin-bottom: 20px;
}

a#about-mission-button:hover {
	background-position: 0 -37px;
}


/* -- Calendar -- */

div#calendar div.calendar-date {
	padding: 20px 0;
	line-height: 22px;
}

div#content div.columns div.column-left div.calendar-date h4{
	margin: 0;
}

div#calendar a.calendar-day {
	display: inline-block;
	padding-left: 17px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 19px;
	background: 1px 3px url(/images/common/expand-icon.gif) no-repeat;
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,.01);
	color: #888;
	text-transform: uppercase;
	border: 0 !important;
}

div#calendar a.calendar-day:hover {
	color: #666 !important;
	background-position: 1px -14px;
	border: 0 !important;
}

div#calendar .calendar-day-desc {
	display: none;
}

div#minicalendar {
	width: 309px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #E5E2E2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#minicalendar-head {
	height: 30px;
	padding: 1px 5px 3px;
	text-align: center;
	background: #D3CFCE;
	color: #665F59;
	text-align: center;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 34px;
}

div#minicalendar-head strong {
	font-weight: normal;
}

div#minicalendar-head a {
	color: #665F59;
}

div#minicalendar-head a.left,
div#minicalendar-head a.right {
	display: block;
	width: 30px;
	height: 1px;
	padding-top: 29px;
	overflow: hidden;
	background: url(/images/common/nav-arrows-sm.gif) no-repeat;
}

div#minicalendar-head a.right {
	background-position: -30px 0;
}

div#minicalendar-head a.right:hover {
	background-position: -30px -30px;
}

div#minicalendar-head a.left:hover {
	background-position: 0 -30px;
}

div#minicalendar ul {
	list-style: none;
	margin: 0;
	padding: 6px 0 3px 6px;
}

div#minicalendar ul li {
	display: block;
	float: left;
	width: 39px;
	height: 39px;
	margin: 0 4px 4px 0;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	line-height: 39px;
	background: #F2F2F2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #AAA;
	cursor: default;
}

div#minicalendar ul li.highlight {
    background: #FFF;
}

div#minicalendar ul li a {
	display: block;
	width: 39px;
	height: 39px;
	color: #665F59;
}

div#minicalendar ul li a:hover {
	background: #FFF;
	color: #EB392F;
}

#calendar-month-list {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 15px;
    text-align: center;
    width: 200px;
    margin-left: 40px;
    margin-top: 33px;
    background: #FFF;
    font-size: 11px;
    border: 1px solid #D3CFCE;
}

#calendar-month-list .button {
    margin-top: 8px;
    width: 40%;
}

div#calendar div.event {
	line-height: 20px;
	padding-bottom: 20px;
}

div#calendar div.event-title {
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

div#calendar div.event-detail {
	font-size: 13px;
	color: #666;
}

div#calendar div.event-desc {
	font-size: 15px;
}

div#calendar-images {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

div#calendar-images .image {
	display: none;
}

div#calendar-images .image:first-child {
	display: block;
}

div#calendar-images .image img {
	display: block;
	width: 100%;
	height: auto;
}

div#calendar-images .image span.caption {
	display: block;
	min-height: 40px;
	line-height: 14px;
	padding: 5px 15px;
	background: #F2F2F2;
}

div#calendar-fields {
	margin: 20px 0;
}

div#calendar-fields p {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

div#calendar-fields strong {
	display: block;
	float: left;
	width: 25%;
}

div#calendar-fields span {
	display: block;
	float: right;
	width: 75%;
}

/* -- Giving -- */

ul#donation-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

ul#donation-list li {
	display: block;
	padding: 0 0 20px;
	list-style: none;
	overflow: hidden;
}

ul#donation-list li p {
	width: 100%;
	overflow: hidden;
	line-height: 23px;
}

ul#donation-list li img {
	display: block;
	float: left;
	margin-right: 10px;
}



/* -- Cart -- */

table#cart-table {
	width: 100%;
}

table#cart-table td {
	vertical-align: top;
}


/* -- News -- */

div#news div.article {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
}

div#news div.article-title {
	font-size: 16px;
	line-height: 16px;
	color: #666;
}

div#news div.article-detail {
	font-size: 13px;
	color: #666;
}

div#news div.article-desc {
	font-size: 15px;
}



/* -- Shop -- */

div#shop {
	padding-right: 10px;
	text-align: center;
}

div#shop-main {
	width: 785px;
	margin: auto;
	text-align: left;
}

div#shop-main p {
	padding: 15px 15px 0 6px
}

ul#shop-cats {
	position: relative;
	list-style: none;
	margin: 30px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

ul#shop-cats li {
	position: relative;
	display: block;
	float: left;
	width: 378px;
	height: 190px;
	list-style: none;
	margin: 6px;
	padding: 0;
	overflow: hidden;
}

ul#shop-cats li a {
	display: block;
	position: relative;
}

ul#shop-cats li a img {
	display: block;
	position: absolute;
}

ul#shop-cats li a span {
	display: block;
	position: absolute;
	width: 378px;
	margin: 145px 0 0;
	text-align: center;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size: 32px;
	font-weight: 100;
	color: #333;
}

div#shop-featured {
	height: 400px;
	overflow: hidden;
	border-bottom: 1px solid #EEE;
}

div#shop-featured div.product {
	float: left;
	width: 286px;
	height: 400px;
	padding-left: 12px;
	margin-right: 12px;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid #EEE;
}

div#shop-featured div.product:first-child {
	padding-left: 0;
	border-left: 0;
}

div#shop-featured div.last {
	margin-right: 0;
}

div#shop-featured div.product span.title {
	display: block;
	height: 26px;
	padding: 5px;
	text-align: center;
}

div#shop-list {
	width: 100%;
	padding: 40px 0 0;
	overflow: hidden;
}

div#shop-list div.product {
	float: left;
	width: 49%;
	padding-right: 1%;
	line-height: 18px;
	height: 130px;
	overflow: hidden;
}

div#shop-list div.product img {
	float: left;
	margin-right: 10px;
}

div#shop-list div.product em.price {
	display: block;
	padding: 5px 0 12px;
}

.cart-line {
	border-bottom: 1px solid #EEE;
}


/* -- Sitemap -- */


div#sitemap {
	padding: 15px 20px 15px 0;
	font-size: 14px;
}

div#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sitemap ul li {
	display: block;
	list-style: none;
	width: 90%;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	margin: 5px 5%;
}

div#sitemap ul li ul li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 30%;
	height: auto;
	padding: 0 0 0 2%;
	border: 0;
	margin: 0;
}
