@charset "UTF-8";

/* --- attachment_editor.css --- */

.AttachmentEditor
{
	clear: both;
}

.xenForm .ctrlUnit dd li.AttachedFile,
.xenForm .ctrlUnit dd .AttachmentInsertAllBlock
{
	margin-top: 0;
	margin-right: 30px;
}

.AttachmentEditor .AttachedFile,
.AttachmentEditor .AttachmentInsertAllBlock
{
	overflow: hidden; zoom: 1;
	vertical-align: middle;
	padding: 5px 10px;
}

.AttachmentEditor .AttachedFile#AttachedFileTemplate
{
	display: none;
}

	.AttachmentEditor .AttachedFile .Thumbnail
	{
		width: 54px;
		height: 54px;
		line-height: 50px;
		display: block;
		background: rgb(34, 34, 34);
		border: 1px solid rgb(48, 48, 48);
		text-align: center;
		vertical-align: middle;
		float: left;
	}
	
		.AttachmentEditor .AttachedFile .Thumbnail img
		{
			max-width: 50px;
			max-height: 50px;
			_width: 50px;
			_height: 50px;
			padding: 0;
			margin: 0;
			vertical-align: middle;
		}
		
		.AttachmentEditor .AttachedFile .Thumbnail .genericAttachment
		{			
			background-color: transparent;
display: block;
width: 36px;
height: 36px;

			
			margin: 7px;
		}

	.AttachmentEditor .AttachmentText
	{
		margin-left: 64px;
	}
	
		.AttachmentEditor .AttachedFile .Filename
		{
		}
		
		.AttachmentEditor .secondaryContent .label
		{
			margin-bottom: 2px;
			font-size: 11px;
			color: rgb(113, 113, 113);
		}
		
		.AttachmentEditor .secondaryContent .controls
		{
			line-height: 25px;
		}
	
		/* clearfix */ .AttachmentEditor .AttachedFile .controls { zoom: 1; } .AttachmentEditor .AttachedFile .controls:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
		
			
		.AttachmentEditor .AttachedFile .ProgressMeter
		{
			display: block;
			padding: 2px;
			border: 1px solid rgb(70, 70, 70);
			border-radius: 4px;
			background-color: rgb(34, 34, 34);
			margin-right: 75px;
			margin-top: 4px;
			font-size: 14pt;
			line-height: 26px;
		}
		
			.AttachmentEditor .AttachedFile .ProgressMeter .ProgressGraphic
			{
				display: inline-block;
				width: 0%;
				height: 26px;
				background: rgb(112, 112, 112) none repeat-x top;
				text-align: right;
			}
			
			.AttachmentEditor .AttachedFile .ProgressMeter .ProgressCounter
			{
				display: inline-block;
				height: 26px;
				padding: 0 10px;
			}
			
			.AttachmentEditor .AttachedFile .ProgressMeter .ProgressGraphic .ProgressCounter
			{
				color: rgb(60, 60, 60);
			}
			
			
			.AttachmentEditor .AttachedFile .AttachmentDeleter,
			.AttachmentEditor .AttachedFile .AttachmentCanceller
			{
				float: right;
				display: none;
			}

.AttachmentEditor .AttachmentInsertAllBlock
{
	display: none;
}

	.AttachmentEditor .AttachmentInsertAllBlock span
	{
		float: left;
		display: block;
		width: 54px;
		height: 34px;
		background: rgb(34, 34, 34) url('styles/flatawesomedark/xenforo/widgets/image-attachments.png') no-repeat center;
		border: 1px solid rgb(48, 48, 48);
		margin-right: 10px;
	}

.AttachmentEditor .AttachmentDeleteAll
{
	float: right;
}

/* SWFUploader placeholder */

.swfupload
{
	position: absolute;
	z-index: 1;
	opacity: 0;
}

/* Uploader JS Overlay */

.xenOverlay.attachmentUploader
{
	max-width: 500px;
}

.attachmentUploader #ctrl_upload
{
	margin: 2px auto 5px;
}

.attachmentUploader .attachmentConstraints dl
{
	margin-top: 2px;
	font-size: 11px;
}

/* --- bb_code.css --- */

/* .bbCodeX classes are designed to exist inside .baseHtml. ie: they have no CSS reset applied */

