@charset "UTF-8";
/* CSS Document */

/*
Author: Alaric King
Author URI:  http://www.alaricking.co.uk
*/


/*****************
* Normalisation
******************/


/* Normalizes Padding and Margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin:0;
	padding:0;
	border:0;
}

/* Normalizes font-sizes for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:15px;
}

/* Removes list styles */
ol, ul {
	list-style:none;
}

/* normalizes fonts (style and weights */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Normalizes tables */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Removes borders from fieldsets and images */
fieldset, img {
	border:0;
}

/* Left aligns captions and table headers */
caption, th {
	text-align:left;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



body {
	text-align: center;
	background:transparent url(http://webakestuff.co.uk/blog/wp-content/themes/The_Bakery_Blog/images/gotwood_bg.jpg) repeat fixed left top;
}

a {
	outline: 0;
}

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#head {
	width: 860px;
	height: 72px;
	background:transparent url(assets/logo_top.png) no-repeat scroll left top;
}

#head h1 {
	display: none;
}

#text {
	width: 860px;
	height: 47px;
	margin-top: 80px;
	background:transparent url(assets/sentance.png) no-repeat scroll left top;
}

#text h2 {
	display: none;
}

#three-buckets {
	width: 896px;
	margin-top: 66px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#three-buckets #blog {
	width: 285px;
	height: 325px;
	text-align: left;
	display: block;
	float: left;
}

#three-buckets #port {
	width: 285px;
	height: 325px;
	text-align: center;
	display: block;
	float: left;
	margin-left:22px;
}

#three-buckets #audio {
	width: 285px;
	height: 325px;
	text-align: right;
	display: block;
	float: right;
}

#three-buckets #hello {
	float: left;
	margin-left: 16px;
	margin-top: 20px;
}







