/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Helvetica Nene, Helvetica, Arial, sans-serif;
	font-size:small;
	background-image: url(../assets/build/fuse-background.png);
	background-repeat: repeat;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p {
	line-height:1.5;
	color: #b8b8b8;
	font-size: 9px;
	font-weight: bold;
	padding-top: 300px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#f1f1f1;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background-color: #f1f1f1;
	background-image: url(../assets/build/headertop.jpg);
	background-repeat: no-repeat;
	height: 114px;
}
	

div#content {
	background-image: url(../assets/build/comingsoon.jpg);
	background-repeat: no-repeat;
	height: 336px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
}
	div#content p {
	text-align:right;
	padding-top: 315px;
	padding-right: 20px;
	padding-bottom: 0;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#f1f1f1;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	
	
	ul#social{
float: right;
  height: 19px;
  margin: 95px 0 0;
  width: 50px;}
ul#social li{
display:inline}
ul#social li a{
display: block;
  float: left;
  height: 19px;
  width: 25px;}

ul#social a{


	/*background:url('http://fuse-design.co.uk/wp-content/themes/Fuse/assets/build/social-logos.png') no-repeat top left;*/
}

ul#social a:hover{}

ul#social li#twitter a{
 background: url("http://fuse-design.co.uk/wp-content/themes/Fuse/assets/build/social-logos.png") no-repeat scroll -57px 0 transparent;
}

ul#social li#twitter a:hover{ background: url("http://fuse-design.co.uk/wp-content/themes/Fuse/assets/build/social-logos.png") no-repeat scroll -57px -19px transparent;}



