/*--------------- Global ------------------*/
#Page, #SecondPage, #ThirdPage {
	background-color: #F0F0F0 !important;
	padding: 0;
}

#Wrapper {
	width: 750px;
}

#Title {
	width: 700px;
}

.contents h1 {
	font-size: 20px;
}

.container {
	padding: 0;
	border: none;
	background: none;
}

.Page {
	background-color: #F0F0F0;
	padding: 0;
	border: 1px solid #CDD2D7;
}

.Subpage {
	background-color: #FFFFFF;
	padding: 15px;
}
.Pageheader {
	border-bottom: 1px solid #CDD2D7;
	padding: 6px;
	text-shadow: white 0px 1px 0px;
	font-weight: bold;
}

.Pageheader .Pagination {
	float:right;
}

.Pageheader .pagination {
	height: 30px;
	margin: 0;
}

.Pageheader .pagination a {
	padding: 0 10px;
	line-height: 30px;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
}

.outside-header {
	margin: 14px 0 7px 0;
}

.outside-header .recent-topics-link {
	float: left;
}

.outside-header .pagination {
	height: 32px;
	float: right;
	margin: -7px -14px -7px 0;
}

.outside-header .pagination a {
	line-height: 32px;
}

.outside-header .pagination li:first-child a {
	border-radius: 0px;
}

.outside-header .pagination ul {
	border-radius: 0 !important;
	box-shadow: none;
}

.outside-header .pagination a {
	border-top: none;
	border-bottom: none;
}

.Pageheader .pagination li:last-child a, .outside-header .pagination li:last-child a {
	border-right: none;
}

.Pagefooter {
	padding: 6px;
	border-top: 1px solid #CDD2D7;
}
.NoPad {
	padding: 0 !important;
}

#AddReplyMessage_tbl {
	margin: 3px !important;
}

.PostFForm textarea {
	width: 722px;
	min-height: 150px;
	margin: 3px 3px 3px 3px;
	resize: vertical;
}

.container .PostFForm textarea {
	width: 770px;
}

.PostFForm .btn {
	margin: 3px 3px 3px 3px;
}

.PostFForm  {
	margin: 0;
}


/*--------------- Category view ------------------*/
.CategoryList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.CategoryList li {
	padding: 6px 7px;
}
.CategoryList li.New {
	/*background-color: rgb(250, 250, 200);*/
}
.CategoryList li .Category {
	float: left;
	width: 535px;
}
.CategoryList li .CategoryIcon {
	float: left;
	height: 32px;
	width: 32px;
	margin: 3px 6px 3px 0;
}
.CategoryList li .Category .Description {
	font-size: 10px;
}
.CategoryList li .Category .Name {
	font-size: 18px;
}
.CategoryList li .Meta {
	width: 135px;
	float: right;
}
.CategoryList li .Meta span {
	margin-top: 2px;
	font-size: 11px;
	display: block;
	text-align: right;
	color: rgb(120, 120, 120);
}
.CategoryList li .Meta span em {
	display: block;
	width: 50px;
	text-align: center;
	float: left;
	font-size: 9px;
	color: rgb(50, 50, 50);
	/*color: rgb(0, 0, 0);*/
	background-color: rgb(250, 250, 170);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-style: normal;
	padding: 1px 2px;
}

/*--------------- Topics View ------------------*/

.TopicList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(220, 220, 220);
}
.TopicList .Pagination a.Page {
	font-size: 9px !important;
	min-width: 12px !important;
	border: 1px solid rgba(0, 0, 0, 0.17) !important;
	background-image: none !important;
}
.TopicList .pagination a {
	font-size: 9px !important;
	min-width: 10px !important;
	padding: 0 3px;
	line-height: 16px;
	text-align: center;
}

.TopicList .pagination  li{
	padding: 0px;
}

.TopicList .pagination {
	padding: 0 3px;
	height: 16px;
	padding: 3px;
	margin: 0;
}
.TopicList li {
	padding: 4px;
	border-bottom:1px solid rgb(220, 220, 220);
	line-height: normal;
}
.TopicList li.New {
	background-color: rgb(250, 250, 200);
}
.TopicList li .Meta span em {
	display: block;
	width: 30px;
	text-align: center;
	float: left;
	font-size: 9px;
	color: rgb(50, 50, 50);
	/*color: rgb(0, 0, 0);*/
	background-color: rgb(250, 250, 170);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-style: normal;
	padding: 1px 2px;
}
.TopicList li .TopicIcon {
	float: left;
	height: 24px;
	width: 24px;
	margin: 3px 6px 3px 0;
}
.TopicList li .TopicIcon .InnerCategoryIcon {
	height: 16px;
	width: 16px;
}
.TopicList li .Topic {
	float: left;
	width: 415px;
}
.TopicList li .TopicPages {
	float: left;
	width: 150px;
}
.TopicList li .Topic .Description {
	font-size: 10px;
}
.TopicList li .Topic .Description .ParentCategory {
	color: rgb(40, 40, 40);
}
.TopicList li .Topic .Title {
	font-size: 13px;
	font-weight: 500;
}	
.TopicList li .Meta {
	float: right;
	width: 100px;
}
.TopicList li .Meta span {
	font-size: 11px;
	display: block;
	text-align: right;
	color: rgb(120, 120, 120);
}

