 /* SpikeCast.co.uk
	Name: CSS Index - Atlantic
	Author: M. J. Magee - www.e-scape.co.uk
	Date: 03/11/07
	Version: 0.1
*/

/* Standards */

	/* Main Body */
		* { margin: 0px; padding: 0px; font-size: 100%; font-family: Arial, Helvetica, sans-serif; }
		#container { width: 834px; margin: 10px auto 0 auto; text-align: center; }
		.clear { clear: both; }

	
	/* Header */
		#header { width: 834px; height: 111px; background: url(img/header.jpg) no-repeat; display: block; }
		#header h1 { display: none; }
	
	/* Player */
		#player { width: 834px; background: url(../../img/player-bg.jpg) no-repeat; background: #def2fd; }
			#alt-content { padding: 50px 0 30px 0; }

	
	/* Other Films */
		#portfolio { width: 320px; margin: 45px auto; padding: 0 0 18px 0; text-align: center; }
			.film-container { width: 140px; margin: 0 18px 0 0; float: left; text-align: left; }
				.film-container a { font-size: 60%; color: #737373; text-decoration: none; font-weight: bold; vertical-align: top; }
					.film-container a:hover { text-decoration: underline; }
					.film-container a img { vertical-align: bottom; }
				.film-img { width: 130px; height: 130px; margin: 0 0 10px 0; background: #FFFFFF; }
				.film-img:hover { border: 6px solid #dbdcde; }
				.film-img img { padding: 5px 0 0 5px; width: 120px; height: 120px; }

			
				
	/* Contact Info */
		#contact { width: 834px; }
		#contact tr td.col-1 h2 { background: url(img/welcome.jpg) no-repeat; width: 188px; height: 54px; display: block; }
		#contact tr td.col-3 h2 { background: url(img/contact.jpg) no-repeat; width: 113px; height: 18px; display: block; }
		#contact tr td h2 { margin-bottom: 25px; }
		#contact tr td h2 span { display: none; }
		#contact tr td p { font-size: 75%; color: #707070; }
		#contact tr td.alt-colour p { color: #af7d41; line-height: 18px; }
		#contact tr td address { font-style: normal; font-size: 100%; color: #5d5e5e; }
		#contact tr td address p { font-size: 75%; }
		#contact tr td a { color: #af7d41; text-decoration: none; }
		#contact tr td a:hover { text-decoration: underline; }
		#contact tr td.col-1 { width: 213px; padding: 0 28px 0 34px; text-align: left; }
		#contact tr td.col-2 { width: 207px; padding: 0 37px 0 32px; text-align: left; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
		#contact tr td.col-3 { width: 252px; padding: 0 0 0 29px; text-align: left; }
		#contact tr td.col-3 { line-height: 20px; }
		#contact tr td.top { padding-bottom: 20px; }


	/* Footer */
		#footer { width: 100%; background: #fdf4d3; margin: 25px auto 5px auto; }
			#footer p { color: #726d71; font-size: 70%; font-weight: normal; text-align: center; margin: 0; padding: 8px 0; }

/* Customizable (Colours) */		
	/* Other Films */
			.film-img { border: 6px solid #ebebeb; }
			

				
	/* Contact Info */
		.header { color: #988342; }