@charset "utf-8";
/* CSS Document */

body {
	/* background */
	background-image: url(../images/menu/hhfbackground.jpg);
	background-position: center top;
	/* font */
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
}

#container {
	width: 968px;
	margin: 30px auto 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

/* menu bar */

#menu_bar {
	width: 200px;
	float: left;
	color: #777777;
	background-color: #161616;
}

#menu_logo {
	height: 150px;
}

.fcred {
	color: #FF0000;
}

/* menu bar headers */

#menu_bar h1 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

#menu_bar h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu_bar h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

#filmography_menu_item {
	margin-bottom: -10px;
}

#commercials_menu_item {
	margin-bottom: -10px;
}

#doyouknowwhattimeitis_menu_item h3 {
	letter-spacing: -1px;
/*	word-spacing: -1px; */
}

/* menu items indentation*/
#degree_menu_item,
#freefall_menu_item,
#spyinc_menu_item,
#neighborhoodwatch_menu_item,
#a1800suicide_menu_item,
#nullandvoid_menu_item,
#a44caliberblowdryer_menu_item,
#urbanvision_menu_item,
#itsnotatoy_menu_item,
#doyouknowwhattimeitis_menu_item {
	margin-left: 20px;
}

/* menu bar links */

#menu_bar a:link {
	text-decoration: none;
	color: #777777;
}

#menu_bar a:visited {
	text-decoration: none;
	color: #777777;
}

#menu_bar a:hover {
	text-decoration: none;
	color: #FFF;
}

#menu_bar a:active {
	text-decoration: none;
}

#ytlogo {
	float: left;
}

/* panel */

#panel {
	width: 768px;
	height: 700px; /* temp */
	float: left;
	background-color: #000;
}

#footer {
	text-align: center;
}

#footer p {
	font-size: 12px;
	color: #777777;
	margin-top: 7px;
	margin-bottom: 10px;
}