.bbCodeBlock
{
	margin: 1em 170px 1em 0;
border: 1px solid rgb(34, 34, 34);
border-radius: 0px;
overflow: auto;

}

	.bbCodeBlock .bbCodeBlock,
	.hasJs .bbCodeBlock .bbCodeSpoilerText,
	.messageList.withSidebar .bbCodeBlock
	{
		margin-right: 0;
	}

	/* mini CSS reset */
	.bbCodeBlock pre,
	.bbCodeBlock blockquote
	{
		margin: 0;
	}
	
	.bbCodeBlock img
	{
		border: none;
	}

.bbCodeBlock .type
{
	font-size: 11px;
font-family: 'Open Sans', sans-serif;
color: rgb(235, 235, 235);
background-color: rgb(48, 48, 48);
padding: 7px 8px;
border-bottom: 1px solid rgb(64, 64, 64);
border-top-left-radius: 0px;
border-top-right-radius: 0px;

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background-color: rgb(51, 50, 50);
padding: 10px;
border-radius: 0px;
word-wrap: normal;
overflow: auto;
line-height: 1.24;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;

}

.bbCodeBlock .code
{
	white-space: nowrap;
}

.bbCodeQuote
{
	overflow: auto;

}

.bbCodeQuote .attribution
{
	
}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
background-color: rgb(51, 50, 50);
padding: 10px;
border-radius: 0px;

}


	.bbCodeQuote .quoteContainer .quote
	{
		max-height: 150px;
		overflow: hidden;
		padding-bottom: 1px;
	}
	
		.NoJs .bbCodeQuote .quoteContainer .quote
		{
			max-height: none;
		}

	.bbCodeQuote .quoteContainer .quoteExpand
	{		
		display: none;
		box-sizing: border-box;
		position: absolute;
		height: 80px;
		top: 90px;
		left: 0;
		right: 0;
		
		font-size: 11px;
		line-height: 1;
		text-align: center;
		color: rgb(156, 156, 156);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(51, 50, 50, 0) 0%, rgb(51, 50, 50) 80%);
		background: -moz-linear-gradient(top, rgba(51, 50, 50, 0) 0%, rgb(51, 50, 50) 80%);
		background: -o-linear-gradient(top, rgba(51, 50, 50, 0) 0%, rgb(51, 50, 50) 80%);
		background: linear-gradient(to bottom, rgba(51, 50, 50, 0) 0%, rgb(51, 50, 50) 80%);
		
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.bbCodeQuote .quoteContainer .quoteExpand.quoteCut
	{
		display: block;
	}
	
	.bbCodeQuote .quoteContainer.expanded .quote
	{
		max-height: none;
	}
	
	.bbCodeQuote .quoteContainer.expanded .quoteExpand
	{
		display: none;
	}


	.bbCodeQuote img
	{
		max-height: 150px;
	}
	
	.bbCodeQuote iframe,
	.bbCodeQuote .fb_iframe_widget,
	.bbCodeQuote object,
	.bbCodeQuote embed
	{
		max-width: 200px;
		max-height: 150px;
	}
	
	.bbCodeQuote iframe:-webkit-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-moz-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-ms-fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
.bbCodeSpoilerButton
{
	margin: 5px 0;
	max-width: 99%;
}

	.bbCodeSpoilerButton > span
	{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
.hasJs .bbCodeSpoilerText
{
	display: none;
	background-color: rgb(60, 60, 60);
padding: 5px;
margin-top: 5px;
margin-right: 170px;
margin-bottom: 5px;
border: 1px solid rgb(48, 48, 48);
border-radius: 0px;
overflow: auto;

}

	.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,
	.hasJs .bbCodeSpoilerText .bbCodeBlock,
	.hasJs .messageList.withSidebar .bbCodeSpoilerText
	{
		margin-right: 0;
	}
	
.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(235, 235, 235); /* fallback for browsers without currentColor */
	background-color: currentColor;
}

	.NoJs .bbCodeSpoilerContainer > .bbCodeSpoilerText
	{
		visibility: hidden;
	}

	.NoJs .bbCodeSpoilerContainer:hover
	{
		background-color: transparent;
	}
	
		.NoJs .bbCodeSpoilerContainer:hover > .bbCodeSpoilerText
		{
			visibility: visible;
		}


