@charset "UTF-8";

/* --- Gritter.css --- */

#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}

#gritter-notice-wrapper-preview {
	width:301px;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {

}
.gritter-top {
	height:10px;
}
.hover .gritter-top {
}
.gritter-bottom {
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
}
.gritter-item
{
	display:block;
	color:#eee;
	padding: 15px 11px;
	font-size: 11px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	position:relative;
	margin:0 0 10px 0;
	background:url(rgba.php?r=0&g=0&b=0&a=218); background:rgba(0,0,0,0.855); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DA000000,endColorstr=#DA000000);
	border: 0px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
}

.gritter-item a{
	color: white;
	text-decoration: underline;
}

.gritter-item p {
	padding:0;
	margin:0;
	margin-bottom: 8px;
	word-wrap:break-word;
}
.gritter-close {
	position:absolute;
	top:-10px;
	right:-11px;
	background:url(styles/gritter/close.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}

.gritter-dismiss {
	position: absolute;
	font-size: 8px;
	bottom: 1px;
	right: 10px;
}

.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

.gritter-item strong,
.gritter-item b{
font-weight: bold;
}

.gritter-light .gritter-item {
	color: #222;
	background:url(rgba.php?r=255&g=255&b=255&a=218); background:rgba(255,255,255,0.855); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DAFFFFFF,endColorstr=#DAFFFFFF);
}

.gritter-light .gritter-item a{
	color: black;
	text-decoration: underline;
}

/* --- GritterEXTRA.css --- */

/*
// Customise this CSS to make more custom notification styles available.
// Copy and paste the below. Change the class names accordingly.
// Finally change the text color, link colour and notification background.
// When adding or editing a notification, choose custom and type the class name. e.g. gritter-red
*/

.gritter-red .gritter-item {
    color: #222;
    background:url(rgba.php?r=255&g=0&b=0&a=218); background:rgba(255,0,0,0.855); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DAFF0000,endColorstr=#DAFF0000);
}

.gritter-red .gritter-item a{
    color: black;
    text-decoration: underline;
}

/* Put your customisations below */

/* GritterContainer */
.GritterContainer-CMG-UIX {
    padding: 8px;
    border: 1px solid #CCCCCC;
    background-color: rgba(255, 255, 255, 0.5);
}
.GritterContainer-CMG-UIX .gritter-top {
    height: 0;
}
.GritterContainer-CMG-UIX .gritter-item {
    background: rgb(51, 51, 51);
    -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -khtml-border-radius: 0 0 0 0; border-radius: 0 0 0 0;
    border: 1px solid rgb(234, 234, 234);
    font-size: 14px;
    margin: 0;
}
.GritterContainer-CMG-UIX .gritter-bottom {
    height: 0;
}
.GritterContainer-CMG-UIX .gritter-title {
    font-size: 17px;
    text-transform: uppercase;
}
.GritterContainer-CMG-UIX .gritter-close {
    top: 3px;
    right: 3px;
    background: #a2b71c;
    border: 4px solid #829434;
    -webkit-border-radius: 20px; -moz-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
    width: 20px;
    height: 20px;
    color: #000000;
}
.GritterContainer-CMG-UIX .gritter-close:hover {
    background: #FFFFFF;
}
.GritterContainer-CMG-UIX .gritter-close::after {
    content: "x";
    left: 6px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.GritterContainer-CMG-UIX .gritter-item .hello-name-CMG {
    font-size: 20px;
    margin: -80px 0 60px 0;
    clear: both;
    color: #000000;
    font-weight: bolder;
}
.GritterContainer-CMG-UIX .gritter-item .button-CMG {
    color: #333333;
    background: #ffcc00;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    float: left;
    padding: 10px 0;
    text-transform: uppercase;
}
.GritterContainer-CMG-UIX .gritter-item .button-CMG:hover {
    background: #333333;
    color: #ffcc00;
}


/* CMG custom */
.align-right-CMG {
    clear: both;
    text-align: right;
}
.align-center-CMG {
    text-align: center;
}


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




.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);
}
@media (max-width:800px){ 
.similarthreads_blueLine { 
    display: none; 
} 
.similarThreads { 
    display: none; 
} 
}


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

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