.new-topic-button .pagination {
	display: inline-block;
}

.new-topic-button .pagination, .new-topic-button a {
	float: left;
}

.BottomPagination.new-topic-button > a {
	margin-top: 7px;
}


/*--------------- Thread View ------------------*/
h1.TopicTitle {
	border-bottom: none;
}

.MessageListOuter {
	overflow-x: hidden;
	overflow-y: hidden;
}
ul.MessageList {
	border-top: 1px solid rgb(220, 220, 220);
	position: relative;
}
ul.MessageList, ul.MessageList li.Post {
	list-style:none outside none;
	margin:0;
	padding:0;
}
ul.MessageList li.Post{
	position: relative;
	z-index: 1;
	border-bottom:1px solid rgb(220, 220, 220);
	padding: 10px 10px 10px 10px;
}

ul.MessageList li.Post div.Message, .mceContentBody {
	font-size: 13px;
	clear: both;
	line-height: 140%;
	overflow-wrap: break-word;
}

ul.MessageList li.Post div.Message p, .mceContentBody p {
	margin: 0;
}

ul.MessageList li.Post div.Message .strikethrough, .mceContentBody .strikethrough {
	text-decoration: line-through;
}

ul.MessageList li.Post div.Message .underline, .mceContentBody .underline {
	text-decoration: underline;
}

ul.MessageList li.Post .alert {
	margin: 0;
}

ul.MessageList li.Post div.Meta {
	margin-bottom: 10px;
}
ul.MessageList li.Post div.Meta span {
	line-height: 2.5;
	padding-left: 10px;
}
ul.MessageList li.Post div.Meta span.Author{
	font-size: 15px;
	padding-left: 0;
	font-weight: bold;
}
ul.MessageList li.Post div.Meta span.Author .Gravatar {
	border: 0 none;
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 40px;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	background: linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}
ul.MessageList li.Post div.Meta span.Author .Gravatar img {
	border-radius: 3px;
	position: relative;
	z-index: -1;
	height: 40px;
	width: 40px;
}
ul.MessageList li.Post div.Meta span.Actions a {
	visibility: hidden;
	margin-left: 7px;
	font-size: 10px;
	min-width: 15px;
}
ul.MessageList li.Post div.Meta span.Actions span {
	margin-left: 7px;
	background: none;
	font-size: 10px;
}
ul.MessageList li.Post:hover div.Meta span.Actions a {
	visibility: visible;
}
ul.MessageList li.Post div.Meta span.Actions {
	float: right;
}
ul.MessageList li.Post div.Meta span.Date{
	font-size: 11px;
}
.Pagefooter .Warning, .Pagefooter .Information, .Pagefooter .Error, .ModerationFooter .Warning, .ModerationFooter .Information, .ModerationFooter .Error {
	margin: 0;
}
.ModerationFooter .Warning, .ModerationFooter .Information, .ModerationFooter .Error {
	float: right;
}

.ModerationFooter .alert {
	padding: 4px 35px 4px 14px;
	margin: 0;
	float: right;
}

.Pagefooter .alert {
	margin: 0;
}

.ModerationFooter {
	margin: 0;
}

.ModerationFooter {
	border-top: 1px solid #CDD2D7;
	padding: 6px;
}
.ModerationFooter input {
	float: left;
	margin: 0 2px;
}

.PostScore
{
	padding: 3px 5px 3px 5px !important;
	font-weight: bold;
}

.ScoreBad
{
	box-shadow: 0px 0px 40px rgba(180, 0, 0, 1);
	color: rgb(180, 20, 20);
}

.ScoreGood
{
	box-shadow: 0px 0px 40px rgba(0, 180, 0, 1);
	color: rgb(20, 180, 20);
}
.ScoreMeh
{
	color: rgb(60, 60, 60);
}

.VoteUpButton
{
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	color: rgb(30, 30, 30);
}

.VoteDownButton
{
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	color: rgb(30, 30, 30);
}

.VoteUpButton:link
{
	color: rgb(20, 180, 20);
}

.VoteDownButton:link
{
	color: rgb(180, 20, 20);
}

