/* Start of CMSMS style sheet 'bassline' */
body {
	margin: 0px;
	padding: 0px;
	background-color: #143D5B;
	color: #DDD;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

a {
	color: #DDD;
}

textarea {
	width: 200px;
	height: 60px;
}

/*--------------------------------------------------------------------------------*/
/* HEADER */
/*--------------------------------------------------------------------------------*/
#headerContainer {
	width: 100%;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

	#headerLeft, #headerRight {
		width: 49%;
		height: 104px;
		margin: 0px;
		padding: 0px;
		float: left;
		background-position: top;
		background-repeat: repeat-x;
	}
	
	#headerLeft {
		background-image: url(/images/header-bg-left.jpg);
		text-align: right;
	}
	
	#headerRight {
		width: 50%;
		background-image: url(/images/header-bg.gif);
	}
	
/*--------------------------------------------------------------------------------*/
/* MENU */
/*--------------------------------------------------------------------------------*/
	#menu, #menu ul {
		width: 900px;
		height: 24px;
		margin: 0px auto;
		padding: 0px;
	}
	
		#menu ul {
			list-style-type: none;
		}
		
			#menu ul li, #menu ul li a {
				width: 89px;
				height: 24px;
				margin: 0px;
				padding: 0px;
				float: left;
				text-indent: -9999px;
				overflow: hidden;
			}
			
				#menu ul li a.home {
					background-image: url(/images/menu/home.gif);
				}
				
				#menu ul li a.events {
					background-image: url(/images/menu/events.gif);
				}
				
				#menu ul li a.about-us {
					background-image: url(/images/menu/about-us.gif);
				}
				
				#menu ul li a.profiles {
					background-image: url(/images/menu/profiles.gif);
				}
				
				#menu ul li a.fun-stuff {
					background-image: url(/images/menu/fun-stuff.gif);
				}
				
				#menu ul li a.bookings {
					background-image: url(/images/menu/bookings.gif);
				}
				
				#menu ul li a.contact-us {
					background-image: url(/images/menu/contact-us.gif);
				}
				
/*--------------------------------------------------------------------------------*/
/* TITLE */
/*--------------------------------------------------------------------------------*/
#title {
	width: 100%;
	height: 37px;
	margin: 0px;
	background-image: url(/images/title-bg.gif);
	background-repeat: repeat-x;
}

	#title h1 {
		width: 900px;
		margin: 0px auto;
		padding: 13px 0px 0px 0px;
		font-size: 1.4em;
		color: #BBB;
	}

/*--------------------------------------------------------------------------------*/
/* CONTENT */
/*--------------------------------------------------------------------------------*/
#contentWrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

	#content, #homeContent {
		width: 590px;
		height: 401px;
		padding-top: 20px;
		float: left;
		background-image: url(/images/content-bg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#homeContent {
		height: 421px;
		padding-top: 0px;
	}
	
		#contentScroll {
			width: 555px;
			height: 340px;
			margin: 0px 0px 0px 25px;
			overflow: auto;
			color: #DDD;
			font-size: 1.2em;
		}
		
	#homeSolution {
		width: 590px;
		height: 201px;
		background-image: url(/images/home-solution-bg.jpg);
		position: relative;
	}
		
		#homeSolution div {
			width: 210px;
			height: 119px;
			position: absolute;
			top: 70px;
			right: 5px;
			font-size: 1.1em;
			color: #FFF;
		}
		
			#homeSolution div a {
				position: absolute;
				bottom: 0px;
				right: 0px;
				font-weight: bold;
				color: #FF6600;
				text-decoration: none;
			}
	
	#homeJezza {
		width: 590px;
		height: 199px;
		background-image: url(/images/home-jezza-bg.jpg);
		position: relative;
	}
		
		#homeJezza div {
			width: 315px;
			position: absolute;
			top: 60px;
			right: 5px;
			font-size: 1.1em;
			color: #FFF;
		}
		
			#homeJezza div a {
				font-weight: bold;
				color: #FF6600;
				text-decoration: none;
			}

