<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --- andy_similarthreads.css --- */


.similarthreads_create {
    max-width: 716px;
    margin-left: auto ;
    margin-right: auto ;    
}

.similarThreads dd.main span {
    padding: 5px 10px;
    display: block;
}

.discussionListItem .lastPostInfo {
    font-size: 11pt;
}

.similarthreads_blueLine {
    width: 100%;
    border-top: 1px solid rgb(240, 240, 240);
}




/* --- 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(252, 252, 255);
		border: 1px solid rgb(240, 240, 240);
		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: transparent url('styles/default/xenforo/node-sprite.png') no-repeat -72px 0;
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(48, 48, 48);
		}
		
		.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(80, 80, 80);
			border-radius: 4px;
			background-color: rgb(252, 252, 255);
			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(36, 87, 169) url('styles/default/xenforo/gradients/category-23px-light.png') 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(247, 247, 247);
			}
			
			
			.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(252, 252, 255) url('styles/default/xenforo/widgets/image-attachments.png') no-repeat center;
		border: 1px solid rgb(240, 240, 240);
		margin-right: 10px;
	}

.AttachmentEditor .AttachmentDeleteAll
{
	float: right;
}

/* SWFUploader placeholder */

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

/* 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 140px 1em 0;
border: 1px solid rgb(123, 123, 123);
border-radius: 2px;

}

	.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: arial,helvetica,sans-serif;
color: rgb(36, 87, 169);
background: rgb(240, 240, 240) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 3px 8px;
border-bottom: 1px solid rgb(80, 80, 80);
border-top-left-radius: 4px;
border-top-right-radius: 4px;

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background: rgb(247, 247, 247) url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 10px;
border-radius: 5px;
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
{
	border-color: rgb(244, 230, 172);
overflow: auto;

}

.bbCodeQuote .attribution
{
	color: rgb(0, 0, 0);
background: rgb(244, 230, 172) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
border-bottom: 1px solid rgb(249, 214, 109);

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
background: rgb(252, 248, 232) url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 10px;
border-radius: 4px;

}


	.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(249, 214, 109);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(252, 248, 232, 0) 0%, rgb(252, 248, 232) 80%);
		background: -moz-linear-gradient(top, rgba(252, 248, 232, 0) 0%, rgb(252, 248, 232) 80%);
		background: -o-linear-gradient(top, rgba(252, 248, 232, 0) 0%, rgb(252, 248, 232) 80%);
		background: linear-gradient(to bottom, rgba(252, 248, 232, 0) 0%, rgb(252, 248, 232) 80%);
		
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	.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 &gt; span
	{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
.hasJs .bbCodeSpoilerText
{
	display: none;
	background-color: rgb(247, 247, 247);
padding: 5px;
margin-top: 5px;
margin-right: 140px;
margin-bottom: 5px;
border: 1px solid rgb(240, 240, 240);
border-radius: 5px;
overflow: auto;

}

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

	.NoJs .bbCodeSpoilerContainer &gt; .bbCodeSpoilerText
	{
		visibility: hidden;
	}

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


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


/* --- discussion_list.css --- */

.discussionList
{
	position: relative;
	zoom: 1;
}

/** column style and width **/

.discussionList .sectionHeaders,
.discussionListItem
{
	display: table;
	table-layout: fixed;
	width: 100%;
	word-wrap: normal;
}

	.discussionList .sectionHeaders dt,
	.discussionList .sectionHeaders dd,
	.discussionListItem .listBlock
	{
		display: table-cell;
		vertical-align: middle;
	}
	
		.discussionList .posterAvatar
		{
			width: 52px;
		}
		
		.discussionList .main
		{
			width: auto;
		}

			.discussionList .sectionHeaders .main .postDate
			{
				text-align: right;
			}
		
		.discussionList .stats
		{
			width: 140px;
		}
			
			.discussionList .sectionHeaders .stats .minor
			{
				text-align: right;
			}
		
		.discussionList .lastPost
		{
			width: 150px;
			text-align: right;
			overflow: hidden;
		}
		
		.discussionList .statsLastPost /* combined last two columns */
		{
			width: 290px;
		}
	

/* column headers */

.discussionList .sectionHeaders
{	
	font-size: 12px;
color: rgb(240, 240, 240);
background-color: #6a8a9c;
padding: 5px 10px;
margin: 3px auto 0;

	
	padding: 0;
}

	.discussionList .sectionHeaders dt span
	{
		display: none !important;
	}
		
	.discussionList .sectionHeaders a
	{
		display: block;
		color: rgb(240, 240, 240);
		outline: none;
	}
	
	.discussionList .sectionHeaders a:hover
	{
		text-decoration: none;
	}
			
	.discussionList .sectionHeaders dd a[href]:hover
	{
		text-decoration: none;
background-color: #4f6876;

		
		
	}
		
	.discussionList .sectionHeaders .main a,
	.discussionList .sectionHeaders .stats a
	{
		float: left;
		width: 50%;
		white-space: nowrap;
	}
	
		.discussionList .sectionHeaders a span
		{
			padding: 5px 10px;
			display: block;
		}
		