@media (max-width:800px)
{
	.Responsive .bbCodeBlock,
	.Responsive.hasJs .bbCodeSpoilerText
	{
		margin-right: 0;
	}
}


/* --- editor_ui.css --- */

.hasJs .BbCodeWysiwygEditor
{
	visibility: hidden;
}

.redactor_box {
	font-size: 0;
background-color: rgb(34, 34, 34);
border: 1px solid rgb(48, 48, 48);
line-height: 0;
position: relative;
overflow: hidden;

}

	.redactor_box .redactor_smilies
	{
		overflow: hidden; *zoom: 1;
	}
	
		.redactor_box .redactor_smilies .tabs
		{
			min-height: 0;
		}
		
		.redactor_box .redactor_smilies .smilieContainer
		{
			max-height: 150px;
			overflow: auto;
		}

		.redactor_box .redactor_smilies .primaryContent,
		.redactor_box .redactor_smilies .secondaryContent
		{
			border-bottom: none;
		}
		
		.redactor_box .redactor_smilies .secondaryContent
		{
			border-top: 1px solid rgb(48, 48, 48);
		}
		
		.redactor_box .redactor_smilies .tabs a
		{
			height: 18px;
			line-height: 18px;
			font-size: 11px;
		}
		

		.redactor_box .redactor_smilies .smilieCategory li
		{
			display: inline-block;
			margin: 0;
			padding: 2px;
			cursor: pointer;
			line-height: 1.6;
		}
		
	.redactor_box .draftNotice,
	.redactor_box .placeholder
	{
		display: none;
		position: relative;
		line-height: 0;
		font-size: 0;
		z-index: 1;
	}
	
	.redactor_box .draftNotice span
	{
		position: absolute;
		right: 20px;
		top: -30px;
		float: right;
		line-height: 14px;
		font-size: 11px;
		color: rgb(113, 113, 113);
		padding: 5px;
		border-radius: 3px;
		background: rgb(34, 34, 34);
		box-shadow: 1px 1px 4px rgb(113, 113, 113);
		opacity: .5;
	}
		
	.redactor_box .placeholder span
	{
		line-height: 14px;

		font-size: 15px;
font-family: 'Open Sans', sans-serif;
line-height: 1.7;

	
		position: absolute;
		left: 8px;
		top: 8px;
		color: rgb(160,160,160);
	}


/* TOOLBAR */
.redactor_toolbar {
	font-size: 0;
background-color: rgb(60, 60, 60);
padding: 0 0 0 2px;
margin: 0;
border-bottom: 1px solid rgb(48, 48, 48);
position: relative;
left: 0;
top: 0;
line-height: 0;
list-style: none;
overflow: hidden;

}

	.blendedEditor .redactor_box .redactor_toolbar
	{
		max-height: 68px;
	}
	
	.blendedEditor .redactor_box.activated .redactor_toolbar
	{
		max-height: none;
	}

	.redactor_toolbar li {
		float: left;
		margin: 2px 1px;
		margin-right: 0;
		list-style: none;
		outline: none;
	}

		.redactor_toolbar li.redactor_btn_right {
			float: right;
		}

		.redactor_toolbar li a {
			font-size: 0;
text-decoration: none;
border: 1px solid transparent;
border-radius: 3px;
box-sizing: border-box;
display: block;
line-height: 0;
cursor: pointer;
zoom: 1;
outline: none;
text-indent: -9999px;
width: 24px;
height: 24px;

		}
			.redactor_toolbar li a:hover {
				background-color: rgb(34, 34, 34);
border-color: rgb(70, 70, 70);

			}

			.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
				background-color: rgb(48, 48, 48);
