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

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

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



/* =mainNav
-----------------------------------------------------------------------------*/
#filmsNav {
	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;
}

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

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


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

#filmsNav 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 */
#filmsPage #films a {
	background: transparent url(../images/mainNav.jpg) -175px -36px no-repeat;
	cursor: default;
}


/* =content
-----------------------------------------------------------------------------*/
.filmInfo {float: left; margin-bottom: 30px; }
.descriptors {float: left; width: 400px;}
.descriptors p {text-indent: 15px;}

.filmLink {float: left; margin-top: 3px;}
.filmLink a img {border: 2px solid #9c0908; margin-left: 10px;}
.filmLink a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	border: 2px solid #888; 
}