/** IE &lt;8 **/
.discussionList .sectionHeaders,
.discussionListItem                { *display: block; _vertical-align: bottom; }
.discussionList .sectionHeaders dt,
.discussionList .sectionHeaders dd,
.discussionListItem .listBlock     { *display: block; *float: left; }
.discussionListItem .listBlock     { _height: 52px; *min-height: 52px; } /* todo: should be calculation */
.discussionList .posterAvatar      { *width: 6.98%; }
.discussionListItem .posterAvatar  { *font-size: 0; }	
.discussionList .main              { *width: 56.98%; }
.discussionList .stats             { *width: 15.97%; }	
.discussionList .lastPost          { *width: 19.97%; }
.discussionList .statsLastPost     { *width: 35.97%; }
.discussionList .sectionHeaders dt,
.discussionList .sectionHeaders dd { *padding: 5px 0; }
.discussionList .sectionHeaders a,
.discussionList .sectionHeaders a span { *display: inline !important; *float: none !important; }

/* items in thread list */

.discussionListItems
{
}



	
/* individual thread list item */
	
/** main **/

.discussionListItem
{
	background-color: rgb(252, 252, 255);
	
	border-bottom: 1px solid #d5dadc;
}





	/* sections, section widths */
	
		.discussionListItem .posterAvatar,		
		.discussionListItem .stats
		{
			background-color: rgb(247, 247, 247);
		}
		
		.discussionListItem .main,
		.discussionListItem .lastPost
		{
		}
		
		
		
		
		
		
		
		
	/* avatar section */
	
	.discussionListItem .posterAvatar .avatarContainer
	{
		display: block;
		position: relative;
	}
	
	.discussionListItem .posterAvatar .avatar
	{
		padding: 5px;
display: block;
width: 36px;
height: 36px;

		
		width: auto;
		height: auto;
	}
	
		.discussionListItem .posterAvatar .avatar img
		{
			width: 36px;
			height: 36px;
			display: block;
		}
		
		.discussionListItem .posterAvatar .miniMe
		{
			padding: 0;
position: absolute;
bottom: 1px;
left: 29px;
z-index: 10;

		}
		
			.discussionListItem .posterAvatar .miniMe img
			{
				padding: 1px;
border: 1px none black;
border-radius: 2px;
box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
width: 20px;
height: 20px;
				
			}		
		
		
	/* title, poster section */
	
	.discussionListItem .titleText
	{
		padding: 5px;
		overflow: hidden; zoom: 1;
		position: relative;
	}
	
		/* unread indicator */
		
		.LoggedIn .discussionListItem .titleText
		{			
			padding-left: 20px;
		}
		
		.LoggedIn .discussionListItem .unreadLink,
		.LoggedIn .discussionListItem .ReadToggle
		{
			display: block;
			width: 10px;
			height: 10px;
			
			position: absolute;
			left: 5px;
			top: 10px;
			
			background: url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat 10000px 0;
			
			white-space: nowrap;
			overflow: hidden;
			text-indent: 9999px;
		}
		
			.LoggedIn .discussionListItem .unreadLink,
			.LoggedIn .discussionListItem.unread .ReadToggle
			{
				background-position: -5px -42px;
			}
		
			.LoggedIn .discussionListItem .ReadToggle:hover
			{
				background-position: -25px -42px;
			}
	
		/* first row */
	
		.discussionListItem .title
		{
			font-size: 11pt;
line-height: 18px;

			max-width: 100%;
			word-wrap: break-word;
		}
		
			.discussionListItems .unread .title a
			{
				font-weight: bold;
/*padding-right: 18px;
				background: transparent url('styles/default/xenforo/widgets/discussion-new.png') no-repeat right center;*/

			}
			
		
		.discussionListItem .iconKey span
		{
			margin-left: 5px;
text-indent: -10000em;
float: right;
background: transparent url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat 10000px 0;
width: 16px;
height: 16px;

		}
			
			.discussionListItem .iconKey .sticky    { background-position:   0px -16px; }
			.discussionListItem .iconKey .starred   { background-position: -90px -32px; width: 18px; height: 18px; }
			.discussionListItem .iconKey .watched   { background-position: -144px -16px; width: 16px; height: 16px; }
			.discussionListItem .iconKey .locked    { background-position: -16px -16px; }
			.discussionListItem .iconKey .moderated { background-position: -32px -16px; }
			.discussionListItem .iconKey .redirect  { background-position: -48px -16px; }
			.discussionListItem .iconKey .new       { background-position: -64px -16px; }
		
		/* second row */
		
		.discussionListItem .secondRow
		{
			font-size: 11px;

			clear: both;
		}
		
			.discussionListItem .secondRow .controls
			{
				float: right;
				padding-left: 20px;
			}
				
				.discussionListItem.AjaxProgress .controls
				{
					background: transparent url('styles/default/xenforo/widgets/ajaxload.info_B4B4DC_facebook.gif') no-repeat left center;
				}
			
			.discussionListItem .posterDate
			{
				float: left;
			}
			
			
			
	/* stats section */
	
	.discussionListItem .stats dl
	{
		padding: 0 10px;
		border-left: 1px solid rgb(240, 240, 240);
		border-right: 1px solid rgb(240, 240, 240);
	}
		.discussionListItem .stats .major
		{
			font-size: 11pt;
line-height: 18px;

			
			margin-top: 5px;
		}
			
		.discussionListItem .stats .minor
		{
			font-size: 11px;

			
			margin-bottom: 5px;
		}
			
	/* last post section */
	
	.discussionListItem .lastPostInfo
	{
		padding: 5px;
	}
	
		.discussionListItem .lastPostInfo .username
		{
			font-size: 11pt;
line-height: 18px;

		}
		
	
			.discussionListItems .unread .lastPostInfo .username
			{
				font-weight: bold;
/*padding-right: 18px;
				background: transparent url('styles/default/xenforo/widgets/discussion-new.png') no-repeat right center;*/

			}
		
		.discussionListItem .lastPostInfo .dateTime
		{
			font-size: 11px;

		}