.bbCodeBlock
{
	background-color: rgb(248,251,253);
margin: 1em 150px 1em 0;
border: 1px solid rgb(221, 229, 234);
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: 16px;
font-family: 'PT Sans', Arial, sans-serif;
color: rgb(52,77,93);
background-color: #FFFFFF;
padding: 8px;
border-bottom: 1px solid rgb(221, 229, 234);

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background-color: rgb(248,251,253);
background-repeat: repeat-x;
background-position: top;
padding-right: 8px;
padding-left: 8px;
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
{
	border-color: rgb(221, 229, 234);

}

.bbCodeQuote .attribution
{
	font-size: 16px;
color: rgb(52,77,93);
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top;
padding: 8px;
border-bottom: 1px solid rgb(221, 229, 234);
border-left: 2px solid rgb(70, 102, 124);

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
background-color: rgb(248,251,253);
background-repeat: repeat-x;
background-position: top;
padding: 8px;
border-left: 2px solid rgb(70, 102, 124);

}


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

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


	.bbCodeQuote img
	{
		max-height: 150px;
	}
	
	.bbCodeQuote iframe,
	.bbCodeQuote 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(226, 226, 226);
overflow: auto;

}

	.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,
	.hasJs .bbCodeSpoilerText .bbCodeBlock,
	.hasJs .messageList.withSidebar .bbCodeSpoilerText
	{
		margin-right: 0;
	}
	
.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(51, 51, 51); /* 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;
	}
}


/* --- cta_featuredthreads.css --- */

.ctaFtTitleForumList
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtTitleForumView
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtTitleNewPosts
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtFeaturedThreadList
{
	font-size: 10px;
color: rgb(41, 41, 41);
background-color: rgb(250, 250, 250);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(240, 240, 240);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
float: right;

}


	.ctaFtFeaturedThreadList:hover,
	.ctaFtFeaturedThreadList a:hover
	{
		text-decoration: none;
background-color: rgb(240, 240, 240);
border-color: rgb(226, 226, 226);

	}


.ctaFtFeaturedThreadView
{
	font-size: 18px;
color: rgb(41, 41, 41);
background-color: rgb(240, 240, 240);
background-repeat: repeat-x;
background-position: top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}


	.ctaFtFeaturedThreadView:hover,
	.ctaFtFeaturedThreadView a:hover
	{
		text-decoration: none;
background-color: rgb(226, 226, 226);
border-color: rgb(187, 187, 187);

	}


.ctaFtExpiredThreadList
{
	font-size: 10px;
color: rgb(102, 102, 102);
background-color: rgb(255,255,255);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(248,251,253);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
float: right;

}

.ctaFtExpiredThreadView
{
	font-size: 18px;
color: rgb(102, 102, 102);
background-color: rgb(255,255,255);
background-repeat: repeat-x;
background-position: top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(248,251,253);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}

.ctaFtBlock
{
	margin-top: 10px;

}

	.ctaFtBlock .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.sectionMain.ctaFtContainer
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(240, 240, 240);

}

.ctaFtBackground
{
	background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top;

}

.ctaFtBackgroundImage
{
	background-repeat: no-repeat !important;
background-position: center center !important;
background-size: cover !important;

}

.ctaFtAvatar
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtAvatarRight
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtIcon
{
	background-color: #FFFFFF;
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(240, 240, 240);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
float: left;
width: 96px;
height: 96px;

}

	.ctaFtIcon img
	{
		width: 96px;
		height: 96px;
	}

.ctaFtIconRight
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtThreadContentAvatar
{
	height: 102px;

}

.ctaFtThreadContentIcon
{
	height: 102px;

}

.ctaFtThreadTitle
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLink
{
	
}

.ctaFtThreadTextAvatar
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

.ctaFtThreadTextIcon
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

	.ctaFtThreadTextAvatar a,
	.ctaFtThreadTextIcon a
	{
		
	}

.ctaFtFooter
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

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

.ctaFtFeaturedThreadText
{
	font-weight: bold;
font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 20px;
float: left;

}

.ctaFtAuthor .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;
max-width: 100px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

.ctaFtDate
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;

}

.ctaFtForum a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtExpiry
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;

}

.ctaFtReplies
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtLikes
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtViews
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLink
{
	font-weight: bold;
font-size: 12px;
margin-left: 10px;
float: right;

}

.ctaFtShare
{
	margin-top: 10px;
margin-bottom: -8px;

}

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

.ctaFtShareControls
{
	padding-bottom: 5px;
margin-right: 10px;
float: left;

}

.ctaFtTwitter
{
	
}

.ctaFtGoogle
{
	
}

.ctaFtFacebook
{
	
}

.ctaFtAddThis
{
	
}

.ctaFtCustomShare
{
	
}

.ctaFtListItemsPage
{
	
}

.ctaFtBlockPage
{
	margin-top: 10px;

}

	.ctaFtBlockPage .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.sectionMain.ctaFtContainerPage
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(240, 240, 240);

}

.ctaFtBackgroundPage
{
	background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top;

}

.ctaFtBackgroundImagePage
{
	background-position: center center !important;
background-size: cover !important;

}

