#header {
	background-image:none !important;
	background-color: #4e4e4e;
	margin: 0 auto 0 0 !important;
	padding: 0 !important;
	width:100%;
	border-radius: 5px 5px 0 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	position:relative;
	z-index: 10;
}

.header-holder {
   padding: 18px 12px 0 12px;
   margin: 0 !important;
   width: auto;
}

/*
.logo2 {
	background: url(/images/logo2.png) no-repeat bottom;	
}*/

.addnav > li {
	margin-left: 12px;
}

#main {
    border-radius: 0 0 5px 5px;
    margin-top: 0;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}

.clearfix:after, div:after, ul:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix, div, ul{display:inline-block;}
* html .clearfix{height:1%;}
* html div{height:1%;}
* html ul{height:1%;}
.clearfix, div, ul{display:block;}

.section {
	padding-bottom: 10px;
}

a {
	color:#4e4e4e;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.hidden {
	display:none !important;
}

[contenteditable="true"].profile-input {
       white-space: nowrap;
       width:200px;
       overflow: hidden;
   } 
[contenteditable="true"].profile-input br {
    display:none;

}
[contenteditable="true"].profile-input * {
    display:inline;
    white-space:nowrap;
}
	
.loading {
padding: 0 0 0 5px;
}

#cover {
	margin: 0;
	padding: 0;
    line-height: 0;
}

#cover img {
	max-width:100%;
	width:100%;
}

.profile-content {
}

.profile-content h2 {
	font-size:18px !important;
	margin-bottom: 9px !important;
}

.profile-top {
	padding:10px;
	margin-bottom: 10px;
}

.profile-title {
	clear:both;
}

.profile-title h1 {
	display:inline-block;
	float:left;
}

.profile-title ul.profile-options {
	line-height:35px;
	float:right;
}

.profile-image {
	float:left;
	width:25%;
}

.profile-info {
	float:left;
	width:74%;
}

.profile-stats {
    clear: both;
}

.profile-stats .profile-row {
    float: left;
    margin-top: 4px;
}

.profile-stats .profile-stat {
    font-weight: normal;
}

.profile-stats .profile-text {
    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;
}

.profile-stats .profile-label {
    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;
}


.profile-image-cont {
	padding:10px;
	width:180px;
	height:150px;
	border: 1px solid #c0c0c0;
	position:relative;
}

.profile-img {
	width:180px;
	height:150px;
	position:absolute;
	z-index:2;	
	text-align:center;
}

#profileAvatarForm {
	display:none;
}

.profile-avatar {
	max-width:180px;
	max-height: 150px;
}

.profile-avatar-button {
	position:absolute;
	border:1px solid #c0c0c0;
	background-color:#4e4e4e;
	color:white;
	z-index:2;
	bottom:10px;
	left:35px;
	font-weight:bold;
	padding:3px 6px 3px 6px;
	cursor:pointer;
}

.profile-avatar-button:hover {
	background-color:#c0c0c0;
	color:white;
}

.profile-avatar-uploading {
	background: url(/images/loading.ico);
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	display:none;
	position:absolute;
	z-index:6;
}

.profile-avatar-file {
	position:absolute;
	opacity: 0;
	z-index:5;	
	bottom:10px;
	left:35px;
}

.profile-avatar-iframe {
	display:none;
}

.profile-left {
	float:left;
	width:33.3%;
}

.profile-left-inner {
	padding: 0 10px 0 0;
}

.profile-right {
	
	/*float:left;
	width: 100%;*/
}

.profile-right-inner {
}

.profile-row {
	padding:0 0 6px 0;
}

.profile-stat {
	color:red;
	font-weight:bold;
}

.profile-text {
    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;
}

.profile-label {
	display:inline-block;

    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;

	/*min-width:90px;*/
}

.profile-row {
    margin-right: 20px;
}

.profile-bio {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-bio .profile-row {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    background: #fafafa;
}

.profile-bio .profile-row:before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: -9px;
    text-indent: 9999px;
    background: inherit;
    border: 1px solid transparent;
    border-left-color: inherit;
    border-bottom-color: inherit;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profile-bio textarea#user-bio {
    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;
}

.profile-bio .profile-textarea {
    display: inline-block;
    width: 580px;

    font-family: 'HelveticaNeueLTStd55Roman';
    font-weight: normal;
    font-size: 14px;
}