/* extra note row */

.discussionListItem .noteRow
{
	background-color: rgb(252, 252, 255);
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: rgb(62, 62, 62);
}

	.discussionListItem .noteRow.secondary
	{
		background-color: rgb(247, 247, 247);
	}



/* deleted item */

.discussionList .discussionListItem.deleted
{
}

	.discussionList .discussionListItem.deleted .avatar img
	{
		opacity: 0.5;
		filter: alpha(opacity='50');
	}
		
	.discussionList .discussionListItem.deleted .deletionNote
	{
		float: left;
		color: rgb(150,0,0);
	}
		
/* moderated item */

.discussionList .discussionListItem.moderated .listBlock
{
	background-color: rgb(252, 252, 255);
}

		
		
		
		
		
			
/* inline mod selected/checked classes */

.discussionListItem.InlineModChecked,
.discussionListItem.InlineModChecked .posterAvatar,
.discussionListItem.InlineModChecked .main,
.discussionListItem.InlineModChecked .stats,
.discussionListItem.InlineModChecked .lastPost,
.discussionListItem.deleted.InlineModChecked,
.discussionListItem.moderated.InlineModChecked
{
	background: rgb(255, 255, 200) url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;

}
















		
/** bottom summary **/

.discussionList .sectionFooter
{
	overflow: hidden; zoom: 1;
}

	.discussionList .sectionFooter .contentSummary
	{
		float: left;
		display: block;
	}

		
/** thread list options **/

.DiscussionListOptions
{
	background-color: rgb(240, 240, 240);
margin: 10px auto 0px;
border: 1px solid rgb(80, 80, 80);
border-radius: 5px;
line-height: 20px;
overflow: hidden;
zoom: 1;

}

.hasJs .DiscussionListOptions
{
	display: none;
}

	.DiscussionListOptions dl,
	.DiscussionListOptions .controlGroup
	{
		float: left;
		margin-right: 10px;
		
		overflow: hidden; zoom: 1;
	}
	
		.DiscussionListOptions dt
		{
			float: left;
		}
		
		.DiscussionListOptions dd
		{
			margin-left: 120px;
		}
		
	.DiscussionListOptions .buttonGroup
	{
		float: right;
	}
	
		.DiscussionListOptions .buttonGroup input
		{
			min-width: 75px;
		}
	
#DiscussionListOptionsHandle
{
	position: absolute;
bottom: -17px;
line-height: 16px;
text-align: center;
right: 50%;
white-space: nowrap;

}
	
	#DiscussionListOptionsHandle a
	{
		font-size: 11px;
color: rgb(48, 48, 48);
background-color: rgb(240, 240, 240);
padding: 0 20px;
margin: 11px auto;
border: 1px solid rgb(80, 80, 80);
border-top:  1px none rgb(0,0,0); border-top:  1px none rgba(0,0,0, 0.6); _border-top:  1px none rgb(0,0,0);
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
display: inline-block;
outline: 0;
position: relative;
right: -50%;

	}
	
.afterDiscussionListHandle
{
	margin-top: 20px;
}
	
/** item page nav **/

.discussionListItem .itemPageNav
{
	visibility: hidden;
}

