/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *  Red:	#D7181F
*/


html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #EFE7C0;
	font-size: 10px;
}


body {
	background-color: #000;
	background-image: url(/img/bodyBG.jpg);
	background-position: top center;
	background-repeat: repeat-y;

}



#sampleID {
	width: 480px;
	float: left;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
}

/* THIS is IE6/Win hack.
   The line above works for IE6
   and the line below works in Firefox and other browsers */
  
  
html>body #sampleID {
	margin-left: 20px;
}

img {
	display: inline;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {

}

p {
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #F0E174;
}	

h2 {
	color: #F0E174;
	font-size: 12px;
	text-transform: uppercase
}	

h3 {
	font-size: 1.2em;
}

a:link,  a:visited {
	color: #DC241F;
	text-decoration: none;
}

a:hover {
	color: #DC241F;
	text-decoration: underline;
}
	
#shell {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 758px;
	height: 68px;
}	

#header img.logo {
	margin-top: 29px;
	float: left;
}

#nav {
	clear: both;
	width: 758px;

}

#content {
	width: 708px;
	margin: 12px auto;
	padding: 12px 0;
	border: 1px solid #DC241F;
}

div.gallery h1, div.contact h1, div.contact p {
	margin-left: 24px;
	margin-right: 30px;
}

div.bio h1 {
	margin-left: 200px;
	margin-right: 20px;
	margin-bottom: 8px;
	color: #F0E174;
}

div.bio p {
	margin-left: 200px;
	margin-right: 30px;
	font-weight: normal;
}

p.lyric {
	font-family: 'times new roman',serif;
	color: #F0E174;
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 12px;
}

p.itunes {
	text-align: center;
	width: 135px;
	margin: 0;
	padding: 4px 3px 3px 3px;
	border: 1px solid #DC241F;
	background-color: #F0E174;
	font-weight: bold;
}


#footer {

}

#footer p {
	text-align: center;
	color: #EFE7C0;
	font-size: 0.9em;
}


div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.padBoth {
	padding-left: 6px;
	padding-right: 6px;
}
