/* Taken from Brian Veloso */

* { margin: 0; padding: 0; }

html { background: #111; }

body {
	color: #fff;
	font: 62.5% 'Helvetica Neue LT Std', 'Helvetica Neue', 'Corbel', 'Calibri', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
	}

a { text-decoration: none; }
	
p, h1, h2, h3, h4, h5, h6, li, td, dt, dd { font-size: 1.3em; font-weight: normal; }
p, ul, ol, dl, dd, blockquote, pre { line-height: 1.5em; margin-bottom: 1.5em; }

h1 { 
	border: solid #222;
	border-width: 1px 10px 0;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
	width: 500px;
	height: 100%;
}

h1 a { 
	background: #111;
	margin: 10px;
	padding: 5px 10px;
	color: #fff;
}

h1 a:hover {
	background: #fff;
	color: #000;
	border: 5px solid #000;
}

embed {
	vertical-align: middle;
}

#whoiam {
	border: solid #222;
	border-width: 1px 10px 0;
	background: #131313;
	list-style: none;
	margin: 0 auto;
	width: 500px;
	height: 100%;
}

#whoiam li {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	height: 175px;
	padding: 20px 0 0;
}

#whoiam a { 
	background: #000;
	margin: 10px;
	padding: 5px 10px;
	color: #fff;
	border: 2px solid #000;
}

#whoiam a:hover {
	background: #fff;
	color: #000;
	border: 2px solid #000;
}

#cassidy { background: url(http://www.loosechangemusic.net/younghistory/images/cassidy.jpg) center center no-repeat; }
#fifty { background: url(http://www.loosechangemusic.net/younghistory/images/fifty.jpg) center center no-repeat; }
#bubba { background: url(http://www.loosechangemusic.net/younghistory/images/bubba.jpg) center center no-repeat; }
#aplus { background: url(http://www.loosechangemusic.net/younghistory/images/aplus.jpg) center center no-repeat; }


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

