@charset "UTF-8";

/* CSS Document */

/* CSS for Fast Food Movie Site - created by Peter Shimpeno */

/* http://peter.shimpeno.com  */

body {
	background-color: #1D1C15;
	color: white;
	font: 14px "Courier New", Courier, mono;
}

/* @group various fonts */

.headline_text {
	color: #FFFFFF;
	font: bold 20px "Courier New", Courier, mono;
}

.body_bold_text {
	color: #FFFFFF;
	font: bold 14px "Courier New", Courier, mono;
}

.body_text_white {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: white;
}

.body_text_sm {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: white;
}

.legal_text {
	font-family: "Courier New", Courier, mono;
	font-size: 8px;
	color: white;
}

/* @end */

/* @group text link rollovers */

a:link {
	color: white;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* @end */

/* No link boxes around the images */

a img {
	border: 0 none;
}

/* @group table background image hacks */

.left_up_bios {
	width: 365px;
	height: 158px;
	background: url(../images/bios_27.jpg) no-repeat left top;
	padding-right: 7px;
}

.right_up_bios {
	width: 365px;
	height: 158px;
	background: url(../images/bios_28.jpg) no-repeat left top;
	padding-left: 7px;
}

.left_up_cast {
	width: 365px;
	height: 158px;
	background: url(../images/cast_27.jpg) no-repeat left top;
	padding-right: 7px;
	text-align: right;
}

.right_up_cast {
	width: 365px;
	height: 158px;
	background: url(../images/cast_28.jpg) no-repeat left top;
	padding-left: 7px;
	text-align: left;
}

.left_up_story {
	width: 365px;
	height: 158px;
	background: url(../images/story_27.jpg) no-repeat left top;
	padding-right: 7px;
}

.right_up_story {
	width: 365px;
	height: 158px;
	background: url(../images/story_28.jpg) no-repeat left top;
	padding-left: 7px;
}

.center_up_email {
	width: 26px;
	height: 78px;
	background: url(../images/mailinglist_27.jpg) no-repeat;
}

.center_up_photos {
	width: 26px;
	height: 78px;
	background: url(../images/pictures_27.jpg) no-repeat;
	
}

.center_up_press {
	width: 26px;
	height: 78px;
	background: url(../images/press_27.jpg) no-repeat;
}

/* @end */

/* @group from_john */

.press_pictures {
	margin-right: 30px;
	margin-left: 30px;
	border: 2px solid gray;
}
.press_pictures2 {
	margin-right: 70px;
	margin-left: 20px;
	border: 2px solid gray;
}
	
.press_pictures3 {
	margin-right: 55px;
	margin-left: 5px;
	border: 2px solid gray;
	}
.press_captions {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFFFFF;
}

/* @end */