/* --------------------------------------------- */
/* Homepage Styles                               */
/* Also contains variations for Marco / Kirsty   */
/* story pages
/* --------------------------------------------- */
/* Extends global.css                            */
/* Left Column Homepage */
/* -------------------- */

/* What Can I do */

#leftCol #whatCanIDo {
	padding: 0;
	margin: 0;
	width: 235px;
	float: left;
	margin-top: 20px;
	background: #fff url('../images/boxBgRepeat.gif') no-repeat;
	padding-bottom: 10px;
}

#leftCol #whatCanIDo h2 {
	width: 235px;
	background: url('../images/hdr_whatCanIDo.gif') no-repeat;
	height: 39px;
}

#leftCol #whatCanIDo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 7px;
	padding-top: 10px;
}

#leftCol #whatCanIDo ul li {
	background: url('../images/redGreyArrow.gif') no-repeat left;
	padding-left: 14px;
	padding-bottom: 5px;	
}

#leftCol #whatCanIDo ul li a {
	color: #000;
}

#leftCol #whatCanIDoBott {
	clear: both;
	font-size: 1px;
	background: url('../images/boxBottom.gif') no-repeat;
	width: 235px;
	height: 3px;
}

/* Right Column Content - Homepage */
/* ------------------------------- */

#rightCol #intro h1 {
	background: url('../images/hdr_whatsthestory.gif') no-repeat;
	width: 278px;
	height: 24px;
	padding-bottom: 5px;
}

#rightCol #intro ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	float: left;
	padding-top: 10px;
}		

#rightCol #intro ul li {
	float: left;
	display: inline;
	background: url('../images/redArrow.gif') no-repeat left;
	margin-left: 10px;
	padding-left: 12px;
}

#rightCol #intro ul li.first {
	margin-left: 0;
}

#rightCol #intro ul a:hover {
	color: #c50000;
}

		#rightCol #centralContent #leftCentral {
			width: 425px;
			float: left;
		}
		
			#rightCol #centralContent #leftCentral p span {
				float: right;
				display: block;
				text-align: right;
				padding-right: 5px;
				font-size: 0.85em;
			}
		
		
			#rightCol #centralContent #leftCentral p a {
				color: #c50000;
				float: left;
			}
		
		#rightCol #centralContent #rightCentral {
			width: 220px;
			height: 355px;
			position: relative;
			float: left;
			display: inline;
			margin-left: 20px;
		}
		
			#rightCol #centralContent #rightCentral h3 {
				background: url('../images/hdr_shabnas_story.gif') no-repeat;
				height: 22px;
				width: 145px;
				padding-bottom: 5px;
			}
			
			/* Marco's Story */
			/* ------------- */
			#marcosstory #rightCol #centralContent #rightCentral h3 {
				background: url('../images/hdr_marcos_story.gif') no-repeat;
				height: 24px;
				width: 124px;
				padding-bottom: 5px;
			}
			
			#kirstysstory #rightCol #centralContent #rightCentral h3 {
				background: url('../images/hdr_kirstys_story.gif') no-repeat;
				height: 24px;
				width: 116px;
				padding-bottom: 5px;
			}			
			
			#rightCol #centralContent #rightCentral p {
				height: 165px;
				display: block;
				overflow: auto;
			}
			
			#rightCol #centralContent #rightCentral #imageLinks {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			
			#rightCol #centralContent #rightCentral #imageLinks img.last {
				margin-top: 15px;
			}

		
/* Bottom Content */
/* -------------- */	
			
		#rightCol #bottomContent {
			float: left;
			display: inline;
			margin-top: 20px;
			width: 694px;
		}
		
		#rightCol #bottomContent ul {
			list-style-type: none;
			float: left;
		}
		
		#rightCol #bottomContent ul li {
			width: 160px;
			float: left;
		}
		
		#rightCol #bottomContent ul li.centralCol {
			margin-right: 9px;
		}
		
			
		#rightCol #bottomContent ul li span {
			display: block;
			padding-left: 5px;
			padding-bottom: 10px;
			padding-top: 5px;
			width: 153px;
		}

/* --------------------------------------------- */
/* End Homepage Styles                           */
/* --------------------------------------------- */