@charset "UTF-8";
/* CSS Document */
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body {
	margin:0;
	padding:0;
	background-image:url(../img/bg.jpg);
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#300;
	line-height:18px;
}
a {
	text-decoration:none;	
	color:#007AA1;
}
a:hover {
	text-decoration:underline;	
}	
div#background {
	background-image:url(../img/sky-sand.jpg);
	background-repeat:repeat-x;
	min-height:758px;
	border-top:6px solid #fff;
}
div#buttonbar {
	text-align:left;
	position:absolute;
	top:6px;
}
div#buttonbar a {
	display:block;
	width:85px;
	height:26px;
	background-repeat:no-repeat;
	background-image:url(../img/tab-bg.png);
	color:#036;
	font-weight:bold;
	text-transform:lowercase;
	text-align:center;
}
div#main {
	text-align:left;
	width:823px;
	margin:0px auto;
	margin-bottom:50px;
}
div#main h1 {
	margin:0;
	padding-top:75px;
}
div#main h1 a {
	text-indent:-9999px;
	width:310px;
	height:38px;
	display:block;
	background-repeat:no-repeat;
	background-image:url(../img/andrew-bleakley-web-developer.png);
}
ul#networks {
	margin:35px 0px 0px 0px;
	padding:0;
	width:370px;
}
ul#networks li {
	list-style:none;
	background-image:url(../img/item-seperator.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}
ul#networks li a {
	color:#fff;	
	font-weight:bold;
}
ul#networks li a img {
	float:left;
	border:none;
	margin-right:5px;
}
ul#networks li a span {
	color:#036;	
	font-weight:normal;
	display:block;
}
ul#networks li a:hover {
	text-decoration:none;

	text-shadow: #333 0.1em 0.1em 0.1em;
}
ul#networks li a:hover span {
	color:#fff;	
}
h2 {
	margin-top:50px;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
	clear:both;
}
h2.floating {
	clear:none;	
}	
div.leftcol, div.rightcol {
	width:386px;	
}
div.leftcol {
	float:left;
}
div.rightcol {
	float:right;
}
form#contactForm input, form#contactForm select, form#contactForm textarea {	
	width:376px;
	padding:5px;
	clear:both;
}
form#contactForm select#want {
	height:	29px;
}
form#contactForm label {
	display:block;
	margin-top:5px;
}
form#contactForm fieldset {
	margin:0;
	padding:0;
	border:none;
}
.vcard {
	display:none;
	visibility:hidden;
}
