/* PROFILE */

/********** PROFILE INTERFACE **********/


.author h2{
	font-size: 18px;
}

.author #wrapper{
	background:url("images/page-background.png") repeat-y scroll -52px 0 #f3f8f8;
}
.author #header{
	border-color:#DDDDDD;
	border-style:solid;
/*	border-width:0 0 4px; */
}

.author #wrapper{
	padding-top: 25px;
}

.author #sidebar{
	border: none;
	width: 250px;
	height: 100%;
	text-align: left;
	position: absolute;
	background:  #F3F8F8;
	top: 0;
}

.author #transparent-border{
	background: black;
	filter: alpha(opacity=02);
	opacity: 0.02;
	left: 250px;
	height: 100%;	
	position: absolute;
	width: 6px;
}

.my-author{
	min-height:600px;
	width: 1000px;
	margin-top:0;	
}

.user-author{
	min-height:600px;
	width: 1000px;
/*	margin-top:150px !important */
}





#menu-profile-bio{
	border-right:1px solid;
	font-weight:bold;
	height:80px;
	left:160px;
	padding-right:10px;
	padding-top:40px;
	position:absolute;
	top:40px;	
}

#menu-profile-connect{
	border-right:2px solid;
	left:550px;
	padding-right:10px;
	position:absolute;
	top:40px;
	font-weight: bold;
}

#menu-profile-description{
/*	border:1px solid; */
	height:120px;
	left:210px;
	overflow-y:auto;
	position:absolute;
	text-align:left;
	top:40px;
	width:301px;
}


#menu-profile-social{
	left:200px;
	position:absolute;
	
}


.author .comment{
/*	background-color:#F3F8F8;
	border-color:black; 
	color: white;*/
	border-style:solid;
	border-width:20px 0px 0px;
	margin-right:15px;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:5px;
	position:relative;
	text-align:left;
}


.author .open-rule-header{
	background:url("images/open-rule-ribbon.png") no-repeat scroll right 0 #f3f8f8;
	padding:20px 65px 10px 5px;
	position: relative;
}

.author .closed-rule-header{
	background:url("images/closed-rule-ribbon.png") no-repeat scroll right 0 #f3f8f8;
	padding:20px 65px 10px 5px;
	position: relative;
}

.author .open-rule, .moderator-page .closed-rule{
	color:black;
	font-size:16px;
	padding:10px 10px 60px 105px;
	position:relative;
	text-align:left;
}

.author .open-rule a, .moderator-page .closed-rule a{
	text-decoration: none;
	color: black;
}


.author #menu-secondary{
	background-color:#C2C6C6;
	border-color:#4B4B4B;
	border-style:solid;
	border-width:0 0 1px;
	padding-top:0;	
}

.author .comment-date {
	color: white;
}

.author #expand{
	background-color:black;
	border:2px solid black;
	margin:0 45%;
	padding:5px 10px;
	position:absolute;
	top:25px;
	display: none;
}

#profile-is-private{
	display: none;
}
#profile-is-public{
	display: none;				
}

#profile-is-public, #profile-is-private{
	z-index: 100;
	
}

.other-user-profile{
	margin-top: 150px;
}

#menu-profile-user-name{
	color:#545454;
	font-size:15px;
	left:10%;
	position:absolute;
	font-weight: bold;
}

#menu-profile-edit-profile{
	position: absolute;
	left: 40%;
}

#menu-profile-privacy{
	position: absolute;
	right: 3%;
	
}
#profile-sidemenu {
	background:none repeat scroll 0 0 #F3F8F8;
	border-color:#EDF4F4;
	border-style:solid;
	border-width:5px 0 5px 5px;
	margin:35px 0 20px 125px;
	padding:0 15px 0 0;
}

#profile-sidemenu .profile-sidemenu{
	padding: 7px 0 4px 40px;
	position:relative;
}

#profile-view-discussion{
	margin-top: 100px;
}

#profile-sidemenu .profile-header-discussions a{
	color: white;
}


.profile-sidemenu a{
	color: #7e828d;
	text-decoration: none;
}

#profile-sidemenu .profile-header-discussions{
	background:url("images/Profile_Ribbon_Blue.png") no-repeat scroll 9px center transparent;
	color:white;
	padding-left:35px;
	position:relative;
	text-align:left;
	width:98px;
}

#profile-sidemenu .profile-sidemenu-header {
	background: #409DD7;
	color: white;
	height: 18px;
	line-height: 18px;
	margin: -5px 0 0 -5px;
	padding-left: 6px;
	width: 119px;
}

