/*-----------------------------------------------------------------------------
SoulSun69 - "Hit Me Film" Flash Site Style Sheet 

version:   1.1
author:    max herholz
email:     max@soulsun69.com
website:   http://www.soulsun69.com/
last update: 12/09/07
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* = Layout
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	min-width: 680px; /* Netscape 6 fix */
	background-color: #330000;
}

h1 {
	font:Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	width: 325px;
	height: 60px;
	position: relative;
}

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

#wrapper {
	width: 680px;
	position: relative;
	left: 50%;
	margin-left: -340px;
	margin-top: 2em;
}

#header {
	margin-left: 1em;
}


/* = mainNav
-----------------------------------------------------------------------------*/
#navcontainer ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
}

#mainNav {
	margin-top: .75em;
}

li { 
	display: inline; 
}

li a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: #806E04;
	padding: 0 .3em;
}

li a:visited{
	color: #4A120F;
}

li a:hover {
	color: #B19904;
}


/* Highlight current page in menuBar */
#home #mainNav .home a,
#makingOf #mainNav .makingOf a,
#cast #mainNav .cast a,
#crew #mainNav .crew a,
#distribution #mainNav .distribution a,
#trailer #mainNav .trailer a,
#contact #mainNav .contact a,
#merchandise #mainNav .merchandise a {
	background-position: right bottom;
	color: #663300;
	cursor: default;
}


/* = footer
-----------------------------------------------------------------------------*/
#footer {
	width: 680px;
	margin-top: 6em;
	position: relative;
	text-align: right;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663300;
}

#footer a{
	text-decoration: none;
	color: #663300;
}

#footer a:visited{
	color: #4A120F;
}

#footer a:hover{
	color: #B19904;
}