/*
Theme Name:         When Things Go Wrong
Theme URI:          http://blumountainswebdesign.com.au/themes/wtgw
Description:        I site for computer help
Version:            1.0.0
Author:             Eben hale
Author URI:         http://ebenhale.com
*/

*{
	padding:0;
	margin:0;
}

body{
	color: #555;
	font-family:Copse,Tahoma,Arial, Helvetica, sans-serif;
}	

h1,h2{
	
	letter-spacing:0.05em;
	font-family:Copse,Tahoma,Arial, Helvetica, sans-serif;
}

ul{
 	list-style-type: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#888;
}
/************************
 * header
 ************************/
#header-wrap,#main-wrap{
	
	padding: 10px;
	width: 1024px;
	margin: auto;
	
}
#header{
	min-width:1064px;
	height: 280px;
	background: url(images/crosslines.png);
	border-bottom: solid 2px #999;
}

.logo{
	float: left;
}

h1.hide{
	position:absolute;
	top:-5px;
	z-index: -99;
	font-size:.3em;
	color:#fff;
	margin-top:-500px;
}

h1{
	font-size: 3em;
	margin: 25px 20px 20px 300px;
	/*text-shadow: 0px 2px 2px #aaa;*/
}
h2{
	margin: 30px 0 0 365px;
	font-size: 1.8em;
	
}
h2#phone{
	letter-spacing: 0.1em;
	height: 50px;
	background: url(images/Telephone48.png)no-repeat;
	padding: 4px 0 0 60px;
	margin: 30px 0 0 430px;
	text-shadow: none;
}


/************************
 * main
 ************************/
p,li{
	font-size:1.3em;
}
#main{
	padding:0 0 60px 40px;
}
#description{
	margin:30px 0;
}
li.yes{
	background: url(images/yes.png)no-repeat left center;
	padding-left: 25px;
	margin: 20px 0 0 0;
}


/************************
 * footer
 ************************/
#footer{
	min-width:1064px;
	background: url(images/crosslines.png);
	height:40px;
	width:100%;
	position:fixed;
	bottom:0;
	border-top:solid 2px #aaa;
	
}
#footer-wrap{
	width:1024px;
	margin:auto;
}
#contact{
	width;1024px;
	font-size: 1.2em;
	width: 400px;
	margin: 10px auto;
}
#contact th{
	text-align: right;
}
#contact th, #contact td{
	padding: 5px;
}
#footer p.small {
	font-size: 1.0em;
	margin:10px 0 0 365px;
}
