/*
Copyright © 2010 Taiga Software LLC, Samuel Groves - all rights reserved
*/

@import "shared.css";
@import "modfuncs.css";

#profileheaderbar {
	float: left;
	width: 100%;
	margin: 12px 0 2px 0;
}

#profileheading {
	float: left;
	height: 25px;
	margin: 0 6px 0 1px;
	text-align: left;
	line-height: 26px;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
}

#path {
	float: right;
	height: 18px;
	padding: 0 1px 5px 4px;
	text-align: right;
	line-height: 30px;
}

#graybox {
	float: left;
	width: 100%;
	min-width: 580px;
	margin-bottom: 14px;
	background-color: #292929;
}

#contentarea {
	margin: 12px;
}

.userpagelabel {
	font-weight: bold;
}

.sectionlabel {
	text-decoration: underline;
}

#banneduserarea.banuser_hide {
	float: left;
	margin: -4px 0 8px 0;
	font-weight: bold;
}

#banneduserarea.banuser_show {
	display: none;
}

#banpermslink {
	font-size: 12px;
	font-weight: normal;
}

#useractions {
	float: left;
	clear: left;
	width: 100%;
	margin: -4px 0 6px 0;
}

.useraction {
	float: left;
	margin-right: 6px;
}

#leftsection.avgallery_hide {
	float: left;
	clear: left;
	max-width: 52%;
	width: 500px;
	margin: 0 20px 12px 0;
	overflow: hidden;
}

#leftsection.avgallery_show {
	float: left;
	clear: left;
	width: 550px;
	margin: 0 20px 12px 0;
	overflow: hidden;
}

.userinfo {
	float: left;
	min-height: 38px;
	min-width: 76px;
	margin: 0 8px 12px 0;
	padding-right: 8px;
	border-right: 1px solid #333;
	font-size: 11px;
}

.usercustomtitle {
	float: left;
	clear: left;
}

.userpostcount {
	float: left;
	clear: left;
	overflow: hidden;
}

.avatar {
	float: left;
	clear: left;
}

.avatarimage {
	max-width: 120px;
	max-height: 120px;
}

.userpersonaltext {
	float: left;
	clear: left;
	max-width: 136px;
	margin-top: 2px;
}

#generalarea {
	float: left;
}

#generalheader {
	float: left;
	margin-bottom: 4px;
}

#generalinfo, .userpageline {
	float: left;
	clear: left;
}

.generallabel {
	float: left;
	width: 122px;
	text-align: left;
	font-weight: bold;
}

.userpagevalue {
	float: left;
}

.atspacer {
	float: left;
}

#viewposts {
	float: left;
	clear: left;
	margin-top: 4px;
}


#avgalleryarea {
	float: left;
	clear: left;
}

#viewavgallerylabel.avgallery_hide {
	float: left;
}

#viewavgallerylabel.avgallery_show, #avgalleryheader.avgallery_hide, #noavselected.avgallery_hide, #avatargallery.avgallery_hide {
	display: none;
}

#avgalleryheader.avgallery_show {
	float: left;
	width: 100%;
	margin: 4px 0 1px 0;
}

#avgallerylabel {
	float: left;
	font-size: 14.5px;
	font-weight: bold;
}

#hideavgallery {
	float: right;
	margin-top: 2px;
}

#noavselected.avgallery_show {
	float: left;
	clear: left;
}

#avatargallery.avgallery_show {
	float: left;
	clear: left;
	width: 534px;
	height: 392px;
	padding: 6px;
	border: 2px solid #444;
	background-color: #000;
	overflow-y: auto;
}

.galleryentry {
	float: left;
}

.f3_hide, .f3_show  {
	position: relative;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
}

#noavatars {
	width: 340px;
	margin: 0 auto;
	margin-top: 160px;
	text-align: center;
	color: #fff;
}


#otherinfolabel, #siglabel {
	float: left;
	clear: left;
	margin-top: 16px;
}

#aboutuser, #signature {
	float: left;
	clear: left;
	margin-left: 16px;
	font-size: 13px;
}

.posttext {
	min-height: 16px;
	margin-top: 2px;
	overflow-x: auto;
}

.postlist {
	margin-top: -13px;
}

.postlistitem {
	margin-top: -2px;
}

.meline {
	font-weight: bold;
}

.imagearea {
	overflow-x: auto;
}

.imgimage {
	max-width: 100%;
}

.imgimagenomaxwidth {
}

.quotearea, .codearea {
	margin: 2px 0 2px 0;
	padding: 4px 4px 2px 4px;
	border: 1px solid #777;
	background-color: #111;
}

.hiddenarea {
	margin-top: 4px;
}

.editarea {
	width: 100%;
}

.hiddencontainer {
	display: none;
}

.quotelabel, .codelabel {
	margin-top: 2px;
	color: #bbb;
	font-size: 10.5px;
	font-weight: bold;
}

.quotetext {
	margin: 4px 0 0 4px;
	padding-bottom: 2px;
	font-size: 11.5px;
}

.codetext {
	margin: 4px 0 0 4px;
	padding-bottom: 2px;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	overflow-x: auto;
}

.hiddentext {
	margin-top: 4px;
}

#currentlyviewing {
	float: left;
	clear: left;
	margin-top: 16px;
}

#viewingtopics {
	font-size: 13px;
}


#rightsection {
	float: left;
	margin-bottom: 8px;
}

#contactarea {
	float: left;
	margin-bottom: 12px;
}

#contactareanopersonal {
	float: left;
}

#contactheader {
	float: left;
	margin-bottom: 4px;
}

#contactinfo {
	float: left;
	clear: left;
}

.contactlabel {
	float: left;
	width: 104px;
	text-align: left;
	font-weight: bold;
}

#personalarea {
	float: left;
	clear: left;
}

#personalheader {
	float: left;
	margin-bottom: 4px;
}

#personalinfo {
	float: left;
	clear: left;
}

.personallabel {
	float: left;
	width: 104px;
	text-align: left;
	font-weight: bold;
}


#modactions {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 6px;
	font-size: 13px;
}

#modactionslabel {
	float: left;
	margin: 4px 8px 0 0;
	font-size: 13px;
}

.modaction {
	float: left;
	margin: -2px 12px 0 0;
}

#banaction.banuser_hide, #unbanaction.banuser_hide {
	display: none;
}

#banaction.banuser_show, #unbanaction.banuser_show {
	float: left;
	margin: -2px 12px 0 0;
}

.modactionsmall {
	float: left;
}

