/* tags */
	html {
		height: 100%;
		background-color: #3a3a3a;
	}
	body {
		margin: 0 auto;
		width: 990px;
		height: 100%;
	}
	code {
		font-family: monospace;
		color: #999;
	}

/* index */
	#FACESwrapper {
		position: relative;
		height: 100%; /* IE on */
		min-height: 100%;
	}
	body > #FACESwrapper {
		height: auto; /* IE off */
	}

	/* header */
		#FACESheader {
			height: 155px;
			background-color: #1a1a1a;
			font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
		}
		#FACESlogo {
			position: relative;
			z-index: 1;
			float: left;
		}
		#FACESad {
			height: 100px;
			padding-top: 7px;
			text-align: center;
		}

		/* tabbar */
			#FACEStabbar {
				float: left;
				height: 45px;
				background: url( /images/tabbar.png ) repeat-x;
				padding: 3px 5px 0 0;
			}
			#FACEStabbar li {
				float: left;
				display: inline; /* IE - remove double margin */
				margin-left: 5px;
			}
			#FACEStabbar a {
				display: block;
				width: 90px;
				height: 45px;
				background: url( /images/tabs.png ) no-repeat 0 -450px;
				overflow: hidden;
				line-height: 47px;
				font-size: 15px;
				font-weight: bold;
				color: #eaeaea;
				text-align: center;
			}
			#FACESnav_join a {
				background-position: 0 -585px;
				color: black;
			}
			#FACEStabbar a:hover {
				color: black;
				text-decoration: none;
			}
			#FACESnav_home a:hover, #FACESnav_feed a:hover, #FACESnav_logout a:hover {
				background-position: 0 -585px;
			}
			#FACESnav_explore a:hover, #FACESnav_forum a:hover, #FACESnav_chat a:hover {
				background-position: 0 -630px;
			}
			#FACESnav_games a:hover {
				background-position: 0 -540px;
			}
			#FACESnav_people a:hover {
				background-position: 0 -495px;
			}

	/* breadcrumbs */
		#FACESbreadcrumbs {
			clear: left;
			height: 30px;
			background: url( /images/bcbk.gif ) repeat-x;
			overflow: hidden;
			padding: 0 10px;
			font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
			line-height: 30px;
			color: white;
		}
		#FACESbreadcrumbs a {
			font-weight: bold;
			color: white;
			text-decoration: none;
		}
		#FACESbreadcrumbs ul {
			float: left;
			margin: 0;
			overflow: hidden;
			padding-left: 0;
		}
		#FACESbreadcrumbs li {
			float: left;
			margin-left: 22px;
			padding-left: 3px;
			list-style-image: url( /images/breadcrumb.png );
		}
		#FACESbreadcrumbs li.first {
			margin-left: 0;
			padding-left: 0;
		}
		#FACESbreadcrumbs form {
			padding: 5px 0;
			line-height: normal;
			font-size: 12px;
			text-align: right;
		}
		#FACESbreadcrumbs fieldset * {
			vertical-align: middle;
		}
		#FACESbreadcrumbs label {
			display: none;
		}
		label#FACESrememberLabel {
			margin-left: 5px;
			display: inline;
			font-weight: bold;
		}
		#FACESloginName, #FACESpassword {
			margin: 0 10px 0 5px;
			border: 1px solid #0f0f0f;
			width: 105px;
			height: 16px;
			background-color: white;
			color: black;
			text-align: left;
		}
		#FACESlogin {
			border: none;
			width: 80px;
			background: none;
			font-weight: bold;
			color: white;
			text-align: center;
			cursor: pointer;
		}
		#FACESusername {
			float: right;
		}

	/* !Notices */
		#FACESnotices li {
			margin-bottom: 1px;
			padding: 5px 10px;
			background-color: #0079c6;
			color: black;
		}
		#FACESnotices .none {
			display: none;
		}
		/*
		#FACESnotices .success {
			background-color: #56a10b;
		}
		#FACESnotices .failure {
			background-color: #c1272d;
		}
		#FACESnotices .information {
			background-color: #0079c6;
		}
		#FACESnotices .oops {
			background-color: #FFD700;
		}
		#FACESnotices .denied {
			background-color: #ff8000;
		}
		*/

	#FACESpage {
		height: 100%; /* IE on */
		padding-bottom: 61px;
	}
	#FACESwrapper > #FACESpage {
		height: auto; /* IE off */
		overflow: hidden;
	}

	/* footer */
		#FACESfooter {
			position: relative;
			z-index: 1;
			margin-top: -31px;
			background-color: #1a1a1a;
			font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
			text-align: center;
		}
		#FACESfootnav {
			margin: 0;
			height: 31px;
			background: url( /images/footerbk.gif ) repeat-x;
			padding-left: 0;
			text-align: center;
		}
		#FACESfootnav li {
			display: inline; /* IE on */
		}
		#FACESfootnav > /**/ li {
			display: -moz-inline-box;
			display: inline-block; /* IE off */
		}
		#FACESfootnav a {
			display: inline-block; /* IE on */
			width: 90px;
			height: 31px;
			font-weight: bold;
			line-height: 31px;
			color: white;
			text-decoration: none;
		}
		#FACESfootnav li > /**/ a {
			display: block; /* IE off */
		}
		a#FACESadminLink {
			color: #f66200;
		}
		#FACESyoutube {
			float: left;
			margin: 4px 0 0 4px;
		}
		#FACESyoutube img {
			border: 0;
		}
		#FACESfeatured {
			float: right;
			margin: 4px 4px 0 0;
		}
		#FACESfooter p {
			margin: 0 64px 0 0;
			line-height: 39px;
			color: white;
		}
		#FACESfootad {
			margin-top: 10px;
		}


/* !Carousel */

.carousel {
	position: relative;
	white-space: nowrap;
}

.carousel .area {
	position: relative; /* Prevent visible overflow in IE 6/7 */
	width: 100%; /* Prevent area expanding in IE6 */
	overflow: hidden;
}

.carousel .column,
.carousel .item {
	display: -moz-inline-box;
	display: inline-block;
}

.carousel .column .item {
	display: block;
}

.carousel .previous,
.carousel .next {
	position: absolute;
	top: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.carousel .previous {
	left: 0;
}

.carousel .next {
	right: 0;
}

.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	display: none;
}