.discussionListItem:hover .itemPageNav,
.Touch .discussionListItem .itemPageNav
{
	visibility: visible;
}

	.itemPageNav a,
	.itemPageNav span
	{
		font-size: 9px;
padding: 0 3px;
border-radius: 3px;
display: inline-block;
text-align: center;

	}
	
	body .itemPageNav a
	{
		color: rgb(31, 90, 157);
background: rgb(252, 248, 232) url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x;
margin: -1px 0;
border: 1px solid rgb(244, 230, 172);

	}
	
	body .itemPageNav a:hover
	{
		color: rgb(31, 90, 157);
text-decoration: none;
background-color: rgb(244, 230, 172);
border-color: rgb(249, 214, 109);

	}

/** filters **/
		
.discussionListFilters
{
	font-size: 11px;
	overflow: hidden; zoom: 1;
}

	.discussionListFilters .filtersHeading
	{
		float: left;
		margin-right: 5px;
		color: rgb(36, 87, 169);
		font-weight: bold;
	}
	
	.discussionListFilters .removeFilter,
	.discussionListFilters .removeAllFilters
	{
		color: rgb(62, 62, 62);
		background: rgb(240, 240, 240) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
		border: 1px solid rgb(240, 240, 240);
		border-radius: 5px;
		padding: 2px 10px;
	}
	
		.discussionListFilters .gadget
		{
			color: rgb(36, 87, 169);
			font-weight: bold;
			margin-left: 3px;
		}

	
		.discussionListFilters .removeFilter:hover,
		.discussionListFilters .removeAllFilters:hover
		{
			background-color: rgb(247, 247, 247);
			text-decoration: none;
			color: rgb(48, 48, 48);
			box-shadow: 1px 1px 5px rgba(0,0,0, 0.15);
		}
		
	.discussionListFilters .pairsInline dt
	{
		display: none;
	}
	
	.discussionListFilters .filterPairs
	{
		float: left;
	}
	
	.discussionListFilters .removeAll
	{
		float: right;
	}
	
		.discussionListFilters .removeAllFilters
		{
			padding: 2px 6px;
		}


@media (max-width:610px)
{
	.Responsive .discussionList .sectionHeaders .stats
	{
		display: none;
	}
	
	.Responsive .discussionList .sectionHeaders .main .title
	{
		float: none;
		width: auto;
	}
	
	.Responsive .discussionList .sectionHeaders .main .postDate
	{
		display: none;
	}
	
	.Responsive .discussionList .statsLastPost
	{
		display: none;
	}

	.Responsive .discussionListItem .listBlock.main,
	.Responsive .discussionListItem .listBlock.stats,
	.Responsive .discussionListItem .listBlock.lastPost
	{
		display: block;
	}
	
	.Responsive .discussionListItem .listBlock.stats
	{
		float: left;
		width: auto;
		margin-top: -5px;
		border: none;
		background: none;
		padding-left: 5px;
	}
	
		.Responsive.LoggedIn .discussionListItem .listBlock.stats
		{			
			padding-left: 20px;
		}
	
		.Responsive .discussionListItem .listBlock.stats dl
		{
			border: none;
			padding: 0;
		}
		
		.Responsive .discussionListItem .listBlock.stats dd,
		.Responsive .discussionListItem .listBlock.stats dt
		{
			float: none;
			display: inline;
		}
	
		.Responsive .discussionListItem .listBlock.stats .minor
		{
			display: none;
		}
		
		.Responsive .discussionListItem .listBlock.stats .major
		{
			font-size: 11px;
			margin-top: 0;
		}
	
	.Responsive .discussionListItem .listBlock.lastPost
	{
		float: right;
		width: auto;
		margin-top: -5px;
	}
		.Responsive .discussionListItem .listBlock.lastPost .lastPostInfo
		{
			padding-top: 0;
			padding-bottom: 0;
		}
	
		.Responsive .discussionListItem .listBlock.lastPost dt
		{
			display: none;
		}
}

@media (max-width:800px)
{
	.Responsive .discussionList .sectionHeaders .lastPost,
	.Responsive .discussionList .lastPost
	{
		width: 125px;
	}
}

@media (max-width:480px)
{
	.Responsive .discussionListItem .secondRow .startDate,
	.Responsive .discussionListItem .secondRow .EditControl
	{
		display: none;
	}
}


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

.hasJs .BbCodeWysiwygEditor
{
	visibility: hidden;
}

