/*** START Eric Meyer Reset CSS - January 15, 2008 ***/
/*** http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ ***/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/*** END Eric Meyer Reset CSS - January 15, 2008 ***/

/*** Presentation Layer CSS by Melanie A. Ceraso (melanie.ceraso@gmail.com) ***/

body {
	background:#fff url('images/background.gif') no-repeat top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 82.5%;										/* Resets 1em to 10px */
	
	}
	
h1 {
	background: transparent url('images/m-logo.gif') no-repeat center left;
	padding-left: 75px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px;
	}
	
h2 {
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
	border-bottom: 1px dotted #999;
	margin: 0 10px 5px 10px;
	}
	
p {
	margin: 3px 10px;
	line-height: 1.2em;
	}
	
a {
	text-decoration: none;
	color: #666;
	}	
	
	a:hover {
		color: #be2e3e;
		}
	
.linkedIn {
	background: transparent url('images/linkedin_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
.flickr {
	background: transparent url('images/flickr_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
.email {
	background: transparent url('images/email_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
		
.delicious {
	background: transparent url('images/delicious_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
		
.facebook {
	background: transparent url('images/facebook_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
.lastfm {
	background: transparent url('images/lastfm_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
.google {
	background: transparent url('images/google_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
.sharethis {
	background: transparent url('images/sharethis_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	

.youtube {
	background: transparent url('images/youtube_16.png') no-repeat top left;
	padding: 2px 2px 2px 20px;
	line-height: 17px;
	}
	
small { 
	font-size: 0.80em;
	}