/*
    Skin Name: Shuriken -- user.css
    Skin URI: http://www.lunaescence.com/
    Description: Shuriken is a light-weight, brown, cream, and tan skin.  It's slightly fixed width, and should adjust to fit resolutions down to 800x600.
    Author: Sally Anderson (Lazuli) and Marohi
    Author URI: http://www.lunaescence.com/
*/

/* Cascade the other style sheets via @import  __________________________________ */
	@import url("story.css");

/*  __________________________________Shuriken User Style Sheet __________________________________ */

#bioContainer {
	width:99%;
	margin: 15px auto 5px auto;
	padding:0 0 10px 0;
	position:relative;
	border-bottom:1px solid #CCC2B5;
}

#bioContainer TH {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
}

.avatarMenu {
	vertical-align:top;
	position:relative;
	width:auto;
	padding:2px;
}

.avatarMenu .ava {
	text-align:center;
	margin:15px 1px 1px 1px;
}

.avatarMenu #imLinks {
	line-height:2.5em;
	margin:15px 0 0 1px;
	font-size:10px;
}

#userMenu {
	margin:3px;
	font-size:11px;
	clear:both;
}

#userMenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#userMenu ul {
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	text-align: center;
	line-height:25px;
}

#userMenu ul li{
	display: inline;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	background: transparent url(images/slash.png) top right no-repeat;
}

.bioArea {
	vertical-align:top;
	width:100%;
	margin:0 0 0 1px;
}

.bioItem {
	border-bottom:1px solid #CCC2B5;
	margin:0 1px;
	padding:0 1px;
	line-height:1.36em;
}

#bioLeft {
	float:left;
	width:40%;
}

.theBio {
	position:relative;
	top:5px;
	left:auto;
	margin:0;
	padding:0;
	border:0;
}

.usrBar {
	color:#CCC2B5;
	background-color:#CCC2B5;
	border:0;
	height:1px;
	width:99%;
}

.editbio .biobox {
	position:relative;
	width:99%
}