.ctaFtAvatarPage
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtAvatarRightPage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtIconPage
{
	background-color: #FFFFFF;
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(240, 240, 240);
-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
float: left;
width: 192px;
height: 192px;

}

	.ctaFtIconPage img
	{
		width: 192px;
		height: 192px;
	}

.ctaFtIconRightPage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtThreadContentAvatarPage
{
	min-height: 102px;

}

.ctaFtThreadContentIconPage
{
	min-height: 198px;

}

.ctaFtThreadTitlePage
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLinkPage
{
	
}

.ctaFtThreadTextAvatarPage
{
	font-size: 14px;
line-height: 1.44em;

}

.ctaFtThreadTextIconPage
{
	font-size: 14px;
line-height: 1.44em;

}

	.ctaFtThreadTextAvatarPage a,
	.ctaFtThreadTextIconPage a
	{
		
	}

.ctaFtFooterPage
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

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

.ctaFtFeaturedThreadTextPage
{
	font-weight: bold;
font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 20px;
float: left;

}

.ctaFtAuthorPage .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;
max-width: 100px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

.ctaFtDatePage
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;

}

.ctaFtForumPage a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtExpiryPage
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;

}

.ctaFtRepliesPage
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtLikesPage
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtViewsPage
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLinkPage
{
	font-weight: bold;
font-size: 12px;
margin-left: 10px;
float: right;

}

.ctaFtSharePage
{
	margin-top: 10px;
margin-bottom: -8px;

}

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

.ctaFtShareControlsPage
{
	padding-bottom: 5px;
margin-right: 10px;
float: left;

}

.ctaFtTwitterPage
{
	
}

.ctaFtGooglePage
{
	
}

.ctaFtFacebookPage
{
	
}

.ctaFtAddThisPage
{
	
}

.ctaFtCustomSharePage
{
	
}

.ctaFtInfoTextPage
{
	
}

.footerLinks a.ctaFtRssFeedPage
{
	
}

.ctaFtListItemsArchive
{
	
}

.ctaFtBlockArchive
{
	margin-top: 10px;

}

	.ctaFtBlockArchive .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.ctaFtContainerArchive
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(240, 240, 240);

}

.ctaFtArchiveDeleted
{
	opacity: 0.5;
}

.ctaFtArchiveDeletedInfo
{
	margin: 10px 10px 0;
	color: rgb(150, 0, 0);
	font-size: 12px;
}

.ctaFtBackgroundArchive
{
	background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top;

}

.ctaFtAvatarArchive
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtThreadContentArchive
{
	height: 102px;

}

.ctaFtThreadTitleArchive
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLinkArchive
{
	
}

.ctaFtThreadTextArchive
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

.ctaFtThreadTextArchive a
{
	
}

.ctaFtFooterArchive
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

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

.ctaFtAuthorArchive .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
width: 102px;

}

.ctaFtDateArchive
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-right: 10px;
float: left;

}

.ctaFtForumArchive a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtRepliesArchive
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtLikesArchive
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

.ctaFtViewsArchive
{
	font-size: 12px;
color: rgb(27, 26, 26);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLinkArchive
{
	font-weight: bold;
font-size: 12px;
margin-left: 10px;
float: right;

}

.ctaFtInfoTextArchive
{
	
}

.footerLinks a.ctaFtRssFeedArchive
{
	
}

.ctaFtAuthorFeaturedThreads
{
	
}

.ctaFtAuthorList
{
	
}

.ctaFtAuthorListItem
{
	border-bottom: 1px solid rgb(250, 250, 250);
	overflow: hidden;
	padding: 0 0 10px;
}

	.member_view .ctaFtAuthorListItem:first-child
	{
		margin-top: -5px;
	}

	.ctaFtAuthorListItem .avatar
	{
		float: left;
		margin: 5px 0;
	}

	.ctaFtAuthorListItem .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 16px;
		margin: 0;
	}

.ctaFtAuthorAvatar
{
	
}

.ctaFtAuthorDeleted
{
	opacity: 0.5;
}

.ctaFtAuthorDeletedInfo
{
	margin-left: 10px;
	color: rgb(150, 0, 0);
	font-size: 12px;
}

.ctaFtAuthorContent
{
	margin-left: 56px;
	padding: 5px;
}

.ctaFtAuthorTitleText
{
    margin-bottom: 2px;
    overflow: hidden;
}

.ctaFtAuthorTitle
{
	font-size: 11pt;
	line-height: 18px;
}

.ctaFtAuthorSnippet
{
	margin-bottom: 2px;
}

	.ctaFtAuthorListItem .ctaFtAuthorSnippet a
	{
		font-size: 11px;
		color: rgb(51, 51, 51);
		text-decoration: none;
	}

