/* ===================== Football Academy Australia - Home StyleSheet ===================== */

/* === Pathway === */

#pathway { position: relative; overflow: hidden; border-bottom: 4px solid #3ca350; }

/* Bunnings */
#sponsor-bunnings { display: block; width: 250px; height: 100px; padding-bottom: 20px; text-decoration: none; font-size: 11px; color: white; background: url("/Resources/MyriadLocal/Sites/RangersRugby/Layout/sponsor-bunnings.png") bottom left no-repeat; }
#sponsor-bunnings span { display: block; text-indent: -999in; }

/* Fundraising Box */

#box_fundraising {
}

/* Normal */


.hero-images { width: 100%; height: 395px; position: relative; }

.hero-images img { position: absolute; z-index: 0; }

#pathway { position: relative; overflow: hidden; }

#steps { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; }

#steps .step {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/pathway_step-bg-normal.jpg') top left repeat-x;
	height: 75px;
	padding: 15px 15px 0px 30px;
	position: relative;
	z-index: 2;
	display: block;
	float: left;
}

#steps .step:hover {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/pathway_step-bg-hover.jpg') top left repeat-x;
	cursor: pointer;
}

#steps .one { width: 194px; }
#steps .two { width: 194px; margin: 0px 1px; }

#steps .three { width: 194px; }

#steps .four { margin-left: 1px; margin-bottom: 0px; margin-top: 0px; width: 195px; }

#steps .step-inner {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Icons/arrow-up.png') top right no-repeat;
	padding: 0px 10px 0px 0px;
}

#steps .step h1, #popup-step .popup-step-description h1 { font-size: 24px; padding: 0px 0px 0px 0px; }
#steps .step p, #popup-step .popup-step-description p { font-family: Arial, Georgia, Verdana; font-size: 12px; color: #C7C7C7; line-height: 1.2em; }
#steps .mask-black {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/mask-black.png') bottom left repeat-x;
	width: 100%;
	height: 60px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* Pop Up */

#popup-step-one {
	position: absolute;
	bottom: -260px;
	left: -6px;
	z-index: 9;
}

#popup-step-two {
	position: absolute;
	bottom: -260px;
	left: 190px;
	z-index: 9;
}

#popup-step-three {
	position: absolute;
	bottom: -260px;
	right: 190px;
	z-index: 9;
}

#popup-step-four {
	position: absolute;
	bottom: -260px;
	right: -7px;
	z-index: 9;
}

.popup-step-box-top {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/pathway_step-popup-top.png') top left no-repeat;
	width: 333px;
	height: 6px;
}

.popup-step-box-body {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/pathway_step-popup-bg.png') top left repeat-y;
	padding: 0px 6px;
	display: block;
}

.popup-step-box-inner {
	height: 160px;
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/pathway_step-popup-inner_shadow.jpg') bottom left repeat-x;
	width: 320px;
	padding: 0px 0px 20px 0px;
	
}

.popup-close {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Images/Icons/arrow-down.png') top left no-repeat;
	width: 20px;
	height: 12px;
	display: block;
	position: absolute;
	right: 0px;
	top: 33px;
	padding: 10px;
}

.popup-step-description {
	height: 55px;
	background: #3ca350 /* #3ca350 */;
	padding: 20px 30px;
}

.popup-step-description h1 { padding: 0px; }
.popup-step-description p { color: #FFFFFF; }

.popup-step-links {
	margin: 5px;
	position: relative;
}

#pathway .popup-step-link {
	text-align: center;
	padding: 10px 25px;
	color: #000000;
	font-family: Arial, Georgia, Verdana;
	font-size: 18px;
	position: relative;
	margin: 0px -5px;
	overflow: hidden;
	display: block;
}

#pathway .popup-step-link:hover { color: #3ca350; background: #fee3cc; text-decoration: none; }

.popup-step-link span { text-align: center; float: right; font-size: 14px; color: #3ca350; position: relative; top: 3px; }

/*=== Mini Gallery  === */

#mini-gallery {
	background: url('/Resources/MyriadLocal/Sites/RangersRugby/Layout/mini_gallery_bg.jpg') top left repeat-x;
	height: 55px;
	padding: 27px 30px 33px 30px;
	position: relative;
	overflow: hidden;
}

#mini-gallery .mini-gallery-description {
	position: absolute;
	right: 30px;
	top: 34px;
	width: 90px;
	overflow: hidden;
	font-size: 12px;
	font-style: italic;
	color: #7A7A7A;
}

#mini-gallery .mini-gallery-images { width: 800px; height: 80px; margin: 0px -25px 0px 0px; overflow: hidden; }

#mini-gallery img { width: 74px; overflow: hidden; border: 3px solid #3A3A3A; float: left; margin: 0px 20px 0px 0px;} 
#mini-gallery img:hover { border-color: #3ca350; }
#mini-gallery a:hover { cursor: -moz-zoom-in; }

/*=== Main Content === */

.col_left { padding: 30px 30px 0px 30px; }
.col_right { padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 55px; }
#main { padding: 0px; }
