/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * general.css
 */

/**
 * site-specific HTML elements
 */
 
/* home-page h1 */
 
	#home-page h1 a {
		background: url(../image/logo.jpg) no-repeat;
		display: block;
		width: 224px;
		height: 253px;
		text-indent: -99999px;
		border:0px solid #000;
		padding:0;
		margin-left:322px;
	}
 
/* main-content h2 */
#main-content h2 {
	text-transform: uppercase;
	clear: both;
	font-size: 24px;
	color: #FFF;
}
#main-content h2 span {
}
#main-content h2 a {
	display: block;
}

/* main-content h3 */
#main-content h3 {
	clear: both;
	font-size: 14px;
}
#main-content h3 span {
}
#main-content h3 a {
}

/* main-content h4 */
#main-content h4 {
	font-size: 16px;
}
#main-content h4 span {
}
#main-content h4 a {
}

/* p, ul, li, blockquote  */
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

blockquote {
	width: 130px;
	height: 143px;
	padding: 40px 35px 0 25px;
	background: url(../image/background_blockquote.png) no-repeat;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	line-height: 1.7em;
	color: #FFF;
}
	
blockquote span {
	padding-top: 10px;
	font-style: normal;
	clear: both;
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px; 
}


/**
 * .image-link
 * When a:hover has a background colour, use this .image-link class so
 * that <img> tags surrounded by <a></a> tags will not have a background
 * color on hover, and will have the following properties 
 */
a.image-link:hover {
	background: none !important;
}
a.image-link img {
}
a.image-link img:hover {
}


/**
 * custom selectors
 */

/* layout */
.header {
}
.footer {
}

.panel {
	padding-left: 34px;
}

	.panel p {
		line-height: 2.1em;
		font-size: 13px;}

	.panel h3 {
		margin: 30px 0;
	}

	.panel a {
		color: #FFF;
	}

.column {
	float: left;
}

/* service-list */

.service-list {
	text-align: left;
	padding: 30px 0px 10px 30px;
}

	.service-list dt {
		margin: 0;
		padding: 0;
		width: 100%;
		font-weight: bold;
		font-size: 13px;
		color: #FFF;
		text-transform: uppercase; 
	}
		
	.service-list dd {
		padding: 5px 5px 20px 0px;
		margin: 0;
	}
	
/* work-with-logos */
	
.work-with-logos {
	padding: 10px 0 0 10px;
	float: left;
	text-align: center;	
}

	.work-with-logos li {
		float: left;
	}

		.work-with-logos li {
			float: left;
			display: block;
			height: 92px;
			text-indent: -99999px;
			margin: 2px 14px;
			opacity:0.8;
		}
		
			.work-with-logos li a {
				display: block;
				height: 82px;
				opacity:0.8;
			}
			
			.work-with-logos li a:hover {
				opacity:1;
			}
		
/* social networking icons */

.social-networking li {
	background: url(../image/icons_social_networking.gif) no-repeat;
	padding-left: 45px;
}
.facebook a{ color:#000000;
}

li.facebook {
	background-position: 0 -26px;
}

li.myspace {
	background-position: 0 -52px;
}

li.youtube {
	background-position: 0 -78px;
}

/* music-player */

.music-player {
	float: left;
	display: block;
	width: 210px;
	height: 30px;
	padding: 2px 20px 0 10px;
}

/* sign-up */

.form {
	padding-right: 60px;
}
	
	#rumbleui-box-inner form {
		width: 450px;
	}
	
		.text-input {
			border: none;
			background: #000;
			font-size: 18px;
			margin: 10px 0;
			padding: 12px 5px;
			width: 100%;
			color: #FFF;
			text-transform: uppercase;
		}
		
		.submit {
			
		}
		
		.form li label {
			color: #FFF;
			padding-left: 10px;
		}

/* miscellaneous */
.clear-float {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.button {
	height: 0;
	overflow: hidden;}
	
.error {
	color: #FF0000;
}