.ctaFtAuthorMeta
{
    color: rgb(27, 26, 26);
    font-size: 11px;
    margin-bottom: 2px;
    overflow: hidden;
}

	.ctaFtAuthorMeta a
	{
		color: rgb(27, 26, 26);
	}

.ctaFtInfoTextAuthor
{
	
}

.ctaFtImageEditor
{
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.ctaFtImageEditor #CtaFtImagePanes
{
	margin-top: 10px;
}

.ctaFtIconEditor
{
	
}

.ctaFtBackgroundEditor
{
	
}

.ctaFtSliderEditor
{
	
}

.ctaFtImageEditor .ctaFtModifyControls
{
	margin-left: 112px;
	min-height: 102px;
}

.ctaFtImageEditor .ctaFtModifyControlsLarge
{
	margin-left: 208px;
	min-height: 198px;
}

.ctaFtImageEditor .ctaFtModifyControlsNoImage
{
	min-height: 102px;
}

.ctaFtImageEditor .faint
{
	font-size: 11px;
}

.ctaFtImageEditor .submitUnit
{
	text-align: right;
}

.ctaFtImageEditor .ctaFtCurrentImage
{
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(240, 240, 240);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	float: left;
	display: block;
	width: 192px;
	text-align: center;
}

.ctaFtImageEditor .ctaFtCurrentImageAvatar
{
	padding: 0;
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	width: 102px;
}

	.ctaFtImageEditor .ctaFtCurrentImage img
	{
		display: block;
		max-width: 96px;
		max-height: 96px;
		height: auto;
		margin: 0 auto;
	}

.ctaFtImageEditor .ctaFtCurrentImageLarge
{
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(240, 240, 240);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	float: left;
	display: block;
	width: 192px;
	text-align: center;
}

	.ctaFtImageEditor .ctaFtCurrentImageLarge img
	{
		display: block;
		max-width: 192px;
		max-height: 192px;
		height: auto;
		margin: 0 auto;
	}

.ctaFtImageEditor .ctaFtImageAction
{
	overflow: hidden; zoom: 1;
	padding: 10px;
	border: 1px solid rgb(51, 51, 51);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	margin-bottom: 10px;
}

.xenOverlay .ctaFtImageEditor .ctaFtImageAction
{
	background: url(rgba.php?r=0&g=0&b=0&a=63); background: rgba(0,0,0, 0.25); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
}

.ctaFtImageEditor .ctaFtImageUpload
{
	max-width: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	margin: 3px 0;
}

.ctaFtImageEditor .ctaFtImageUploadUrl
{
	width: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	margin: 3px 0;
}

.ctaFtImageEditor .ctaFtIcon
{
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	padding: 0;
}

.ctaFtImageEditor .ctaFtIconLarge
{
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	padding: 0;
	width: 192px;
}

.ctaFtImageEditor .ctaFtBackground
{
	background: none;
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	padding: 0;
}

.ctaFtImageEditor .ctaFtSlider
{
	border: 0;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	padding: 0;
}



.ctaFtImageEditor .ctaFtAttachedImages
{
	margin-top: 3px;
	max-height: 106px;
	height: auto;
	overflow-y: auto;
}

.ctaFtImageEditor .ctaFtAttachedImages img
{
	display: block;
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
}

.ctaFtImageEditor .ctaFtAttachedImage
{
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(240, 240, 240);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	width: 100px;
	max-height: 100px;
	float: left;
	margin: 10px 4px 0 0;
	
}

.ctaFtImageEditor .ctaFtAttachedImageInput
{
	position: absolute;
	top: 4px;
	left: 4px
}

.sectionMain.ctaFtContainer .Popup .arrowWidget,
.sectionMain.ctaFtContainerPage .Popup .arrowWidget
{
	width: 15px;
}






.ctaFtThreadTextAvatar img.mceSmilie,
.ctaFtThreadTextAvatar img.mceSmilieSprite,
.ctaFtThreadTextIcon img.mceSmilie,
.ctaFtThreadTextIcon img.mceSmilieSprite
{
	display: none;
}









@media (max-width:610px)
{
	.Responsive .footerLinks a.ctaFtRssFeedPage,
	.Responsive .footerLinks a.ctaFtRssFeedArchive
	{
		display: none;
	}
}

@media (max-width:480px)
{
	.Responsive .xenForm .ctrlUnit > dd,
	.Responsive .xenForm .ctrlUnit.fullWidth dd
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.ctaThreadListItemControls
	{
		display: none;
	}
}


.ctaFtThreadTextAvatar.baseHtml ol,
.ctaFtThreadTextAvatar.baseHtml ul,
.ctaFtThreadTextAvatar.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextAvatar.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextIcon.baseHtml ol,
.ctaFtThreadTextIcon.baseHtml ul,
.ctaFtThreadTextIcon.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextIcon.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextAvatarPage.baseHtml ol,
.ctaFtThreadTextAvatarPage.baseHtml ul,
.ctaFtThreadTextAvatarPage.baseHtml dl
{
	margin-left: 0
}

.ctaFtThreadTextAvatarPage.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextIconPage.baseHtml ol,
.ctaFtThreadTextIconPage.baseHtml ul,
.ctaFtThreadTextIconPage.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextIconPage.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextAvatar img,
.ctaFtThreadTextAvatar iframe,
.ctaFtThreadTextAvatar object,
.ctaFtThreadTextAvatar embed
{
	max-width: 100%;
}

.ctaFtThreadTextIcon img,
.ctaFtThreadTextIcon iframe,
.ctaFtThreadTextIcon object,
.ctaFtThreadTextIcon embed
{
	max-width: 100%;
}

.ctaFtThreadTextAvatarPage img,
.ctaFtThreadTextAvatarPage iframe,
.ctaFtThreadTextAvatarPage object,
.ctaFtThreadTextAvatarPage embed
{
	max-width: 100%;
}

.ctaFtThreadTextIconPage img,
.ctaFtThreadTextIconPage iframe,
.ctaFtThreadTextIconPage object,
.ctaFtThreadTextIconPage embed
{
	max-width: 100%;
}

/* --- cta_login.css --- */

.ctaLoginFacebook
{
	margin: 8px auto 5px auto;
	text-align: center;
}

.ctaLoginTwitter
{
	margin: 5px auto 8px auto;
	text-align: center;
}

.ctaLoginGoogle
{
	margin: 8px auto 6px auto;
	text-align: center;
}

/* --- 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: 46px;
		}
		
		.discussionList .main
		{
			width: auto;
		}

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

/* column headers */

.discussionList .sectionHeaders
{	
	font-size: 16px;
color: rgb(221, 229, 234);
text-decoration: none;
background-color: rgb(70, 102, 124);
padding: 8px 10px;
margin: 3px auto 0;
border-width: 0;

	
	padding: 0;
}

	.discussionList .sectionHeaders dt span
	{
		display: none !important;
	}
		
	.discussionList .sectionHeaders a
	{
		display: block;
		color: rgb(221, 229, 234);
		outline: none;
	}
	
	.discussionList .sectionHeaders a:hover
	{
		text-decoration: none;
	}
			
	.discussionList .sectionHeaders dd a[href]:hover
	{
		color: rgb(248,251,253);
text-decoration: none;
background-color: rgb(70, 102, 124);

	}
		
	.discussionList .sectionHeaders .main a,
	.discussionList .sectionHeaders .stats a
	{
		float: left;
		width: 50%;
		white-space: nowrap;
	}
	
		.discussionList .sectionHeaders a span
		{
			padding: 8px 10px;
			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;
	
	
}





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

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

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

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

			}
			
		
		.discussionListItem .iconKey span
		{
			margin-left: 5px;
text-indent: -10000em;
float: right;
background: transparent url('styles/uix/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('styles/uix/xenforo/widgets/ajaxload.info_B4B4DC_facebook.gif') no-repeat left center;
				}
			
			.discussionListItem .posterDate
			{
				float: left;
			}
			
			
			
	/* stats section */
	
	.discussionListItem .stats dl
	{
		padding: 0 10px;
		border-left: 1px solid rgb(250, 250, 250);
		border-right: 1px solid rgb(250, 250, 250);
	}
		.discussionListItem .stats .major
		{
			font-size: 11pt;
line-height: 18px;

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

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

		}
		
	
			.discussionListItems .unread .lastPostInfo .username
			{
				font-weight: bold;
color: rgb(51, 51, 51);
/*padding-right: 18px;
				background: transparent url('styles/uix/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;
	text-align: center;
	font-size: 11px;
	color: rgb(51, 51, 51);
}

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

		
/** thread list options **/

.DiscussionListOptions
{
	margin: 8px auto;
border: 1px solid rgb(240, 240, 240);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
line-height: 30px;
overflow: hidden;
zoom: 1;

}

.hasJs .DiscussionListOptions
{
	display: none;
}

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

}
	
	#DiscussionListOptionsHandle a
	{
		font-size: 12px;
color: rgb(187, 187, 187);
background-color: rgb(250, 250, 250);
padding: 0 16px;
margin: 0 auto;
border: 1px solid rgb(226, 226, 226);
border-top: 1px none black;
-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;
display: inline-block;
outline: 0;
position: relative;
right: -50%;

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

.discussionListItem .itemPageNav
{
	visibility: hidden;
}

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

	.itemPageNav a,
	.itemPageNav span
	{
		color: rgb(70, 102, 124);
background-color: rgb(255,255,255);
padding: 0 3px;
border: 1px solid rgb(236, 241, 245);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
display: inline-block;
text-align: center;

	}
	
	body .itemPageNav a
	{
		color: rgb(70, 102, 124);
background-color: rgb(255,255,255);
border: 1px solid rgb(236, 241, 245);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;

	}
	
	body .itemPageNav a:hover
	{
		color: rgb(51, 51, 51);
text-decoration: none;
background-color: rgb(248,251,253);
border-color: rgb(236, 241, 245);

	}

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

	.discussionListFilters .filtersHeading
	{
		float: left;
		margin-right: 5px;
		color: rgb(226, 226, 226);
		font-weight: bold;
	}
	
	.discussionListFilters .removeFilter,
	.discussionListFilters .removeAllFilters
	{
		color: rgb(51, 51, 51);
		background: rgb(250, 250, 250) url('styles/uix/xenforo/gradients/form-button-white-25px.png') repeat-x top;
		border: 1px solid rgb(250, 250, 250);
		-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
		padding: 2px 10px;
	}
	
		.discussionListFilters .gadget
		{
			color: rgb(226, 226, 226);
			font-weight: bold;
			margin-left: 3px;
		}

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


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

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

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

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


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

a.fbLogin,
#loginBar a.fbLogin
{
	display: inline-block;
	width: 200px;
	height: 22px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
	
	background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
	background-repeat: no-repeat;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; 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('//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;
	}

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

.googleLogin,
#loginBar .googleLogin
{
	display: inline-block;
	width: 200px;
	height: 22px;
	-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: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	padding-left: 2px;
	
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

	.googleLogin span
	{
		display: block;
		background: url('styles/uix/xenforo/gplus.png') no-repeat;
		background-position: left 0;
		padding: 3px;
		padding-left: 23px;
		white-space: nowrap;
		overflow: hidden;
	}

.googleLogin:active,
#loginBar .googleLogin:active
{
	background-color: #be3e2e;
}

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

/** Login bar basics **/

#loginBar .pageContent 
{
	color: rgb(250, 250, 250);
background-color: rgb(255, 0, 0);

}

	

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

	#loginBar a
	{
		color: rgba(255,255,255,.8);

	}

	#loginBar form
	{
		padding: 16px 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: #FFFFFF;
background: url(rgba.php?r=0&g=0&b=0&a=38); background: rgba(0, 0, 0, 0.15); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
border-color:  rgb(0, 0, 0); border-color:  rgba(0, 0, 0, 0.15); _border-color:  rgb(0, 0, 0);

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

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: url(rgba.php?r=0&g=0&b=0&a=38) !important; background: rgba(0, 0, 0, 0.15) !important; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
		color: #FFFFFF;
	}

	#loginBar .textCtrl:focus
	{
		background: url(rgba.php?r=0&g=0&b=0&a=76) none; background: rgba(0, 0, 0, 0.3) none; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(27, 26, 26);
background-color: #000;
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: 720px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right:  1px dotted rgb(250, 250, 250); border-right:  1px dotted rgba(250, 250, 250, .5); _border-right:  1px dotted rgb(250, 250, 250);
		margin-right: 220px;
		-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: 0;
		width: 200px;
	}

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

#loginBar #loginBarHandle label 
{
	font-weight: bold;
font-size: 16px;
color: #FFF;
background-color: rgb(255, 0, 0);
padding: 0 8px;
-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;
-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;
-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;
position: absolute;
right: 0;
display: inline-block;
text-align: center;
z-index: 1;
line-height: 30px;
height: 30px;

}


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

	.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: 16px; margin-right: 16px;}
}



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



.messageList
{
	
}

.messageList .message
{
	margin: 16px auto;

	background-color: rgb(250, 250, 250);
padding: 8px;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;

}

/* 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: 0;
border-bottom: 1px none black;

	zoom: 1;
}

	.message .newIndicator
	{
		font-weight: bold;
font-size: 16px;
color: #FFF;
background-color: rgb(255, 0, 0);
padding: 1px 5px;
margin: 0 0 5px 5px;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
display: block;
float: right;
position: relative;

		
		
	}
		

	.message .messageContent
	{
		padding: 8px;
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(27, 26, 26);
	}

	.message .signature
	{
		font-size: 9pt;
color: rgb(27, 26, 26);
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
margin-bottom: 8px;
border: 0 dashed rgb(226, 226, 226);
border-top-width: 1px;
border-bottom-width: 1px;

	}

	.message .messageMeta
	{
		font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
overflow: hidden;
zoom: 1;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; 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
				{
					color: rgb(51, 51, 51);
background-color: #FFFFFF;
padding-right: 8px;
padding-left: 8px;
margin: 0 1px 4px 0;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
line-height: 24px;
float: none;
display: inline-block;
vertical-align: middle;

				}
				
					.message .messageMeta .control:focus
					{
						
					}
				
					.message .messageMeta .control:hover
					{
						text-decoration: none;

					}
				
					.message .messageMeta .control:active
					{
						
					}
	/*** multiquote +/- ***/
		
		
	
		.messageNotices li
	{
		font-size: 12px;
color: rgb(70, 102, 124);
background-color: rgb(248,251,253);
padding: 8px;
margin-bottom: 8px;
border: 1px solid rgb(221, 229, 234);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url('styles/uix/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(70, 102, 124);
background-color: rgb(248,251,253);
padding: 8px;
margin-top: 8px;
border: 1px solid rgb(221, 229, 234);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;

	}
	
	.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;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	border: 1px solid rgb(240, 240, 240);
	background: rgb(250, 250, 250) url(styles/uix/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(187, 187, 187);
	font-size: 11px;
}

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

/* messages remaining link */

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


@media (max-width:800px)
{
	.Responsive .message .newIndicator
	{
		margin-right: 0;
		-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;
	}
	
		.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
{
	float: left;
width: 150px;

}

	.messageUserBlock
	{
		background-color: #FFFFFF;
border: 1px solid rgb(226, 226, 226);
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;

		
		position: relative;
	}
		
		.messageUserBlock div.avatarHolder
		{
			background-color: #FFFFFF;
padding: 8px;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
-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;
text-align: center;

			
			position: relative;	
		}
		
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: 7px;
				left: 7px;
				
				color: rgb(127, 185, 0);
border: 7px solid transparent;
border-top-color: rgb(127, 185, 0);
border-left-color: rgb(127, 185, 0);
-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: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
top: -1px;
left: -1px;

			}
			
		.messageUserBlock h3.userText
		{
			background-color: rgb(240, 240, 240);
padding: 8px;
border: 0 solid rgb(226, 226, 226);
border-top-width: 1px;

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

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

		}
		
		.messageUserBlock .extraUserInfo
		{
			font-size: 12px;
background-color: #FFFFFF;
padding: 4px 6px;
border: 0 solid rgb(226, 226, 226);
border-top-width: 1px;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0;
-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;

		}
		
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
							
			.messageUserBlock .extraUserInfo img
			{
				max-width: 100%;
			}
		
		.messageUserBlock .arrow
		{
			position: absolute;
			top: 10px;
			right: -10px;
			
			display: block;
			width: 0px;
			height: 0px;
			line-height: 0px;
			
			border: 10px solid transparent;
			border-left-color: rgb(226, 226, 226);
			-moz-border-left-colors: rgb(226, 226, 226);
			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: #FFFFFF;
				-moz-border-left-colors: #FFFFFF;
				border-right: none;
			}


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

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

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

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

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

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

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


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

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

/*#moderatorBar
{
	-webkit-box-shadow: 0 0 5px rgb(51, 51, 51); -moz-box-shadow: 0 0 5px rgb(51, 51, 51); -khtml-box-shadow: 0 0 5px rgb(51, 51, 51); box-shadow: 0 0 5px rgb(51, 51, 51);
	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;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}

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

	#moderatorBar a:hover
	{
		text-decoration: none;
		background-color: rgb(51, 51, 51);
		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(51, 51, 51);
	padding-left: 6px;
	padding-right: 6px;
	
	text-align: center;
	
	font-weight: bold;
	
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
	text-shadow: none;
}

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

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

/* --- 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);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
	background-image: url('styles/uix/xenforo/gradients/form-button-white-25px.png');
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(226, 226, 226);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(51, 51, 51);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url('styles/uix/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(240, 240, 240);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
}

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

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

a.twitterLogin,
#loginBar a.twitterLogin
{
	display: inline-block;
	width: 200px;
	height: 22px;
	-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: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	padding: 3px;
	
	color: #333 !important;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

	a.twitterLogin span
	{
		display: block;
		background: url('styles/uix/xenforo/twitter-bird.png') no-repeat;
		background-position: left 0;
		padding-left: 22px;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		white-space: nowrap;
		overflow: hidden;
	}
	
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;
}

/* --- uix_extendedFooter.css --- */

	


	
	
	
	
	
	
	
	
	






	#uix_footer_columns .pageContent 
	{
		color: rgb(187, 187, 187);
background-color: rgb(41, 41, 41);
margin-top: 16px;
margin-bottom: 16px;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
clear: both;

		
	}
	
	#uix_footer_columns .uix_footer_columns_container {
		
	}
	
	.hasFlexbox #uix_footer_columns .uix_footer_columns_container {	
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#uix_footer_columns .uix_footer_columns_container > li {
	
		vertical-align: top;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
		
		padding: 16px;
border-color:  rgb(255, 255, 255); border-color:  rgba(255, 255, 255, .1); _border-color:  rgb(255, 255, 255);
line-height: 180%;

	}
	.hasFlexbox #uix_footer_columns .uix_footer_columns_container > li {
		-ms-flex: 1 1 290px;
		-webkit-flex: 1 1 290px;
		flex: 1 1 290px;
	}
	
	
	
	
	
	
	
	

	#uix_footer_columns h3 
	{
		font-weight: bold;
font-size: 20px;
font-family: 'PT Sans Narrow', Helvetica, sans-serif;
color: #FFFFFF;
padding-top: 8px;
padding-bottom: 8px;
;
	}
	#uix_footer_columns .uix_footer_columns_container > li h3 > i
	{
		color: rgb(51, 51, 51);
margin-right: 8px;
display: inline-block;

	}
	#uix_footer_columns .uix_footer_columns_container > li a 
	{
		color: #FFFFFF;
text-decoration: none;

	}
	#uix_footer_columns .uix_footer_columns_container > li a:hover 
	{
		color: rgb(51, 51, 51);

	}
	#uix_footer_columns .uix_footer_columns_container > li ul.footerMenu 
	{
		margin-bottom: 8px;
	}
	#uix_footer_columns .uix_footer_columns_container > li ul.footerMenu > li > a 
	{
		padding: 8px 0;
border-bottom:  1px solid rgb(255,255,255); border-bottom:  1px solid rgba(255,255,255, .1); _border-bottom:  1px solid rgb(255,255,255);
display: block;

	}
	#uix_footer_columns .widget-container 
	{
		 background: none;
		 padding: 0;
		 margin: 0;
		 border: none;
		 -webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	
	
	
	@media (max-width: 480px)
	{
		.Responsive #uix_footer_columns .uix_footer_columns_container > li h3 {text-align: center;}
		.Responsive #uix_footer_columns .uix_footer_columns_container > li h3 > i {
			display: block;
			font-size: 48px;
			margin: 0;
			margin-bottom: 16px;
		}
		.Responsive #uix_footer_columns .uix_footer_columns_container {text-align: center;}
	}
	

















