@import "sIFR-screen.css";
html { overflow:-moz-scrollbars-vertical;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'Garamond', Georgia, serif;
	font-size: 95%;
	line-height: 1.6em;
	color: #ffffff;
}
#container {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	background-image: url(pageBgd.jpg);
}
#hallway {
	background: url(mainBgd.jpg) top left no-repeat;
	position: relative;
	width: 950px;
	border: 1px solid #000;
	border-left: 2px solid #001620;
	border-right: 2px solid #001620;
}
#contentHolder {
	position: relative;
	margin-top: 176px;
	margin-left: 24px;
	background: url(reg/contentShadow.png) left 15px no-repeat;
	width: 914px;
}
#menuHolder {
	background: url(reg/contentShadowTop.png) left top no-repeat;
	width: 914px;
	padding-top: 16px;
}
#menu {
	width: 884px;
	height: 36px;
	background: url(menuBgd.jpg) left top no-repeat;
	margin-left: 15px;
	margin-top: -1px;
}
#menu ul, #menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	overflow: hidden;
}
/* Menu stuff */
#menu ul li a { display: block; padding-top: 36px; height: 0; background-position: top left; background-repeat: no-repeat;}
#menu .home { width: 132px; background-image: url(reg/homeButton.png);}
#menu .cast { width: 190px; background-image: url(reg/castButton.png);}
#menu .about { width: 171px; background-image: url(reg/aboutButton.png);}
#menu .crew { width: 206px; background-image: url(reg/crewButton.png);}
#menu .blog { width: 185px; background-image: url(reg/blogButton.png);}

#content {
	background: url(contentBgd.jpg) left top no-repeat;
	background-color: #012233;
	position: relative;
	width: 836px;
	margin: 0;
	margin-left: 15px;
	padding: 12px 24px;
	
 }
#contentCap {
	background: url(reg/contentShadowBottom.png) left top no-repeat;
	height: 16px;
	width: 914px;
	position: relative;
	margin-left: 24px;
	margin-bottom: 55px;
}
.twosisters { 
	display: block;
	width: 412px;
	height: 0px;
	overflow: hidden;
	background: url(reg/twosisters2.png) right top no-repeat;
	position: absolute;
	right: 24px;
	bottom: 0px;
	padding-right: 76px;
	text-align: right;
	color: #fff;
	padding-top: 64px;
	text-transform: uppercase;
	text-decoration: none;
}
/* Content styles */
.mainFocus {
	text-align: center;
}
.lgShadow { margin: -25px;}
.homeCrew {
	float: right;
	margin-right: 85px;
}
.homeCast {
	float: left;
	margin-left: 85px;
	text-align: left;
}
.homeCast ul, .homeCast ul li, .homeCrew ul, .homeCrew ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.homeCast ul li {
	height: 40px;
	background-position: left center;
	padding-left: 75px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	padding-top: 20px;
}
.homeCrew ul li {
	height: 30px;
	background-position: left center;
	padding-left: 75px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	padding-top: 10px;
	text-align: right;
}
.aboutText { width: 65%; text-align: left; margin: 0 auto;}
.role { display: block; color: #6bb9dc; margin-top: -8px;}
.homeCast .vp { background-image: url(pics/th_vpastore.png);}
.homeCast .rp { background-image: url(pics/th_rpicardo.png);}
.homeCast .go { background-image: url(pics/th_goconnor.png);}
.homeCast .dw { background-image: url(pics/th_dwagner.png);}
.castName table { width: 100%; margin-bottom: 12px;}
.castName table tr td { width: 50%; vertical-align: top;}
.castName .vPastore, .castName .dLaurent {
	margin: -12px -24px -16px 0;
	padding-right: 24px;
}
.castName .vPastore {
	background: url(pics/vpastore.png) right top no-repeat;
	padding-right: 412px;
}
.castName .rPicardo, .castName .gOConnor, .castName .dWagner {
	margin: 72px -24px 0px 0;
	padding-right: 412px;
	min-height: 420px;
}
.castName .rPicardo {
	background: url(pics/rpicardo.png) right top no-repeat;
}
.castName .gOConnor {
	background: url(pics/goconnor.png) right top no-repeat;
}
.castName .dWagner {
	background: url(pics/dwagner.png) right top no-repeat;
}
.castName .sMelnick {
	background: url(pics/smelnick.png) right center no-repeat;
}
.castName .mColangelo {
	background: url(pics/mcolangelo.png) right 100px no-repeat;
}
.castName .pRoselli {
	background: url(pics/proselli.png) right 100px no-repeat;
}
.castName .tBaker, .castName .rCunningham, .castName .tOhanian, .castName .sMelnick, .castName .pRoselli, .castName .mColangelo {
	margin: 72px -24px 0px 0;
	padding-right: 24px;
	min-height: 420px;
}
.castName .dLaurent  {
	background: url(pics/dslaurent.png) right 90px no-repeat;
}
.castName .tBaker  {
	background: url(pics/tabaker.png) right 90px no-repeat;
}

.castName .rCunningham  {
	background: url(pics/rcunningham.png) right center no-repeat;
}
.castName .rCunningham p, .castName .sMelnick p, .castName .pRoselli p, .castName .mColangelo p, .castName .dLaurent p, .castName .tBaker p {
	padding-right: 412px;
}
.clearer { clear: both;}

a, a:hover, a:visited { color: #6bb9dc;}