html { height: 100%; }
body {
	margin: 0px; 					text-align: center;
	height: 100%;					
}

a { text-decoration: none; }

/*#SteveFerrisWorld {
	background: -webkit-gradient(radial, 50% 500, 300, 50% 500, 700, from(#f6eb38), color-stop(0.8, #da5005), to(#da5005));
	width: 573px; 					height: 77px; 
	margin: auto; 					margin-bottom: 6px;
	border: 0;						position: relative;
}*/

#SCCStall {
	position: fixed;				height: 139px;
	width: 101px;					left: 107px;
	top: 403px;						opacity: 0.15;
	z-index: 5;
}

#CRPositioner {
	height: 100%;					position: absolute;
	width: 10px;						left: 0;
	top: 0;	background: #1c1;
}

#CRContainer {
	position: absolute;			left: 0;
	height: 153px;					right: 0;
	bottom: 0px;					background: url(http://www.steveferrisworld.com/images/footer.png);
	z-index: 20;
}

#copyright {
	position: relative;			width: 352px;
	height: 24px;					margin: auto;
	top: 120px;						background: url(http://www.steveferrisworld.com/images/copyright.png);
}
#copyright span { visibility: hidden; }

#Content {
	width: 100%;					position: relative;
	margin: auto;					overflow: hidden;
	height: 1038px;				background: url(http://www.steveferrisworld.com/images/bgnoise.png);
}

#overlayBox {
	width: 1096px;					height: 854px;
	position: absolute;			top: -562px;
	opacity: 0.5;				opacity: 0.82;
	background: url(http://www.steveferrisworld.com/images/overlay.box.png);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-duration: 5s;
	-webkit-transform: scale(0.001);
	-moz-transition-property: -moz-transform, opacity;
	-moz-transition-duration: 5s;
	-moz-transform: scale(0.001);
}

#overlayCloseButton {
	width: 51px;					height: 21px;
	background-image: url(http://www.steveferrisworld.com/images/overlay.close.png);
	cursor: pointer;				position: absolute;
	top: 85px;						left: 45px;
	-webkit-transition-property: background-image, opacity;
	-webkit-transition-duration: 0.5s;
	opacity: 0.35;
}
#overlayCloseButton:hover {
	background-image: url(http://www.steveferrisworld.com/images/overlay.close.hover.png);
	opacity: 1;
}

.scrollContentBox {
	position: absolute;			overflow: hidden;
	height: inherit;				width: inherit;
}

.scrollContent { position: absolute; }

.scrollTrackV, .scrollTrackH { position: absolute; }
.scrollTrackV >, .scrollTrackH > { cursor: pointer; }
.scrollTrackV { right: -36px; width: 24px; top: 0; height: inherit; }
.scrollTrackH { bottom: -36px; height: 24px; left: 0; width: inherit; }

.scrollHandleV, .scrollHandleH { position: absolute; left: 0; top: 0; z-index: 5; opacity: 0.73; }
.scrollHandleV:active, .scrollHandleH:active { opacity: 1; }
.scrollHandleV { width: 24px; left: 5px; }
.scrollHandleH { height: 24px; }

.scrollTrackTop {
	width: 24px;					height: 24px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.track.top.png);
	top: -5px;
}
.scrollTrackVImage {
	width: 24px;					top: 18px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.track.v.png);
	bottom: 32px;
}
.scrollTrackBottom {
	width: 24px;					height: 44px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.track.bottom.png);
	bottom: -2px;
}
.scrollTrackVCover {
	width: inherit;				height: inherit;
	position: absolute;
}

