@charset "UTF-8";

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

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

.bbCodeBlock
{
	background-color: rgb(34, 36, 38);
margin: 1em 190px 1em 0;
border: 1px solid rgb(43, 47, 52);
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: 13px;
font-family: verdana, tahoma, arial;;
color: rgb(237, 237, 239);
background-color: rgb(68, 71, 79);
padding: 5px;
border-bottom: 1px solid rgb(43, 47, 52);

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
color: rgb(43, 47, 52);
background-color: #C1C1C7;
background-repeat: repeat-x;
background-position: top;
padding-right: 5px;
padding-left: 5px;
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(43, 47, 52);

}

.bbCodeQuote .attribution
{
	font-size: 13px;
color: rgb(237, 237, 239);
background-color: rgb(68, 71, 79);
background-repeat: repeat-x;
background-position: top;
padding: 5px;
border-bottom: 1px solid rgb(43, 47, 52);
border-left: 2px solid rgb(227, 227, 229);

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
background-color: rgb(34, 36, 38);
background-repeat: repeat-x;
background-position: top;
padding: 5px;
border-left: 2px solid rgb(227, 227, 229);

}


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

	.bbCodeQuote .quoteContainer .quoteExpand
	{		
		display: none;
		box-sizing: border-box;
		position: absolute;
		height: 80px;
		top: 80px;
		left: 0;
		right: 0;
		
		font-size: 11px;
		line-height: 1;
		text-align: center;
		color: rgb(50, 60, 70);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: -moz-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: -o-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: linear-gradient(to bottom, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 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 .fb_iframe_widget,
	.bbCodeQuote object,
	.bbCodeQuote embed
	{
		max-width: 200px;
		max-height: 150px;
	}
	
	.bbCodeQuote iframe:-webkit-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-moz-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-ms-fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
.bbCodeSpoilerButton
{
	margin: 5px 0;
	max-width: 99%;
}

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

}

	.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,
	.hasJs .bbCodeSpoilerText .bbCodeBlock,
	.hasJs .messageList.withSidebar .bbCodeSpoilerText
	{
		margin-right: 0;
	}
	
.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(193, 193, 199); /* 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(193, 193, 199);
background-color: rgb(34, 36, 38);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(43, 47, 52);
border-radius: 3px;
float: right;

}


	.ctaFtFeaturedThreadList:hover,
	.ctaFtFeaturedThreadList a:hover
	{
		text-decoration: none;
background-color: rgb(43, 47, 52);
border-color: rgb(43, 45, 48);

	}


.ctaFtFeaturedThreadView
{
	font-size: 18px;
color: rgb(193, 193, 199);
background: rgb(43, 47, 52) url("/styles/uix_dark/xenforo/gradients/form-button-white-25px.png") repeat-x top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(43, 45, 48);
border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}


	.ctaFtFeaturedThreadView:hover,
	.ctaFtFeaturedThreadView a:hover
	{
		text-decoration: none;
background-color: rgb(43, 45, 48);
border-color: rgb(115, 115, 120);

	}


.ctaFtExpiredThreadList
{
	font-size: 10px;
color: rgb(102, 102, 110);
background-color: rgb(28, 30, 33);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(34, 36, 38);
border-radius: 3px;
float: right;

}

.ctaFtExpiredThreadView
{
	font-size: 18px;
color: rgb(102, 102, 110);
background: rgb(28, 30, 33) url("/styles/uix_dark/xenforo/gradients/form-button-white-25px.png") repeat-x top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(34, 36, 38);
border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}

.ctaFtBlock
{
	padding: 5px;
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(43, 47, 52);

}

.ctaFtBackground
{
	background-color: rgb(68, 71, 79);
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: rgb(43, 47, 52);
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(43, 47, 52);
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(238, 239, 239);
margin-right: 20px;
float: left;

}

.ctaFtAuthor .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
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: 10px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

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

}

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

}

.ctaFtReplies
{
	font-size: 10px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

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

}

.ctaFtViews
{
	font-size: 10px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLink
{
	font-weight: bold;
font-size: 10px;
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(43, 47, 52);

}

.ctaFtBackgroundPage
{
	background: rgb(68, 71, 79) url("/styles/uix_dark/images/cta-featured-threads-gradient.png") repeat-x 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: rgb(43, 47, 52);
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(43, 47, 52);
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(238, 239, 239);
margin-right: 20px;
float: left;

}

.ctaFtAuthorPage .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
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(238, 239, 239);
margin-right: 10px;
float: left;

}

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

}

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

}

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

}

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

}

.ctaFtViewsPage
{
	font-size: 12px;
color: rgb(238, 239, 239);
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(43, 47, 52);

}

.ctaFtArchiveDeleted
{
	opacity: 0.5;
}

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

.ctaFtBackgroundArchive
{
	background: rgb(68, 71, 79) url("/styles/uix_dark/images/cta-featured-threads-gradient.png") repeat-x 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(238, 239, 239);
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(238, 239, 239);
margin-right: 10px;
float: left;

}

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

}

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

}

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

}

.ctaFtViewsArchive
{
	font-size: 12px;
color: rgb(238, 239, 239);
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(34, 36, 38);
	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(193, 193, 199);
		text-decoration: none;
	}

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

	.ctaFtAuthorMeta a
	{
		color: rgb(238, 239, 239);
	}

.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(43, 47, 52);
	border-radius: 4px;
	float: left;
	display: block;
	width: 192px;
	text-align: center;
}

.ctaFtImageEditor .ctaFtCurrentImageAvatar
{
	padding: 0;
	border: 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(43, 47, 52);
	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(183, 183, 189);
	border-radius: 5px;
	margin-bottom: 10px;
}

.xenOverlay .ctaFtImageEditor .ctaFtImageAction
{
	background: url("/rgba__r-0__g-0__b-0__a-63.php"); background: rgba(0,0,0, 0.25); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
}

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

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

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

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

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

.ctaFtImageEditor .ctaFtSlider
{
	border: 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(43, 47, 52);
	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%;
}

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

/** Login bar basics **/

#loginBar .pageContent 
{
	color: rgb(34, 36, 38);
background-color: rgb(43, 47, 52);

}

	

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

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

	}

	#loginBar form
	{
		padding: 2px 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(68, 71, 79);
background: url("/rgba__r-0__g-0__b-0__a-38.php"); 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__r-0__g-0__b-0__a-38.php") !important; background: rgba(0, 0, 0, 0.15) !important; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
		color: rgb(68, 71, 79);
	}

	#loginBar .textCtrl:focus
	{
		background: url("/rgba__r-0__g-0__b-0__a-76.php") none; background: rgba(0, 0, 0, 0.3) none; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(238, 239, 239);
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(34, 36, 38); border-right:  1px dotted rgba(34, 36, 38, .5); _border-right:  1px dotted rgb(34, 36, 38);
		margin-right: 220px;
		box-sizing: border-box;
	}

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

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

#loginBar #loginBarHandle label 
{
	font-weight: bold;
font-size: 13px;
color: #FFF;
background-color: rgb(43, 47, 52);
padding: 0 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
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: 2px;
	}

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


