/* 

FotoFoto styles 	v.1
Author:		Ben Buchanan
Contact:	ben.buchanan@splinter.co.uk

 */


body {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;	
	font-size: 62.5%;
	line-height: 1.4;
	color: #333;
	background: #fff;
}

p {
	font-size: 120%;
	margin: 0 0 0.5em 0;
}

.contactdetails p {
	line-height: 1.7;
}
		
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 916px;
	background: #FF66CC;
}
	
#floater {
	float: left;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	width: 916px;
	background: #ededed;
	border: 1px solid #ccc;
}

#header {
	float: left;
	border-bottom: 1px solid #ccc;
	}
		
#nav-wrap {
	float: right;
	margin: 0;
	padding: 0;
	width: 552px;
	background: #000;
}

#content {
	clear: both;
	float: left;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 20px;
	width: 916px;
}

#text {
	float: right;
	padding: 0;
	width: 552px;
	}
	
.hometext p {
	font-size: 220%;
	line-height: 1.6;
	color: #333;
	}
	
#flash {
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 364px;
	height: 70px;
}

#header h1 a {
	display: block;
	width: 364px;
	height: 70px;
	text-indent: -9999em;
	background: url(../img/logo-springsouth.gif) no-repeat 0 0;
	border-bottom: none;
}


#header h2 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 552px;
	height: 51px;
	text-indent: -9999em;
	background: url(../img/hdr-strapline.gif) no-repeat 0 0;
	border-bottom: none;
}

a {
	text-decoration: none;
	color: #c30;
	}

a.home-button {
	cursor: pointer;
	}
	
a.selected {
	text-decoration: none;
	color: #c30;
	}
	
a.selected:hover {
	text-decoration: none;
	color: #c30;
	}

a:hover {
	text-decoration: underline;
	}
	
#content a.buttons {
	background: none;
	}

p#copyright {
	clear: both;
	margin-top: 20px;
	padding: 0;
	padding-top: 5px;
	color: #333;
	border-top: 1px solid #ccc;
	}


/* top nav */


#topnav {
	float: right;
	margin: 0;
	padding: 0;
	width: 552px;
	height: 52px;
	list-style: none;
	overflow: hidden;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#topnav a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:52px; /* for IE5/Win only */
}

#topnav a:hover {
	background-position: 0 -52px;
}

#topnav a:active {
	background-position: 0 0;
}

#topnav a.selected {
	background-position: 0 -52px;
}

#nav-home a {
	width: 112px;
	 background: url(../img/nav-home.gif) no-repeat 0 0;
	}
	
#nav-men a {
	width: 99px;
	 background: url(../img/nav-men.gif) no-repeat 0 0;
	}
	
#nav-women a {
	width: 122px;
	 background: url(../img/nav-women.gif) no-repeat 0 0;
	}
	
#nav-boys a {
	width: 105px;
	 background: url(../img/nav-boys.gif) no-repeat 0 0;
	}
	
#nav-girls a {
	width: 114px;
	 background: url(../img/nav-girls.gif) no-repeat 0 0;
	}


/* headers */


h3 {
	margin-top: 30px;
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #ccc;
	}
	
	
/* other */


#telephone {
	padding-left: 30px;
	background: url(../img/icon-telephone.gif) no-repeat 0 50%;
	}
	
#fax {
	padding-left: 30px;
	background: url(../img/icon-fax.gif) no-repeat 0 50%;
	}
	
#mobile {
	padding-left: 30px;
	background: url(../img/icon-mobile.gif) no-repeat 0 50%;
	}
	
#email {
	padding-left: 30px;
	background: url(../img/icon-email.gif) no-repeat 0 50%;
	}
	
	
/* artists */


.artistwrap {
	float: left;
	margin-right: 56px;
	margin-bottom: 20px;
	width: 138px;
	position: relative;
}

.artistwrap-end {
	margin-left: 2px;
	margin-right: 0;
	margin-bottom: 20px;
}

.artistwrap img {
	margin: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

.artistwrap p {
	padding-left: 6px;
}

.artistname {
	margin-top: 0.3em;
	margin-bottom: 0;
	font-size: 150%;
}

.artistcity {
	margin-bottom: 0;
	font-size: 130%;
	color: #666;
	}
	
.artistcheck {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	line-height: 1.5;
	color: #000;
}

.media-buttons {
	position: absolute;
	top: 152px;
	left: 63px;
	width: 65px;
}

.media-buttons span {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	overflow: hidden;
	float: right;
	display: inline;
	margin-left: 3px;
}

span.audioIcon {
	background: #ccc url(../img/icon-audio.gif) 0 0 no-repeat;
}

span.videoIcon {
	background: #ccc url(../img/icon-video.gif) 0 0 no-repeat;
}

span.cvIcon {
	background: #ccc url(../img/icon-cv.gif) 0 0 no-repeat;
}

#formfooter {
	/*clear: both;*/
	float: left;
	margin-bottom: 0;
	padding: 20px;
	padding-bottom: 0;
	width: 876px;
	border-top: 1px solid #ccc;
	}
	
#formfooter input {
	float: left;
	padding-right: 40px;
	}
	
#formfooter p {
	float: left;
	margin: 0;
	padding-left: 40px;
	width: 350px;
	border-left: 1px solid #ccc;
	}
	
/* Fixes */

input {
	vertical-align: middle;
}