border: 1px solid rgb(70, 70, 70);

			}

		.redactor_toolbar li li {
			padding: 0;
			margin: 1px;
		}

		.redactor_toolbar li.redactor_btn_group {
			margin-left: 2px;
			margin-right: 2px;
		}

			.redactor_toolbar li.redactor_btn_group ul {
				background-color: rgb(34, 34, 34);
padding: 1px;
margin: 0;
border: 1px solid rgb(48, 48, 48);
border-radius: 3px;
overflow: hidden;
*zoom: 1;
box-shadow: 1px 1px 1px rgba(255, 255, 255, .5);

			}
	
			
				/* Fade toolbar when editor is not activated */
				.blendedEditor .redactor_box .redactor_btn_group ul,
				.blendedEditor .redactor_box iframe,
				.blendedEditor .redactor_box .redactor_smilies li
				{
					opacity: 0.5;
					-webkit-transition: opacity 0.3s ease-in-out;
					-moz-transition: opacity 0.3s ease-in-out;
					transition: opacity 0.3s ease-in-out;
				}
		
				.blendedEditor .redactor_box.activated .redactor_btn_group ul,
				.blendedEditor .redactor_box.activated iframe,
				.blendedEditor .redactor_box.activated .redactor_smilies li
				{
					opacity: 1;
				}
			
	
		.redactor_toolbar li.redactor_separator {
			float: left;
			height: 32px;
			border-left: 1px solid #d3d3d3;
			border-right: 1px solid #f5f5f5;
			padding: 0;
			margin: 0 2px 0 3px;
		}


/*BUTTONS*/


/* DROPDOWN */
.redactor_dropdown {
	top: 28px;
	left: 0;
	z-index: 100004;
	position: absolute;
	width: 200px;
	max-height: 150px;
	overflow: auto;
	background-color: rgb(34, 34, 34);
	border: 1px solid #ccc;
	font-size: 13px;
	box-shadow: 0 2px 5px #ccc;
	line-height: 1.5;
	padding: 5px;
}

	.redactor_dropdown a
	{
		display: block;
		color: rgb(235, 235, 235);
		padding: 3px 5px;
		text-decoration: none;
	}
	
	.redactor_dropdown a.icon
	{
		padding: 0px 0px 0px 32px;
		height: 24px;
		line-height: 24px;	
	}
	.redactor_dropdown a:hover {
		text-decoration: none;
		background-color: rgb(60, 60, 60);
	}

.redactor_separator_drop {
	border-top: 1px solid #ddd;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* ColorPicker */

.redactor_color_link {
	padding: 0;
	width: 15px;
	height: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
	border-radius: 4px;
	float: left;
	margin: 2px;
	font-size: 0;
	box-sizing: border-box;
}

.redactor_color_none {
	font-size: 11px;
	clear: both;
}



/* MODAL */
#redactor_modal_overlay {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 209998;

	opacity: 0.6;
	filter: alpha(opacity='60');

	background-color: rgb(23, 23, 23);
}

#redactor_modal {
	padding: 0;
	position: fixed;
	top: 50%;
  	z-index: 209999;
}

#redactor_modal_close {
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 28px;
position: absolute;
right: 4px;
top: 4px;
cursor: pointer;
text-align: center;
width: 35px;
height: 35px;

}

#redactor_tabs {
	margin-bottom: 18px;
	text-align: center;
}

	#redactor_tabs a {
		display: inline-block;
		border: 1px solid #d8d8d8;
		padding: 4px 14px;
		font-size: 12px;
		background-color: #ccc;
		text-decoration: none;
		color: #555;
		line-height: 1;
		border-radius: 5px;
		margin-right: 5px;
	}

		#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
			background-color: #eee;
			padding: 5px 15px;
			box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;
			border: none;
			text-shadow: 0 1px 0 #eee;
			color: #777;
			text-decoration: none;
		}

.redactor_editor_drop {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px dashed #aaa;
	color: #000;
	background: url(rgba575b.png?r=190&amp;g=190&amp;b=190&amp;a=127); background: rgba(190, 190, 190, .5); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FBEBEBE,endColorstr=#7FBEBEBE);
}

	.redactor_editor_drop.dragDisabled
	{
		background: url(rgba5016.png?r=190&amp;g=140&amp;b=140&amp;a=127); background: rgba(190, 140, 140, .5); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FBE8C8C,endColorstr=#7FBE8C8C);
		border-color: rgb(150, 75, 75);
	}

	.redactor_editor_drop span {
		display: block;
		text-align: center;
		position: absolute;
		top: 50%;
		width: 100%;
		font-size: 18px;
		line-height: 26px;
		margin-top: -13px;
	}

	.redactor_editor_drop.hover {
		display: block;
	}


/* Drag and Drop Area */
.redactor_droparea {
	position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}
