/* generic styles */
* { 
	outline:none;
}
body {
    word-wrap:break-word;
}
a img {
	outline:none;
	border:none;
}
div.clear {
	clear:both;
	display:block;
	height:0;
	line-height:0; /* enforce height:0 in ie6 */
	visibility:hidden;
}
.floatContainer {
    overflow:hidden;
}
* html .floatContainer { height:1% } /* enforce floats in ie6 */
.floatLeft {
	float:left;
	display:inline; /* fix margins in ie6 */
}
.floatRight {
    float:right;
    display:inline /* fix margins in ie6 */
}
.alignRight {
    text-align:right;
}

/* site specific styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background:url(../images/bg.jpg) center -10px no-repeat #000;
	margin-bottom:0;
}
.container {
	padding-top:20px;
	width:1000px;
	margin:0 auto;
}
.title {
	padding-left:27px;
}
.navigation {
	padding-top:60px;
}
.navigation a, .navigation img {
	display:block;
}
.content {
	width:560px;
	padding-right:21px;
	margin-left:90px;
	margin-top:75px;
	margin-bottom:20px;
	position:relative;
}
.content iframe {
	position:relative;
	z-index:2;
	top:13em;
	left:13px;
	background:transparent;
}
.transparentContentContainer {
	z-index:1;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top:-325px;
	opacity:0.8;
	filter: alpha(opacity = 80);
	color:#fff;
	background:#555;
	border:2px solid #999;
	padding:15px 11px 10px;
}
.transparentContentContainer a, .transparentContentContainer a:visited {
	color:#fff;
}
.photosContent {
	width:620px;
	margin-left:20px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	height:540px;
}

.facebookContent {
	width:620px;
	margin-left:48px;
	background:#000;
	margin-top:75px;
	margin-bottom:20px;
}
.castContent {
	margin-left:119px;
	width:569px;
	margin-top:15px;
}
.extrasContent {
	margin-left:53px;
	width:635px;
	margin-top:0;
}
.crewContent {
	margin-left:0;
	margin-right:48px;
	margin-top:10px;
	width:620px;
}

.bigPersonContainer {
	width:171px;
	margin-left:21px;
	margin-right:5px;
	height:231px;
}
.bigPersonContainer .label {
	background:url(../images/name-box.jpg);
	width:135px;
	height:26px;
	padding:4px;
	position:relative;
	top:-17px;
	left:28px;
	color:#fff;
	font-size:19px;
	text-align:center;
}
.peopleContainer {
	margin-bottom:18px;
}
.smallPersonContainer {
	width:123px;
	height:142px;
	margin-right:25px;
}
.smallPersonContainer.last {
	margin-right:0;
}
.smallPersonContainer .label {
	background:url(../images/small-name-box.jpg);
	width:105px;
	height:16px;
	padding:3px;
	position:relative;
	top:-13px;
	left:12px;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.bigCrewContainer {
	width:181px;
	margin-left:14px;
	height:216px;
}
.bigCrewContainer .label {
	background:url(../images/crew-big-name-box.jpg);
	width:170px;
	height:38px;
	padding:3px;
	position:relative;
	top:-31px;
	left:3px;
	color:#fff;
	font-size:17px;
	text-align:center;
}
.bigCrewContainer .label .detail {
	font-size:13px;
}
.smallCrewContainer {
	width:150px;
	height:154px;
	margin-right:3px;
}
.smallCrewContainer.last {
	margin-right:0;
}
.smallCrewContainer .label {
	background:url(../images/crew-small-name-box.jpg);
	width:128px;
	height:15px;
	padding:7px;
	position:relative;
	top:-21px;
	left:8px;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.extraContainer {
	width:117px;
	height:124px;
	margin-right:10px;
}
.extraContainer.last {
	margin-right:0;
}
.extraContainer .label {
	background:url(../images/extra-name-box.jpg);
	width:100px;
	height:14px;
	padding:4px 2px;
	position:relative;
	top:-10px;
	left:6px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

.graceAndGramps {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-250px;
	z-index:1;
}
.contactContent {
	min-height:800px;
	max-height:1200px;
	background:url(../images/grace-and-gramps.png) left bottom no-repeat;
	width:650px;
}
.facebook {
	display:block;
	position:relative;
	z-index:2;
	top:40px;
	left:30px;
}
.email {
	display:block;
	position:relative;
	z-index:2;
	top:-20px;
	left:500px;
}
div#thumbs {
	clear:both;
	color:#fff;
	background:#555;
	border:2px solid #999;
	padding:5px;
	padding-left:48px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
}
#slideshow img {
	max-width:620px;
	max-height:540px;
}
.misspellings {
	display:none;
}
.watermark {
	color:#888;
}