.redactor_box {
	font-size: 0;
border: 1px solid rgb(240, 240, 240);
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(240, 240, 240);
		}
		
		.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(48, 48, 48);
		padding: 5px;
		border-radius: 3px;
		background: rgb(252, 252, 255);
		box-shadow: 1px 1px 4px rgb(48, 48, 48);
		opacity: .5;
	}
		
	.redactor_box .placeholder span
	{
		line-height: 14px;

		font-size: 11pt;
line-height: 1.4;

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


/* TOOLBAR */
.redactor_toolbar {
	font-size: 0;
background: rgb(247, 247, 247) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 0 0 0 2px;
margin: 0;
border-bottom: 1px solid rgb(240, 240, 240);
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;

		}
		
		html .redactor_toolbar li a,
		html .redactor_toolbar li a:hover,
		html .redactor_toolbar li a:active,
		html .redactor_toolbar li a.redactor_act
		{
			background-image: url('styles/default/xenforo/editor/icons.png?redactor');
			background-repeat: no-repeat;
			background-position: 0;
		}

			.redactor_toolbar li a:hover {
				background-color: rgb(252, 252, 255);
border-color: rgb(80, 80, 80);

			}

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

			}

		.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: rgb(247, 247, 247) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 1px;
margin: 0;
border: 1px solid rgb(240, 240, 240);
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*/



	html .redactor_toolbar li a.redactor_btn_html { background-position: 3px -2429px; }

	html .redactor_toolbar li a.redactor_btn_switchmode { background-position: 3px -605px; }

	html .redactor_toolbar li a.redactor_btn_removeformat { background-position: 3px -2205px; }

	html .redactor_toolbar li a.redactor_btn_draft { background-position: 3px -2237px; }

	html .redactor_toolbar li a.redactor_btn_draftsave { background-position: 3px -2237px; }

	html .redactor_toolbar li a.redactor_btn_new { background-position: 3px -1853px; }

	html .redactor_toolbar li a.redactor_btn_draftdelete { background-position: 3px -1853px; }

	html .redactor_toolbar li a.redactor_btn_bold { background-position: 3px -29px; }

	html .redactor_toolbar li a.redactor_btn_italic { background-position: 3px -61px; }

	html .redactor_toolbar li a.redactor_btn_underline { background-position: 3px -189px; }

	html .redactor_toolbar li a.redactor_btn_deleted { background-position: 3px -93px; }

	html .redactor_toolbar li a.redactor_btn_fontcolor { background-position: 3px -541px; }

	html .redactor_toolbar li a.redactor_btn_fontsize { background-position: 3px -2941px; }

	html .redactor_toolbar li a.redactor_btn_fontfamily { background-position: 3px -2909px; }

	html .redactor_toolbar li a.redactor_btn_smilies { background-position: 3px -2397px; }

	html .redactor_toolbar li a.redactor_btn_alignment { background-position: 3px -1469px; }

	html .redactor_toolbar li a.redactor_btn_alignleft { background-position: 3px -1469px; }

	html .redactor_toolbar li a.redactor_btn_aligncenter { background-position: 3px -1437px; }

	html .redactor_toolbar li a.redactor_btn_alignright { background-position: 3px -1501px; }

	html .redactor_toolbar li a.redactor_btn_justify { background-position: 3px -1405px; }

	html .redactor_toolbar li a.redactor_btn_unorderedlist { background-position: 3px -1693px; }

	html .redactor_toolbar li a.redactor_btn_orderedlist { background-position: 3px -1757px; }

	html .redactor_toolbar li a.redactor_btn_outdent { background-position: 3px -1373px; }

	html .redactor_toolbar li a.redactor_btn_indent { background-position: 3px -1309px; }

	html .redactor_toolbar li a.redactor_btn_image { background-position: 3px -1245px; }

	html .redactor_toolbar li a.redactor_btn_table { background-position: 3px -2493px; }

	html .redactor_toolbar li a.redactor_btn_link { background-position: 3px -1597px; }

	html .redactor_toolbar li a.redactor_btn_createlink { background-position: 3px -1597px; }

	html .redactor_toolbar li a.redactor_btn_unlink { background-position: 3px -1629px; }

	html .redactor_toolbar li a.redactor_btn_horizontalrule { background-position: 3px -1181px; }

	html .redactor_toolbar li a.redactor_btn_code { background-position: 3px -2429px; }

	html .redactor_toolbar li a.redactor_btn_insertcode { background-position: 3px -2429px; }

	html .redactor_toolbar li a.redactor_btn_quote { background-position: 3px -285px; }

	html .redactor_toolbar li a.redactor_btn_insertquote { background-position: 3px -285px; }

	html .redactor_toolbar li a.redactor_btn_media { background-position: 3px -2877px; }

	html .redactor_toolbar li a.redactor_btn_undo { background-position: 3px -2813px; }

	html .redactor_toolbar li a.redactor_btn_redo { background-position: 3px -2749px; }

	html .redactor_toolbar li a.redactor_btn_spoiler { background-position: 3px -1565px; }

	html .redactor_toolbar li a.redactor_btn_insertspoiler { background-position: 3px -1565px; }

	html .redactor_toolbar li a.redactor_btn_insert { background-position: 3px -2301px; }



	

	

	

	

	

	

	

	
		html .redactor_toolbar li a.redactor_btn_custom_gallery
		{
			background-image: url('styles/default/xengallery/xengallery_sprite.png');
			
				background-position: 3px 0px;
			
		}
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	




	html[dir=rtl] .redactor_toolbar li a.redactor_btn_unorderedlist { background-position: 3px -1661px; }

	html[dir=rtl] .redactor_toolbar li a.redactor_btn_orderedlist { background-position: 3px -1725px; }

	html[dir=rtl] .redactor_toolbar li a.redactor_btn_outdent { background-position: 3px -1341px; }

	html[dir=rtl] .redactor_toolbar li a.redactor_btn_indent { background-position: 3px -1277px; }

	html[dir=rtl] .redactor_toolbar li a.redactor_btn_undo { background-position: 3px -2781px; }

	html[dir=rtl] .redactor_toolbar li a.redactor_btn_redo { background-position: 3px -2717px; }