.redactor_droparea .redactor_dropareabox {
	z-index: 1;
	position: relative;
    text-align: center;
    width: 99%;
    background-color: #fff;
    padding: 60px 0;
    border: 2px dashed #bbb;
}
.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
    color: #555;
    font-size: 12px;
}
.redactor_dropalternative {
	margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
    background: #efe3b8;
    border-color: #aaa;
}
.redactor_dropareabox.error {
    background: #f7e5e5;
    border-color: #dcc3c3;
}
.redactor_dropareabox.drop {
    background: #f4f4ee;
    border-color: #e0e5d6;
}
html .redactor_toolbar li a
{
text-indent: 0px;
text-align: center;
}
html .redactor_toolbar li a:before, html .redactor_dropdown a:before
{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
color: rgb(235, 235, 235);
line-height: 24px;
}

html .redactor_dropdown a
{
padding-left: 0 !important;
}
html .redactor_dropdown a:before
{
margin-right: 10px;
}
html .redactor_toolbar li a.redactor_btn_bold:before
{
content: "\f032";
}
html .redactor_toolbar li a.redactor_btn_italic:before
{
content: "\f033";
}
html .redactor_toolbar li a.redactor_btn_underline:before
{
content: "\f0cd";
}
html .redactor_toolbar li a.redactor_btn_fontcolor:before
{
content: "\f042";
}
html .redactor_toolbar li a.redactor_btn_fontsize:before
{
content: "\f034";
}
html .redactor_toolbar li a.redactor_btn_fontfamily:before
{
content: "\f031";
}
html .redactor_toolbar li a.redactor_btn_createlink:before
{
content: "\f0c1";
}
html .redactor_toolbar li a.redactor_btn_unlink:before
{
content: "\f127";
}
html .redactor_toolbar li a.redactor_btn_alignment:before
{
content: "\f036";
}
html .redactor_toolbar li a.redactor_btn_unorderedlist:before
{
content: "\f0ca";
}
html .redactor_toolbar li a.redactor_btn_orderedlist:before
{
content: "\f0cb";
}
html .redactor_toolbar li a.redactor_btn_outdent:before
{
content: "\f03b";
}
html .redactor_toolbar li a.redactor_btn_indent:before
{
content: "\f03c";
}
html .redactor_toolbar li a.redactor_btn_smilies:before
{
content: "\f118";
}
html .redactor_toolbar li a.redactor_btn_image:before
{
content: "\f03e";
}
html .redactor_toolbar li a.redactor_btn_media:before
{
content: "\f008";
}
html .redactor_toolbar li a.redactor_btn_insert:before
{
content: "\f067";
}
html .redactor_toolbar li a.redactor_btn_draft:before
{
content: "\f0c7";
}
html .redactor_toolbar li a.redactor_btn_undo:before
{
content: "\f0e2";
}
html .redactor_toolbar li a.redactor_btn_redo:before
{
content: "\f01e";
}
html .redactor_toolbar li a.redactor_btn_removeformat:before
{
content: "\f12d";
}
html .redactor_toolbar li a.redactor_btn_switchmode:before
{
content: "\f0f6";
}
html .redactor_dropdown a.alignLeft:before
{
content: "\f036";
}
html .redactor_dropdown a.alignCenter:before
{
content: "\f037";
}
html .redactor_dropdown a.alignRight:before
{
content: "\f038";
}
.redactor_dropdown a.quote:before
{
content: "\f10d";
}
.redactor_dropdown a.spoiler:before
{
content: "\f024";
}
.redactor_dropdown a.code:before
{
content: "\f121";
}
.redactor_dropdown a.strikethrough:before
{
content: "\f0cc";
}
.redactor_dropdown a.saveDraft:before
{
  content: "\f0c7";
}
.redactor_dropdown a.deleteDraft:before
{
  content: "\f014";
}
html .redactor_toolbar li a.redactor_btn_custom_gallery:before
{
content: "\f083";
}

/* --- fa_socialicons.css --- */

.socialicons
{
	float: right;
	margin-top: 10px;
}
.socialicons li
{
	display: inline-block;
}
.socialicons li a
{
	padding: 10px;
	font-size: 24px;
	color: rgb(235, 235, 235);
}
.socialicons li a:hover
{
	color: rgb(143, 52, 58);
}

/* --- likes_summary.css --- */

.likesSummary
{
	overflow: hidden; zoom: 1;
	font-size: 11px;
}

	.LikeText
	{
		float: left;
	}
	
	.likeInfo
	{
		float: right;
	}

