@charset "UTF-8";

/* --- aloph_op_ribbon_style.css --- */

div.mobileRibbon  {display: none}

div.ribbonBox .ribbon-wrapper .ribbon>span{
    white-space: nowrap;
}

div.ribbonBox {
    color: white;
    font-weight: bold;
    z-index: 5;
}

div.ribbonBox .ribbon-wrapper {
    overflow: hidden;
    position: absolute;
}

div.ribbonBox .ribbon-wrapper .ribbon  {
    cursor: default;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    position: relative;
    padding: 1px 0;
    font-size: 10px;
    background-color: rgb(217, 21, 25);;
    color: rgb(239, 239, 239);
    background-image: none;
}

div.leftCornerDesktop .ribbon-wrapper,
div.rightCornerDesktop .ribbon-wrapper,
div.leftCornerMobile .ribbon-wrapper,
div.rightCornerMobile .ribbon-wrapper
{
    width: 50%;
    height: 50%;
}

div.leftCornerDesktop .ribbon-wrapper .ribbon,
div.rightCornerDesktop .ribbon-wrapper .ribbon,
div.leftCornerMobile .ribbon-wrapper .ribbon,
div.rightCornerMobile .ribbon-wrapper .ribbon
{
    width: 130%;
}

div.leftCornerDesktop .ribbon-wrapper .ribbon,
div.leftCornerMobile .ribbon-wrapper .ribbon
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

div.rightCornerDesktop .ribbon-wrapper .ribbon,
div.rightCornerMobile .ribbon-wrapper .ribbon
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

div.leftCornerDesktop .ribbon-wrapper .ribbon{
    left: -30%;
    top: 20%;
}

div.rightCornerDesktop .ribbon-wrapper {
    right: 0;
}
div.rightCornerDesktop .ribbon-wrapper .ribbon{
    right: 2%;
    top: 22%;
}

div.bottomDesktop .ribbon-wrapper,
div.topDesktop .ribbon-wrapper,
div.bottomMobile .ribbon-wrapper,
div.topMobile .ribbon-wrapper
{
    width: 150px;
}

div.bottomDesktop .ribbon-wrapper .ribbon,
div.topDesktop .ribbon-wrapper .ribbon,
div.bottomMobile .ribbon-wrapper .ribbon,
div.topMobile .ribbon-wrapper .ribbon
{
    width: 100%;
}


div.bottomDesktop .ribbon-wrapper  {
    bottom: 0px;
}


@media (max-width:480px)
{
    div.desktopRibbon  {display: none}
    div.mobileRibbon  {display: block}

	div.ribbonBox .ribbon-wrapper .ribbon  {
	    font-size: 8px;
	}

    div.bottomMobile .ribbon-wrapper,
    div.topMobile .ribbon-wrapper
    {
        width: 48px;
    }
    div.bottomMobile .ribbon-wrapper {
        bottom: 0px;
    }
    div.leftCornerMobile .ribbon-wrapper .ribbon{
        left: -30%;
        top: 16%;
	}
	div.rightCornerMobile .ribbon-wrapper .ribbon{
	    right: 0;
	    top: 14%;
	}
	div.rightCornerMobile .ribbon-wrapper {
	    right: 5px;
	}
}

/* --- 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(250, 250, 250);
}




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

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

.bbCodeBlock
{
	background-color: rgb(242, 242, 242);
margin: 1em 150px 20px 0;
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: 12px;
font-family: 'PT Sans Caption', sans-serif;
color: rgb(66, 66, 66);
background-color: rgb(231, 231, 231);
padding: 10px 15px;

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background-color: rgb(242, 242, 242);
background-repeat: repeat-x;
background-position: top;
padding-right: 15px;
padding-left: 15px;
word-wrap: normal;
overflow: auto;
line-height: 26px;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;
background-image: -webkit-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -moz-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -ms-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -o-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);

}

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

.bbCodeQuote
{
	
}

.bbCodeQuote .attribution
{
	font-style: italic;
border-left: 3px solid rgb(185, 185, 185);

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;

	font-style: italic;
font-size: 12px;
background-color: rgb(240, 234, 227);
padding: 15px;
border-right-color: rgb(185, 185, 185);
border-left: 3px solid rgb(185, 185, 185);

}


	.bbCodeQuote .quoteContainer .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: #FFFFFF;
padding: 5px;
margin-top: 5px;
margin-right: ;
margin-bottom: 5px;
border: 1px solid rgb(242, 242, 242);
overflow: auto;

}

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

.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(50, 50, 50); /* 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;
	}
}


/* --- 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: 56px;
		}

		.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: 180px;
			text-align: right;
			overflow: hidden;
		}

		.discussionList .statsLastPost /* combined last two columns */
		{
			width: 320px;
		}


