/* tags */

h1 {
	width: 920px;
	color: white;
	margin-bottom: 14px;
	font: 22px "Impact", Arial, serif;
}

h2 {
	height: 57px;
	color: #C7B299;
	overflow: hidden;
	font: bold 16px "Century Gothic", Arial, serif;
}

h3 {
	color: #C7B299;
	font: bold 16px "Century Gothic", Arial, serif;
}

p {
	color: white;
}

a {
	color: #C7B299;
	text-decoration: none;
}


/* Main */

#FACESpage {
	color: white;
	margin: 0 auto;
	padding-bottom: 10px;
	font: 14px "Century Gothic", Helvetica, Trebuchet, Arial, sans-serif;
	background-color: black;
}

#header {
	width: 960px;
	height: 142px;
	padding-top: 40px;
	padding-left: 30px;
	background: url( header.jpg ) no-repeat;
}

#header p {
	color: white;
}

.body {
	color: black;
	width: 910px;
	padding: 0 30px;
	overflow: hidden;
}

#mainFooter {
	height: 144px;
	width: 990px;
	margin-bottom: -10px;
	background: url( pageFooter.jpg );
}


/* Scroller arrows */

.carousel {
	padding: 0 24px;
}

.carousel .previous, 
.carousel .next {
	top: 0;
	width: 12px;
	height: 100px;
	padding-left: 12px;
	text-indent: 12px;
}

.carousel .previous {
	background: url( previous.jpg ) no-repeat;
}

.carousel .next {
	background: url( next.jpg ) no-repeat;
}


/* Paginator */

.pagination {
	text-align: center;
	padding-top: 10px;
}

.pagination a {
	color: white;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	-moz-box-align: center;
	display: inline-block;
	width: 125px;
	height: 32px;
	line-height: 32px;
	background: url( nav.jpg ) no-repeat;
}

.pagination a:hover {
	background: url( navHover.jpg ) no-repeat;
}


/*Navigation*/

#nav {
	width: 990px;
	height: 32px;
	text-align: center;
	margin: 10px 0;
	background: url( navBackground.jpg );
}

#nav a {
	height: 32px;
	width: 125px;
	color: white;
}

#nav li {
	width: 125px;
	height: 32px;
	margin: 0 10px;
	line-height: 32px;
	display: inline-block;
	background: url( nav.jpg ) no-repeat;
}

#nav li {
	display: inline;
}

#nav li:hover {
	height: 39px;
	background: url( navHover.jpg ) repeat-x;
}

#nav > /**/ li {
	display: -mox-inline-box;
	display: inline-block;
}


/* Achievements */

#achievements {
	clear: both;
	height: 90px;
	width: 990px;
}

#achievements h2 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

#achievements .body {
	width: 930px;
	overflow: hidden;
	background: url( achievementsBackground.jpg );
}

#achievements ul{
	float: left;
	height: 70px;
	overflow: hidden;
	margin: 0;
}

#achievements li {
	color: white;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

#achievements .off {
	color: gray;
}

.achievement .name {
	display: block;
}

.achievement .date {
	display: block;
	font-size: 10px;
	color: #C7B299;
}

#achievements form {
	float: right;
	margin-top: 16px;
}

#quickComment {
	position: relative;
}

#addQuickComment {
	color: white;
	width: 65px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background: url( postComment.jpg );
}

#addQuickComment:hover {
	color: gray;
}

#quickCommentText {
	width: 180px;
	color: black;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #C7B299;
	background-color: #C7B299;
}

#quickComment {
	text-align: right;
}

#achievements .footer {
	height: 10px;
	margin-top: 5px;
	background: url( seperator.jpg );
}

	
/*Actions*/

#actions {
	clear: both;
	height: 40px;
	width: 930px;
	line-height: 35px;
}

#actions .body {
	height: 40px;
	width: 960px;
	margin-left: -30px;
}

#actions h2 {
	display: none;
}

#actions a {
	float: left;
	height: 40px;
	color: white;
	padding-left: 55px;
	line-height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
}

#actions a:hover {
	color: #C7B299;
}

