/*************************************************
	Matt Halliday - June 2009
	http://matthalliday.ca/
	
	Thanks for checking out my css. Feel free 
	to have a look around and experiment with 
	what you see here (html too). All I ask is 
	please don't rip my site off or steal any 
	of my images. Also, a big thanks goes out 
	to Komodo Media (www.komodomedia.com) for 
	the amazing social media icons!

*************************************************/
body {	
	background: #fff;
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #666;
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table { 
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

a img {
	border: none;
}


/********** LAYOUT **********/
#wrapper {
	margin: 150px auto 0;
	width: 800px;
	overflow: hidden;
}

h1#logo {
	float: left;
	margin-top: 135px;
	width: 300px;
	height: 63px;
	background: url(../images/site_elements.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#welcome {
	float: right;
	width: 410px;
}


/********** FONTS & TYPOGRAPHY **********/
#welcome h2 {
	margin-bottom: 12px;
	width: 392px;
	height: 27px;
	background: url(../images/site_elements.gif) no-repeat 0 -64px;
	text-indent: -9999px;
}

#welcome p {
	margin-bottom: 10px;
}


/********** SOCIAL NETWORKING **********/
ul#social {
	clear: both;
	margin: 20px auto 0;
	padding: 15px 0 0 45px;
	width: 250px;
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

ul#social li {
	float: left;
	margin-left: 14px;
}

ul#social li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

ul#social li.facebook a {
	background: url(../images/site_elements.gif) no-repeat -301px 0;
}

ul#social li.flickr a {
	background: url(../images/site_elements.gif) no-repeat -326px 0;
}

ul#social li.lastfm a {
	background: url(../images/site_elements.gif) no-repeat -351px 0;
}

ul#social li.linkedin a {
	background: url(../images/site_elements.gif) no-repeat -302px -24px;
}

ul#social li.twitter a {
	background: url(../images/site_elements.gif) no-repeat -327px -24px;
}