@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Mark Schultz - Contact Page

version:   1.0
author:    max herholz
email:     max@soulsun69.com
website:   http://www.soulsun69.com/
last update: 04/17/12
-----------------------------------------------------------------------------*/

#aboutPage h1 {
	width: 395px;
	height: 45px;
	position: relative;
	overflow: hidden;
}

#aboutPage h1 span {
	background: url(../images/markSchultzAbout.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}



/* =mainNav
-----------------------------------------------------------------------------*/
#aboutNav {
	width: 800px;
	height: 36px;
	background: url(../images/aboutNav.jpg) no-repeat;
	position: relative;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	margin: 15px auto;
}

#aboutNav li{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#aboutNav li, #aboutNav a {
	height: 36px;
	display: block;
	text-decoration: none;
	line-height: 36px;
	color: #c90000;
	text-indent: -5000px;
}


#aboutNav li a:visited{
	color: #CCC; /* GREY */
}

#aboutNav li a:hover {
	color: #CCC;  /* Orange */
}

#about {left: 0px; width: 100px;}
#films {left: 175px; width: 80px;}
#bsides {left: 345px; width: 105px;}
#credits {left: 510px; width: 110px;}
#contact {left: 655px; width: 135px;}

/* OVER SETTINGS */
#about a:hover {
	background: transparent url(../images/aboutNav.jpg) 0px -36px no-repeat;
}

#films a:hover {
	background: transparent url(../images/aboutNav.jpg) -175px -36px no-repeat;
}

#bsides a:hover {
	background: transparent url(../images/aboutNav.jpg) -345px -36px no-repeat;
}

#credits a:hover {
	background: transparent url(../images/aboutNav.jpg) -510px -36px no-repeat;
}

#contact a:hover {
	background: transparent url(../images/aboutNav.jpg) -655px -36px no-repeat;
}

/* SELECTED SETTINGS */
#aboutPage #about a {
	background: transparent url(../images/aboutNav.jpg) -0px -36px no-repeat;
	cursor: default;
}

/* =aboutCopy
-----------------------------------------------------------------------------*/
#aboutCopy {
	width: 490px;
}

#aboutCopy p {
	line-height: 200%;
	letter-spacing: .25 em;
	font-size: 18px;
}

