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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #060;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*_________________________________________________________________________*/

h1, h2 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
}

h1 {
	font-size: 4em;
	margin-bottom: 1em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.25em;
	border-bottom: 1px solid;
}

li {
	font: 0.9em/1.4em Helvetica, Arial, sans-serif;
	color: #666;
}

p {
	font-size: 0.8em;
	margin-bottom: 3em;
	color: #666;
}
	
a:link, a:visited {
	text-decoration: none;
	color: #36a;
}

a:hover, a:active {
	color: #3fa;
}

/*________________________________________________________________________*/

#wrapper {
	margin: 100px 0 0 30px;
}
	#wrapper .section {
		width: 250px;
		padding: 0;
		float: left;
	}
	
	
#tumblr.section {
	width: 400px;
	margin-right: 20px;
}
	#tumblr ul li {
		padding: 6px 0 4px 0;
		border-bottom: 1px solid #eee;
	}
		#tumblr li p {
			font-size: 0.8em;
			line-height: 1.5em;
			margin: 4px 0;
		}
			#tumblr li.photo p {
				margin: 0;
			}
				#tumblr li.quote p.quoteText {
					font-size: 1.3em;
				}
			
				#tumblr li.quote p.quoteSource {
					padding-left: 50px;
				}
		

#lastFM.section {
	width: 250px;
}
	#lastFM.section li {
		font-size: 0.7em;
		padding: 0.2em 0;
	}
	
	#lastFM img {
		display: block;
		margin: 0 0 2px 0;
	}
		#lastFM #recentTracks {
			margin-bottom: 20px;
		}
			#lastFM #recentTracks li {
				border-bottom: 1px solid #eee;
			}
		
			#lastFM #recentTracks li.nowplaying {
				background: #eef;
			}
			
		#lastFM p#topArtistsIntro {
			margin-bottom: 4px;
		}
		
		#lastFM #topArtists li {
			margin-bottom: 10px;
		}
		
#flickr.section {
	margin-right: 20px;
}

	#flickr ul li {
		margin-bottom: 20px;
	}
		#flickr ul li img {
			margin: 0 5px;
		}
		
#footer {
	clear: both;
	border-top: 1px solid #eee;
	text-align: center;
	padding-top: 20px;
}