.UserInformation
{
	border: 1px solid #CCC;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	background: white;
	width: 300px;
	padding: 7px;
	border-radius: 3px;
	position: absolute;
	/*top: 3px;
	left: 4px;*/
	z-index: 99;
}

.UserInformation .UserInfoRow label
{
	display: inline;
	margin-right: 4px;
}

.UserInformation span.Author{
	font-size: 17px;
	padding-left: 0;
	font-weight: bold;
	line-height: 3.5;
	padding-left: 10px;
}
.UserInformation span.Author .Gravatar {
	border: 0 none;
	float: left;
	height: 64px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 64px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%,rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}
.UserInformation span.Author .Gravatar img {
	border-radius: 3px;
	position: relative;
	z-index: -1;
	height: 64px;
	width: 64px;
}

/*--------------- Thread Extra ------------------*/

.BottomPagination .pagination {
	margin-top: 7px;
}

div.ForumSaveBlock {
	box-sizing: border-box;
	height: 136px;
	width: 159px;
	border:1px dashed #CCCCCC;
	margin: 9px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url("ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
}
div.ForumSaveBlock a {
	display: none;
	margin: 38% auto 0 auto;
	width: 60px;
	text-align: center;
}
div.ForumSaveBlock b {
	display: none;
}

div.ForumYoutubeBlock {
	height: 223px;
	width: 398px;
	border:1px dashed #CCCCCC;
	margin: 10px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*background-image: url("ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;*/
	vertical-align: top;
}
div.ForumYoutubeBlock a {
	/*display: none;*/
	display: block;
	margin: 38% auto 0 auto;
	width: 300px;
	text-align: center;
}
div.ForumYoutubeBlock b {
	display: none;
}

/* --------- Create Thread --------*/
form.FullForm label {
	display: block;
	font-weight: bold;
	margin: 0px 0px 10px;
}
form.FullForm input[type='text']{
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	margin: 0;
	width: 706px;
}
form.FullForm textarea{
	font-size: 13px;
	padding: 5px;
	margin: 0;
	width: 706px;
	resize: vertical;
	min-height: 175px;
}
form.FullForm .OtherF {
	margin: 0 0 10px 0;
}
form.FullForm {
	margin: 0;
}
.container form.FullForm {
	margin: 0 -15px -15px -15px;
}
.container form.FullForm .OtherF {
	margin: 0 15px;
}
form.FullForm .form-actions {
	margin-bottom: 0;
}

.container form.FullForm input[type='text']{
	width: 755px;
}
.container form.FullForm textarea{
	width: 755px;
}
/* ------ INLINE VIDEOS --------*/
div.fYoutube {
	margin: 10px;
	width: 400px;
	height: 225px;
	display: block;
	vertical-align: top;
	background-color: rgb(0, 0, 0);
}
img.fYTImage {
	display: block;
	height: 225px;
	margin: 0 auto 0 auto;
}
/* ------ INLINE SAVES ---------*/
.fSaveGame form {
	margin-bottom: 0;
}

.Comment .savegame {
	display: inline-block;
}

div.fSaveGame {
	margin: 10px;
	width: 161px;
	height: 172px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	border-radius: 4px;
}
div.fSaveGame div.fSaveGameThumb {
	padding: 4px;
	background-color: rgb(0, 0, 0);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
div.fSaveGame div.fSaveDetails {
	padding: 4px;
	background-color: rgb(245, 245, 245);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
}
div.fSaveGame div.fSaveDetails input {
	width: 100% !important;
}
div.fSaveGame div.fSaveDetails span.fTitle {
	font-weight: normal;
	color: rgb(30, 30, 30);
	display: block;
}
div.fSaveGame div.fSaveDetails span.fAuthor {
	display: block;
	font-size: 11px;
	float: left;
}
div.fSaveGame div.fSaveDetails span.fComments {
	display: block;
	font-size: 10px;
	float: right;
}
div.fSaveGame div.fSaveGameThumb img {
	display: block;
	height: 96px;
	width: 153px;
}
div.fSaveGame div.fSaveRating {
	padding: 2px;
	background-color: rgb(200, 0, 0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}
blockquote {
	margin: 0;
}
blockquote blockquote { border-left-color: #ddd; }
blockquote blockquote blockquote { border-left-color: #ccc; }
blockquote blockquote blockquote blockquote { border-left-color: #bbb; }
.EditInfo {
	font-size: 80%;
	font-style: italic;
	margin: 3px 0 -4px 0;
}
code {
	padding: 4px;
	display: block;
	border: 1px solid #CCCCCC;
	background-color: rgba(230, 230, 230, 0.5);
	overflow: auto;
	white-space: pre;
}

.Message pre {
	padding: 0px;
	margin: 2px 3px;
	display: inline;
}

.PostEdits {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	opacity: 0.4;
}