.profile-sidemenu-star-selected a, .profile-sidemenu-comments-selected a, .profile-sidemenu-responses-selected a, .profile-sidemenu-recent-selected a {
	color: #409DD7;
}


#profile-sidemenu .profile-sidemenu-star{
	background:url("images/bubble_star_OFF.png") no-repeat scroll 10px center transparent;
	position: relative;	
}
#profile-sidemenu .profile-sidemenu-star-selected{
	background:url("images/bubble_star_ON.png") no-repeat scroll 10px center transparent;
	position: relative;	
}




#profile-sidemenu .profile-sidemenu-comments{
	background:url("images/bubble_reply_OFF.png") no-repeat scroll 10px center transparent;
	position: relative;		
}
#profile-sidemenu .profile-sidemenu-comments-selected{
	background:url("images/bubble_reply_ON.png") no-repeat scroll 10px center transparent;
	position: relative;		
}




#profile-sidemenu .profile-sidemenu-responses{
	background:url("images/bubble_reply_OFF.png") no-repeat scroll 10px center transparent;
	position: relative;		
}
#profile-sidemenu .profile-sidemenu-responses-selected{
	background:url("images/bubble_reply_ON.png") no-repeat scroll 10px center transparent;
	position: relative;		
}



#profile-sidemenu .profile-sidemenu-recent{
	background:url("images/bubble_recent_OFF.png") no-repeat scroll 10px center transparent;
	position: relative;		
}
#profile-sidemenu .profile-sidemenu-recent-selected{
	background:url("images/bubble_recent_ON.png") no-repeat scroll 10px center transparent;
	position: relative;		
}



	
#profile-sidemenu-title, #profile-sidemenu-title {
	background: #c8ced0;
	color: #7e828d;
	height: 18px;
	line-height: 18px;
	padding-left: 6px;
	vertical-align: center;
}


#profile-sidemenu-rss{
	background:url("images/Profile_RSS_OFF.png") no-repeat scroll center 28px #DFE4E4;
	height: 75px;
	margin:0 0 20px 125px;
}
	#profile-sidemenu-rss:hover{
		background:url("images/Profile_RSS_ON.png") no-repeat scroll center 28px #DFE4E4;
	}

#profile-sidemenu-tutorial{
	background:url("images/Profile_Video_OFF.png") no-repeat scroll center 28px #DFE4E4;
	height: 75px;
	margin:0 0 20px 125px;

}
	#profile-sidemenu-tutorial:hover{
		background:url("images/Profile_Video_ON.png") no-repeat scroll center 28px #DFE4E4;
	}


#profile-filter-comments{
	color:#7E828D;
	left:260px;
	margin:15px 0 0 30px;
	position:absolute;
	width:200px;
}

	#profile-filter-comments a {
		color: #5d606c;
		text-decoration: none;
		
	}

.profile-filter-title {
	margin: 8px 0 8px;
}

#profile-comments{
	margin-left:260px !important;
	padding:10px;
}

.public #profile-comments{
	margin-left:260px !important;
	padding:10px;
}


#profile-comments .comment{
	margin-bottom: 5px;
	background-color: white;
}



.author .comment{
	display: block;
}
.author .comment-author{
	display: block;
	float: left;
}


.author #commentbox {
	overflow-x: hidden;
	overflow-y: scroll;
	background: none repeat scroll 0 0 transparent;
	-moz-box-shadow: none;
	border: none;
	height: 800px;
}



#menu-profile-user-name{
	margin-left:0;
	margin-top:5px;
	text-align:left;
	width:200px;
	text-transform:capitalize;	
}

#menu-profile-edit-profile  {
	margin-top:2px;
	width:200px;
	
	
}

#wrapper .videos{
	margin-left: 500px!important;
}
#menu-profile-privacy  {
float:right;
margin-right:0;
margin-top:2px;
width:300px;
}


#menu-secondary{
	color: #727373	;
/*	background-color: #c2c6c6; */
}



#menu-secondary a{
	color: #727373	;
	text-decoration: none;
}



.moderator-logged-in .author  .unread {
	background-color: white;
}


.profile-comments{
	position: relative;
}

.my-author .videos{
	margin-left:100px;
}

.my-author #profile-comments{
	margin-left:100px;
	width:90%;
	padding: 0;
	padding-top: 40px;
}

.public .videos{
	margin-left: 0 !important;
/*	margin-top:150px !important */
}