/* column headers */

.discussionList .sectionHeaders
{
	font-weight: bold;
font-size: 15px;
color: rgb(66, 66, 66);
text-decoration: none;
background-color: rgb(231, 231, 231);
padding: 12px 15px;
margin: 0 auto;
border: 0 solid rgb(197, 197, 197);
border-top-width: 2px;


	padding: 0;
}

	.discussionList .sectionHeaders dt span
	{
		display: none !important;
	}

	.discussionList .sectionHeaders a
	{
		display: block;
		color: rgb(66, 66, 66);
		outline: none;
	}

	.discussionList .sectionHeaders a:hover
	{
		text-decoration: none;
	}

	.discussionList .sectionHeaders dd a[href]:hover
	{
		text-decoration: none;
background: url(https://www.jeepscramblerforum.com/forum/rgba.php?r=0&g=0&b=0&a=51); background: rgba(0,0,0,.2); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);

	}

	.discussionList .sectionHeaders .main a,
	.discussionList .sectionHeaders .stats a
	{
		float: left;
		width: 50%;
		white-space: nowrap;
	}

		.discussionList .sectionHeaders a span
		{
			padding: 12px 15px;
			display: block;
		}

/** IE <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: #FFFFFF;

	border-bottom: 1px solid rgb(242, 242, 242);
}





	/* sections, section widths */

		

		.discussionListItem .main,
		.discussionListItem .lastPost
		{
		}








	/* avatar section */

	.discussionListItem .posterAvatar .avatarContainer
	{
		display: block;
		position: relative;
	}

	.discussionListItem .posterAvatar .avatar
	{
		padding: 7px 0 7px 20px;
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: 10px;
right: -5px;
z-index: 10;

		}

			.discussionListItem .posterAvatar .miniMe img
			{
				border: 1px none black;
border-radius: 100%;
width: 20px;
height: 20px;

			}


	/* title, poster section */

	.discussionListItem .titleText
	{
		padding: 5px;
		padding: 7px 20px 7px 20px;
		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: 7px;

			background: url('../forum/styles/xenith/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: 15px;
line-height: 20px;

			max-width: 100%;
			word-wrap: break-word;
		}

			.discussionListItems .unread .title a
			{
				font-weight: bold;
/*padding-right: 18px;
				background: transparent url('../forum/styles/xenith/xenforo/widgets/discussion-new.png') no-repeat right center;*/

			}


		.discussionListItem .iconKey span
		{
			margin-left: 5px;
text-indent: -10000em;
float: right;
background: transparent url('../forum/styles/xenith/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: 12px;

			clear: both;
		}

			.discussionListItem .secondRow .controls
			{
				float: right;
				padding-left: 20px;
			}

				.discussionListItem.AjaxProgress .controls
				{
					background: transparent url('../forum/styles/xenith/xenforo/widgets/ajaxload.info_B4B4DC_facebook.gif') no-repeat left center;
				}

			.discussionListItem .posterDate
			{
				float: left;
			}



	/* stats section */

	.discussionListItem .stats dl
	{
		padding: 0 20px;
		border-left: 1px solid rgb(242, 242, 242);
		border-right: 1px solid rgb(242, 242, 242);
	}
		.discussionListItem .stats .major
		{
			line-height: 20px;

			margin-top: 7px;
		}

		.discussionListItem .stats .minor
		{
			font-size: 12px;


			margin-bottom: 7px;
		}

	/* last post section */

	.discussionListItem .lastPostInfo
	{
		padding: 5px;
		padding: 7px 20px 7px 20px;
	}

		.discussionListItem .lastPostInfo .username
		{
			line-height: 20px;

			display: block;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			text-align: inherit;
		}


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

			}

		.discussionListItem .lastPostInfo .dateTime
		{
			font-size: 12px;

		}


/* extra note row */

.discussionListItem .noteRow
{
	background-color: #FFFFFF;
	padding: 5px;
	padding: 7px 20px 7px 20px;
	text-align: center;
	font-size: 11px;
	color: rgb(182, 182, 182);
}

	.discussionListItem .noteRow.secondary
	{
		background-color: #FFFFFF;
	}




/* 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: #FFFFFF;
}







/* 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-color: rgb(204, 241, 252);

}

















/** bottom summary **/

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

	.discussionList .sectionFooter .contentSummary
	{
		float: left;
		display: block;
	}
	
@media (max-width: 480px){
	.discussionList .sectionFooter {
		text-align: center;
	}
	
	.discussionList .sectionFooter .contentSummary,
	.discussionList .sectionFooter .SelectionCount {
		float: none;
	}
}


/** thread list options **/

.DiscussionListOptions
{
	font-size: 12px;
margin: 0;
border-top: 1px solid rgb(231, 231, 231);
line-height: 36px;
overflow: hidden;
zoom: 1;

background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgb(242, 242, 242) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgb(242, 242, 242))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgb(242, 242, 242) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgb(242, 242, 242) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgb(242, 242, 242) 100%); /* IE10+ */
background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgb(242, 242, 242) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.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;
		}
		
@media (max-width: 480px){
	.DiscussionListOptions .controlGroup,
	.DiscussionListOptions .controlGroup .textCtrl {width: 100%;}
	.DiscussionListOptions .buttonGroup {
		float: none;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		flex-direction: row-reverse;
		padding-top: 8px;
	}
	
	.DiscussionListOptions .buttonGroup input {flex-basis: 50%;}
	.DiscussionListOptions .buttonGroup .button:first-child {margin-left: 8px;}
}

#DiscussionListOptionsHandle
{
	position: absolute;
bottom: -29px;
line-height: 28px;
text-align: center;
right: 50%;
white-space: nowrap;
height: auto !important;
height: 28px;

}

	#DiscussionListOptionsHandle a
	{
		font-size: 12px;
color: rgb(179, 179, 179);
background-color: rgb(242, 242, 242);
padding: 0 15px;
margin: 0 auto;
border: 1px solid transparent;
border-top: 1px none black;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
display: inline-block;
outline: 0;
position: relative;
right: -50%;

box-shadow: 1px 2px 2px rgba(0,0,0,0.1);

border-color: transparent;

	}

.afterDiscussionListHandle
{
	margin-top: 20px;
}

/** item page nav **/

.discussionListItem .itemPageNav
{
	
}

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

	.itemPageNav a,
	.itemPageNav span
	{
		color: rgb(98, 98, 98);
background-color: rgb(255,255,255);
padding: 0 3px;
border: 1px solid rgb(231, 231, 231);
border-radius: 1px;
display: inline-block;
text-align: center;

	}

	body .itemPageNav a
	{
		color: rgb(98, 98, 98);
background-color: rgb(255,255,255);
border: 1px solid rgb(231, 231, 231);
border-radius: 1px;

	}

	body .itemPageNav a:hover
	{
		color: rgb(217, 21, 25);
text-decoration: none;
background-color: rgb(242, 242, 242);
border-color: rgb(231, 231, 231);

	}

/** filters **/

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

	.discussionListFilters .filtersHeading
	{
		float: left;
		margin-right: 5px;
		color: rgb(231, 231, 231);
		font-weight: bold;
	}

	.discussionListFilters .removeFilter,
	.discussionListFilters .removeAllFilters
	{
		color: rgb(182, 182, 182);
		background: rgb(250, 250, 250) url('../forum/styles/xenith/xenforo/gradients/form-button-white-25px.png') repeat-x top;
		border: 1px solid rgb(250, 250, 250);
		border-radius: 5px;
		padding: 2px 10px;
	}

		.discussionListFilters .gadget
		{
			color: rgb(231, 231, 231);
			font-weight: bold;
			margin-left: 3px;
		}


		.discussionListFilters .removeFilter:hover,
		.discussionListFilters .removeAllFilters:hover
		{
			background-color: #FFFFFF;
			text-decoration: none;
			color: rgb(144, 144, 144);
			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: -7px;
		border: none;
		background: none;
		padding-left: 5px;
		padding-left: 20px;
	}

		.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
		{
			position: relative;
			font-size: 12px;
			margin-top: 0;
		}

	.Responsive .discussionListItem .listBlock.lastPost
	{
		float: right;
		width: auto;
		margin-top: -7px;
	}
		.Responsive .discussionListItem .listBlock.lastPost .lastPostInfo
		{
			position: relative;
			padding-top: 0;
		}

		.Responsive .discussionListItem .listBlock.lastPost dt
		{
			display: none;
		}
}

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

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


/* --- facebook.css --- */

a.fbLogin,
#loginBar a.fbLogin
{
	display: inline-block;
	width: 200px;
	height: 22px;
	box-sizing: border-box;
	cursor: pointer;
	
	background: #29447e url('https://b.s-static.ak.facebook.com/images/connect_sprite.png');
	background-repeat: no-repeat;
	border-radius: 3px;
	background-position: left -188px;
	padding: 0px 0px 0px 1px;
	outline: none;
	
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

a.fbLogin:active,
#loginBar a.fbLogin:active
{
	background-position: left -210px;
}

a.fbLogin:hover,
#loginBar a.fbLogin:hover
{
	text-decoration: none;
}

	a.fbLogin span
	{
		background: #5f78ab url('https://b.s-static.ak.facebook.com/images/connect_sprite.png');
		border-top: solid 1px #879ac0;
		border-bottom: solid 1px #1a356e;
		display: block;
		padding: 2px 4px 3px;
		margin: 1px 1px 0px 21px;
		text-shadow: none;
		white-space: nowrap;
		overflow: hidden;
	}

	a.fbLogin:active span
	{
		border-bottom: solid 1px #29447e;
		border-top: solid 1px #45619d;
		background: #4f6aa3;
		text-shadow: none;
	}

/* --- fc_online_count.css --- */

.nodeTitle, .fc_list_view_count {
    display: inline-block;
}


.fc_list_view_count {
    font-weight: normal;
font-size: 11px;
padding-left: 6px;
}


.title, .fc_list_view_count {
    display: inline-block;
}




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

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

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

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar .pageContent 
{
	font-size: 13px;
color: rgb(182, 182, 182);
background-color: #FFFFFF;

}

	

	#loginBar .pageContent
	{
		padding-top: 0;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgb(98, 98, 98);

	}

	#loginBar form
	{
		padding: 25px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;

	}

		#loginBar .xenForm .ctrlUnit,
		#loginBar .xenForm .ctrlUnit > dt label
		{
			margin: 0;
			border: none;
		}

		#loginBar .xenForm .ctrlUnit > dd
		{
			position: relative;
		}

	#loginBar .lostPassword,
	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}

	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		
	}

	#loginBar .textCtrl[type=text]
	{
		
	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background:  !important;
		color: ;
	}

	#loginBar .textCtrl:focus
	{
		
	}

	#loginBar input.textCtrl.disabled
	{
		color: rgb(144, 144, 144);

	}

	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}

		#loginBar .button.primary
		{
			font-weight: bold;
		}

/** changes when eAuth is present **/

#loginBar form.eAuth
{
	-x-max-width: 720px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right:  1px dotted rgb(182, 182, 182); border-right:  1px dotted rgba(182, 182, 182, .5); _border-right:  1px dotted rgb(182, 182, 182);
		margin-right: 220px;
		box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0;
		width: 200px;
	}

		#eAuthUnit li
		{
			margin-top: 10px;
			line-height: 0;
		}

/** handle **/

#loginBar #loginBarHandle label 
{
	font-weight: bold;
font-size: 11px;
text-decoration: none;
background-color: #FFFFFF;
padding: 0 15px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
position: absolute;
right: 0;
display: inline-block;
text-align: center;
z-index: 1;
line-height: 30px;
text-transform: uppercase;
height: 30px;

}


@media (max-width:800px)
{
	.Responsive #loginBar form.eAuth .ctrlWrapper
	{
		border-right: none;
		margin-right: 0;
		padding-top: 25px;
	}

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 200px;
		margin: 0 auto;
	}
}
@media (max-width:610px)
{
	.Responsive #loginBar .xenForm .ctrlUnit > dd {padding-left: 0; padding-right: 0;}
	.Responsive #loginBar form.eAuth #eAuthUnit {width: auto; margin-left: 25px; margin-right: 25px;}
}



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



.messageList
{
	
}

.messageList .message
{
	margin: 25px auto;

	background-color: rgb(250, 250, 250);
padding: 0;
margin: 0 0 15px;
border-style: none;
border-top: 1.5px solid rgb(217, 21, 25);
border-radius: 1px;
box-shadow: 1px 2px 3px rgba(0,0,0,.1);

}

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

/*** Message block ***/

.message .messageInfo
{
	background-color: transparent;
padding: 15px 20px;
border-bottom: 1px none black;

	zoom: 1;
}

	.message .newIndicator
	{
		font-weight: bold;
font-size: 14px;
color: #FFF;
background-color: rgb(217, 21, 25);
padding: 1px 5px;
margin: 0 0 5px 5px;
border-radius: 1px;
display: block;
float: right;
position: relative;


	}
		

	.message .messageContent
	{
		padding: 15px 0 15px 5px;
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(144, 144, 144);
	}

	.message .signature
	{
		font-size: 9pt;
color: rgb(144, 144, 144);
padding: 15px 0;
margin-top: 15px;
margin-bottom: 15px;
border: 0 solid rgb(231, 231, 231);
border-top-width: 1px;
border-bottom-width: 1px;

	}

	

	.message .messageMeta
	{
		font-size: 12px;
overflow: hidden;
zoom: 1;
box-sizing: border-box;

	}

		.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
				{
					font-size: 11px;
font-family: 'Roboto Slab', serif;
color: rgb(173, 173, 173);
padding-right: 8px;
padding-left: 8px;
margin: 6px 0;
float: none;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;

				}
					.message .messageMeta .control:focus
					{
						
					}
					.message .messageMeta .control:hover
					{
						color: rgb(98, 98, 98);
text-decoration: none;

					}
					.message .messageMeta .control:active
					{
						color: rgb(66, 66, 66);

					}
	/*** multiquote +/- ***/

	

		.messageNotices li
	{
		font-size: 12px;
color: rgb(98, 98, 98);
background-color: rgb(99, 143, 254);
padding: 15px;
margin-bottom: 15px;
border: 1px solid rgb(1, 1, 1);
border-radius: 1px;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url('../forum/styles/xenith/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
	{
		color: rgb(125, 125, 125);
background-color: rgb(255,255,255);
padding: 10px;
margin-top: 15px;
border-radius: 1px;
box-shadow: 1px 1px 2px rgba(0,0,0,.1);

	}
	.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(204, 241, 252);

}

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

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

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(242, 242, 242);
	background: rgb(250, 250, 250) url(../forum/styles/xenith/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(197, 197, 197);
	font-size: 11px;
}

	.messageList .placeholder a.avatar
	{
		float: left;
		display: block;
	}
		.messageList .placeholder a.avatar img
		{
			display: block;
			width: 32px;
			height: 32px;
		}
	

/* messages remaining link */

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


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

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

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

	.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
{
	background-color: rgb(242, 242, 242);
border: 0 solid rgb(231, 231, 231);
border-right-width: 1px;
float: left;
width: 150px;

}

	.messageUserBlock
	{
		
		position: relative;
	}
		.messageUserBlock div.avatarHolder
		{
			padding: 0;


			position: relative;
		}
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: -1px;
				left: -1px;
				
				color: rgb(173, 244, 19);
border: 7px solid transparent;
border-top-color: rgb(173, 244, 19);
border-left-color: rgb(173, 244, 19);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
top: -1px;
left: 0;

			}
		.messageUserBlock h3.userText
		{
			padding: 0;
margin: 15px;
text-align: center;

		}
		.messageUserBlock .userBanner
		{
			display: block;
			margin-bottom: 5px;
			margin-left: -6px;
			margin-right: -6px;
		}
		.messageUserBlock .userBanner:last-child
		{
			margin-bottom: 0;
		}
		.messageUserBlock a.username
		{
			font-weight: bold;
font-size: 16px;
color: rgb(38, 38, 38);
display: block;
overflow: hidden;
text-align: center;

		}
		.messageUserBlock .userTitle
		{
			font-size: 11px;
color: rgb(144, 144, 144);
display: block;

		}
		.messageUserBlock .extraUserInfo
		{
			font-size: 11px;
padding-top: 10px;
margin: 15px;
border-color: rgb(231, 231, 231);
border-top-width: 1px;
border-top-style: solid;

		}
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
			
			.messageUserBlock .extraUserInfo dl:first-child {margin-top: 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(231, 231, 231);
			-moz-border-left-colors: rgb(231, 231, 231);
			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;
			}




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


@media (max-width:610px)
{
	.Responsive .messageUserInfo
	{
		float: none;
		width: auto;
		margin-bottom: 5px;
	}

	.Responsive .messageUserBlock
	{
		overflow: hidden;
		position: relative;
	}

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

		.Responsive .messageUserBlock div.avatarHolder .avatar img
		{
			width: 48px;
			height: 48px;
		}

	.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 !important;
	}

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


/* --- moderator_bar.css --- */

#moderatorBar
{
	background-color: rgb(66, 66, 66);
	border-bottom: 1px solid rgb(197, 197, 197);	
	font-size: 11px;
}

/*#moderatorBar
{
	box-shadow: 0 0 5px rgb(182, 182, 182);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
}

body
{
	padding-top: 25px;
}*/

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

#moderatorBar .pageContent
{
	padding: 2px 0;
	overflow: auto;
}

#moderatorBar a
{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
}

#moderatorBar a,
#moderatorBar .itemCount
{
	color: rgb(242, 242, 242);
}

	#moderatorBar a:hover
	{
		text-decoration: none;
		background-color: rgb(98, 98, 98);
		color: rgb(250, 250, 250);
	}

/* TODO: maybe sort out the vertical alignment of the counters so they they are properly centered */

#moderatorBar .itemLabel,
#moderatorBar .itemCount
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

#moderatorBar .itemCount
{	
	background: rgb(98, 98, 98);
	padding-left: 6px;
	padding-right: 6px;
	
	text-align: center;
	
	font-weight: bold;
	
	border-radius: 2px;
	text-shadow: none;
}

	#moderatorBar .itemCount.alert
	{
		background: #e03030;
		color: white;
		box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	}
	
#moderatorBar .adminLink
{
	float: right;
}

#moderatorBar .permissionTest,
#moderatorBar .permissionTest:hover
{
	background: #e03030;
	color: white;
	box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	font-weight: bold;
}

/* --- nflj_showcase_tab_links.css --- */

.navTabs .navTab.selected .showcaseTabLinks .showcase li .Popup a:hover,
.navTabs .navTab.selected .showcaseTabLinks .showcase li .Popup a:focus
{
	color: #FFF;
text-decoration: none;
background-color: transparent;
outline: 0;

}

/* --- notices.css --- */

.hasJs .FloatingContainer .Notice
{
	display: none;
}

.FloatingContainer
{
	position: fixed;
	width: 300px;
	z-index: 9997;
	top: auto;
	left: auto;
	bottom: 0;
	right: 20px;
}

.Notices .Notice .blockImage
{
	padding: 10px 0 5px 10px;
}

.Notices .Notice .blockImage,
.FloatingContainer .floatingImage
{
	float: left;
}

.Notices .Notice .blockImage img,
.FloatingContainer .floatingImage img
{
	max-width: 48px;
	max-height: 48px;
}

.Notices .hasImage,
.FloatingContainer .hasImage
{
	margin-left: 64px;
	min-height: 52px;
}

.FloatingContainer .floatingItem
{
	display: block;
	padding: 10px;
	font-size: 11px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
}

.FloatingContainer .floatingItem.primary
{
	background-color: #FFFFFF;
	border-color: rgb(242, 242, 242);
}

.FloatingContainer .floatingItem.secondary
{
	color: rgb(98, 98, 98);
	background-color: rgb(231, 231, 231);
	border-color: rgb(242, 242, 242);
}

.FloatingContainer .floatingItem.dark
{
	color: #fff;
	background: black;
	background: url(https://www.jeepscramblerforum.com/forum/rgba.php?r=0&g=0&b=0&a=204); background: rgba(0,0,0, 0.8); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
	border-color: #333;
}

.FloatingContainer .floatingItem.light
{
	color: #000;
	background: white;
	background: url(https://www.jeepscramblerforum.com/forum/rgba.php?r=255&g=255&b=255&a=204); background: rgba(255,255,255, 0.8); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
	border-color: #ddd;
}

.FloatingContainer .floatingItem .title
{
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
}

.FloatingContainer .floatingItem .DismissCtrl
{
	position: static;
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	margin-top: -5px;
}

.Notices
{
	display: none;
}


	@media (max-width:800px)
	{
		.Responsive .Notice.wide { display: none !important; }
	}
	
	@media (max-width:610px)
	{
		.Responsive .Notice.medium { display: none !important; }
	}
	
	@media (max-width:480px)
	{
		.Responsive .Notice.narrow { display: none !important; }
		
		.Responsive .FloatingContainer
		{
			right: 50%;
			margin-right: -150px;
		}
	}


/* --- panel_scroller.css --- */

.hasJs .Notices.PanelScroller { display: none; }

.PanelScroller .scrollContainer,
.PanelScrollerOff .panel
{
	margin-bottom: 25px;
font-size: 16px;
box-shadow: 1px 2px 3px rgba(0,0,0,.1);

}

.PanelScroller .PanelContainer
{
	position: relative;
	clear: both;
	width: 100%;
	overflow: auto;
}

	.hasJs .PanelScroller .Panels
	{
		position: absolute;
	}

	.PanelScroller .Panels
	{
		clear: both;
		margin: 0;
		padding: 0;
	}
	
		.PanelScroller .panel,
		.PanelScrollerOff .panel
		{
			overflow: hidden;
			position: relative;
			padding: 0 !important;

			background-color: #FFFFFF;
padding: 15px;

		}
			
		.PanelScroller .panel .noticeContent,
		.PanelScrollerOff .panel .noticeContent
		{
			padding: 15px;
		}

/** panel scroller nav **/

.PanelScroller .navContainer
{
	overflow: auto;
zoom: 1;
background-color: rgb(250, 250, 250);
box-shadow: inset 0px -1px rgb(231, 231, 231);

}

.PanelScroller .navControls
{
	float: right;
}

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

	.PanelScroller .navControls a
	{
		font-weight: bold;
font-size: 12px;
color: rgb(182, 182, 182);
padding: 12px 15px;
display: inline-block;
position: relative;
border: none !important;
text-transform: uppercase;

		
		
		border-radius: 0;
	}
	
		.PanelScroller .navControls > a:first-child
		{
			border-bottom-left-radius: ;
		}
		
		.PanelScroller .navControls > a:last-child
		{
			border-bottom-right-radius: ;
		}
		
		.PanelScroller .navControls a:hover
		{
			color: rgb(98, 98, 98);
text-decoration: none;

		}
		
		.PanelScroller .navControls a.current
		{
			color: rgb(217, 21, 25);
background-color: none;

		}
		
			.PanelScroller .navControls a .arrow
			{
				display: none;
			}
			
			.PanelScroller .navControls a.current span
			{
				display: block;
				line-height: 0px;
				width: 0px;
				height: 0px;
				border-top: 5px solid rgb(242, 242, 242);
				border-right: 5px solid transparent;
				border-bottom: 1px none black;
				border-left: 5px solid transparent;
				-moz-border-bottom-colors: rgb(242, 242, 242);
				position: absolute;
			}
			
			.PanelScroller .navControls a.current .arrow
			{
				border-top-color: ;
				top: 0px;
				left: 50%;
				margin-left: -5px;
			}
			
				.PanelScroller .navControls a .arrow span
				{
					border-top-color: ;
					top: -6px;
					left: -5px;
				}
				
/* notices */

.Notices .panel .noticeContent
{
	padding-right: 25px;
}

/* --- 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(250, 250, 250);
	border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
	background-image: url('../forum/styles/xenith/xenforo/gradients/form-button-white-25px.png');
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(231, 231, 231);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(98, 98, 98);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url('../forum/styles/xenith/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 + * > .messageList
{
	border-top: none;
}

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

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

/* --- xfa_mcdn.css --- */

.headerCountdown
{
	text-align: center;
}

.headerCountdown h3
{
	font-size: 20pt;
	font-weight: bold;
}


.xfa_mcdn_countdownContainer
{
	text-align: center;
}


.xfa_mcdn_element
{
	border-radius: 5px;
    	display: inline-block;
    	text-align: center;
    	position: relative;
    	height: 50px;
    	width: 40px;
    	margin-left: 5px;
}

.xfa_mcdn_figures
{
	background: rgb(182, 182, 182);
	color: #FFFFFF;
    	display: block;
    	font-size: 20px;
    	line-height: 50px;
    	overflow: hidden;
    	position: absolute;
    	text-align: center;
    	top: 0;
    	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.xfa_mcdn_type
{
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    color: rgb(231, 231, 231);
    font-size:10px;
}