/* ------------------------------- */
/* Styles for the profile section. */
/* ------------------------------- */
/* The basic user info. */
#summary .avatar, #summary .reset {
	display: inline-block;
	margin: 0 4px 8px;
	vertical-align: top;
	line-height: 2rem;
}
#summary .no_avatar {
	display: inline-block;
	margin: 0 4px 8px;
}
#summary h4 {
	color: #c06002;
	font-size: 1.5rem;
}
#summary .position {
	font-weight: 700;
}
#summary .profile li {
	display: inline-block;
	padding: 9px;
}
#summary .poster_pm {
	width: auto;
	margin: 0 0 9px;
	padding: 0 8px;
	white-space: nowrap;
}
#summary .settings,
#summary .signature {
	margin: 0;
	padding: 9px 0;
	border-top: 1px solid #ccc;
}
#summary dt {
	margin: 0 0 3px;
	font-weight: 700;
}
#personal_picture {
	display: block;
	margin-bottom: .3em;
}
#avatar_server_stored div {
	float: left;
}
/* --- For RTL languages --- */
#direction_rtl #avatar_server_stored div {
	float: right;
}
/* --- Back to LTR code --- */
/* Simple feedback messages */
#profile_error {
	background: #fee;
	color: red;
	line-height: 2em;
	border: 1px solid red;
}
#profile_error span {
	text-decoration: underline;
}
#profile_success {
	background: #efe;
	color: green;
	line-height: 2em;
	border: 1px solid green;
}
/* Profile statistics - activity by time. */
.activity_stats {
	overflow: hidden;
	background: #f7fbff;
	border: 1px solid #bbb;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.activity_stats li {
	float: left;
	width: 4.17%;
	padding-top: 8px;
	text-align: center;
}
/* --- For RTL languages --- */
#direction_rtl .activity_stats li {
	float: right;
}
/* --- Back to LTR code --- */
.activity_stats li:last-child {
	width: 4.09%;
}
.stats_hour {
	display: block;
	min-height: 3rem;
	padding: 4px 1px 0;
	background: #fff;
	line-height: 1em;
	border: 1px solid #bbb;
	border-left: 0;
}
li:last-child .stats_hour {
	border-right: 0;
}
/* --- For RTL languages --- */
#direction_rtl .stats_hour {
	border: 1px solid #bbb;
	border-right: 0;
}
#direction_rtl li:last-child .stats_hour {
	border-left: 0;
}
/* --- Back to LTR code --- */
.activity_stats .bar {
	overflow: hidden;
	margin: 0 2px;
	text-indent: 100%;
}
.activity_stats .bar div {
	background: #88b3de;
	border-radius: 2px 2px 0 0;
}
.activity_stats .bar span {
	white-space: nowrap;
}
/* Profile statistics - activity by board. */
#popularposts, #popularactivity {
	float: left;
	width: 49.6%;
}
#popularactivity {
	float: right;
}
/* --- For RTL languages --- */
#direction_rtl #popularposts, #direction_rtl #popularactivity {
	float: right;
}
#direction_rtl #popularactivity {
	float: left;
}
/* --- Back to LTR code --- */
#tracking dt {
	font-weight: 700;
}
.ignoreboards {
	margin: 0 2%;
	width: 45%;
}
.ignoreboards li {
	margin: 3px 0;
}
.ignoreboards .category {
	margin: 9px 0 0 ;
	border-top: 1px solid #bbb;
}
.ignoreboards a {
	font-weight: 700;
}
.ignoreboards .board {
	width: 93%;
}
#theme_settings {
	max-width: 36em;
}
#theme_settings li {
	margin: 10px 0;
	overflow: hidden;
}
#theme_settings li input + label {
	display: block;
}
#theme_settings .input_check,
#theme_settings select {
	float: right;
}
/* --- For RTL languages --- */
#direction_rtl #theme_settings .input_check,
#direction_rtl #theme_settings select {
	float: left;
}
/* --- Back to LTR code --- */
/* Paid Subscriptions */
#paid_subscription .settings {
	margin-bottom: 0;
}
#paid_subscription .settings dd,
#paid_subscription .settings dt {
	margin-bottom: 4px;
}
/*Issue a warning*/
#warn_body {
	width: 80%;
	font-size: .9em;
}
/* Profile > Show Permissions. */
#permissions .table_grid td {
	padding: 5px 9px;
	cursor: default;
}
/* 768px at standard browser settings. */
@media screen and (max-width: 48em) {}
/* 640px at standard browser settings. */
@media screen and (max-width: 40em) {
	#popularposts, #popularactivity {
		float: none;
		width: auto;
	}
	.activity_stats li {
		width: 8.34%;
	}
	.activity_stats li:nth-child(12n) {
		width: 8.26%;
	}
	li:nth-child(12n) .stats_hour {
		border-right: 0;
	}
	/* --- For RTL languages --- */
	#direction_rtl li:nth-child(12n) .stats_hour {
		border-right: 1px solid;
		border-left: 0;
	}
	/* --- Back to LTR code --- */
}
/* 512px at standard browser settings. */
@media screen and (max-width: 32em) {}
/* 384px at standard browser settings. */
@media screen and (max-width: 24em) {
	#creator span, .add_buddy label {
		display: block;
		width: auto;
		margin: 0;
		padding: 2px;
	}
	#pick_theme .floatright {
		float: none;
	}
	#pick_theme img.padding {
		max-width: 240px;
		max-height: 240px;
		padding: 9px 0;
	}
}