/*
Martin Hayes (hayes.projectmouse.org)
Draft 0.0.1 , last editied 2007-12-17
Start at the beginning and continue until you have reached the end.
# ======== ======== ======== ========
+-------------------------+
|     HEX COLOR GUIDE     |
|                         |
| Yellow 		: #faec73 |
| Dark Yellow	: #fae100 |
| *Mint* Green	: #aee394 |
| Green			: #bbdd77 |
| Dark Green	: #5e8046 |
| Link Blue     : #1262b3 |
| Link Blue(H)  : #177ee5 |
| Light Blue(BG): #d0eef7 |
| Text Blue		: #6d95c0 |
| Dark Red		: #662200 |
| Pale Blue		: #909cb4 |
|                         |
+-------------------------+
*/

@import url('reset.css');/* see doc for ref notes */





/* The TAG overlord styles
# ======== ======== ======== ======== */
body {
	background: #fff;
	font-family: Helvetica, sans-serif;
	color: #333;
	}
a {
	text-decoration: none;
	color: #333;
	}
strong {
	font-weight: bold;
	}




/* Rather generic CLASSes
# ======== ======== ======== ======== */
.nav a {
	display: block;
	font-size: 16px;
	}
.column {
	float: left;
	padding: 0 0 0 15px;
	}

img.photog {}





/* ID selectors, the work horses
# ======== ======== ======== ======== */
#navMain {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 75px;
	padding: 12px 0 0 15px;
	}
#nav2nd {
	position: absolute;
	top: 0;
	left: 165px;
	height: 75px;
	width: 100%;
	padding: 12px 0 0 0;
	}
#nav2nd .contact.column br {display: none;}
#nav2nd .contact.column a {
	padding: 0.1em 0;
	font-size: 75%;
}




#content {
	position: absolute;
	top: 100px;
	margin-right: 4em;
	padding: 0 1em;
	}
	
#content h1 {
	font-weight: bold;
	font-size: 115%;
	}
	
#content p {
	width: 60%;
	padding: .5em 0;
	text-align: justify;
	font-size: 90%;
	line-height: 115%;
	}




#album .tracklist {
	margin: 0 0 0 575px;
	}
#album img {
	float: left;
	padding-right: 2em;
	}
a.email img {
	float: none;
	padding: 0;
}
#album h1 {padding: 0 0 1em 0;}
#album h3 {
	padding: 1em 0 0 0;
	font-style: italic;
	}
#album ol {
	padding: 0 0 0 1.5em;
	list-style-type: decimal;
	}
#album a {color: #6d95c0;}
#album a:hover {background: #eee; /*bg blue #d0eef7;*/ color: #000;}




#sample {margin: 0 0 0 575px;}

#fullScreen {
	position: absolute;
	top: -100px;
	left: 0;
	background: #fff;
	margin: 0 auto;
	}