/* --- message.css --- */



.messageList
{
	
}

.messageList .message
{
	background-color: rgb(60, 60, 60);
padding: 10px;
margin-bottom: 10px;
border: 1px solid rgb(70, 70, 70);

}

/* clearfix */ .messageList .message { zoom: 1; } .messageList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

/*** Message block ***/

.message .messageInfo
{
	background: url(rgbaf0bb.png?r=0&amp;g=0&amp;b=0&amp;a=0); background: rgba(0, 0, 0, 0); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
padding: 0;
margin-left: 170px;
border-bottom: 1px none black;

	zoom: 1;
}

	.message .newIndicator
	{
		font-size: 12px;
color: rgb(255, 255, 255);
background-color: rgb(143, 52, 58);
padding: 1px 5px;
margin: -5px -5px 5px 5px;
border: 1px solid rgb(143, 52, 58);
border-radius: 3px;
border-top-right-radius: 0px;
display: block;
float: right;
position: relative;
box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);

		
		margin-right: -25px;
	}
	
		.message .newIndicator span
		{
			background-color: rgb(143, 52, 58);
border-top-right-radius: 3px;
position: absolute;
top: -4px;
right: -1px;
width: 5px;
height: 4px;

		}

	.message .messageContent
	{
		padding-bottom: 2px;
min-height: 100px;
overflow: hidden;
*zoom: 1;

	}
	
	.message .messageTextEndMarker
	{
		height: 0;
		font-size: 0;
		overflow: hidden;
	}
	
	.message .editDate
	{
		text-align: right;
		margin-top: 5px;
		font-size: 11px;
		color: rgb(113, 113, 113);
	}

	.message .signature
	{
		font-size: 12px;
color: rgb(113, 113, 113);
padding: 5px 0 0;
margin-top: 5px;
border-top: 1px dashed rgb(70, 70, 70);

	}

	.message .messageMeta
	{
		font-size: 12px;
padding: 15px 5px 5px;
margin: -5px;
overflow: hidden;
zoom: 1;

	}

		.message .privateControls
		{
			float: left;

		}

		.message .publicControls
		{
			float: right;

		}
		
			.message .privateControls .item
			{
				margin-right: 10px;
				float: left;
			}

				.message .privateControls .item:last-child
				{
					margin-right: 0;
				}

			.message .publicControls .item
			{
				margin-left: 10px;
				float: left;
			}
	
				.message .messageMeta .control
				{
					
				}
				
					.message .messageMeta .control:focus
					{
						
					}
				
					.message .messageMeta .control:hover
					{
						
					}
				
					.message .messageMeta .control:active
					{
						
					}
	/*** multiquote +/- ***/
			
	.message .publicControls .MultiQuoteControl
	{
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
		margin-left: 6px;
		margin-right: -4px;
	}
	
	
	.message .publicControls .MultiQuoteControl.active
	{
		background-color: rgb(48, 48, 48);
	}
	
		.messageNotices li
	{
		font-size: 12px;
background-color: rgb(203, 203, 203);
padding: 5px;
margin: 10px 0;
border: 1px solid rgb(203, 203, 203);
border-radius: 0px;
line-height: 16px;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			font-size: 18px;
		}
	

	
	.message .likesSummary
	{
		padding: 5px;
margin-top: 10px;
border: 1px solid rgb(48, 48, 48);
border-radius: 0px;

	}
	
	.message .messageText > *:first-child
	{
		margin-top: 0;
	}

/* inline moderation changes */

.InlineModChecked .messageUserBlock,
.InlineModChecked .messageInfo,
.InlineModChecked .messageNotices,
.InlineModChecked .bbCodeBlock .type,
.InlineModChecked .bbCodeBlock blockquote,
.InlineModChecked .attachedFiles .attachedFilesHeader,
.InlineModChecked .attachedFiles .attachmentList
{
	background-color: rgb(58, 58, 58);

}

.InlineModChecked .messageUserBlock div.avatarHolder,
.InlineModChecked .messageUserBlock .extraUserInfo
{
	background: transparent;
}