a.profile-edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: nowrap;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	margin-left: 3px;
	width:8px;
	height:12px;
	display:inline-block;
	background: #4e4e4e url(/images/edit.png) no-repeat center center;
	background-size: 8px 10px;
	color: #fff;
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	text-decoration:none;
}

a.profile-add {
	background: #4e4e4e url(/images/add.png) no-repeat center center;
	background-size: 8px 10px;

}

a.profile-delete {
	background: #4e4e4e url(/images/delete.png) no-repeat center center;
	background-size: 8px 10px;
}

.profile-link-icon {
	max-width:18px;
	max-height:18px;
}

.profile-options  {
	margin: 0;
	padding: 0;	
}

.profile-options li {
	
	list-style-type: none;
	float:left;
	padding: 0 12px 0 0px;
}

.profile-dialog {
	
	display:none;
	overflow:hidden !important;
	clear:both;
}

.profile-dialog-left {
	width:50%;
	float:left;
}

.profile-dialog-right {
	width:47%;
	float:right;
}

.profile-dialog-box {
	width:100%;
	float:none;
}

.profile-dialog-box:not(:last-child) {
	border-bottom: 2px solid #787878;
}

.profile-section-head {
	color: #fc5336;
	margin: 0 !important;
	width:100%;
	font: 14px/16px 'Arial', Georgia, 'Times New Roman', Times, serif;
	padding-bottom:9px;
}

.profile-dialog-delete  {
	float:right;
	display: inline-block;
}

.profile-dialog-section {
	padding:9px 0 9px 0;
}

.profile-dialog-section:not(:last-child) {
	border-bottom: 2px solid #787878;
}

.profile-dialog-subsection {
	padding-bottom:6px;
}

.profile-dialog-row {
	padding-bottom:4px;
}

.profile-dialog input[name=background_url] {
	width:150px;
}

.profile-dialog-file {
	position:relative;
}

.profile-dialog-file iframe {
	display:none;
}

.button {
	font: 12px/14px 'Arial', Georgia, 'Times New Roman', Times, serif;
	padding: 2px 10px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #b44c4c;
	cursor:pointer;	
}

.button:hover {
	color:#8A8585;
	background: #DBB3B3;
}

.button-disabled {
	color:#8A8585;
	background: #DBB3B3;
}

.profile-dialog-file:hover > .button {
	background: #696969;
}

.profile-dialog-file .button {
	position: absolute;
	z-index: 4;
	margin-left:10px;
}

.profile-dialog-file input[type=file] {
	position: absolute;
	opacity: 0;
	z-index: 5;

}

#backgroundCategorySelect {
	
	max-width:150px;
}

.profile-background-scroller {
	padding-top:3px;
	max-width:421px;
	height: 70px;
	clear:both;
}

.profile-background-prev {
	float:left;
	width:14px;
	height: 70px;
	background: url('/images/scroller-buttons.png') no-repeat left top;
}

.profile-background-prev-hover {
	background-position: left center;
}

.profile-background-prev-click {
	background-position: left bottom;
}

.profile-background-items {
	width:392px;
	float:left;
	overflow:hidden;
}

.profile-background-next {
	float:right;
	width:14px;
	height: 70px;
	background: url('/images/scroller-buttons.png') no-repeat right top;
}

.profile-background-next-hover {
	background-position: right center;
}

.profile-background-next-click {
	background-position: right bottom;
}

.profile-dialog-items {
	height:70px;
	left:0;
	position:relative;
}

.profile-layout-item {
	width:92px;
	height:70px;
	padding:0 3px 0 3px;
}

.profile-action-link {
	text-decoration:none;
	color:#4e4e4e !important;
	font-weight:bold;
}

#transparencySelector {
	background-image:url('/images/colorpicker/opacity-selector.png'); 
	height: 24px;
	width: 62px; 
	display:inline-block;
}

#transparencySelector input {
	position:relative; 
	left:22px;
	background-color: transparent !important;
	border:none !important;
	width:26px;
	height:10px;
	font-size:9px;
	color:#898989;
}

.transparency-selector-focus {
	background-position:center;
	cursor:ns-resize;
}

