@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}

body  {
	background-color: #000000;
	background-image: url(http://lunchmedia.co.uk/home/wp-content/themes/f8-lite/images/web%20background%20copy.jpg);
	background-repeat: repeat;
	background-position: top center;
	}
	
.threecol #container { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

.threecol #wrapper {
	clear: both;
	background-image: url(../img/03/wrapper_bg2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}

.threecol #header { 
	width: 900px;
	padding: 40px 0 20px 0;
	}
	
img.logo {
	float: left;
	margin: 20px 00px;
	}

.threecol #headerright {
	float: right;
	width: 500px;
	text-align: right;
	}

.threecol #navbar {
	float: left;
	text-align: right;
	width: 162px;
	}
	
.threecol #sidebar {
	float: right;
	width: 255px;
	}

.sidebar_inner {
	padding: 10px;
	}

.threecol #mainContent { 
	margin: 0 268px 0 178px;
	padding: 10px;
	}
	 
#footer {
	padding: 20px 0 20px 190px;
	}
	
.article {
	margin-bottom: 20px;
	}
	
.floatblock {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
	}
	
.floatright {
	float: right;
	}
	
.floatleft { 
	float: left;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
img {
	margin-bottom: 8px;
	}
	
img a {
	background: none;
	}
	
img.img_floatleft {
	float: left;
	margin: 0 6px 0 0;
	}
	
img.img_floatright {
	float: right;
	margin: 0 0 0 6px;
	}
	
img.thumb_left {
	float: left;
	margin: 0 6px 2px 0;
	border: 1px solid #000;
	}
	
img.thumb_left:hover {
	border: 1px solid #ccc;
	}
	
div.movie {
	margin-bottom: 8px;
	}
	
img#catchup {
	float: left;
	height: 88px;
	}
	
ul.list_a img {
	margin-top: 5px;
	}
	
div.listing {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
div.shout {
	margin-bottom: 30px;
	padding: 40px 10px 5px 10px;
	background-image: url(../img/shout_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
div.comp {
	background-image: url(../img/comp_bg.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 65px;
	}
	
div#unsigned {
	background-image: url(../img/unsigned/xyz_unsigned_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 130px 0 0;
	}
	
div#band div#leftcol {
	width: 160px;
	float: left;
	}
	
div#band div#rightcol {
	margin-left: 170px;
	}
	
div.player {
	margin-bottom: 20px;
	}
	
.centre {
	text-align: center;
	}