@import "layout.css";

/* HEADINGS */
h1 {
	color: #487db3;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}

h2 {
	background: url(../images/home-h2.jpg) no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	text-align: center;
}

h3 {
	color: #4a7fb5;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px; 
	text-transform: uppercase;
}

/* SLIDESHOW */
#slideshowHolder {
	background: #fff; /* fix for slideshow transparency. Without this it looks a bit odd since it shows site background */
	margin-bottom: 25px;
	min-height: 334px;
	position: relative;
}

/* slideshow navigation */
#slideshowHolder #slideshowNav {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 1000;
}

#slideshowHolder #slideshowNav a { 
	background: url(../images/slideshow-nav.png) no-repeat 100% 0;
	display: inline-block;
	height: 20px;	
	margin: 0 2px;
	width: 20px;
}

#slideshowHolder #slideshowNav a.activeSlide { 
	background: url(../images/slideshow-nav.png) no-repeat;
}

/* APPOINTMENTS */
#appointments {
	margin-bottom: 15px;
}

#appointments ul {
	background: url(../images/home-appointments-ul.jpg) no-repeat;
	height: 50px;
}

#appointments li {
	float: left;
	height: 50px;
	line-height: 50px;
}

#appointments li:first-child {
	margin-left: 8px;
}

#appointments a {
	color: #9f9f9f;
	display: block;
	font-weight: bold;
	padding: 0 14px;
}

#appointments a:hover {
	color: #356aa0;
	text-decoration: none;
}

#appointments li:hover {
	background: url(../images/home-appointments-li.jpg) no-repeat top center;
}

/* BOXES */
.box {
	background: #fff url(../images/home-box.jpg) repeat-x bottom;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	float: left;
	margin: 5px 0 25px 20px;
	min-height: 335px;
	padding: 10px 10px 0 10px;
	width: 282px;
	position: relative;
}

.box:first-child {
	margin-left: 0;
	text-align: right;
}

.boxTop,
.boxBottom {
	height: 5px;
	width: 303px;
	position: absolute;
	left: 0;
	z-index: 0;
}

.boxTop {
	background: url(../images/home-box-top.jpg) no-repeat;
	top: -5px;
}

.boxBottom {
	background: url(../images/home-box-bottom.jpg) no-repeat;
	bottom: -5px;
}

.box h3,
.box p {
	padding: 0 10px;
	position: relative;
	z-index: 4;
}

.box p {
	font-size: 13px;
	line-height: 24px;
}

.box img.kid {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 1;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.box img.flower {
	position: absolute;
	bottom: -6px;
	right: -1px;
	z-index: 1;
}

.pollenCount {
	float: left;
	margin: 0 0 25px 22px;
	width: 308px;
}

/* find more button */
a.findMore {
	background: url(../images/button-find-more.png) no-repeat;
	display: inline-block;
	height: 33px;
	margin: 25px 5px 0 5px;
	width: 123px;
	position: relative;
	z-index: 2;
}

.box:first-child a.findMore {
	margin-top: 49px;
}

/* WELCOME */
#welcome span {
	font-weight: bold;
}

#welcome a {
	color: #244487;
	text-decoration: underline;
}

#welcome a:hover {
	text-decoration: none;
}