#actions .n1 {
	background-image: url( actions.jpg );
	background-position: 0 -10px;
}

#actions .n2 {
	background-image: url( actions.jpg );
	background-position: 0 -50px;
}

#actions .n3 {
	background-image: url( actions.jpg );
	background-position: 0 -90px;
}

#actions .n4 {
	background-image: url( actions.jpg );
	background-position: 0 -130px;
}

#actions .n5 {
	background-image: url( actions.jpg );
	background-position: 0 -170px;
}

#actions .n6 {
	background-image: url( actions.jpg );
	background-position: 0 -210px;
}

#actions .footer {
	height: 12px;
	line-height: 12px;
}


/* Ratings */

#rateMe {
	position: relative;
	float: right;
	color: white;
	line-height: 40px;
}

#rateMe a {
	padding-left: 0;
}

.rateMe a {
	vertical-align: middle;
	float: none;
	margin-right: 10px;
	display: -moz-inline-box;
	display: inline-block;
	width: 154px;
	height: 40px;
	cursor: pointer;
	background: url( rateStars.jpg ) no-repeat 0 -5px;
}

.rateMe .r1 {
	background-position: 0 -45px;
}

.rateMe .r2 {
	background-position: 0 -85px;
}

.rateMe .r3 {
	background-position: 0 -125px;
}

.rateMe .r4 {
	background-position: 0 -165px;
}

.rateMe .r5 {
	background-position: 0 -205px;
}

.rateMe .r6 {
	background-position: 0 -245px;
}

.rateMe .r7 {
	background-position: 0 -285px;
}

.rateMe .r8 {
	background-position: 0 -325px;
}

.rateMe .r9 {
	background-position: 0 -365px;
}

.rateMe .r10 {
	background-position: 0 -405px;
}

.rateMe .rated,
.rateMe a:hover {
	background-image: url( userRating.jpg );
}

.rateMe .spinner {
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
}


/* Home */

#profile dt {
	color: #C7B299;
	font-size: 12px;
	font-weight: bold;
}

#profile dd {
	color: white;
	margin-bottom: 5px;
	font-size: 12px;
}

#stats, 
#about {
	width: 220px;
	margin-left: 5px;
}

#stats dt, 
#about dt {
	width: 85px;
}

#stats dd, 
#about dd{
	width: 135px;
}

#additional {
	width: 340px;
}

#additional dt {
	width: 90px;
	margin-left: 10px;
}

#additional dd{
	width: 240px;
}

#profile dl, 
#profile dt, 
#profile dd {
	display: inline-block;
}

#profile dl, 
#profile dt, 
#profile dd {
	display: inline;
}

#profile .body > /**/ dl, 
#profile dl > /**/ dt , 
#profile dl > /**/ dd {
	display: -moz-inline-box;
	display: inline-block;
}

a.user, 
a.user:hover {
	color: #C7B299;
}

a.user .name {
	white-space: nowrap;
}

a.userLarge, 
a.userLarge:hover {
	height: 138px;
	color: #C7B299;
	display: -mox-inline-box;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

a.user.online, 
a.user.online:hover, 
a.userLarge.online, 
a.userLarge.online:hover {
	color: #C7B299;
}
		
#profile h3 {
	margin-top: 40px;
	color: #C7B299;
	clear: left;
	font-size: 16px;
	font-weight: bold;
}

#profile h2 {
	width: 990px;
	height: 37px;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	background: url( contentHeader.jpg ) no-repeat;
}

#profile .body {
	width: 910px;
	padding: 20px 40px;
	background: url( contentSlice.jpg ) repeat-y;
}

#profile p {
	width: 910px;
	overflow: auto;
	padding: 5px 0;
}

#aboutText {
	margin-top: 10px;
}

#profile .footer {
	height: 20px;
	width: 990px;
	background: url( contentFooter.jpg ) no-repeat;
}


/* Widgets */

#widgets h2 {
	height: 37px;
	width: 990px;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	background: url( contentHeader.jpg ) no-repeat;
}

#widgets li {
	width: 303px;
	text-align: center;
	display: inline-block;
}

