/*
	For moofx sliders on About page
*/

a img {border: 0;}
	
#moo {
	padding: 0 10px 25px 0;
	margin: 0 0 200px 20px auto;
	text-align:left;
	width:400px;
	font-family:'Trebuchet MS';
	}
	
#moo div {
	margin: 0;
	padding: 0;
	height: 1%;
	}

#moo h3 {
	position:relative;
	border-right:#1D2868 solid 3px;
	border-bottom:#1D2868 solid 3px;
	background: transparent;
	margin: 10px 0 0;
	padding: 1px 0;
	width: 100%;
	cursor: pointer;
	}

#moo h3 a:link, #moo h3 a:visited {
	padding: 2px 6px 1px 30px;
	outline:none;
	display: block;
	text-decoration: none;
	color:#fff;
	font-size:140%;
	}

#moo h3 a:hover {
	color:#fff;
	}

#moo h3 a span {
	display:block;
	font-size:50%;
	text-transform:uppercase;
	text-align:right;
	width:50%;
	position:absolute;
	bottom:6px;
	right:6px;
	}
	
#moo h4 {
	font-size:80%;
	text-transform:uppercase;
	color:#666;
	margin:6px;
	text-align:center;
	} 

.stretcher {
	background: #0C153C;
	padding:0 16px !important;
	}

.stretcher img {
	float:right;
	margin:16px 0 16px 16px;
	}	
	
.stretcher p {
	margin:40px 16px 0 0;
	color:#fff;
	}	
.stretcher p a {
	color:#C09426;
	margin-left:50px;
	font-size:140%;
	}	