/* --- waindigo_message_user_info_socialgroups.css --- */

ol.socialPostBit
{
	overflow: auto;
	padding-top: 4px;
	margin-right: -2px;
}

ol.socialPostBit li
{
	float: left;
	padding: 2px 2px 0 0;
}

ol.socialPostBit li.extended
{
	width: 98%;
}

ol.socialPostBit li.extended img
{
	width: 15px;
	height: 15px;
	float: left;
}

ol.socialPostBit li.extended span
{
	float: left;
	padding: 4px 0 0 2px;
	font-size: 11px;
}

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



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

		
		-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

.WidgetFramework_WidgetRenderer_XFRM_Resources .Hint {
	float: right;
}

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

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

		
			border-top: 1px dashed rgb(250, 250, 250);
		
	}
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .counters {
			float: right;
		}
	.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message {
		margin-bottom: 10px;
	}
	/* clearfix */ .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message { zoom: 1; } .WidgetFramework_WidgetRenderer_Threads_FullThreadList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .messageInfo {
			padding: 5px 10px;
		}
		.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator
		{
			font-weight: bold;
font-size: 16px;
color: #FFF;
background-color: rgb(255, 0, 0);
padding: 1px 5px;
margin: 0 0 5px 5px;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
display: block;
float: right;
position: relative;


			margin-right: -21px;
		}
			.WidgetFramework_WidgetRenderer_Threads_FullThreadList .message .newIndicator span
			{
				border: 4px solid rgb(51, 51, 51);
border-top-width: 0;
border-right: 8px solid transparent;
border-left-width: 0;
position: absolute;
right: 0;
top: -4px;

			}

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

.WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostItem
{
	overflow: hidden; zoom: 1;

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

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

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

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

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

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

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

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

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



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

}

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

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

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

	}


/* list of users */

.non-sidebar-widget .userList {
}

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

	}

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

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

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


.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }



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

.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:hover,
.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:focus
{
	color: rgb(51, 51, 51);
text-decoration: none;
background-color: transparent;
outline: 0;

}