.InlineModChecked .messageUserBlock .arrow span
{
	border-left-color: rgb(58, 58, 58);
}

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(70, 70, 70);
	background-color: rgb(48, 48, 48);
	font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{	
	overflow: hidden; zoom: 1;
	color: rgb(88, 88, 88);
	font-size: 11px;
}

	.messageList .placeholder a.avatar
	{
		float: left;
		display: block;
	}
	
		.messageList .placeholder a.avatar img
		{
			display: block;
			width: 32px;
			height: 32px;
		}
		
	.messageList .placeholder .privateControls
	{
		margin-top: -5px;
	}
	

/* messages remaining link */

.postsRemaining a,
a.postsRemaining
{
	font-size: 11px;
	color: rgb(113, 113, 113);
}


@media (max-width:800px)
{
	.Responsive .message .newIndicator
	{
		margin-right: 0;
		border-top-right-radius: 3px;
	}
	
		.Responsive .message .newIndicator span
		{
			display: none;
		}
}

@media (max-width:480px)
{
	.Responsive .message .messageInfo
	{
		margin-left: 0;
		padding: 0 10px;
	}

	.Responsive .message .messageContent
	{
		min-height: 0;
	}	

	.Responsive .message .newIndicator
	{
		margin-right: -5px;
		margin-top: -16px;
	}

	.Responsive .message .postNumber,
	.Responsive .message .authorEnd
	{
		display: none;
	}
	
	.Responsive .message .signature
	{
		display: none;
	}
	
	.Responsive .messageList .placeholder a.avatar
	{
		margin-right: 10px;
	}
}


/* --- message_user_info.css --- */

.messageUserInfo
{
	float: left;
width: 154px;

}

	.messageUserBlock
	{
		background-color: rgb(34, 34, 34);
border: 1px solid rgb(70, 70, 70);
border-radius: 0px;

		
		position: relative;
	}
		
		.messageUserBlock div.avatarHolder
		{
			background-color: rgb(34, 34, 34);
padding: 10px;
border-radius: 0px;
text-align: center;

			
			position: relative;	
		}
		
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: 9px;
				left: 9px;
				
				border: 7px solid transparent;
border-top-color: rgb(127, 185, 0);
border-left-color: rgb(127, 185, 0);
border-top-left-radius: 5px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
left: 24px;

			}
			
		.messageUserBlock h3.userText
		{
			padding: 6px;
border-top: 1px solid rgb(20, 20, 20);
border-bottom: 1px solid rgb(20, 20, 20);

		}
		
		.messageUserBlock .userBanner
		{
			display: block;
			margin-bottom: 5px;
			margin-left: -12px;
			margin-right: -12px;
		}
		
		.messageUserBlock .userBanner:last-child
		{
			margin-bottom: 0;
		}
	
		.messageUserBlock a.username
		{
			font-weight: bold;
font-size: 15px;
color: rgb(143, 52, 58);
display: block;
overflow: hidden;
line-height: 20px;

			
		}
		
		.messageUserBlock .userTitle
		{
			font-size: 12px;
padding-bottom: 3px;
display: block;

		}
		
		.messageUserBlock .extraUserInfo
		{
			font-size: 12px;
background-color: rgb(34, 34, 34);
padding: 4px 6px;
border-radius: 0px;

		}
		
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
							
			.messageUserBlock .extraUserInfo img
			{
				max-width: 100%;
			}
		
		.messageUserBlock .arrow
		{
			position: absolute;
			top: 10px;
			right: -10px;
			
			display: block;
			width: 0px;
			height: 0px;
			line-height: 0px;
			
			border: 10px solid transparent;
			border-left-color: rgb(70, 70, 70);
			-moz-border-left-colors: rgb(70, 70, 70);
			border-right: none;
			
			/* Hide from IE6 */
			_display: none;
		}
		
			.messageUserBlock .arrow span
			{
				position: absolute;
				top: -10px;
				left: -11px;
				
				display: block;
				width: 0px;
				height: 0px;
				line-height: 0px;
				
				border: 10px solid transparent;
				border-left-color: rgb(34, 34, 34);
				-moz-border-left-colors: rgb(34, 34, 34);
				border-right: none;
			}


