/**
 *	Guide Dogs
 *  Base Screen Styles
 *
 *	@author:	Nathan Crowe <nathan at imagin8 dot com>
 *	@date:		30/09/2008
 *
 *	Table of Contents:
 *		08. kwicks
 *
 */
html,body {
	background:					#fff url(../images/bg-body-home.gif) repeat-x;
}

div#wrapper {
	background-image:			url(../images/bg-wrapper-home.jpg);
	min-height:					430px;
}

#home #feature-container {
	background-image:			none;
}

div#content {
	background: none;
}

#home h2 {
	border-bottom:				1px solid #d7d7d7;
	margin-bottom:				1.5em;
	padding-bottom:				18px;
	font-size:					20px;
}

#home h2 span {
	font-weight: bold;
}

#home h2 a {
	color: #010354;
	text-decoration: none;
}

/** homepage slider
------------------------------------------------------------------ */

#home-slider {
	width: 980px;
	margin: 0 auto 30px;
}

#slider-prev-link,
#slider-next-link {
	display: block;
	width: 39px;
	height: 68px;
	text-indent: -9999px;
	margin-top: 62px;
}

#slider-prev-link {
	float: left;
	background: url('/images/buttons/btn-slider-prev.png');
}

#slider-next-link {
	float: right;
	background: url('/images/buttons/btn-slider-next.png');
}

#slider-items {
	width: 902px;
	height: 193px;
	margin: 0 auto;
	overflow: hidden;
}

#slider-items li {
	background: #fff;
	border: solid 1px #b2bcc5;
	float: left;
	width: 276px;
	padding: 8px;
	margin-left: 0;
}

#slider-items li + li {
	margin-left: 10px;
}

.slider-image img {
	display: block;
}

.slider-title {
	background: url('/images/bg-slider-title.png') repeat-x;
	display: block;
	height: 50px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
	font-size: 22px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 50px;
	color: #020456;
	text-decoration: none;
	text-shadow: #fb8 1px 1px 1px;
}

/** Content panels
------------------------------------------------------------------ */

.content-panel {
	float: left;
	width: 303px;
}

.content-panel.last {
	width: 295px;
}

.content-panel-content {
	padding-right: 20px;
}

.content-panel .date {
	float: left;
}

#events-calendar li {
	margin-bottom:				20px;
	overflow:					hidden;
}
#events-calendar .date {
	background:					url(/images/bg-date.png);
	width:						42px;
	height:						42px;
	float:						left;
	line-height:				1;
	text-align:					center;
}
#events-calendar .date strong {
	font-size:					24px;
}
#events-calendar .date small {
	font-size:					9px;
}
#events-calendar .text {
	margin-left:				55px;
	line-height:				22px;
}
#events-calendar h3 {
	font-weight:				bold;
	font-size:					14px;
}
#events-calendar h3 a,
#events-calendar h3 a:link {
	color:						#010354;
	text-decoration:			none;
}
#events-calendar h3 a:hover {
	text-decoration:			underline;
}

#donate-box {
	background: url(/images/home-donate.jpg);
	display: block;
	width: 294px;
	height: 151px;
	margin-bottom: 13px;
	text-indent: -9999px;
}

#social-box {
	background: url(/images/bg-social-box.png) no-repeat;
	margin: 13px 0;
	padding: 14px;
	height: 32px;
}

#social-title {
	font-size: 20px;
	color: #010153;
	float: left;
	line-height: 32px;
}

#social-box ul {
	float: right;
}

#social-box li {
	float: left;
	margin-left: 9px;
}

#social-box a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/images/social-icons.png);
	text-indent: -9999px;
}

#social-tw a { background-position: 100% 0;}
#social-yt a { background-position: 0 100%;}
#social-em a { background-position: 100% 100%;}

/** Client stories
------------------------------------------------------------------ */

#client-stories {
	width: 622px;
	float: left;
}

#cs-items {
	margin-right: 25px;
}

#cs-items li {
	background: url(/images/home-story-glow.png) no-repeat -20px 0;
	padding: 28px 0;
	float: left;
	width: 100%;
}

#cs-items img {
	padding: 8px;
	border: solid 1px #d8d8d8;
	height: 129px;
	background: #fff;
	display: block;
	float: left;
	margin-bottom: 20px;
}

#cs-items blockquote {
	margin-left: 250px;
	color: #020456;
	font-size: 18px;
	line-height: 26px;
	background: url(/images/blockquote-open.png) no-repeat;
}

#cs-items blockquote .inner {
	background: url(/images/blockquote-close.png) no-repeat 100% 100%;
	padding: 10px 30px;
}

#cs-items a {
	display: block;
	margin: 20px 0 0 250px;
	background: url(/images/chevron-pipe.png) no-repeat;
	padding-left: 35px;
	color: #020456;
	font-size: 14px;
	text-decoration: none;
}

#cs-items a span {
	font-weight: bold;
}

#cs-view-all a,
#cs-prev a,
#cs-next a {
	display: block;
	height: 27px;
	text-indent: -9999px;
}

#cs-view-all {
	background: url(/images/client-stories-sprite.png);
	height: 54px;
	float: left;
}

#cs-view-all a {
	width: 207px;
}

#cs-dots {
	float: left;
	margin: 7px 0 0 28px;
}

#cs-dots li {
	text-indent: -9999px;
	width: 9px;
	height: 9px;
	background: url(/images/bg-bullets.png);
	float: left;
	margin-right: 7px;
}

#cs-dots li.current {
	background-position: 0 100%;
}

#cs-nav {
	float: right;
	margin-right: 25px;
}

#cs-prev {
	background: url(/images/client-stories-sprite.png) -207px 0;
	height: 54px;
	float: left;
}

#cs-next {
	background: url(/images/client-stories-sprite.png) 100% 0;
	height: 54px;
	margin-left: 6px;
	float: left;
}

#cs-prev a,
#cs-next a {
	width: 27px;
}

/** Contact us
------------------------------------------------------------------ */
#contact-us-wrap {
	float: right;
}

#contact-us {
	width: 265px;
	margin-top: 64px;
}