#widgets li {
	display: inline;
}

#widgets .body > /**/ li {
	display: -moz-inline-box;
	display: inline-block;
}

#widgets .body {
	width: 950px;
	padding: 10px 0 10px 40px;
	background: url( contentSlice.jpg );
}

#widgets img {
	margin: 10px 0;
}

#widgets input{
	width: 200px;
	color: white;
	border: 1px solid #C7B299;
	background-color: #444444;
}

#widgets .footer {
	height: 14px;
	line-height: 14px;
	background: url( contentFooter.jpg );
}


/* Blog */

#blog .body {
	width: 910px;
	padding: 10px 30px 10px 40px;
	background: url( contentSlice.jpg ) repeat-y;
}

#blog .more {
	color: #C7B299;
	float: right;
	margin-bottom: 10px;
}

#blog h2 {
	width: 990px;
	height: 37px;
	clear: both;
	padding-top: 20px;
	font-size: 20px;
	text-align: center;
	background: url( contentHeader.jpg );
}

#blog h3 {
	color: #C7B299;
	clear: right;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
}

#blog .blogFooter {
	height: 14px;
	width: 990px;
	line-height: 14px;
	background: url( contentFooter.jpg );
}

#blogComments h2 {
	height: 37px;
	width: 990px;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	background: url( contentHeader.jpg );
}

#blogComments .body {
	color: white;
	width: 930px;
	margin-left: 0;
	background: url( contentSlice.jpg );
}

#blogComments .entry {
	height: 100px;
	padding-left: 74px;
	margin: 20px 0;
}

#blogComments .entries > .entry {
	height: auto;
	overflow: hidden;
}

#blogComments .datetime {
	display: block;
	color: #C7B299;
}

#blogComments  .user {
	float: left;
	margin-left: -64px;
	margin-right: 20px;
}

#blogComments .footer {
	height: 14px;
	line-height: 14px;
	background: url( contentFooter.jpg );
}

#postComment {
	width: 990px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

#addComment {
	cursor: pointer;
	margin-top: 10px;
	background: url( paginator.jpg );
}

#addComment:hover {
	color: darkred;
}

#blog .footer {
	height: 14px;
	background: url( contentFooter.jpg ) no-repeat;
}


/* Gallery */

#gallery h2 {
	width: 990px;
	margin: 0;
	text-indent: 1000px;
	text-align: center;
}

#gallery .body {
	width: 930px;
	margin: 0 auto 0 0;
	text-align: center;
}

#gallery .area input {
	display: none;
}

#albums, 
#photos{
	width: 730px;
	height: 176px;
	padding: 0 12px;
	margin: 0 auto;
	text-align: left;
}

#albums .area input, 
#photos .area input {
	display: none;
}

#albums .item, 
#photos .item {
	color: white;
	text-align: center;
	padding-top: 28px;
	width: 146px;
	height: 148px;
	line-height: 100px;
	cursor: pointer;
	background: url( photoBackground.jpg ) no-repeat;
}

#albums .wedge,
#photos .wedge {
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	height: 100px;
}

#albums img, 
#photos img {
	vertical-align: middle;
}

#albums .caption,
#photos .caption {
	margin: 8px 21px 0 21px;
	display: block;
	width: 105px;
	overflow: hidden;
	line-height: 22px;
}

#albums .previous, 
#photos .previous, 
#albums .next, 
#photos .next {
	top: 32px;
}

#photo {
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin: 20px 0;
	padding: 10px 51px;
}

#photo {
	display: inline;
}

#photo .top {
	top: 10px;
}

#photo .bottom {
	bottom: 10px;
}

.body > /**/ #photo {
	display: -moz-inline-box;
	display: inline-block;
}

#photo .previous, 
#photo .next {
	position: absolute;
	width: 51px;
	height: 41px;
	overflow: hidden;
	text-indent: 51px;
	cursor: pointer;
}

#photo .previous {
	left: 0;
	background: url( previousArrow.jpg ) no-repeat;
}

#photo .next {
	right: 0;
	background: url( nextArrow.jpg ) no-repeat;
}