@media (max-width:480px)
{
	.Responsive .messageUserInfo
	{
		float: none;
		width: auto; 
	}

	.Responsive .messageUserBlock
	{
		overflow: hidden;
		margin-bottom: 5px;
		position: relative;
	}

	.Responsive .messageUserBlock div.avatarHolder
	{
		float: left;
		padding: 5px;
	}

		.Responsive .messageUserBlock div.avatarHolder .avatar img
		{
			width: 48px;
			height: 48px;
		}
		
		.Responsive .messageUserBlock div.avatarHolder .onlineMarker
		{
			top: 4px;
			left: 4px;
			border-width: 6px;
		}

	.Responsive .messageUserBlock h3.userText
	{
		margin-left: 64px;
	}
	
	.Responsive .messageUserBlock .userBanner
	{
		max-width: 150px;
		margin-left: 0;
		margin-right: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		position: static;
		display: inline-block;
	}
	
		.Responsive .messageUserBlock .userBanner span
		{
			display: none;
		}

	.Responsive .messageUserBlock .extraUserInfo
	{
		display: none;
	}

	.Responsive .messageUserBlock .arrow
	{
		display: none;
	}
}


/* --- quick_reply.css --- */

/*quick reply*/

.quickReply
{	
	background-color: rgb(60, 60, 60);
padding: 10px;
margin-bottom: 10px;
border: 1px solid rgb(70, 70, 70);

}

/* clearfix */ .quickReply { zoom: 1; } .quickReply:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.quickReply .replyPrompt em
{
	font-style: italic;
}

/* the quick reply form */

#QuickReply
{
	background: url(rgbaf0bb.png?r=0&amp;g=0&amp;b=0&amp;a=0); background: rgba(0, 0, 0, 0); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
padding: 0;
margin-left: 170px;
border-bottom: 1px none black;

}

#QuickReply textarea
{
	width: 100%;
	*width: 98%;
	height: 100px;
	box-sizing: border-box;
}

#QuickReply .insertQuotes
{
	display: none;
	float: left;
	
	margin-top: 0px;
}

#QuickReply .submitUnit
{
	margin-top: 5px;
	text-align: right;
	line-height: 31px;
	position: relative;
	z-index: 1;
}

	#QuickReply .submitUnit .draftUpdate
	{
		position: absolute;
		left: 0;
		z-index: -1;
		color: rgb(113, 113, 113);
		font-size: 11px;
	}
	
		#QuickReply .submitUnit .draftUpdate span
		{
			display: none;
		}

#QuickReply .AttachmentEditor
{
	padding-top: 10px;
}

/** Selected quote tooltip **/

#QuoteSelected
{
}

	#QuoteSelected .arrow
	{
		top: -6px;
		bottom: auto;
		border-top: 1px none black;
		border-bottom:  6px solid rgb(0,0,0); border-bottom:  6px solid rgba(0,0,0, 0.6); _border-bottom:  6px solid rgb(0,0,0);
	}
	
	#QuoteSelected a
	{
		text-decoration: none;
	}
	
	#QuoteSelected a:hover
	{
		text-decoration: underline;
	}


@media (max-width:610px)
{
	.Responsive #QuickReply .insertQuotes
	{
		float: right;
		margin-left: 3px;
	}
}
@media (max-width:480px)
{
	.Responsive .quickReply .messageUserInfo
	{
		display: none;
	}

	.Responsive #QuickReply
	{
		margin-left: 0;
	}
}


/* --- share_page.css --- */

.sharePage
{
}

/* clearfix */ .sharePage { zoom: 1; } .sharePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

	.sharePage .shareControl
	{
		float: left;
	}
	
	.sharePage .tweet
	{
		margin-right: 30px;
	}

	.sharePage .facebookLike .label
	{
		font-size: 11px;
		line-height: 24px;
		float: left;
		margin-right: 7px;
		display: none;
	}
	
	.sharePage iframe
	{
		height: 20px;
	}
	
	.sharePage .facebookLike iframe
	{
		z-index: 52;
	}
	



@media (max-width:480px)
{
	.Responsive .sharePage
	{
		display: none;
	}
}


/* --- thread_view.css --- */

.thread_view .threadAlerts
{
	border: 1px solid rgb(48, 48, 48);
	border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(112, 112, 112);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(50, 50, 50);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			font-size: 15px;
		}
		
	
.thread_view .threadAlerts + * > .messageList
{
	border-top: none;
}

.thread_view .threadNotices
{
	background-color: rgb(60, 60, 60);
	border: 1px solid rgb(70, 70, 70);
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
}

.thread_view .InlineMod
{
	overflow: hidden; zoom: 1;
}
