/*
 * index.css
 *
 * Special styles for index.html webpage.
 */
 
 /* Holyfields Colours
 ----------------------------------------------------- 
 
 #909493 Light Gray
 #E998AA Light Pink
 #70C0D4 Light Blue
 #E57964 Light Orange
 #283239 Blue Gray
 #B391BE Light Violet
 #E7E3A2 Light Yellow
 #B4CA8D Light Green
 #998A7C Light Brown
 
 */

/* Intro Header 
------------------------------------------------------ */

/* Slideshow */
section.slideshow{
	height: 320px;
	top: -25px;
}

/* Slideshow Pager */
div#slideshowNav{
	position:relative;
	right:30px;
	top:298px;
	z-index:9999;
	float: right;
}

div#slideshowNav a{
	background:url(/img/b70.png) repeat scroll left top transparent;
	display:block;
	float:left;
	margin:0 2px;
	padding:2px 1px 1px;
	text-align:center;
	width:20px;
	font-size: 12px;
	color: #BBB;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

div#slideshowNav a:hover{
	color: #000000;
	background: url(/img/w50.png) repeat scroll left top transparent;
}


div#slideshowNav a.activeSlide{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
	
	color: #000000;
}

/* Slide Contents 
------------------------------------------------------ */
section.slide{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	height: 100%;
	width: 100%;
}

section.firstSlide{
	background: #70C0D4;
}

section.secondSlide{
	background: #B4CA8D;
}

section.thirdSlide{
	background: #E57964;
}

/* Teaser Tiles
------------------------------------------------------ */
.teaser-tile{
	position: relative;
	top: -25px;
	height: 145px;
}