/* DROPDOWN */
.redactor_dropdown {
	top: 28px;
	left: 0;
	z-index: 100004;
	position: absolute;
	width: 200px;
	max-height: 150px;
	overflow: auto;
	background-color: rgb(252, 252, 255);
	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(0, 0, 0);
		padding: 3px 5px;
		text-decoration: none;
	}
	
	.redactor_dropdown a.icon
	{
		padding: 0px 0px 0px 32px;
		height: 24px;
		line-height: 24px;
		background: transparent url('styles/default/xenforo/editor/icons.png?redactor') no-repeat 0 0;		
	}
	
		.redactor_dropdown a.alignLeft
		{
			background-position: 3% -1469px;
		}
		.redactor_dropdown a.alignCenter
		{
			background-position: 3% -1437px;
		}
		.redactor_dropdown a.alignRight
		{
			background-position: 3% -1501px;
		}
		
		.redactor_dropdown a.saveDraft
		{
			background-position: 3% -2237px;
		}
		.redactor_dropdown a.deleteDraft
		{
			background-position: 3% -1853px;
		}
		
		.redactor_dropdown a.code
		{
			background-position: 3% -2429px;
		}		
		.redactor_dropdown a.quote
		{
			background-position: 3% -285px;
		}		
		.redactor_dropdown a.spoiler
		{
			background-position: 3% -1565px;
		}		
		.redactor_dropdown a.strikethrough
		{
			background-position: 3% -93px;
		}

	.redactor_dropdown a:hover {
		text-decoration: none;
		background-color: rgb(247, 247, 247);
	}

.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(255, 255, 255);
}

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

#redactor_modal_close {
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url('styles/default/xenforo/overlay/close.png');
position: absolute;
right: 4px;
top: 4px;
cursor: pointer;
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(rgba.php?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(rgba.php?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;
}

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

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

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

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



.messageList
{
	border: 1px solid rgb(123, 123, 123);
border-top-style: none;
border-bottom-style: none;
border-radius: 2px;

}

.messageList .message
{
	background-color: rgb(247, 247, 247);
padding: 15px 15px 25px;
border-bottom: 1px solid rgb(123, 123, 123);

}

.messageList .message:first-child, .conversation_view .message:first-child
{
        background-color: rgb(244, 241, 250);
border-top: 1px solid rgb(123, 123, 123);

}

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

/*** Message block ***/

.message .messageInfo
{
	background-color: rgb(252, 252, 255);
padding: 10px;
margin-left: 140px;
border: 1px solid rgb(123, 123, 123);
border-radius: 2px;

	zoom: 1;
}

	.message .newIndicator
	{
		font-size: 12px;
color: rgb(252, 252, 255);
background-color: rgb(50, 116, 222);
padding: 2px 5px;
margin-right: -32px !important;
border: 1px solid rgb(28, 78, 159);
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);

	-xenforo-nomatch-margin: -5px -32px !important 5px 5px;
		
		margin-right: -25px;
	}
	
		.message .newIndicator span
		{
			background-color: rgb(36, 87, 169);
border-top-right-radius: 3px;
position: absolute;
top: -4px;
right: -1px;
width: 5px;
height: 4px;

		}

	.message .messageContent
	{
		min-height: 205px;

	}
	
	.message .messageTextEndMarker
	{
		height: 0;
		font-size: 0;
		overflow; hidden;
	}	
	
	.message .editDate
	{
		text-align: right;
		margin-top: 5px;
		font-size: 11px;
		color: rgb(48, 48, 48);
	}
	.message .signature
	{
		font-size: 9pt;
padding: 5px 0 0;
margin-top: 5px;
border-top: 1px dashed rgb(123, 123, 123);

	}
	.message .messageMeta
	{
		font-size: 11px;
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: 0 4px;
		border-radius: 2px;
		margin-left: 8px;
	}
	
	.message .publicControls .MultiQuoteControl.active
	{
		background-color: rgb(240, 240, 240);
	}
	
		.messageNotices li
	{
		font-size: 11px;
background: rgb(244, 230, 172) url('styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 5px;
margin: 10px 0;
border: 1px solid rgb(244, 230, 172);
border-radius: 5px;
line-height: 16px;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px;
		}
	
			.messageNotices .warningNotice .icon { background-position: -48px -32px; }		
			.messageNotices .deletedNotice .icon { background-position: -64px -32px; }		
			.messageNotices .moderatedNotice .icon {background-position: -32px -16px; }
	
	.message .likesSummary
	{
		padding: 5px;
margin-top: 10px;
border: 1px solid rgb(240, 240, 240);
border-radius: 5px;

	}
	
	.message .messageText &gt; *: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: rgb(255, 255, 200) url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;

}

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

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

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(80, 80, 80);
	background: rgb(240, 240, 240) url(styles/default/xenforo/gradients/category-23px-light.png) repeat-x top;
	font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{	
	overflow: hidden; zoom: 1;
	color: rgb(50, 116, 222);
	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(48, 48, 48);
}