/*--------------------------------------------------------------------------------*/
/* RIGHT */
/*--------------------------------------------------------------------------------*/
#right {
	width: 310px;
	float: left;
}

	#rightAuditions, #rightPhotos, #rightVideos, #rightBookings {
		width: 155px;
		position: relative;
		color: #EEE;
		text-align: right;
	}
	
		a.rightLink {
			position: absolute;
			bottom: 15px;
			right: 35px;
			color: #F60;
			font-weight: bold;
			text-decoration: none;
		}

	#rightAuditions {
		padding: 35px 35px 0px 120px;
		height: 74px;
		background-image: url(/images/right-auditions.gif);
	}
	
		#rightAuditions a {
			bottom: 20px;
		}
	
	#rightPhotos {
		padding: 25px 35px 0px 120px;
		height: 67px;
		background-image: url(/images/right-photos.gif);
	}
	
	#rightVideos {
		padding: 25px 35px 0px 120px;
		height: 69px;
		background-image: url(/images/right-videos.gif);
	}
	
	#rightBookings {
		padding: 35px 35px 0px 120px;
		height: 80px;
		background-image: url(/images/right-bookings.gif);
	}
	
		#rightBookings a {
			bottom: 27px;
		}

/*--------------------------------------------------------------------------------*/
/* ARTIST GALLERY */
/*--------------------------------------------------------------------------------*/	
#artistGallery {
	width: 577px;
	margin: 0px 0px 15px 15px;
	float: left;
}

	#artistGalleryContent {
		width: 565px;
		padding: 10px 0px 15px 10px;
		border: 1px solid #666;
	}
	
/*--------------------------------------------------------------------------------*/
/* IN THE SPOTLIGHT */
/*--------------------------------------------------------------------------------*/	
#spotlight {
	width: 280px;
	margin: 0px 0px 15px 15px;
	float: left;
}

	#spotlightContent {
		width: 258px;
		padding: 10px;
		border: 1px solid #666;
	}
	
		#spotlightContent img {
			border: 1px solid #DDD;
		}

/*--------------------------------------------------------------------------------*/
/* FOOTER */
/*--------------------------------------------------------------------------------*/			
#footerContainer {
	width: 100%;
	height: 100px;
	margin: 15px 0px 0px 0px;
	clear: both;
	background-image: url(/images/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

	#footer {
		width: 900px;
		margin: 0px auto;
		padding: 0px;
	}
	
		#copyright {
			margin: 12px 0px 0px 0px;
			float: left;
			clear: both;
			color: #BBB;
			font-size: 1.1em;
			font-weight: bold;
		}
	
/*--------------------------------------------------------------------------------*/
/* FOOTER MENU */
/*--------------------------------------------------------------------------------*/
#footerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	#footerMenu ul li {
		margin: 4px 5px 0px 0px;
		padding: 0px 5px 0px 0px;
		float: left;
		border-right: 2px solid #9FADBF;
	}
	
		#footerMenu ul li a {
			margin: 0px;
			padding: 0px;
			float: left;
			color: #9FADBF;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: none;
		}
		
/*--------------------------------------------------------------------------------*/
/* BOOKING FORM */
/*--------------------------------------------------------------------------------*/
.bookingForm div {
	width: 500px;
	float: left;
	clear: left;
	margin: 0px 0px 5px 0px;
}

.bookingForm label {
	width: 130px;
	float: left;
}

.bookingForm input {
	width: 130px;
	float: left;
}

.captcha input {
	float: none;
	margin: 0px 0px 0px 15px;
}

/*--------------------------------------------------------------------------------*/
/* AUDITIONS FORM */
/*--------------------------------------------------------------------------------*/
.auditionsForm div {
	width: 285px;
	float: left;
	clear: left;
	margin: 0px 0px 5px 20px;
}

.auditionsForm label {
	width: 110px;
	margin: 0px 5px 0px 0px;
	float: left;
}

.auditionsForm input {
	width: 130px;
	float: left;
}

/*--------------------------------------------------------------------------------*/
/* PROFILES */
/*--------------------------------------------------------------------------------*/
ul#profiles {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	#profiles li {
		width: 62px;
		height: 112px;
		margin: 0px 15px 0px 0px;
		float: left;
	}
	
		#profiles li a {
			text-align: center;
			text-decoration: none;
			font-size: 11px;
		}
		
/*--------------------------------------------------------------------------------*/
/* GALLERY */
/*--------------------------------------------------------------------------------*/
.thumb a img {
	border: 2px solid #EEE;
}

p.albumname {
	font-size: 0.8em;
}
/* End of 'bassline' */