.transparency-selector-slider {
	background-position:bottom;
	cursor:ns-resize;
}

#tabsContainer {
   /*min-height: 985px;*/
    margin-bottom: 15px;
}

#tabsContainer .ui-tabs .ui-tabs-panel {
    overflow: hidden !important;
}

#tabsContainer .ui-tabs li {
    font-size: 15px;
}

#tabsContainer .ui-tabs li a {
    padding: .4em .7em;
}

.picture-list-small > li {
    width: 222px;
    height: 185px;
}

.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.glow {
	-webkit-box-shadow: 0px 0px 5px 5px;
	-moz-box-shadow: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px 5px;
}

.glow-picture {
	width: 222px !important;
	height: 185px !important;
}

ul.comments {
	padding: 0;
	list-style-type:none;
}

ul.comments li {
	border-bottom: 1px solid #e2e2e2;
}

ul.comments li li {
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
    margin-top:20px ;
}

li.comment {
	display:block;
   padding:10px;

   -webkit-transition: all 400ms linear;
   -moz-transition: all 400ms linear;
   -ms-transition: all 400ms linear;
   -o-transition: all 400ms linear;
   transition: all 400ms linear
}

li.commentDeleting {
   opacity: 0.2;
   overflow: hidden;
}

li.commentDeleted {
   opacity: 0.2;
   overflow: hidden;

   -webkit-transition: all 0 linear;
   -moz-transition: all 0 linear;
   -ms-transition: all 0 linear;
   -o-transition: all 0 linear;
   transition: all 0 linear
}

li.commentDeleting .comment-content:before {
   content: "";
   background: url(../images/loading.gif) no-repeat;
   position: absolute;
   left: 85%;
   visibility: visible;
   width: 50px;
   height: 50px;
   display: block;
}

li.bullet{
	display:inline-block;
	
}

li.comment-user {
    display:block;
    padding: 0 10px 10px 10px;
}

ul.comments li.noComments {
   text-align: center;
   border-bottom: 0 none;
   margin-bottom: 25px; 
}

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

.comment-content {
	clear:both;
}

.comment-left {
	float:left;
	padding: 0 15px 0 0;
}

.comment-left img {
    width:50px;
    position:relative;
    top:3px;
}

.comment-right {
    float: left;
    width: 510px;
}

.comment-right textarea {
    width: 504px;
}

.comment-right .comment-right {
    width: 400px;
}

.comment-right-links-reply-form .comment-right {
    width: 445px;
}

.comment-right-links-reply-form .comment-right textarea {
    width: 439px;
}

a.comment-right-links-reply {
   font-size: 12px;
   color: #66d9ff;
}

.comment-right-title {
   font: bold 14px Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;
   margin-bottom: 6px;
}

.comment-right-title a {
   color: #585858;
}

.comment-right-title a.removeComment {
   float: right;
}

.comment-right-title .comment-right-links-date {
   color: #b5b5b5;
   font-weight: normal;
   font-size: 12px;
   margin-left: 15px;
}

.comment-right-title .comment-right-links-date:before {
   content: "\02022";
   margin-right: 2px;
}

.comment-right-links-reply-form {
	display:none;
}

.comment-right-links-reply-form img {
    width:50px;
}

.comment-form textarea {
	margin-bottom: 5px;
	color:#363636 !important;
	font-size:.9em;
   border: 1px solid #cccccc;

   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
}

.comment-form .button {
	float: right;
   padding: 4px 10px;
}

.comment-form .comment-post-as {
   float: right;
   color: #b5b5b5;
   margin-right: 10px;
}

.comment-form .comment-post-as a {
   color: #9a9a9a;
}

/* jquery ui quick overrides and fixes */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 0;
	background: none;
}

.ui-widget-content {
	border:none;
	padding:5;
	background:none;
	z-index: 3;
}

.tabs {
	padding: 0 10px 0 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em;
}

.ui-widget-header {
	border: none;
}

.ui-tabs-nav {
	background:none;	
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: -8px -9px;
}

.ui-dialog .ui-dialog-content {
	color:white;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	background-color: #3a3a3a;
}

.ui-state-active {
	font-weight:bold !important;
}

.profile-content .heading .sort-box {
    float: right;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 17px;
}

.profile-content .not-found .paging {
    display: none;
}