#photo img {
	border: 2px solid black;
}

#photoComments {
	width: 990px;
	text-align: left;
	margin-left: -30px;
	padding-right: 30px;
	background: url( contentSlice.jpg ) repeat-y;
}

#photoComments h3 {
	width: 960px;
	height: 58px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: center;
	font-size: 20px;
	background: url( contentHeader.jpg ) no-repeat;
}

#photoComments .comments {
	width: 990px;
	padding-left: 30px;
}

#photoComments .comment {
	color: white;
	height: 100px;
	margin-bottom: 20px;
	padding-left: 74px;
	overflow: hidden;
}

#photoComments .user {
	float: left;
	margin-left: -74px;
	margin-right: 10px;
}

#photoComments .more {
	color: gray;
	float: right;
	padding-right: 40px;
	margin-bottom: 20px;
}

#photoComments .datetime {
	color: #C7B299;
}

#postPhotoComment {
	width: 900px;
	text-align: center;
	clear: right;
	margin-left: 45px;
}

#addPhotoComment {
	color: white;
	width: 125px;
	height: 32px;
	cursor: pointer;
	margin: 10px 0;
	text-align: center;
	background: url( nav.jpg ) no-repeat;
}

#addPhotoComment:hover {
	background: url( navHover.jpg ) no-repeat;
}

#gallery .footer {
	height: 20px;
	background: url( contentFooter.jpg ) no-repeat;
}


/* Comments */

#comments h2 {
	height: 38px;
	width: 990px;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	background: url( contentHeader.jpg ) repeat-y;
}

#comments h3 {
	color: #C7B299;
}

#comments .body {
	color: white;
	width: 910px;
	padding: 0 40px;
	background: url( contentSlice.jpg ) repeat-y;
}

#comments .entry {
	height: 100px;
	padding-left: 74px;
	margin: 20px 0;
}

#comments .entries > .entry {
	height: auto;
	overflow: hidden;
}

#comments .datetime {
	display: block;
	color: #C7B299;
}

#comments  .user {
	float: left;
	margin-left: -74px;
	margin-right: 20px;
}

#comments .paginator {
	text-align: center;
}

#comments p {
	float: left;
}

#postComment {
	width: 890px;
}

#addComment {
	color: white;
	height: 32px;
	width: 125px;
	line-height: 32px;
	background: url( nav.jpg ) no-repeat;
}

#addComment:hover {
	color: white;
	background: url( navHover.jpg ) no-repeat;
}

#comments .footer {
	height: 20px;
	background: url( contentFooter.jpg ) no-repeat;
}


/* Friends */

#friends h2 {
	width: 990px;
	text-indent: 1000px;
}

#friends .body {
	width: 930px;
	padding-bottom: 40px;
}

#myFriends .next, 
#myFriends .previous {
	top: 100px;
}

#myFriends {
	margin: 0 auto;
	width: 840px;
	height: 316px;
	padding: 0 24px;
}

#myFriends .column {
	margin: 0 10px;
	width: 64px;
}

#myFriends .item {
	margin-bottom: 10px;
}

#myFriends a.user, 
#myFriends a.user:hover {
	color: white;
}

#myFriends a.user .name {
	white-space: nowrap;
}

#myFriends a.userLarge, 
#myFriends a.userLarge:hover {
	height: 138px;
	color: white;
	display: -mox-inline-box;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

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


/* Videos*/

#videos h2 {
	height: 20px;
	width: 990px;
	margin-left: 0;
	text-indent: 1000px;
}

#videos .body {
	color: white;
	width: 930px;
	min-height: 100px;
	margin-left: 0;
	padding-bottom: 50px;
	text-align: center;
}

#videos h2 {
	height: 40px;
	line-height: 40px;
}

#videos h3 {
	color: #C7B299;
	margin-top: 10px;
}

#myVideos {
	width: 690px;
	height: 100px;
	text-align: left;
	margin: 10px auto 0 auto;
}

#videos .item {
	margin-left: 10px;
	margin-right: 10px;
}

#videos .area input {
	display: none;
}

#videos .footer {
	height: 15px;
}