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

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

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



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

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

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


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

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

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

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

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

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

/* SELECTED SETTINGS */
#creditsPage #credits a {
	background: transparent url(../images/mainNav.jpg) -510px -36px no-repeat;
	cursor: default;
}



/* =content
-----------------------------------------------------------------------------*/
#creditsPage #content{
	position: relative;
	left: 680px;
	top: 50px;
}

#creditsPage #content h2 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: .35em;
}

#creditsPage #content p {
	font-size: 13.5px;
	margin-bottom: 10px;
	letter-spacing: .22em;
}

.tvLink { 
	padding-right: 5px;
}