.scrollHandleTop {
	width: 16px;					height: 24px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.handle.top.png);
	top: 0;
}
.scrollHandleVImage {
	width: 16px;					top: 12px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.handle.v.png);
	bottom: 12px;
}
.scrollHandleBottom {
	width: 16px;					height: 24px;
	position: absolute;			background: url(http://www.steveferrisworld.com/images/scroll.handle.bottom.png);
	bottom: 0;
}
.scrollHandleVCover {
	width: inherit;				height: inherit;
	position: absolute;
}

.scrollUp, .scrollDown, .scrollLeft, .scrollRight {
	position: absolute; 			width: 15px;
	height: 15px;					z-index: 5;
}
.scrollUp { left: 5px; bottom: 14px; background: url(http://www.steveferrisworld.com/images/scroll.up.png); }
.scrollDown { left: 5px; bottom: -1px; background: url(http://www.steveferrisworld.com/images/scroll.down.png); }
.scrollUp:active { background: url(http://www.steveferrisworld.com/images/scroll.up.active.png); }
.scrollDown:active { background: url(http://www.steveferrisworld.com/images/scroll.down.active.png); }
.scrollLeft { right: 24px; top: 0; background: red; }
.scrollRight { right: 0; top: 0; background: pink; }

.scrollSelectOff { -moz-user-select: none; -webkit-user-select: none; }

@font-face {
	font-family: "Steve Ferris World";
	src: url('http://www.steveferrisworld.com/fonts/SteveFerrisWorld.ttf');
}

.jsCalBox {
	width: 197px;					color: #0567d5;
	border: 1px solid #999;		position: absolute;
	background: white;			font-size: 13px;
	padding: 6px;					z-index: 10;
}
.jsCalMRow {
	width: 197px;					margin: auto;
	text-align: center;			font-size: 15px;
	color: green;
}
.jsCalRow {
	position: relative;			min-height: 37px;
	width: 196px;					border-bottom: 1px solid #ccd;
	margin: auto;					border-left: 1px solid #ccd;
}
.jsCalCell, .jsCalCellBlank {
	display: inline-block;		width: 23px;
	top: 0;							height: 33px;
	padding: 2px;					border-right: 1px solid #ccd;
}
.jsCalCellBlank { background: #dde; }
.jsCalDNRow {
	margin: auto; 					width: 196px;
	padding-left: 1px;			background: #0567d5;
}
.jsCalDNCell {
	display: inline-block;		width: 24px;
	height: 16px;					color: white;
	padding: 2px;
}
.jsCalT { background: #ffec96; }
.jsCalS { background: #ecffec; }
.jsCalN, .jsCalP { position: absolute; color: #999; top: 6px; right: 6px; width: 35px; }
.jsCalP { left: 6px; }
.jsCalCell:hover { background: #ffecec; }


.jsClockBox {
	width: 200px;					border: 4px solid black;
	height: 200px;					position: absolute;
	background: white;			color: black;
	border-radius: 104px;		z-index: 10;
}
.jsClockHour { position: absolute; }
.jsClockHourHand {
	width: 8px;						height: 50px;
	background: red;				position: absolute;
	top: 40px;						left: 96px;
	-webkit-transform-origin-y: 60px;
	-webkit-transition-duration: 1s;
}
.jsClockMinuteHand {
	width: 4px;						height: 75px;
	background: red;				position: absolute;
	top: 15px;						left: 98px;
	-webkit-transform-origin-y: 85px;
	-webkit-transition-duration: 1s;
}
.jsClockM {
	font-size: 12px;				position: absolute;
	top: 90px;						left: 90px;
	border: 1px solid #999;		height: 18px;
	width: 18px;					line-height: 20px;
	text-align: center;			border-radius: 9px;
}
.jsClockClose {
	border: 4px solid black;	background: white;
	position: absolute;			top: 12px;
	left: 12px;						width: 16px;
	height: 16px;					font-size: 16px;
	border-radius: 12px;			text-align: center;
	cursor: pointer;
}
.jsClockClose:hover { color: red; }
.jsClockClose:active { background: black; }


#twitter_div {
	position: absolute;			width: 380px;
	height: 96px;					z-index: 5;
	right: -380px;					background: url(http://www.steveferrisworld.com/images/twitter_plane.png) no-repeat;
	font-size: 15px;				font-family: "Steve Ferris World";
	color: #003cd4;
	-webkit-transition-property: right;
	-webkit-transition-timing-function: linear;
	-webkit-transition-duration: 60s;
	-webkit-animation-name: twitter_plane;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-transition-property: right;
	-moz-transition-timing-function: linear;
	-moz-transition-duration: 60s;
}
#twitter_update_list {
	padding: 0;						margin: 0;
	position: absolute;			top: 0;
	left: 0;							text-align: left;
}
#twitter_update_list li {
	display: block;				
	list-style: none;				width: 218px;
	overflow: hidden;				left: 146px;
	position: absolute;			top: 36px;
	height: 22px;					white-space: nowrap;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}
#twitter_update_list li a { display: none; }

@-webkit-keyframes twitter_plane {
	from { top: 0; } to { top: 5px; }
}

.TWicon {
	background: url(http://www.steveferrisworld.com/images/twitter.icon.png);
	width: 27px;					height: 34px;
	display: inline-block;		vertical-align: top;
}