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

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

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



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

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

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


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

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

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

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

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

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

/* SELECTED SETTINGS */
#bsidesPage #bsides a {
	background: transparent url(../images/bsidesNav.jpg) -345px -36px no-repeat;
	cursor: default;
}


/* =content
-----------------------------------------------------------------------------*/
#bsidesPage #content{
	position: relative;
	left: 360px;
	top: 120px;
}

#bsidesPage #content h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .22em;
	color:#CC0000;
}

#bsidesPage #content p {
	font-size: 18px;
	margin-left: 25px;
	margin-bottom: 20px;
	letter-spacing: .15em;
	color:#CC0000;
}

#bsidesPage #content a {
	font-size: 18px;
	letter-spacing: .15em;
	color:#FF0000;
	font-style:oblique;
}

#bsidesPage #content a:hover {
	color: #888;
}