@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
-----------------------------------------------------------------------------*/

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

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



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

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

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


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

#contactNav 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/contactNav.jpg) 0px -36px no-repeat;
}

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

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

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

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

/* SELECTED SETTINGS */
#contactPage #contact a {
	background: transparent url(../images/contactNav.jpg) -655px -36px no-repeat;
	cursor: default;
}


/* =content
-----------------------------------------------------------------------------*/
#contactPage #content {
	position: relative;
	top: 500px;
	left: 620px;
}

#contactPage a {
	font-size: 21px;
	letter-spacing: .15em;
}

#contactPage p {
	font-size: 21px;
	letter-spacing: .15em;
}