.topicNameEditor{
	border: 1px solid #9D9D9D;
	background-color: #fbfaeb;
	font-size: 20px;
	font-weight: bold;
	height: 26px; 
}

.topicNameEditorHover{
	background-color: #fbfaeb;
}

.topicNameEditWait{
	color: #ddd;
}

h1#topicName{
    font-size:20px;
    width:auto;
	max-width:80%;
    margin:0;
    float:left;
}

.homePage .header{
    height:65px;
}

.homePage .body .rounded-outline {
    height:584px;
    width:73%;
}

.header .content .user{
    width:auto;
    float:right;
}

.header .content .user .avatar{
    float:left;
    border:1px solid #9d9d9d;
    margin:2px;
}

.header .content .user .details{
    float:left;
    margin-left:6px;
    padding:3px 6px;
}

.header .content .user .details a{
    font-size:11px;
    white-space:nowrap;
    color:#909090;
}

.header .content .user .details h3{
    font-size:0.94em;
}

.header .content .user .details .sb-inner{
    background:#f0eff0;
}

.homePage .widgetColumn{
    left:73%;
    position:absolute;
    right:0;
    top:6px;
}

.homePage .widgetColumn ul li{
    border-left:4px solid #b5b3b5;
    margin-bottom:10px;
}

.homePage .widgetColumn .widget{
    position:relative;
    padding:10px 10px 0 10px;
    background:transparent url(../images/bg/widget_bg.png) no-repeat 100% 0;
}

.homePage .widgetColumn .widget h2{
    font-size:14px;
    margin-bottom:10px;
}

.homePage .widgetColumn .widget input{
    width:100%;
}

.homePage .widgetColumn .close{
    font-size:1px;
    display:block;    
    width:100%;
    height:10px;
    background:transparent url(../images/bg/widget_bg.png) no-repeat 100% 100%;
}

.widget .copytoclipboard{
    text-decoration:none;
    display:block;
    text-align:center;
    margin-top:10px;
    width: 160px;
    height: 24px;
    font-weight:bold;
    line-height:1.7em;
    background:transparent url(../images/buttons/copytoclipboard_bg.png) no-repeat 0 0;
}

.homePage .widgetColumn .link .widget a h2,
.homePage .widgetColumn .widget h2{
    margin:0;
    line-height:1.45em;
}

.homePage .widgetColumn .link a{
    text-decoration:none;
}

.widgetColumn .invite ul li a,
.widgetColumn .invite h2{
	background:transparent url(../images/logos/invite_icons.png) no-repeat 0 0;
    width:20px;
    height:20px;
    text-indent: 28px;
    white-space:nowrap;
    line-height:25px !important
}

.widgetColumn .invite ul li a{
	display: block;
}

.widgetColumn .invite ul{
	list-style:none;
	margin: 3px 0 0 0;
	padding: 0;
	overflow:hidden;
	padding:0 0 0 29px;
}

.widgetColumn .invite ul li{
	display: inline;
	margin: 0 12px 0 0;
	border: none;
	float: left;	
}

.widgetColumn .invite .facebook{
	background-position: left -20px;
}

.widgetColumn .invite .yahoo{
	background-position: left -60px;
}

.widgetColumn .invite .google{
	background-position: left -40px;
}

.widgetColumn .invite .email{
	background-position: left -80px;
}

.widgetColumn .twitter a h2,
.widgetColumn .facebook a h2,
.widgetColumn .digg a h2,
.widgetColumn .share a h2{
    overflow:hidden;
}

.widgetColumn .twitter a h2 i,
.widgetColumn .facebook a h2 i,
.widgetColumn .digg a h2 i,
.widgetColumn .share a h2 i{
    background:transparent url(../images/buttons/icons-sprite.png) no-repeat 0 0;
    display:block;
    width:20px;
    height:20px;
    margin-right:4px;
    float:left;
}

.widgetColumn .twitter a h2 i{
    background-position: 0 -80px;
}

.widgetColumn .facebook a h2 i{
    background-position: 0 -100px;
}

.widgetColumn .digg a h2 i{
    background-position: 0 -120px;
}

.widgetColumn .share a h2 i{
    background-position: 0 -140px;
}

#grabLinkTxt, #grabEmbedTxt{
	font-size:0.9em;
	color:#666666;	
	height:17px;
	padding-top:3px;
}

.widgetColumn .currentMembers{
	height: 80px;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid #ddd;	
}

.widgetColumn .currentMembers ul li {
	border-left:none;
	font-weight:bold;
	margin:2px 0 2px 4px;
	color: gray;	
}

.widgetColumn .currentMembers ul li a{
	color: #0092BB;
	text-decoration: none;
}

/* Author dialog */
#messageAuthorDetails .authorInfo{
	width:100%;
}

#messageAuthorDetails .authorInfo .avatar{
	width: 48px;
	height: 48px;
	float:left;
}

#messageAuthorDetails .authorInfo .details{	
	font-size: 10px;
	color: #999;
	float:right;
	width:70%;
}

#messageAuthorDetails .authorInfo .details h4 strong{
	color:#016797;
}

#messageAuthorDetails .authorInfo .details .subDetails{	
}

#messageAuthorDetails .authorInfo .details .subDetails strong{
	font-weight: bold; 
}

#messageAuthorDetails .authorInfo .details .subDetails a{
	color:#59BAD3;
	text-decoration:none;
}

#messageAuthorDetails .authorInfo .details .subDetails a:hover{
	color: #999;
	text-decoration:underline;
}

#messageAuthorDetails .authorInfo .details .me, .me{
	background-color: #029502;
	color: #fff;	
	padding:2px;
	width:20px;
	text-align:center;
	text-transform: uppercase;
}

#memberDetails .me{
	display:inline;
	font-size:10px;
	font-weight:normal;
	margin:0 2px;
}

#captchaError,
#screenNameError{
	font-weight: bold;
	color: #d68742;
	padding-left: 20px;
	background:transparent url(/images/warning_15X15.png) no-repeat;
}

#memberAvatar{
   width:28px;
   height:30px;
}

.tangler_user_nav{padding:1px 0 1px 0;}
.tangler_user_nav ul{ margin:0 ; padding:0;  list-style:none;}
.tangler_user_nav li{ display:inline; padding:0 5px 0 0;}
.tangler_user_nav li a{ display:inline;}
