@charset "UTF-8";
/* CSS Document */
/*   //////////////////////// © COPYRIGHT TWOFOUR TV //////////////////////// */
/* AUTHOR: Nick Adams */
/* Last Edited: 22.04.10 */

/* 

ToC

	1. defaults - reset
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

*{

	margin: 0;
	padding: 0;

}

.clearall {
	margin: 0;
	padding: 0;
	clear: both;
}

body {
	line-height: 1;
	color:#fff;
	background:#0f0c32;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
		
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/*  --------- 2. structure  --------- */

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	position: relative;
	z-index:2000;
}
		
.top {
	background-color:#0f0c32;
	}
		
.logo {
	background-image:url(../images/twofour-logo.jpg);
	height:37px;
	width:150px;
	margin-right: 180px;
	float:right;
		}
		
.playIcon {
	background-image:url(../images/play-symbol.jpg);
	height:55px;
	width:54px;
	margin-bottom: 46px;
		}

.leftHandCol {
	padding-top: 60px;
	margin-left:61px;
	width:400px;
	}
	
.address {
	margin:20px 0 0 61px;
	width:400px;
	}

ul li{
	float:left;
	margin-right:20px;
	}

ul {
	margin-left:61px;
	}

.strap {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	}
	
.buttonAndLogoContainer {
	background-color:#0f0c32;
	padding-bottom:100px;

	}

.footer {
	background-color:#FFF;

		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation ul {
		}

#navigation li {
		}

#navigation a {
		}

#navigation a:hover {
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 0.8em;
		color:#FFF;
		}
		
body p {
	margin-bottom:10px;
	line-height:1.3em;
	}

body a {
	color:#FFF;
	}

.button {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #0f0c32;
	background-color:#FFF;
	float:left;
	margin-top:15px;
	margin-left: 61px;
	}
	
.strap p {
	margin-bottom:40px;
	line-height:1em;
	}

.button p {
	margin:3px 6px 3px 3px;
	font-size:0.9em;
	}

.button a {
	text-decoration:none;
	color: #0f0c32;
	}

.button a:hover {
	text-decoration:underline;
	color: #0f0c32;
	}

.button a:visited {
	color: #0f0c32;
	}

.footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color: #4e4e4e;
	margin-top: 26px;
	margin-right: 180px;
	text-align:right;
	}

.footer a {
	text-decoration:none;
	color: #4e4e4e;
	}

.footer a:hover {
	text-decoration:underline;
	color: #4e4e4e;
	}

.footer a:visited {
	color: #4e4e4e;
	}


h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
