/* Everyone behold the one thing Microsoft actually
got RIGHT with its non-standard CSS dumbfuckery */
* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'FundieForte';
	src: url('FORTE.TTF') format('truetype');
}

html { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #666;
	margin: 0;
   	font-family: serif;
}

a:link {
	color: #0000c0; 
	text-decoration: underline;
}

a:visited {
	color: #8050af; 
	text-decoration: underline;
}

a:hover, 
a:active,
a.anchor_link:hover,
a.anchor_link:active {
	color: #FF7733; 
	text-decoration: underline;
}

div.DivSpacers a:visited,
a.anchor_link:visited 
{
	color: #0000c0;
	text-decoration: underline;
}

div.FieldWrapper a:link,
div.FieldWrapper a:visited,
div.navbar a:link, 
div.navbar a:visited {
	color: #0000c0;
	text-decoration: none;
}


div.FieldWrapper a:hover,
div.FieldWrapper a:active,
div.navbar a:hover,
div.navbar a:active {
	color: #FF7733; 
	text-decoration: underline;
}

div.CommentHeader a:link, 
div.CommentHeader a:visited {
	color: #000000;
	text-decoration: none;
}

div.CommentHeader a:hover,
div.CommentHeader a:active {
	color: #555555;
	text-decoration: none;
}

sup, 
sub {
	vertical-align: baseline; 
	position: relative;
}

sup {
	top: -0.3em;
}

sub {
	top: 0.3em;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
div.AwardText, 
div.AwardDescriptionText, 
div.Action {
	color: #bf0003;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}

div.Action {
	font-weight: bold;
	font-size: larger;
	text-align: center;
	color: green;
}

div.AwardText {
	font-size: 1.675em;
	margin: 0.5em 0 -0.375em 0;
}

div.AwardDescriptionText {
	font-size: 1.375em;
	margin: 0;
}

code,
kbd, 
samp, 
pre {
	font-family: monospace,t monospace;
	line-height: 115%;
}

code, 
kbd, 
samp {
	font-size: 0.8em;
}

pre,
textarea {
	font-size: 0.9em;
}


button, 
input[type="text"],
input[type="button"],
input[type="submit"], 
input[type="reset"], 
input[type="password"]  {
	font-family: sans-serif;
	font-size: 0.875em;
}

.navbar {
	text-align: center;
	font-family: sans-serif;
	font-size: 0.875em;
	line-height: 137.5%;
}

.OutterDiv {
	margin: 0 auto; 
	padding: 0;
}

.InnerDiv {
	background: #EEE;
	border-left: 0.5em solid #333;
	border-right: 0.5em solid #333;
	margin: 0 auto;
	padding: 0.75em 2.25em 2.25em 2.25em;
	width: 85%;
}

.PlaceHolderDiv {
	width : 100%;
	padding-top: 2em;
}

.DivSpacers {
	padding: 0.5em 0;
	overflow: hidden;
}

.comments_anchor_container,
.top_pager {
	margin-bottom: 1.2em;
}

.bottom_pager {
	margin-top: 1.2em;
}

.QuoteEntryBox{
	width: 87.5%;
	height: 17.5em;
}

.CommentBox {
	width: 87.5%;
	height: 17em;
}

.LeftFormTableField {
	text-align:right;
}

.CommentHeader {
	border: 1px solid #666666;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 0.9em;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.375em;
	padding: 0.1em;
}


.ycodes-quote-author {
	font-weight: bold;
	margin-bottom: 0.33333333em;
}

blockquote
{
	background: #DDD;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0.5em;
	font-size: 0.9em;
	font-style: italic;
	padding: 0.3333333333em;
	padding-left: 0.66666666em;
	margin: 0;
	margin-bottom: -1.1em;
	margin-left: 2.4em;
	margin-right: 2.4em;
}


blockquote blockquote {
	background: #CCC;
	border-color: #999;
	margin-left: 1.9em;
	margin-right: 1.9em;
}

blockquote blockquote blockquote {
	background: #BBB;
	border-color: #888;
	margin-left: 1.8em;
	margin-right: 1.8em;
}

/* hack for [pre] yscode */
pre br {
	display: none; 
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
.ycodes-left {
	text-align: left;
}

.ycodes-center {
	text-align: center;
}

.ycodes-right {
	text-align: right;
}

.ycodes-justify {
	text-align: justify;
}

.ycodes-aside {
	font-size: 0.833em;
}

.FieldWrapper { 
	border: 0; 
	margin: 0; 
	padding: 0;
}


.PostComment.FieldWrapper.AdminDiv { 
	padding-bottom: 0.75em;
}

.PostComment.FieldWrapper.Username,
.PostComment.FieldWrapper.CommentEntry,
.PostComment.FieldWrapper.TuringBox { 
	padding-bottom: 0.375em; 
}

.CommentDiv .Small, .CommentDiv .small,
.Quote .Small, .quote .small {
	max-height:400px;
	max-width:400px;
	cursor:n-resize;
}

@media only screen and (max-width: 801px) {
		
	div.InnerDiv div {
		clear: both !important; 
		width: 100% !important; 
		margin: auto auto !important;
	}

	body {
		margin: 0 !important; 
		padding: 0 !important; 
		overflow-x: hidden !important; 
		width: 100% !important; 
		font-size: 1.1em;
	}

	.OutterDiv, .InnerDiv {
		margin: 0 !important; 
		padding: 0 !important; 
		width: 100% !important;
	}

	.InnerDiv {
		padding: 2em !important;
	}
}


@media only screen and (max-width: 641px) {

	body {
		margin: 0 !important; 
		padding: 0 !important; 
		overflow-x: hidden !important; 
		width: 100% !important;
	}


	div.InnerDiv div {
		clear: both !important; 
		width: 100% !important; 
		margin: auto auto !important;
	}

	.OutterDiv, 
	.InnerDiv {
		margin: 0 !important; 
		padding: 0 !important; 
		width: 100% !important;
	}

	.InnerDiv {
		padding: 2em !important;
	}

	div.DivSpacers {
		clear: both !important; 
		width: 100% !important; 
		margin: auto auto !important;
	}

	ul {
		margin-left: 0 !important; 
		padding-left: 0 !important;
	}

	li {
		margin-left: 0 !important; 
		padding-left: 0 !important;
	}

	ul ul li {
		margin-left: 0 !important; 
		padding-left 1em !important; 
	}

	ul ul ul li {
		margin-left: 0 !important; 
		padding-left: 2em !important;
	}

	blockquote {
		margin: 0.5em 1.5em !important;
	}

}


@media only screen and (max-width: 321px) {

	.InnerDiv {
		padding: 1.25em !important;
	}

	div.DivSpacers img {
		display: none !important;
		visibility: hidden !important;
		border: 0 !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	blockquote {
		margin-left: 0.25em !important !important !important; 
		margin-right: 0.25em !important !important !important;
	}

}

