/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 
	background: #c9bdb2 url(../images/site/body-bg-repeat.png); /* Add the repeating texture file */
}

#page-wrap {
	background: url(../images/site/body-bg.jpg) center top no-repeat; /* An extra DIV allows us to attach the larger background image and position centrally on the page */
}

/* Lay out the page structure with a container */
#container {
	width: 900px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */
	padding: 60px 0 0 40px; /* Add some top and left padding */
}

#header {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

	#header h1 a {
	display: block; /* Anchors are inline by default, change it to block... */
	width: 872px;
	height: 113px; /*...Which then allows us to specify width and height (according to the image) */
	color: #6b5c4e;
	text-indent: -9999px; /* Add the background image as part of the CSS Image Replacement and shift the text out of the way */
	background-image: url(../images/site/michaelokane.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
	#header h2 {
	width: 872px;
	height: 100px;
	text-indent: -9999px;
	background-image: url(../images/site/introtext.jpg);
	background-repeat: no-repeat;
	}
	
	
	
	
	#nav {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

	#nav h2 {
		width: 200px; height: 57px; margin: 0 0 10px 0;
		background: url(../images/site/say-hello.jpg); text-indent: -9999px;
	}
	
	#nav ul {
		list-style: none; margin: 0 0 30px 0; 
	}
		#nav ul li {
			display: inline; /* IE6 fix to prevent the step down bug */
			
		}
			#nav ul li a {
	display: block; /* Make the anchors a block element, allowing the width and height to be specified and increasing the clickable area */
	float: left; /* Float them side by side */
	height: 40px; /* Align the text to the icon with top padding and move it away from the icon with left padding */
	color: #715e1b;
	text-decoration: none;
	font-size: 30px; /* Style up the link text, remove the default underline */
	background-image: url(../images/site/nav_icon1.jpg); /* Add the icon sprite */
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80px;
	
	
	
			}
			/* Reposition the sprite background image for each of the links according to their class name */
			#nav ul li a.current { background-position: 0 0; margin: 0; width:110px}
			#nav ul li a.web { background-position: 0 -69px; margin: 0; width:110px}
			
			#nav ul li a.graphic { background-position: 0 -225px; margin: 0; width:115px }
			#nav ul li a.dvd { background-position: 0 -145px; margin: 0; width:110px }
			#nav ul li a:hover {
				color: #746150; /* Change the color of the link text on hover */}
			
			
	#nav .selected{
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
	
	
	
	

#portfolio {
	margin: 0 0 40px 0;
}
	
	#portfolio h2 {
	width: 400px;
	height: 57px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background-image: url(../images/site/mywork.jpg);
	background-repeat: no-repeat;
	}
	
	#portfolio ul {
		list-style: none; /* Remove the bullet points from the list */
	}
		#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 10px; margin: 0 23px 23px 0;
			background: url(../images/site/img-bg.png); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
#footer {
	margin: 0 0 40px 0;
}

	#footer h2 {
		width: 200px; height: 57px; margin: 0 0 10px 0;
		background: url(../images/site/say-hello.jpg); text-indent: -9999px;
	}
	
	#footer ul {
	list-style: none;
	margin: 0 0 60px 0;
	width: auto;
	}
		#footer ul li {
			display: inline; /* IE6 fix to prevent the step down bug */
		}
			#footer ul li a {
	display: block; /* Make the anchors a block element, allowing the width and height to be specified and increasing the clickable area */
	float: left; /* Float them side by side */
	height: 40px; /* Align the text to the icon with top padding and move it away from the icon with left padding */
	color: #715e1b;
	text-decoration: none;
	font-size: 30px; /* Style up the link text, remove the default underline */
	background-image: url(../images/site/contact-icons.jpg); /* Add the icon sprite */
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 110px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80px;
			}
			/* Reposition the sprite background image for each of the links according to their class name */
			#footer ul li a.email { background-position: 0 0; }
			#footer ul li a.facebook { background-position: 0 -65px; }
			#footer ul li a.lastfm { background-position: 0 -140px; margin: 0; width:200px }
			
			#footer ul li a:hover {
				color: #746150; /* Change the color of the link text on hover */
			}
	
	#footer p.copyright {
	clear: both; /* The links above were floated, so clear the float on the copyright text */
	float: right;
	margin: 0 40px 0 0; /* Add a new float to the right and shift into place with some right margin */
	font-size: 12px;
	color: #e1d56e; /* Style up the text */
	}

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */