@charset "UTF-8";

/* --- dice.css --- */

ul.rolldice li.wireset {
	clear: both;
}
.dicetypes {
	font-weight:bold;
}

li.dicetypes label {
	width: 100px;
}

.diceCounter {
	width: 100px;
	color: red;
}
div.RolledDiceInfo{
	display: none;
	margin-top: 10px;
}
.diceoptions {
	font-variant: emphased;
}

ul.rolldice fieldset {

}
ul.rolldice ul.dicelist,
ul.rolldice ul.optionlist {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.rolldice li ul li,
ul.resultDisplay li {
    list-style: none;
}
ul.rolldice li.diceoptions,
ul.rolldice li.dicetypes {
    /* float: left; */
    /* width: 33%; */
    white-space: nowrap;
    /* text-align: center; */
    flex: 1 1 auto;
}
ul.rolldice li.wireset h2 {
	padding: 5px;
	font-size: 1.1em;
}
ul.rollDisplay {

}
ul.rollDisplay li.wireset {
	background: rgb(59, 59, 59) url('../png/category-23px-light.png') repeat-x 0 28px;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
border: 1px solid rgb(45, 45, 45);
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
clear: both;
display: inline-block;
width: 90%;

}
ul.rollDisplay li.wireset h3{
	font-style: italic;
font-size: 11pt;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
color: rgb(20, 21, 23);
background: rgb(45, 45, 45) url('../png/form-button-white-25px.png') repeat-x top;
padding-top: 6px;
padding-left: 10px;
border-bottom: 1px solid rgb(40, 40, 40);
-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0;

}
ul.diceDisplay {

}
ul.diceDisplay li.roll {
	font-size: 10pt;
color: rgb(150,150,150);
background-color: rgb(28, 28, 28);
padding: 5px;
margin: 5px;
border: 1px solid rgb(45, 45, 45);
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
float: left;

}
ul.resultDisplay li.die {
	font-size: 24pt;
color: rgb(16, 17, 18);
background-image: url('../default.html');
background-repeat: no-repeat;
padding-top: 30px;
margin-right: 30px;
margin-bottom: 10px;
border-color:  rgb(252, 252, 255); border-color:  rgba(252, 252, 255, 0); _border-color:  rgb(252, 252, 255);
float: left;
text-align: center;
width: 100px;
height: 70px;

}
	ul.resultDisplay li.win {
		color: rgb(71, 199, 36);

	}
	ul.resultDisplay li.explode {
		font-style: italic;
color: rgb(237, 32, 32);

	}
li.wireset h3 span.OpenRoll {
	width: 13px;
	height: 13px;
	background: url(../png/xenforo-ui-sprite-2.png) -32px 0;
	display:inline-block;
	cursor: pointer;
}
li.wireset h3 span.OpenRoll.open {
	background-position: -16px 0;
}
li.wireset h3 a.deleteRoll {
	width: 16px;
	height: 16px;
	background: url(../png/xenforo-ui-sprite-2.png) -96px 0;
	display:inline-block;
	cursor: pointer;
}
li.wireset h3 a.deleteRoll:hover {
	background-position: -112px 0;
}
ul.rollDisplay:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dd.baseHtml ul.resultDisplay {
	overflow: auto;
}
li.wiresethelp h3 {
	font-weight: bold;
}
li.wiresethelp {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid rgb(40, 40, 40);
}
div.nodeInfo span.hNodeDie {
	background-image: url('../forum-dice.html');
background-repeat: no-repeat;
margin-top: 8px;
margin-left: -21px;
position: absolute;
opacity: 0.5;
width: 31px;
height: 31px;

}
div.nodeInfo:hover span.hNodeDie {
	opacity: 1;
}

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

a.fbLogin,
#loginBar a.fbLogin
{
	display: inline-block;
	width: 180px;
	height: 33px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
	
	background-color: #3B5998;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
	padding: 0px 0px 0px 1px;
	outline: none;
	
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 32px;
	-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; -khtml-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset;
}

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

	a.fbLogin span
	{
		display: block;
		padding: 2px 4px 3px;
		margin: 1px 1px 0px 0px;
		text-shadow: none;
		white-space: nowrap;
		overflow: hidden;
		line-height: 31px;
		text-align: center;
	}

a.fbLogin span:before
{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f09a";
	float: left;
	padding-left: 15px;
	font-size: 17px;
	line-height: 32px;
}

a.fbLogin:hover, a.fbLogin:active
{
	-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;
}

/* --- google.css --- */

.googleLogin,
#loginBar .googleLogin
{
	display: inline-block;
	width: 180px;
	height: 33px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
	background-color: #dd4b39;
	border: #be3e2e solid 1px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;	
	color: white;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; -khtml-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.06) inset;
	text-align: center;
}
.googleLogin span
{
	display: inline-block;
	line-height: 31px;
	white-space: nowrap;
	overflow: hidden;
}
.googleLogin:before, #loginBar .googleLogin:before
{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0d5";
	float: left;
	padding-left: 15px;
	font-size: 17px;
	line-height: 32px;
}
.googleLogin:active, #loginBar .googleLogin:active
{
	-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;
}

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

/** Login bar basics **/

#loginBar
{
	color: rgb(237, 237, 237);
background-color: rgb(16, 17, 18);
border-bottom: 1px solid rgb(28, 31, 34);
position: relative;
z-index: 1;

}

	#loginBar .ctrlWrapper
	{
		margin: 0 10px;
	}

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

	#loginBar a
	{
		color: rgb(63, 152, 137);

	}

	#loginBar form
	{
		padding: 5px 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
	{
		color: rgb(63, 152, 137);
background-color: rgb(59, 59, 59);
border-color: rgb(68, 68, 68);

	}
	
	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgb(59, 59, 59) !important;
		color: rgb(63, 152, 137);
	}

	#loginBar .textCtrl:focus
	{
		background-image: none;
border-color: rgb(59, 59, 59);

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(150,150,150);
background-color: rgb(16, 17, 18);
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}
	
		#loginBar .button.primary
		{
			font-weight: bold;
		}
		
/** changes when eAuth is present **/

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

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted rgb(23, 25, 27);
		margin-right: 200px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}

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

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

#loginBar #loginBarHandle
{
	font-size: 12px;
color: rgb(200,200,200);
background-color: rgb(16, 17, 18);
padding: 0 10px;
margin-right: 20px;
-webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
-webkit-box-shadow: 0px 2px 5px rgb(16, 17, 18); -moz-box-shadow: 0px 2px 5px rgb(16, 17, 18); -khtml-box-shadow: 0px 2px 5px rgb(16, 17, 18); box-shadow: 0px 2px 5px rgb(16, 17, 18);

}


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

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 180px;
		margin: 0 auto 10px;
	}
}


/* --- node_list.css --- */










.xbSubHeading.categoryStrip.subHeading
{
	display: none;
}
.level_2:first-child .xbSubHeading.categoryStrip.subHeading
{
	display: block;
}
.nodeList.sectionMain
{
	
}
.xb_catBottom_center
{
	background-color: rgb(36, 36, 36);
display: block;
overflow: hidden;
width: 100%;
height: 5px;

}
.xb_goToTop_button
{
	padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
float: right;

}
.XenBase .subForumsPopup .PopupOpen .dt
{
	color: rgb(63, 152, 137);
}
.subForumList li .nodeTitle:before
{
	font-size: 14px;
color: rgb(150,150,150);
margin-right: 5px;
content: "\f0da";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;

}
.subForumList li .unread .nodeTitle:before
{
	color: rgb(23, 25, 27);

}
.nodeStats dl, .nodeStats dt
{
	
}
.nodeStats dd
{
	margin-right: 5px;

}
.node .nodeInfo.forumNodeInfo.unread
{
        
}


a.xbCatTrigger
{
	color: rgb(237, 237, 237);
position: absolute;
right: 10px;
top: 5px;
z-index: 1;

}
.xbCatTrigger:hover
{
	color: rgb(63, 152, 137);

}
.xbCollapsed
{
	
}


#forums .nodeList
{
	overflow: hidden;

}

.nodeList .node.level_1
{
	
}

.XenBase #content .node.primaryContent
{
	
}


.XenBase .node .forumNodeInfo .nodeIcon,
.XenBase .node .categoryForumNodeInfo .nodeIcon,
.XenBase .node .forumNodeInfo.unread .nodeIcon,
.XenBase .node .categoryForumNodeInfo.unread .nodeIcon,
.XenBase .node .linkNodeInfo .nodeIcon,
.XenBase .node .pageNodeInfo .nodeIcon
{
	background: none;
}
.node .nodeIcon:hover .fa
{
	cursor: default;
}
.node .unread a.nodeIcon:hover .fa
{
	cursor: pointer;
}
.node .nodeIcon .fa-bullseye
{
	color: rgb(100,100,100);

}

.node .unread .nodeIcon .fa-bullseye
{
	color: rgb(63, 152, 137);
text-decoration: none;

}

.link .nodeIcon .fa-link
{
	color: rgb(63, 152, 137);

}

.page .nodeIcon .fa-file-text-o
{
	color: rgb(150,150,150);

}



.nodeInfo.unread .nodeTitle:after
{
	font-size: 10px;
color: white;
background-color: rgb(224, 48, 48);
padding: 0 4px;
margin-left: 10px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
content: "NEW";
position: relative;
top: -4px;
	
}

.subForumList li .nodeTitle:after
{
        display:none;
}


/* -- Node Alt Background -- */


#forums .nodeList li.level_2:nth-child(odd)
{
	background-color: rgb(20, 21, 23);

}

#forums .nodeList li.level_2:nth-child(even)
{
	background-color: rgb(16, 17, 18);

}



#forums .nodeList li.level_2:nth-child(odd):hover
{
	background-color: rgb(17, 18, 20);

}

#forums .nodeList li.level_2:nth-child(even):hover
{
	background-color: rgb(17, 18, 20);

}




/* === NODE ID #1 SETTINGS === */




/* === NODE ID #2 SETTINGS === */



/* === NODE ID #3 SETTINGS === */



/* === NODE ID #4 SETTINGS === */



/* === NODE ID #5 SETTINGS === */



.xbCustomNodeFlex .xbnodeStatsContainer
{
	display: none;
}

#forums .nodeList.xbNodeFlex, #forums .nodeList.xbCustomNodeFlex
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#forums .nodeList.xbNodeFlex .level_2, #forums .nodeList.xbCustomNodeFlex .level_2
{
	flex: 1 0 ;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
#forums .nodeList.xbNodeFlex .level_2 .nodeText, #forums .nodeList.xbCustomNodeFlex .level_2 .nodeText
{
	margin-right: 0px;
}
#forums .nodeList.xbNodeFlex .level_2 .nodeLastPost, #forums .nodeList.xbCustomNodeFlex .level_2 .nodeLastPost
{
	position: relative;
	width: auto;
}
#forums .nodeList.xbNodeFlex .level_2 .nodeControls, #forums .nodeList.xbCustomNodeFlex .level_2 .nodeControls
{
	right: 10px;
}
@media (max-width:610px)
{
	.Responsive.XenBase #forums .nodeList.xbNodeFlex .level_2, .Responsive.XenBase #forums .nodeList.xbCustomNodeFlex .level_2
	{
		flex: 0 0 100%; 
	}
}






.nodeList { zoom: 1; }
.nodeList .node {
	zoom: 1;
	vertical-align: bottom;
}

.nodeList .node.level_1
{
	margin-bottom: 20px;
}

.nodeList .node.level_1:last-child
{
	margin-bottom: 0;
}

.nodeList .node.groupNoChildren + .node.groupNoChildren
{
	margin-top: -20px;
}

.node .nodeInfo
{
	overflow: hidden; zoom: 1;
	position: relative;
}

	.node.primaryContent,
	.node.secondaryContent,
	.forum_view .node .nodeInfo
	{
		padding: 0;
	}

.node .nodeIcon
{
	margin: 10px 0 10px 10px;
float: left;
text-align: center;
line-height: 36px;
width: 36px;
height: 36px;
	
}

	.node .forumNodeInfo .nodeIcon,
	.node .categoryForumNodeInfo .nodeIcon
	{
		background-image: url('../png/node-sprite.png');
background-repeat: no-repeat;
background-position: -4px 0;

	}

	.node .forumNodeInfo.unread .nodeIcon,
	.node .categoryForumNodeInfo.unread .nodeIcon
	{
		background-image: url('../png/node-sprite.png');
background-repeat: no-repeat;
background-position: -47px 0;

	}

	.node .pageNodeInfo .nodeIcon
	{
		background-image: url('../png/node-sprite.png');
background-repeat: no-repeat;
background-position: -4px 0;

	}

	.node .linkNodeInfo .nodeIcon
	{
		background-image: url('../png/node-sprite.png');
background-repeat: no-repeat;
background-position: -4px 0;

	}

.node .nodeText
{
	margin: 10px 270px 10px 56px;

}


	.node .nodeText .nodeTitle
	{	
		font-size: 14px;

	}
	
		.node .unread .nodeText .nodeTitle
		{
			font-weight: bold;

		}

	.node .nodeDescription
	{
		font-size: 12px;

	}
	
	.hasJs .node .nodeDescriptionTooltip
	{
		/* will be shown as a tooltip */
		display: none;
	}
	
	.Touch .node .nodeDescriptionTooltip
	{
		/* touch browsers don't see description tooltips */
		display: block;
	}

	.node .nodeStats
	{
		font-size: 12px;
margin-top: 2px;

	}
	
	.node .nodeExtraNote
	{
		text-align: right;
		font-size: 11px;
		color: rgb(150,150,150);
	}
	
	.node .subForumList
	{
		overflow: hidden; *zoom: 1;
		margin: -5px 0 10px;
		margin-left: 56px;
	}
	
		.node .subForumList li
		{
			float: left;
			width: 31%;
			margin: 2px 0 2px 2%;
		}
		
			.node .subForumList li .nodeTitle
			{
				font-size: 12px;
				overflow: hidden;
				white-space: nowrap;
				word-wrap: normal;
				text-overflow: ellipsis;
			}
			
			.node .subForumList .unread .nodeTitle
			{
				font-weight: bold;

			}
		
			.node .subForumList li ol,
			.node .subForumList li ul
			{
				display: none;
			}

.node .nodeLastPost
{
	background-color: rgb(16, 17, 18);
padding: 10px;
border-bottom: 1px solid rgb(40, 40, 40);

	
	font-size: 12px;
background: url(../png/rgbac7f3.png); background: rgba(0, 0, 0, 0.3); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
padding: 3px 10px;
margin: 10px;
border:  1px solid rgb(39, 42, 44); border:  1px solid rgba(39, 42, 44, 0.37); _border:  1px solid rgb(39, 42, 44);
-webkit-border-radius: @xb_borderradius; -moz-border-radius: @xb_borderradius; -khtml-border-radius: @xb_borderradius; border-radius: @xb_borderradius;
position: absolute;
top: 0;
right: 0;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
width: 210px;

}

.node .nodeLastPost .lastThreadTitle
{
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
	overflow: hidden;
}

	.node .nodeLastPost .lastThreadMeta
	{
		display: block;
	}

	.node .nodeLastPost .noMessages
	{
		line-height: 28px;
	}

.node .nodeControls
{
	position: absolute;
	top: 0;
	right: 242px;
	margin: 20px 0;
}

	.node .tinyIcon
	{
		background-color: transparent;
margin: 1px 4px;
display: block;
white-space: nowrap;
overflow: hidden;
opacity: 0.25;
width: 11px;
height: 14px;

	}

	.node .nodeInfo:hover .tinyIcon[href],
	.Touch .node .tinyIcon
	{
		opacity: 1;

	}

		/*.node .feedIcon
		{
			background: transparent url('styles/fragzone/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;
		}*/

/* description tooltip */

.nodeDescriptionTip
{
	padding: 4px 10px;
margin-top: -22px;
line-height: 1.5;
width: 350px;
height: auto;

}

	.nodeDescriptionTip .arrow
	{
		border: 6px solid transparent;
border-right-color:  rgb(0, 0, 0); border-right-color:  rgba(0, 0, 0, 0.8); _border-right-color:  rgb(0, 0, 0);
border-left: 1px none black;
top: 6px;
left: -6px;
bottom: auto;

	}
	
	.nodeDescriptionTip.arrowBottom .arrow
	{
		top: auto;
		left: 10px;
		bottom: -6px;
		border: 6px solid transparent;
		border-top-color:  rgb(0, 0, 0); border-top-color:  rgba(0, 0, 0, 0.8); _border-top-color:  rgb(0, 0, 0);
		border-bottom: 1px none black;
	}
	
/* main area - used for L2 categories and most other nodes */

#forums .node.primaryContent
{
	background-color: rgb(20, 21, 23);
padding: 10px;
border-bottom: 1px solid rgb(40, 40, 40);

	
	padding: 0;
}

/* category strip - used for L1 categories and group headers */

.nodeList .categoryStrip
{
	font-size: 14px;
font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
color: rgb(237, 237, 237);
background-color: rgb(0, 0, 0);
padding: 8px 10px;
margin: 3px auto 0;
border-bottom: 1px solid rgb(40, 40, 40);

	
	margin: 0;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
min-height: 6px;

}

	.nodeList .categoryStrip .nodeTitle
	{
		font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
color: rgb(237, 237, 237);

	}
	
		.nodeList .categoryStrip .nodeTitle a
		{
			color: rgb(237, 237, 237);
		}

	.nodeList .categoryStrip .nodeDescription
	{
		font-size: 12px;
color: rgb(63, 152, 137);

	}
	
		.nodeList .categoryStrip .nodeDescription a
		{
			color: rgb(63, 152, 137);
		}

.nodeList .node.groupNoChildren + .node.groupNoChildren .categoryStrip
{
	display: none;
}

/* node stats area */

.nodeStats
{
	overflow: hidden; zoom: 1;
}

.nodeStats dl,
.subForumsPopup
{
	float: left;
	display: block;
	margin-right: 3px;
}

.subForumsPopup.Popup .PopupControl.PopupOpen
{
	background-image: none;
	color: rgb(63, 152, 137) !important
}

.subForumsPopup a.PopupControl
{
	padding-left: 5px;
	padding-right: 5px;
}

.subForumsPopup .dt
{
	color: rgb(150,150,150);
}

.subForumsPopup .PopupOpen .dt
{
	color: rgb(237, 237, 237);
}

.subForumsMenu .node .node /* for depths 2+ */
{
	padding-left: 10px;
}

	.subForumsMenu .node .nodeTitle
	{
		font-size: 11px;
	}
	
	.subForumsMenu .node .unread .nodeTitle
	{
		font-weight: bold;

	}
	
/** new discussion button below nodelist **/

.nodeListNewDiscussionButton
{
	margin-top: 10px;
	text-align: right;
}


@media (max-width:610px)
{
	.Responsive .node .nodeText
	{
		margin-right: 0;
	}
	
	.Responsive.Touch .node .nodeDescriptionTooltip,
	.Responsive .node .nodeDescription
	{
		display: none;
	}

	.Responsive .node .nodeLastPost
	{
		position: static;
		height: auto;
		width: auto;
		background: none;
		border: none;
		padding: 0;
		margin: -8px 0 10px 56px;
	}
	
		.Responsive .node .nodeLastPost .noMessages 
		{
			display: none;
		}
		
		.Responsive .node .nodeLastPost .lastThreadTitle,
		.Responsive .node .nodeLastPost .lastThreadUser
		{
			display: none;
		}
				
		.Responsive .node .nodeLastPost .lastThreadDate:before
		{
			content: attr(data-latest);
		}

	.Responsive .node .nodeControls
	{
		display: none;
	}
		
	.Responsive .node .subForumList
	{
		display: none;
	}
	
	.Responsive .nodeDescriptionTip
	{
		width: auto;
		max-width: 350px;
	}
}

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


/* --- 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;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -khtml-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
}

.FloatingContainer .floatingItem.primary
{
	background-color: rgb(16, 17, 18);
	border-color: rgb(40, 40, 40);
}

.FloatingContainer .floatingItem.secondary
{
	color: rgb(39, 39, 39);
	background-color: rgb(102, 102, 102);
	border-color: rgb(32, 32, 32);
}

.FloatingContainer .floatingItem.dark
{
	color: #fff;
	background: black;
	background: url(../png/rgbaf42d.png); 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(../png/rgba571f.png); 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
{
	background-color: rgb(28, 28, 28);
padding: 3px;
margin-bottom: 10px;
border: 1px solid rgb(40, 40, 40);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
font-size: 14px;

}

.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: rgb(45, 45, 45);
padding: 10px;

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

/** panel scroller nav **/

.PanelScroller .navContainer
{
	margin: -11px 21px 10px;
overflow: hidden;
zoom: 1;

}

.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-size: 9px;
background-color: rgb(59, 59, 59);
padding: 3px 6px 2px;
margin-left: -1px;
float: left;
display: block;
position: relative;

		
		border: 1px solid rgb(40, 40, 40);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	
		.PanelScroller .navControls > a:first-child
		{
			-webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
		}
		
		.PanelScroller .navControls > a:last-child
		{
			-webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
		}
		
		.PanelScroller .navControls a:hover
		{
			text-decoration: none;
background-color: rgb(59, 59, 59);

		}
		
		.PanelScroller .navControls a.current
		{
			color: rgb(63, 152, 137);
background-color: rgb(45, 45, 45);

		}
		
			.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(40, 40, 40);
				border-right: 5px solid transparent;
				border-bottom: 1px none black;
				border-left: 5px solid transparent;
				-moz-border-bottom-colors: rgb(40, 40, 40);
				position: absolute;
			}
			
			.PanelScroller .navControls a.current .arrow
			{
				border-top-color: rgb(40, 40, 40);
				top: 0px;
				left: 50%;
				margin-left: -5px;
			}
			
				.PanelScroller .navControls a .arrow span
				{
					border-top-color: rgb(28, 28, 28);
					top: -6px;
					left: -5px;
				}
				
/* notices */

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

/* --- 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_list_simple.css --- */

.threadListItem
{
	overflow: hidden; zoom: 1;

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

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

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

	.threadListItem .avatar img
	{
		width: 24px;
		height: 24px;
	}
	
.threadListItem .messageInfo
{
	margin-left: 34px;
}

.threadListItem .title
{
	padding: 1px 0;
}

.threadListItem .title,
.threadListItem .additionalRow
{
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
}

/* --- twitter.css --- */

a.twitterLogin,
#loginBar a.twitterLogin
{
	display: inline-block;
	width: 180px;
	height: 33px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff, #dedede);
	background-image: linear-gradient(#fff, #dedede);
	border: #ccc solid 1px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;	
	color: #333 !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 31px;
}

	a.twitterLogin span
	{
		display: block;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
a.twitterLogin span:before
{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f099";
	float: left;
	padding-left: 15px;
	font-size: 17px;
	line-height: 32px;
	color: #4099FF;
}

a.twitterLogin:hover,
#loginBar a.twitterLogin:hover,
a.twitterLogin:active,
#loginBar a.twitterLogin:active
{
	border-color: #d9d9d9;
	background-image: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
	background-image: linear-gradient(#f8f8f8, #d9d9d9);
	text-decoration: none;
}

/* --- xb.css --- */


.navTabs .navLink, .navTabs .SplitCtrl
{
	line-height: 120px;
}
.navTabs .navTab.searchMini .navLink .fa, .navTabs .visitorTabs .navLink .miniMe
{
	display: none;
}
.navTabs .navLink:before
{
	color: rgb(255, 255, 255);
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 10px;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
}
.xbUserPanelBox .navTabs .navLink:before
{
	display: none;
}
#navigation .navTabs .navigationHiddenTabs, #navigation .navTabs .menuIcon
{
	height: 80px;
}
.navTabs .navTab.xbNavLogo .navLink:before, .navTabs .navTab.navigationHiddenTabs .navLink:before
{
	display: none;
}
.navTabs .navLink
{
	background-image: none !important;
}
.navTabs .navTab.home .navLink:before { content: "\f015"; }
.navTabs .navTab.forums .navLink:before { content: "\f0e6"; }
.navTabs .navTab.resources .navLink:before { content: "\f1b3"; }
.navTabs .navTab.members .navLink:before { content: "\f0c0"; }
.navTabs .navTab.searchMini .navLink:before { content: "\f002"; }
.navTabs .navTab.xengallery .navLink:before { content: "\f03d"; }
.navTabs .navTab.account .navLink:before { content: "\f0b1"; }
.navTabs .navTab.inbox .navLink:before { content: "\f0e0"; }
.navTabs .navTab.alerts .navLink:before { content: "\f0f3"; }
.navTabs .navTab.xbGuestLogin .navLink:before { content: "\f090"; }
.navTabs .navTab.nixfifty_tickets .navLink:before { content: "\f02c"; }
.navTabs .navTab.help .navLink:before { content: "\f1cd"; }

/** 3rd Party **/
.navTabs .navTab.raffles .navLink:before { content: "\f145"; }
.navTabs .navTab.streams .navLink:before { content: "\f1e8"; }
.navTabs .navTab.groups .navLink:before { content: "\f1b3"; }
.navTabs .navTab.xenproduct  .navLink:before { content: "\f07a"; }
.navTabs .navTab.steam .navLink:before { content: "\f1b7"; }
.navTabs .navTab.faq .navLink:before { content: "\f059"; }
.navTabs .navTab.chat .navLink:before { content: "\f27a"; }
.navTabs .navTab.xfsoccer .navLink:before { content: "\f27a"; }
.navTabs .navTab.articles .navLink:before { content: "\f015"; }
.navTabs .navTab.ams .navLink:before { content: "\f015"; }
.navTabs .navTab.wiki .navLink:before { content: "\f0ac"; }
.navTabs .navTab.calendar .navLink:before { content: "\f073"; }
.navTabs .navTab.media .navLink:before { content: "\f03d"; }
.navTabs .navTab.donations .navLink:before { content: "\f004"; }
.navTabs .navTab.tournaments .navLink:before { content: "\f091"; }
.navTabs .navTab.xennotices .navLink:before { content: "\f0a1"; }
.navTabs .navTab.MasterBadge .navLink:before { content: "\f286"; }
.navTabs .navTab.quotes .navLink:before { content: "\f10e"; }
.navTabs .navTab.showcase .navLink:before { content: "\f07c"; }
.navTabs .navTab.postRatings .navLink:before { content: "\f164"; }
.navTabs .navTab.navBookmarks .navLink:before { content: "\f02e"; }
.navTab .navLink
{
	position: relative;
}
#navigation .navTabs .visitorTabs .navLink
{
	padding: 0 20px;
}
.navTabs .navTab
{
	border-right:  1px solid rgb(59, 62, 64); border-right:  1px solid rgba(59, 62, 64, 0.52); _border-right:  1px solid rgb(59, 62, 64);
	border-left:  1px solid rgb(0, 0, 0); border-left:  1px solid rgba(0, 0, 0, 0.30); _border-left:  1px solid rgb(0, 0, 0);
}
.XenBase #moderatorBar .navTab.PopupOpen a.navLink span, .XenBase .prefix.prefixSecondary, .XenBase .prefix.prefixPrimary
{
	color: rgb(237, 237, 237);
}
.Menu .secondaryContent
{
	background: url(../png/sidebarpolybr.png) no-repeat right bottom;
}
.Menu .primaryContent
{
	background: url(../png/sidebarpolytl.png) no-repeat left top;
}
.member_notable .mainContainer .section
{
	background-color: rgb(16, 17, 18);
	padding:  10px;
}
.userBanner
{
	background-image: none;
}
html .profilePage .tabs.mainTabs
{
	padding-bottom: 10px;
}
html .xenForm .tabs
{
	padding: 5px 15px;
}
.larger.textHeading, .xenForm .sectionHeader, html #QuickSearch #commonSearches .arrowWidget:before, .Responsive #caltitle, .Responsive #calcurrent, html .pollBlock .questionMark,
 .Responsive .userBanner.bannerStaff, .messageList .placeholder .placeholderContent, #copyright a
{
	color: rgb(63, 152, 137);
}
.message .menuIcon, html .pollBlock .question .questionText, html .mediaContainer .statsSection .statSpan, html .mediaContainer .statsSection i
{
	color: rgb(237, 237, 237);
}
html .container .xengallerySideBar .section h3 a
{
	color: rgb(255, 255, 255);
}
.search_form .xenForm, .search_form_profile_post .xenForm, .search_form_post .xenForm, .search_form_resource_update .xenForm 
{
	background-color: #1A1A1A;
	border: 1px solid #373737;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	padding: 10px;
}
html .messageNotices li
{
	color: rgb(63, 152, 137);
	background-image: none;
}
html .navigationSideBar .heading
{
	background-color: #000000;
	color: rgb(63, 152, 137);
	font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 3px auto 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

html .pollResult .bar
{
	background-color: rgb(63, 152, 137);
}
#ProfilePanes
{
	background-color: rgb(20, 21, 23);
	padding: 10px 10px 10px 0;
	border-right: 1px solid rgb(40, 40, 40);
	border-bottom: 1px solid rgb(40, 40, 40);
}
#headerMover
{
	margin-top: 20px;
}

.XenBase .navTabs .publicTabs
{
	float: right;
}
.XenBase .withSearch .navTabs .navTab.selected .blockLinksList
{
	margin-right: 10px;
	margin-left: 275px;
}
.XenBase #QuickSearch
{
	right: auto;
	left: 20px;
}
.XenBase .navTabs .navTab.selected .tabLinks li
{
	float: right;
}
.Responsive #QuickSearchPlaceholder
{
	right: auto;
	left: 10px;
	top: -35px;
}
@media (max-width:@maxResponsiveMediunWidth)
{
	.XenBase .withSearch .navTabs .navTab.selected .blockLinksList { margin-left: 50px !important; }
}
@media (min-width:1000px)
{
	.navTab.xbNavLogo { position: absolute; left: 0px;}
}


@media (max-width:610px)
{
	#navigation .navLink .accountUsername .xbVisitorText
	{
		display: block;
	}
}

.xenOverlay a.close:before, #redactor_modal_close:before
{
	content: "\f057";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: rgb(173, 51, 53);
	position: relative;
	top: -6px;
	right: 1px;
}
/* iOS fixes */
.button.primary, .submitUnit .button, input.button, input[type="button"]
{
	-webkit-appearance: none;
	-webkit-border-radius: 2px; 
}

.Popup .PopupOpen .arrowWidget:before
{
	content: "\f077";
	color: rgb(63, 152, 137);
}
.Popup .arrowWidget:before
{
	color: rgb(237, 237, 237);
	content: "\f078";
	display: block;
	font-family: FontAwesome;
	line-height: 13px;
	margin-left: 2px;
}
.navTabs .navTab.PopupClosed:hover .SplitCtrl:before
{
	color: rgb(255, 255, 255);
	content: "\f0d7";
	display: block;
	font-family: FontAwesome;
	line-height: 80px;
}
.navTabs .navTab.PopupClosed:hover .SplitCtrl:before
{
	color: rgb(244, 244, 244);
}
.navTabs .navTab.PopupClosed:hover .SplitCtrl:hover
{
	text-decoration: none;
}
.iconKey .fa:hover
{
	cursor: help;
}
.XenBase .attachment .thumbnail .genericAttachment, .XenBase .AttachmentEditor .AttachedFile .Thumbnail .genericAttachment
{
	background-image: none;
	line-height: 40px;
	text-align: center;
}
.XenBase .attachment .thumbnail .genericAttachment:before, .XenBase .AttachmentEditor .AttachedFile .Thumbnail .genericAttachment:before
{
	color: rgb(237, 237, 237);
	content: "\f019";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 32px;
	margin-left: 5px;
}
.XenBase .AttachmentEditor .AttachedFile .Thumbnail .genericAttachment:before
{
	content: "\f093";
}

@media (max-width:610px)
{
	.Responsive .xenOverlay a.close
	{
		width: 16px;
		height: 16px;
		top: 5px;
		right: 6px;
	}
}






.XenBase .userBanner
{
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
	padding: 3px 5px;
}

.XenBase .userBanner.bannerStaff
{
	background: #234A71;
	color: #FFF;
	border: 0;	
}

.XenBase .userBanner.adminBanner
{
	background: #712323;
	color: #FFF;
	border: 0;	
}




.XenBase .userBanner.bannerStaff.wrapped span
{
	background-color: #3B6188;

}
.XenBase .userBanner.adminBanner.wrapped span
{
	background-color: #793A3A;
}
.XenBase .userBanner.wrapped span.before
{
	top: -3px;
	left: 0px;
}

.XenBase .userBanner.wrapped span.after
{
	top: -3px;
	right: 0px;
}



.xbContentWrapper
{
	overflow: hidden;
	position: relative;
}
#logoBlock img
{
	max-height: 80px;
}
.pollBlock .buttons .button { margin-right: 5px; }


	#moderatorBar .adminLink
{
	float:left;
}

#moderatorBar .visitorTabs
{
	float: right;
	position: relative;
	z-index: 210;
}

#moderatorBar .visitorTabs li
{
	float:left;
}
#moderatorBar .visitorTabs .navLink .miniMe
{
        
        margin-right: 10px;
vertical-align: middle;
z-index: 7400;
width: 20px;
height: 20px;

}
#moderatorBar .visitorTabs .navLink .itemCount
{
	line-height: 16px;
}
#moderatorBar .visitorTabs .navLink .itemCount.Zero
{
	background: rgb(20, 21, 23);
	opacity: 1 !important;
	color: rgb(200,200,200);  
}
#moderatorBar .navTab.PopupOpen a.navLink:hover
{
	color: rgb(63, 152, 137);
background-color: rgb(32, 32, 32);

}

#moderatorBar .navTab.PopupOpen a.navLink:hover span
{
	text-shadow: none;
}

#moderatorBar .navTab.PopupOpen a.navLink span
{
	color: rgb(63, 152, 137);
}

.adminCenterPopup .menuIcon:before
{
	top: 10px;
}

@media (max-width:480px)
{
	#moderatorBar .itemCount
	{
		padding-left: 3px;
		padding-right: 3px;
	}
	#moderatorBar .visitorTabs .navLink .miniMe
	{
		margin-right: 0px;
	}
	#moderatorBar a
	{
		padding: 0px 8px;
	}
}


.xbMaxwidth
{
	max-width: 1180px;
	margin: 0 auto;
}
.Menu .xbMaxwidth
{
	max-width: 100%;
}


/* === Login CSS === */

#loginBar #loginBarHandle
{
	display: none;
}
	

#xb_eAuthUnit li
{
	margin-top: 5px;
}


.xenOverlay #pageLogin
{
	color: #eee;
background: url(../png/rgba0660.png); background: rgba(0,0,0, 0.75); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
padding: 15px 25px;
border:  20px solid rgb(0,0,0); border:  20px solid rgba(0,0,0, 0.25); _border:  20px solid rgb(0,0,0);
-webkit-border-radius: 20px; -moz-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
-webkit-box-shadow: 0px 25px 50px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 25px 50px rgba(0,0,0, 0.5); -khtml-box-shadow: 0px 25px 50px rgba(0,0,0, 0.5); box-shadow: 0px 25px 50px rgba(0,0,0, 0.5);
_zoom: 1;

	margin: 0;
}
.xenOverlay #pageLogin .textHeading
{
	color: rgb(59, 59, 59);
}


/* === Misc Pages === */
.XenBase .news_feed_page_global .eventList:first-of-type, .XenBase .messageSimpleList.topBorder
{
	border-top-color: rgb(40, 40, 40);
}
.help_bb_codes .bbCode > dl > dd, .smilieList .smilieText, .smilieList .smilieText:hover
{
		
}
.titleBar
{
	
}
.textCtrl .arrowWidget:before
{
	font-size: 16px;
}
.XenBase .navigationSideBar a
{
		
}
.XenBase .navigationSideBar a:hover
{
	color: rgb(228, 228, 228);
background-color: rgb(59, 59, 59);
background-image: none;
	
}
.sharePage .textHeading
{
        color: rgb(224, 48, 48);

}

.profilePage .textWithCount.subHeading .text
{
        color: rgb(237, 237, 237);

}
.profilePage .textWithCount.subHeading .count
{
        color: rgb(63, 152, 137);

}
.XenBase .mediaContainer .statsSection, .XenBase .mediaContainer .statsSection i, .XenBase .mediaLabel.labelStandard
{
	color: rgb(100,100,100);
}




.displaynone
{
	visibility: hidden;
}

/* MAGICAL WONDERFUL BREADCRUMB */
.pageContent .breadcrumb .crust .arrow, .pageContent .breadcrumb .crust .arrow span
{
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
}
.pageContent .breadcrumb .crust .arrow
{
	right: -8px;
}
.pageContent .breadcrumb
{
	height: 32px;
}
.pageContent .breadcrumb .crust a.crumb
{
	line-height: 32px;
}
.pageContent .breadcrumb .crust .arrow span
{
	top: -16px;
	left: -9px;
}
.pageContent .breadcrumb.showAll
{
	height: auto;
}


/* Breadcrumb Styling */
.XenBase .pageContent .breadcrumb .crust a.crumb:after
{
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.XenBase .pageContent .breadcrumb .crust .arrow
{
	display: none;
}
.breadcrumb .crust a.crumb
{
	padding: 0 15px !important;
}
.XenBase .breadcrumb .crust:hover a.crumb, .XenBase .breadcrumb .crust:last-child a.crumb
{
	background-color: transparent;
}


/* Magical Page Nav */
.PageNav a, .PageNav .pageNavHeader
{
	height: 20px;
	line-height: 20px;
}
.PageNav .scrollable
{
	height: 22px;
}







.profilePostListItem
{
	border-top: 1px solid rgb(40, 40, 40);
}
.xenForm .ctrlUnit
{
	padding-top: 10px;
}
.breadBoxTop 
{
	
}
.breadBoxBottom
{
	
}
.XenBase .messageSimple, .XenBase .profilePage .eventList li, .XenBase .searchResult
{
	padding: 10px;

}
.nodeList .categoryStrip .nodeTitle a, .navTabs .navTab .navLink, .sidebar .section .primaryContent h3 a, .profilePage .mast .section.infoBlock h3, .sidebar .section .primaryContent h3, .sidebar .section .secondaryContent h3, .sidebar .section .secondaryContent h3 a,
 .discussionList .sectionHeaders a, .discussionList .sectionHeaders a span, a.callToAction span, .button, #SignupButton .inner, .navTabs .navTab.selected .tabLinks a, .footer a, .extraFooter h3
{
	font-weight: bold;
font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
text-transform: uppercase;

}
.XenBase .discussionListItem .noteRow
{
	color: rgb(237, 237, 237);
}
.XenBase .button.smallButton
{
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	padding: 0px 10px;
	width: auto;
}

.account_two_step_enable .xenForm canvas
{
	background-color: rgb(142, 142, 142);
	padding: 5px;
}





.search_form .xenForm, .search_form_post .xenForm, .search_form_profile_post .xenForm,
.search_form_resource_update .xenForm, .tag_search .xenForm, .xengallery_search_form_media .xenForm,
.nflj_showcase_search_form .xenForm, .nflj_sportsbook_search_form .xenForm
{
	background-color: rgb(20, 21, 23);
padding: 10px;
border: 1px solid rgb(40, 40, 40);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;

}


.topCtrl.xbTopCtrl
{
	display: block;
	float: none;
	margin-bottom: 10px;
	text-align: right;
}
.sectionMain.insideSidebar .sectionHeader
{
	color: rgb(100,100,100);
}

/* Responsive Settings */

@media (max-width:800px)
{
	
	
}
@media (max-width:800px)
{
	
	.Responsive .sidebar
	{
		padding: 0 !important;
		position: relative !important;
		margin: 0 auto !important;
		top: 0 !important;
	}
	
}
@media (max-width:610px)
{
	.XenBase .visitorTabs .navLink .miniMe
	{
		
		margin: 0;
	}
	
	.navLink .accountUsername .xbVisitorText
	{
		display: none;
	}
	#goTop
	{
		opacity: 0.5;
		right: 5%;
	}	
	
		
}

@media (max-width:480px)
{
	.Responsive .navigationSideBar .heading span:before
	{
		content: "\f0c9";
		font-family: FontAwesome;
		font-weight: normal;
		color: rgb(237, 237, 237);
		font-size: 14px;
	}
	.XenBase.Responsive .navigationSideBar .heading span
	{
		position: relative;
		top: -4px;
	}
	.XenBase .item.control.like:before 
	{
    		display: none;
	}
	.XenBase .item.control.reply:before 
	{
    		display: none;
	}
}


/* --- xb_footer_layouts.css --- */

.extraFooter
{
	font-size: 12px;
color: rgb(237, 237, 237);
background: url(../png/rgbaf152.png); background: rgba(19, 20, 22, 0.9); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5131416,endColorstr=#E5131416);
padding-top: 10px;
padding-bottom: 10px;
border:  1px solid rgb(59, 62, 64); border:  1px solid rgba(59, 62, 64, 0.52); _border:  1px solid rgb(59, 62, 64);
-webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; -khtml-border-top-left-radius: 0px; border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
display: block;
overflow: hidden;
line-height: 1.7;

}
.footerBlockContainer
{
	display: table;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing:border-box;
	width: 100%;
}
.footerBlock
{
	padding: 0px 20px;
display: table-cell;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
vertical-align: top;

}
.footerBlockOne		{ width: 25%; }
.footerBlockTwo		{ width: 25%; }
.footerBlockThree	{ width: 25%; }
.footerBlockFour	{ width: 25%; }

.footerBlock p
{
	padding: 6px 0;
line-height: 1.7;

}
.footerBlockOne
{
	
}
.footerBlockTwo
{
	
}
.footerBlockThree
{
	
}
.footerBlockFour
{
	
}
.extraFooter h3
{
	font-size: 16px;
color: rgb(63, 152, 137);
margin: 0px auto;
font-weight: 700;

}
.footerBlock ul.footerList li a
{
	color: rgb(200,200,200);
padding: 6px 0;
border-bottom: 1px dashed rgb(40, 40, 40);
display: block;

}
.footerBlock ul.footerList li:last-child a
{
	border-bottom-width: 0px;
}
.footerBlock ul.footerList li a:hover
{
	color: rgb(63, 152, 137);
text-decoration: none;

}
.footerBlock ul.footerList li .fa
{
	color: rgb(52, 52, 52);
margin-right: 5px;

}
.footer .pageContent
{
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
}

@media (max-width:800px)
{
	.extraFooter .footerBlock { width: 50%; text-align: center; display: block; float: left; }
}
@media (max-width:610px)
{
	.XenBase .extraFooter .footerBlock { width: 100% !important; display: block; float: none;}
}
@media (max-width:480px)
{

}

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


/* --- xb_offcanvas_menu.css --- */

.xbOffCanvasList
{
	padding-bottom: 50px;
}
.xbOffCanvas, .XenBase #xbOffCanvasToggle, .XenBase .xbOffCanvasNew, .xbOffCanvasSubMenu
{
	display: none;
}

@media (max-width:800px)
{
	html, body
	{
		overflow: hidden;
	}
	.Responsive .xbOffCanvas 
	{
		background-color: rgb(33, 33, 33);
padding-bottom: 50px;
transition: 300ms ease all;
position: fixed;
top: 0;
z-index: 7600;
overflow-y: auto;
display: block;
width: 250px;
height: 100%;

		left: -250px;
	}
	.Responsive .xbOffCanvas.xbOffCanvasOpen
	{
		transition: 300ms ease all;
		left: 0px;
	}
	.xbOffCanvasSubMenu .secondaryContent
	{
		background-color: transparent;
		border-width: 0;
		padding: 0;
	}
	.Responsive .selected .xbOffCanvasSubMenu
	{
		display: block;
	}
	.XenBase .navTab .xbOffCanvasArrow
	{
		color: rgb(255, 255, 255);
		float: right;
		font-size: 16px;
		padding: 0px 10px;
		position: relative;
		z-index: 1;
		display: block;
		cursor: pointer;
		height: 45px;
		line-height: 45px;
	}
	.Responsive .xbOffCanvas .navLink
	{
		color: rgb(250, 250, 250);
background-color: rgb(33, 33, 33);
padding: 0px 15px;
border-top:  1px solid rgb(0, 0, 0); border-top:  1px solid rgba(0, 0, 0, 0.18); _border-top:  1px solid rgb(0, 0, 0);
border-bottom:  1px solid rgb(255, 255, 255); border-bottom:  1px solid rgba(255, 255, 255, 0.08); _border-bottom:  1px solid rgb(255, 255, 255);
line-height: 45px;
height: 45px;

		display: block;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}
	.xbOffCanvas .xbOffCanvasSubMenu a
	{
		font-size: 12px;
color: rgb(244, 244, 244);
background-color: rgb(27, 27, 27);
padding: 10px;
border-bottom: 1px solid rgb(37, 36, 36);
-webkit-border-radius: 0px; -moz-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px;

		display: block;
	}
	.navTab.selected .xbOffCanvasArrow .fa:before
	{
		content: "\f077";
	}
	#xbOffCanvasToggle .fa
	{
		font-size: 16px;
		position: relative;
		top: 1px;
	}
	.XenBase .xbOffCanvasNew .fa
	{
		font-size: 16px;
		margin-right: 5px;
	}
	.marginLeft #xbOffCanvasToggle .fa:before
	{
		content: "\f00d";
	}
	.xbOffCanvasMask
	{
		background-color: rgba(45, 45, 45, 0.6);
		cursor: pointer;
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 7500;
		overflow: hidden;
	}
	.XenBase .navTabs .publicTabs .navLink, .XenBase .navTabs .navTab .SplitCtrl
	{
		display: none;
	}
	
	.xbOffCanvasContainer 
	{
		overflow: hidden;
		transition: 300ms ease all;
		width: 100%;
	}
	.xbOffCanvasContainer.marginLeft
	{
		overflow-y: auto;
		position: relative;
		transition: 300ms ease all;
		margin-left: 250px;
	}
	
	.marginLeft
	{

	}
	 
	.xbOffCanvasControls
	{
		float: left;
	}	
	.XenBase #xbOffCanvasToggle, .XenBase .xbOffCanvasNew
	{
		cursor:pointer;
		padding:0px 10px;
		height: 80px;
		line-height: 80px;
		color: rgb(255, 255, 255);
		display: inline-block;
	}
	.xbOffCanvasMask.xbOffCanvasOpen
	{
		display: block;
	}
	.xbOffCanvas .navLink .itemCount
	{
		font-weight: bold;
		color: white;
		background-color: rgb(224, 48, 48);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
		position: relative;
		line-height: 20px;
		padding: 0px 5px;
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		word-wrap: normal;
		height: 20px;
		margin-left: 5px;
		font-size: 11px;
	}
	.xbOffCanvas .navLink .itemCount .arrow
	{
		display: none;
	}
}
@media (max-width:480px)
{
	.xbOffCanvasNew span { display: none; }
}

	

/* --- xb_scroll_buttons.css --- */

.xbScrollButtons
{
	position: fixed;
right: 2%;
bottom: 80px;
z-index: 1000;

}

.xbScrollUpButton, .xbScrollDownButton
{
	color: rgb(63, 152, 137);
background: url(../png/rgbadba7.png); background: rgba(59, 62, 64, 0.52); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#843B3E40,endColorstr=#843B3E40);
padding: 10px;
border: 1px solid rgb(40, 40, 40);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
white-space: nowrap;
cursor: pointer;
text-align: center;
opacity: 0.3;
transition: opacity 0.3s ease-in-out;

}
.xbScrollUpButton:hover, .xbScrollDownButton:hover
{
	color: rgb(237, 237, 237);
border-color: rgb(28, 31, 34);
opacity: 1;

}
@media (max-width:800px)
{
	.xbScrollUpButton
	{
		padding: 7px;
		right: 1%;
	}
	.xbScrollDownButton
	{
		padding: 7px;
		right: 1%;
		bottom: 68px;
	}
}

/* --- xb_sidebar_login.css --- */

.xbSidebarLogin .xenForm
{
	margin: 0px auto;
}
.LoggedOut .section.loginButton
{
	display: none;
}
.xbSidebarLogin .xenForm .ctrlUnit dt, .xbSidebarLogin .xenForm .ctrlUnit dd
{
	display: block;
	float: none;
	padding: 5px 0;
	text-align: left;
	width: auto;
}
.xbSidebarLogin .xenForm .ctrlUnit > dt label
{
	margin-left: 0px;
}
.xbSidebarLogin .xenForm .ctrlUnit
{
	padding-top: 0px;
	margin: 0px auto;
}
.xbSidebarLogin .ctrlUnit.submitUnit dt
{
	display: block;
	height: auto;
	padding: 8px 0 1px;
}


/* --- xb_top_bar.css --- */

.xbTopBar
{
	color: rgb(200,200,200);
background-color: rgb(20, 21, 23);
display: block;
line-height: 40px;
position: relative;
width: 100%;
height: 40px;

	z-index: 110;
}
.xbLeftside
{
	float: left;
}
.xbRightside
{
	float: right;
}
.xbLeftside li, .xbRightside li.mainTopLink
{
	display: inline;
	float: left;
	
}
.xbRightside li.searchTab
{
	float: right;
}
.xbTopBar li:not(.searchTab) a
{
	color: rgb(63, 152, 137);
padding: 5px 10px;

}
@media (max-width:800px)
{
	.xbLeftside { display: none; }
	/*.XenBase .xbRightside { float: none; width: 100%;}*/
	/*.XenBase .xbRightside li { width: 33%; text-align: center; }*/
}
@media (max-width:610px)
{

}
@media (max-width:400px)
{
	.Responsive .mobileView { display: none !important; }
}





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


/* --- xfa_blogs_nav.css --- */

/* This style is applied to the navigation tab and is included from a hook */