@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: 5px 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: 124px;

}

	.messageUserBlock
	{
		
		
		position: relative;
	}
		
		.messageUserBlock div.avatarHolder
		{
			
			
			position: relative;	
		}
		
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: -1px;
				left: -1px;
				
				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;

			}
			
		.messageUserBlock h3.userText
		{
			padding-top: 3px;
padding-left: 5px;
margin-top: 3px;

		}
		
		.messageUserBlock .userBanner
		{
			display: block;
			margin-bottom: 5px;
			margin-left: -11px;
			margin-right: -6px;
		}
		
		.messageUserBlock .userBanner:last-child
		{
			margin-bottom: 0;
		}
	
		.messageUserBlock a.username
		{
			font-weight: bold;
display: block;
overflow: hidden;
line-height: 16px;

			
		}
		
		.messageUserBlock .userTitle
		{
			font-size: 11px;
display: block;

		}
		
		.messageUserBlock .extraUserInfo
		{
			font-size: 11px;
padding: 4px 6px;

		}
		
			.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: ;
			-moz-border-left-colors: ;
			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: ;
				-moz-border-left-colors: ;
				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(247, 247, 247);
padding: 15px 15px 25px;
border-bottom: 1px solid rgb(123, 123, 123);

}

/* 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-color: rgb(252, 252, 255);
padding: 10px;
margin-left: 140px;
border: 1px solid rgb(123, 123, 123);
border-radius: 2px;

}

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

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

#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(48, 48, 48);
		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;
	}
}


/* --- sidebar_share_page.css --- */

.sidebar .sharePage .shareControl
{
	margin-top: 10px;
	min-height: 23px;
}

.sidebar .sharePage iframe
{
	width: 200px;
	height: 20px;
}

.sidebar .sharePage iframe.fb_ltr
{
	_width: 200px !important;
}

.sidebar .sharePage .facebookLike iframe
{
	z-index: 52;
}

.mast .sharePage .secondaryContent
{
	overflow: visible !important;
}




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


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

.thread_view .threadAlerts
{
	border: 1px solid rgb(240, 240, 240);
	border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
	background-image: url('styles/default/xenforo/gradients/form-button-white-25px.png');
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(36, 87, 169);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(35, 88, 172);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat -1000px -1000px;
		}
		
			.thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px; }
			.thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px; }
			.thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px; }
	
.thread_view .threadAlerts + * &gt; .messageList
{
	border-top: none;
}

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

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

/* --- wf_default.css --- */



