/******************************************************************************************************************
Fair Train Homepage Stylesheet

Developed by Robin Hodges for Electric Putty - June 2010
******************************************************************************************************************/

/* Background image */
body { background: #FFF url('../site_images/fairtrain_bg_home.png') repeat-x; }

/* Homepage specific columns */
#homeLeftCol { width: 250px; float: left; }
#homeMainCol { width: 710px; float: left; position: relative; }

/* Homepage Left Column styles */
/* Site info */
#homeLeftCol p#site_info { color: #FFF; margin: 50px 0 51px 0;  }

/* Left box styles */
.homeSideBox { width: 185px; padding: 15px 15px 0 15px; margin: 10px 0 20px 0; }
	.homeSideBox p { font-size: 1.2em; line-height: 1.4em; }
	
	.gold { border: 1px solid #e5dca4; background: #fbfaf1; }
	.gold h4, .gold a:hover { color: #c0b02c; }
		
	.blue { border: 1px solid #bbe4ec; background: #f4fafc; }
	.blue h4, .blue a:hover { color: #45c3d3; }

/* Fair Train Promise */
.homePromise {
	display: block;
	text-indent: -9999px;
	width: 225px;
	height: 122px;
	background: transparent url('../site_images/fairtrain_home_promise.png') no-repeat top;
	margin-bottom: 25px;
}

.homePromise:hover { background-position: 0px -125px; }

/* Homepage Main Column Styles */
/* Homepage slider */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 656px;
	height: 259px;
	margin: 0 0 0 2px;
}

.scrollable .items { width: 20000em; position: absolute; }

	/* Slider panels */
	.items .panel {
		float: left;
		padding: 50px;
		background: #f16142;
		height: 159px;
		font-family: "Century Gothic", "Lucida Grande", "Lucida Sans", Verdana, sans-serif; 
		color: #FFF;
		width: 556px;
	}
	
		.items .panel blockquote { font-size: 170%; line-height: 1.5em; margin-bottom: 20px; }
		
		.items .panel cite { font-size: 120%; font-style: normal; width: 290px; float: left; display: inline; }
		
		.items .panel cite span { width: 140px; }
		.items .panel cite .homeQuote_name { float: left; padding-right: 5px;}
		.items .panel cite .homeQuote_source { float: right; text-align: right; padding-left: 5px; }
		
		.items .panel img { float: right; border: 1px solid #FFF; margin-left: 30px; }
	
	/* Slider buttons */
	#homeMainCol a.browse {
		background: transparent url('../site_images/fairtrain_slider_arrows.png');
		display: block;
		width: 42px;
		height: 42px;
		cursor: pointer;
		position: absolute;
		z-index: 99999;
	}
	
	#homeMainCol a.left { left: -22px; top: 125px; }
	#homeMainCol a.right { background-position: -43px 0px; right: 29px; top: 125px; }

/* Homepage bottom content boxes */
.homeMainBox { float: left; border: 4px solid; min-height: 265px; margin-top: 2px; margin-bottom: 2px; display: inline; }

	.homeMainBox h3 { color: #000; padding: 50px 0 15px 0; text-align: center;  }
	
	.homeMainBox p { padding: 20px 45px 0 45px; }
	
	.homeMainBox ul { padding: 13px 20px 30px 45px; }
	
	/* Apprenticeship box */
	#apprenticeshipHomeBox { border-color: #fbc177; width: 348px; margin: 2px 2px 0 2px; background: #faeee0; }
	
		#apprenticeshipHomeBox h3 { background: #fbcb8e; }
		
		#apprenticeshipHomeBox li { padding: 0; clear: left; }
		
		#apprenticeshipHomeBox li span { float: left; line-height: 34px; padding-right: 3px;}
		
		#apprenticeshipHomeBox li a { font-size: 1.3em; border-bottom: 1px solid #fed29f; float: left; padding: 10px 15px; }
		#apprenticeshipHomeBox li a.last { border-bottom: 0; }
		
		#apprenticeshipHomeBox li a:hover { background: #fbc177; color: #000; }
	
	/* Training box */
	#trainingHomeBox { width: 290px; border-color: #9edac9; background: #ebf6f2; }
	
		#trainingHomeBox h3 { background: #9edac9; }
		
		#trainingHomeBox .first { margin-right: 25px; }
		
		#trainingHomeBox li { float: left; display: inline; }
		
		#trainingHomeBox li a {
			display: block; 
			float: left;
			height: 34px;
			line-height: 34px;
			background: #FFF;
			padding: 0 15px;
			font-size: 1.2em;
			border: 1px solid #baded3;
		}
		
		#trainingHomeBox li a:hover { color: #000; background: #9edac9; border: 1px solid #9edac9; }

/* Homepage bottom email updates form */
#homeEmailBox {
	clear: both;
	width: 605px;
	border: 3px solid #3a3a3a;
	background: #414141;
	color: #FFF;
	padding: 25px 5px 25px 40px;
	margin-left: 2px;
}

#homeEmailBox label {
	font-size: 1.2em;
	float: left;
	padding: 0px;
	display: inline;
}

#homeEmailBox input {
	border: 1px solid #000;
	padding: 8px;
	margin: 0 10px 0 40px;
	width: 227px;
	vertical-align: middle;
}

#homeEmailBox button {
	vertical-align: middle;
	border: 4px solid #d34126;
	cursor: pointer;
	color: #000;
	overflow: visible;
	background: #f05436;
	font-weight: bold;
	padding: 5px 5px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
	background-image: -moz-linear-gradient(top, #f3714f, #f05436); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3714f),color-stop(1, #f05436)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3714f', EndColorStr='#f05436'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3714f', EndColorStr='#f05436')"; /* IE8 */
}

#homeEmailBox button:hover {
	background: #000;
	background-image: -moz-linear-gradient(top, #353535, #070707); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #353535),color-stop(1, #070707)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#353535', EndColorStr='#070707'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#353535', EndColorStr='#070707')"; /* IE8 */
	border-color: #000;
	color: #FFF;
}

