@charset "UTF-8";
/* CSS Document */
.box{
	margin-bottom:3px;
}

h3.banner{
	background-image:none;
	font-weight:normal;
	padding-left:5px;
	margin:0px;
}

#outer_container{
	position:relative;
	left:0px;
	width:970px;
	height:1020px;
	margin-top:-5px;
}

#personal_details_outer{
	position:absolute;
	top:0px;
	left:0px;
	width:350px;
	height:255px;
}
#personal_details_inner{
	height:180px;
	width:350px;
}

#avatar{
	position:relative;
	top:10px;
	height:150px;
	left:10px;
	width:150px;
	text-align:center;
}

#user_information_outer{
	position:absolute;
	top:25px;
	left:170px;
}

#user_links{
	position:absolute;
	left:5px;
	top:195px;
}

#open_wardrobe{
	position:absolute;
	bottom:3px;
	right:6px;
}

a.option{
	text-transform:uppercase;
	font-size:0.8em;
	text-decoration:none;
}

#hot_piece_outer{
	position:absolute;
	top:70px;
	left:170px;
	height:100px;
	width:175px;
}
#hot_piece_inner{
	position:absolute;
	text-align:center;
}

#hot_label{
	text-align:center;
	position:relative;
	width:175px;
}

#hot_image{
	position:relative;
	width:175px;
}

#hot_image img{
	cursor:pointer;
}

#hot_zoom{
	position:absolute;
	bottom:3px;
	right:3px;
	text-align:center;
}

#outfit_vote_outer{
	position:absolute;
	top:0px;
	left:360px;
	width:325px;
	height:350px;
}

.outfit_choice{
	width:49.5%;
	height:330px;
	float:left;
	text-align:center;
	position:relative;
}

.choice_label{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:3px;
}

.edit_choices{
	position:absolute;
	right:3px;
	bottom:3px;
}

.removedOutfit{
	position:absolute;
	top:130px;
}

.votes_box{
	clear:both;
	position:absolute;
	top:270px;
	left:0px;
	width:100%;
}

.votes_bar{
	clear:both;
	position:absolute;
	top:265px;
	width:315px;
	margin:5px;
	height:18px;
}
.votes_bar_inner{
	padding-right:5px;
}

.pink_bar{
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.pink_bar_inner{
	padding-left:5px;
}

.votes_a{
	position:absolute;
	left:22px;
	top:252px;
}
.votes_b{
	position:absolute;
	right:22px;
	top:252px;
}

#wearing_today_outer{
	position:absolute;
	top:0px;
	left:695px;
	width:275px;
	height:350px;
}

#wearing_explanation{
	position:absolute;
	right: 3px;
	bottom: 60px;
	width:80px;
	text-align:right;
	line-height:1em;
}

#todays_outfit{
	height:270px;
	text-align:center;
}

#todays_notes{
	position:absolute;
	left:25px;
	width:235px;
	bottom:5px;
	height:40px;
	text-indent:35px;
	padding:3px;
	overflow:hidden;
}

#todays_notes_label{
	width:45px;
	position:absolute;
	font-weight:bold;
	bottom:36px;
	padding:3px;
	left:5px;
}

#my_sites_outer{
	position:absolute;
	top:265px;
	left:0px;
	width:350px;
	height:85px;
}

.site{
	padding:1px 3px;
	float:left;
}

#my_friends_outer{
	position:absolute;
	top:360px;
	left:0px;
	width:160px;
	height:660px;
}

.stylist_outer{
	width:70px;
	float:left;
	margin:2px 0px;
	margin-left:4px;
	text-align:center;
}

.stylist_inner{
	padding:5px;
}

.username{
	height:30px;
	width:70px;
	word-break: break-all;
	overflow:hidden;
	line-height:14px;
}

#recent_additions_outer{
	position:absolute;
	top:570px;
	left:170px;
	width:515px;
	height:450px;
}

.recent_item{
	height:125px;
	position:relative;
	text-align:center;
	float:left;
	width:19.9%;
	margin:5px 0px;
	overflow: hidden;
	cursor:pointer;
}

.recent_item_buttons{
	display:none;
	z-index:1;
	position:absolute;
	left:3px;
	bottom:3px;
}

.recent_item img{
	max-height: 125px;
	max-width: 85px;
}

#recent_outfits_outer{
	position:absolute;
	top:360px;
	left:170px;
	width:515px;
	height:200px;
}
.recent_outfit{
	height:150px;
	position:relative;
	text-align:center;
	float:left;
	width:19.9%;
	margin:0px;
	cursor:pointer;
}

#thoughts_outer{
	position:absolute;
	top:380px;
	left:695px;
	width:275px;
	height:640px;
	overflow-x:hidden;
	overflow-y:auto;
}

#gossip_header{
	position:absolute;
	top:360px;
	left:695px;
	width:275px;
	z-index:2;
}

#thoughts_inner{
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	height:640px;
}

.gossip_item_outer{
	margin:5px;
	margin-right:10px;
	position:relative;
	left:5px;
}

.gossip_item_inner, .gossip_item_inner_self{
	padding:5px;
}

.gossip_tip, .gossip_tip_self{
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:-1px;
	margin-bottom:2px;
	width:100%;
	height:10px;
}

.gossip_tip_self{
	background-position:top right;	
}

.gossip_delete{
	position:absolute;
	bottom:15px;
	left:5px;
}

.posted_date, .posted_by{
	font-size:0.8em;
	font-weight:bold;
	float:right;
}

.wardrobe{
	width:100%;
	height:100%;
	position:relative;
}

.wardrobe_item{
	float:left;
	width:90px;
	height:90px;
	margin:5px;
	cursor:pointer;
}

.outfit_item{
	float:left;
	width:115px;
	height:150px;
	margin:5px;
}

.stylist_item{
	float:left;
	width:90px;
	height:110px;
	margin:5px;
	text-align:center;
	text-transform:none;
}
.stylist_item_add{
	float:left;
	width:90px;
	height:130px;
	margin:5px;
	text-align:center;
	text-transform:none;
}
.stylist_item_pending{
	float:left;
	width:100px;
	height:160px;
	margin:5px;
	text-align:center;
	text-transform:none;
}

.stylist_item_pending_links{
	width:100px;
	bottom:2px;
}

#wardrobe_page_links{
	position:absolute;
	right:3px;
	bottom:3px;
}

#wardrobe_message{
	position:absolute;
	left:3px;
	bottom:3px;
}

#wardrobe_zoom{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:3;
}

#wardrobe_zoom_bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	background-color:white;
	opacity:0.95;
}

#wardrobe_zoom_close{
	width:100%;
	text-align:center; 
	position:absolute; 
	bottom:5px;
	left:0px;
}

#outfit1{
	position:absolute;
	right:15px;
	top:15px;
	height:175px;
	width:150px;
}

#outfit1_options{
	position:absolute;
	right:15px;
	top:195px;
	height:30px;
	width:150px;
	text-align:center;
}

#outfit2{
	position:absolute;
	right:15px;
	top:240px;
	height:175px;
	width:150px;
}

#outfit2_options{
	position:absolute;
	right:15px;
	top:420px;
	height:30px;
	width:150px;
	text-align:center;
}

#outfit_browser{
	position:absolute;
	left:15px;
	top:15px;
	width:500px;
	height:500px;
}

#outfit_choice_save{
	position:absolute;
	bottom:13px;
	right:15px;
	width:150px;
	text-align:center;
}

.smileys{
	width:300px;
}