.section.sectionMain.widget-container.widget-tabs {
	border: 0;
	margin: 0;
	padding: 0;
}
	.section.sectionMain.widget-container.widget-tabs .widget-panes {
		padding: 10px;;
		border-right: 1px solid rgb(80, 80, 80);
		border-bottom: 1px solid rgb(80, 80, 80);
		border-left: 1px solid rgb(80, 80, 80);

		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

.widget-tabs .tabs {
	background: none;
}

.widget-tabs .tabs li a {
	font-weight: bold;
}

.widget-tabs .primaryContent {
	padding: 0;
	background: none;
	border: 0;
}

.widget-poll .pollBlock .pollContent {
	padding-left: 0;
	width: auto;
}

.widget-poll .pollBlock .pollOptions,
.widget-poll .pollBlock .pollResults {
	border: 0;
}

.widget-poll .pollBlock .pollResult h3.optionText {
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.widget-poll .pollBlock .pollResult .count {
	padding: 0;
}

.avatarList .WidgetFramework_nextToAvatar {
	margin-left: 41px;
}
	.avatarList .WidgetFramework_nextToAvatar .username {
		margin-top: 0;
	}

.widget .statusPoster textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	resize: vertical;
	overflow: hidden;
}

.WidgetFramework_WidgetRenderer_ShareThisPage .sharePage .shareControl {
    float: none;
}

.WidgetFramework_WidgetRenderer_FeedReader_Entries {
}
	.WidgetFramework_WidgetRenderer_FeedReader_Entries .limitedHeight {
		max-height: 54px; 
	}

	.WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry {
		text-align: justify;
		display: block;
		overflow: hidden;
		margin-bottom: 3px;
	}

	.WidgetFramework_WidgetRenderer_FeedReader_Entries img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail {
		width: auto;
		float: right;
		margin-left: 3px;
	}
		.WidgetFramework_WidgetRenderer_FeedReader_Entries .WidgetFramework_WidgetRenderer_FeedReader_Entry:nth-child(2n) img.WidgetFramework_WidgetRenderer_FeedReader_Thumbnail { float: left; margin-right: 3px; }

.WidgetFramework_WidgetRenderer_XFRM_Resources .Hint {
	float: right;
}

.WidgetFramework_WidgetRenderer_Threads .unread &gt; a { font-weight: bold; }
.sidebar .WidgetFramework_WidgetRenderer_Threads .avatarList .username { display: inline; font-size: inherit; margin: 0; }

.WidgetFramework_WidgetRenderer_Threads_FullThreadList {
}
	.WidgetFramework_WidgetRenderer_Threads_FullThreadList .subHeading {
		font-size: 1.3em;
	}
	.WidgetFramework_WidgetRenderer_Threads_FullThreadList .info {
		padding: 5px 10px;

		
			border-top: 1px dashed rgb(240, 240, 240);
		
	}
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .counters {
			float: right;
		}
	.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message {
		margin-bottom: 10px;
	}
	/* clearfix */ .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { zoom: 1; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageInfo {
			padding: 5px 10px;
		}
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator
		{
			font-size: 12px;
color: rgb(252, 252, 255);
background-color: rgb(50, 116, 222);
padding: 2px 5px;
margin-right: -32px !important;
border: 1px solid rgb(28, 78, 159);
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;
		}
			.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator span
			{
				background-color: rgb(36, 87, 169);
border-top-right-radius: 3px;
position: absolute;
top: -4px;
right: -1px;
width: 5px;
height: 4px;

			}

	.WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageText .readMoreLink {
		display: block;
		text-align: right;
	}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem
{
	overflow: hidden; zoom: 1;

	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px solid rgb(240, 240, 240);
}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem:first-child
{
	border-top: none;
	padding-top: 0;
}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar
{
	float: left;
	font-size: 0;
}

	.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .avatar img
	{
		width: 24px;
		height: 24px;
	}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageInfo
{
	margin-left: 34px;
}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent article,
.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageContent blockquote
{
	display: inline;
}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .poster
{
	font-weight: bold;
}

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem .messageMeta
{
	overflow: hidden; zoom: 1;
	font-size: 11px;
	line-height: 14px;
	padding-top: 4px;
}

.widget .avatarHeap {
	
	margin-right: -10px;
}



/* list of users with 32px avatars, username and user title */
.non-sidebar-widget .avatarList li {
	margin: 5px 0;
overflow: hidden;
zoom: 1;

}

	.non-sidebar-widget .avatarList .avatar {
		margin-right: 5px;
float: left;
width: 32px;
height: 32px;

		
		width: auto;
		height: auto;
	}
		
	.non-sidebar-widget .avatarList .avatar img {
		width: 32px;
		height: 32px;
	}
	
	.non-sidebar-widget .avatarList .username {
		font-size: 11pt;
margin-top: 2px;
display: block;

	}
	
	.non-sidebar-widget .avatarList .userTitle {
		color: rgb(48, 48, 48);

	}


/* list of users */

.non-sidebar-widget .userList {
}

	.non-sidebar-widget .userList .username {
		font-size: 11px;

	}

	.non-sidebar-widget .userList .username.invisible {
		color: rgb(50, 116, 222);

	}
	
	.non-sidebar-widget .userList .username.followed {
		
	}

	.non-sidebar-widget .userList .moreLink {
		display: block;
	}


.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }



/* --- xengallery_tab_links.css --- */

.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:hover,
.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:focus
{
	color: rgb(0, 0, 0);
text-decoration: none;
background-color: rgb(240, 240, 240);
padding: 0 9px;
border: 1px solid rgb(123, 123, 123);
border-radius: 2px;
text-shadow: 1px 1px 0px rgb(247, 247, 247);
outline: 0;

}

/* CSS returned from cache. */</pre></body></html>