/* tags */

html {
	height: 100%;
	background-color: #3a3a3a;
}

body {
	/* position: relative; - breaks offsetLeft calculation */
	margin: 0 auto;
	width: 990px;
	height: 100%;
}


/* index */

#FACESwrapper {
	width: 100%;
	height: 100%;
	background-color: white;
}


/* 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 {
	margin-left: 22px;
	display: inline;
	padding-left: 3px;
	list-style-image: url( /images/breadcrumb.png );
}

#FACESbreadcrumbs li.first {
	margin-left: 0;
	padding-left: 0;
}

#FACESbreadcrumbs form {
	padding: 5px 0 0 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;
	font: 12px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
	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;
}

#FACESpage {
	/* height: expression( ( document.body.clientHeight - 256 ) + "px" ); */ /* IE 6 */
}

#FACESwrapper tr > #FACESpage {
	height: expression( ( document.body.clientHeight - 216 ) + "px" ); /* IE 7 */
}


/* footnav */

#FACESfootnav {
	height: 31px;
	background: url( /images/footerbk.gif ) repeat-x;
	font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
	text-align: center;
}

#FACESfootnav li {
	display: inline; /* IE on */
}

#FACESfootnav ul > /**/ 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;
}


/* footer */

#FACESfooter {
	background-color: #1a1a1a;
	padding: 4px;
	overflow: hidden;
	font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
	text-align: center;
}

#FACESyoutube {
	float: left;
}

#FACESfeatured {
	float: right;
}

#FACESfooter p {
	margin-bottom: 0;
	padding: 0;
	line-height: 31px;
	color: white;
	text-align: center;
}

#FACESfootad {
	margin-top: 10px;
}


/* !User */

.user,
.userLarge {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	width: 64px;
	height: 98px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.userLarge {
	width: 104px;
	height: 138px;
}

.user:hover,
.userLarge:hover {
	color: #666;
	text-decoration: none;
}

.user a,
.userLarge a {
	font-weight: normal;
	color: #666;
}

.user.online a,
.userLarge.online a {
	color: white;
}

.user .female,
.user .male,
.user .genderfemale,
.user .gendermale,
.user .genderunknown,
.userLarge .genderfemale,
.userLarge .gendermale,
.userLarge .genderunknown {
	margin: 2px 0;
	border-width: 2px;
	border-style: solid;
	display: block;
	width: 60px;
	height: 60px;
}

.userLarge .genderfemale,
.userLarge .gendermale,
.userLarge .genderunknown {
	width: 100px;
	height: 100px;
}

.user .female,
.user .genderfemale,
.userLarge .genderfemale {
	border-color: #d32382;
}

.user .male,
.user .gendermale,
.userLarge .gendermale {
	border-color: #0068f6;
}

.user .genderunknown,
.userLarge .genderunknown {
	border-color: white;
}

.user .name,
.user .additional,
.userLarge .name,
.userLarge .additional {
	display: block;
	width: 64px; /* IE - constrain to parent width */
	overflow: hidden;
	white-space: nowrap;
}

.userLarge .name,
.userLarge .additional {
	width: 104px;
}

.user .mood,
.userLarge .mood {
	position: absolute;
	right: 2px;
	bottom: 19px;
	width: 20px;
	height: 20px;
}

.user .rating,
.userLarge .rating {
	position: absolute;
	right: 2px;
	top: 19px;
	width: 20px;
	background: url( /images/rating.png ) no-repeat;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: white;
	text-align: center;
}

.user .eyesBlack,
.userLarge .eyesBlack {
	background-color: black;
}

.user .eyesBlue,
.userLarge .eyesBlue {
	background-color: blue;
}

.user .eyesBrown,
.userLarge .eyesBrown {
	background-color: #6a2f00;
}

.user .eyesGreen,
.userLarge .eyesGreen {
	background-color: green;
}

.user .eyesGray,
.userLarge .eyesGray {
	background-color: gray;
}

.user .eyesHazel,
.userLarge .eyesHazel {
	background-color: hazel;
}

.user .eyesUnknown,
.userLarge .eyesUnknown {
	background-color: white;
}


/* !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;
	cursor: pointer;
}

.carousel .previous {
	left: 0;
}

.carousel .next {
	right: 0;
}

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


/* !Misc */

#gallery .item img,
#videos .item img {
	cursor: pointer;
}