.container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	background-color: rgba(29, 29, 29, 0.92);
}

.small_logo {
	float: left;
	margin-left: 3px;
}

@media ( min-width : 1000px) {
	.container {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.small_logo {
		margin-left: 55px;
	}
}

#headerimg {
	/*height: 70px;*/
	width: 100%;
	margin: 0;
	/*height: 169px;*/
	/*width: 1000px;*/
	list-style: none;
	padding: 0;
	margin: 0;
	background: #000000;
	/*position: relative;*/
	/*background: #000000 url('http://cdn.instantkingdom.com/templateimages/header.jpg') no-repeat bottom		center;*/
	/*background: #000000 url('/templateimages/header.jpg') no-repeat bottom      center;*/
}

.headerlinks {
	
}

.headerlinks a {
	outline: none;
	margin-left: 2%;
	font-size: 18px;
	color: #afafaf;
	/*line-height: 40px;*/
}

#headerimg a:hover {
	color: #ffffff;
}

#headerbuttons {
	/*margin: 0;
	height: 40px;
	width: 1000px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 130px;*/
	
}

/*
@media (max-width: 700px) { 
	iframe { display:none; }
}*/
.leftside {
	/*background-image:
		url('http://cdn.instantkingdom.com/templateimages/left.jpg');
	background-position: top right;
	background-repeat: no-repeat;*/
    width: auto;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.rightside {
	/*background-image:
		url('http://cdn.instantkingdom.com/templateimages/right.jpg');
	background-repeat: no-repeat;*/
    width: auto;
	margin: 0;
	padding: 0;
	border-width: 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
	line-height: 1.3em;
	color: #B0AEAC;
	margin: 0 0 0 0;
	background: black;
}

a {
	color: #2e9fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6BB8F9;
	text-decoration: underline;
}

a img {
	border: none;
}

h2, h3 { /* 	color: #B0AEAC; */
	margin: 15px 0 10px;
	clear: both;
	padding-top: 20px;
}

h2 {
	font-size: 25px;
}

ul {
	padding-left: 20px;
}

.uppercomments {
	margin-left: 50px;
}

.widecolumn {
	/*padding: 0 20px 10px 10px;*/
	margin: 0px 0 0;
	width: 100%;
	float: left;
}

.blogImage {
	max-width: 100%;
	height: auto;
}

.sidebar {
	margin-right: 5px;
	float: left;
	width: 100%;
	margin-top: 15px;
}

@media ( min-width : 1000px) {
	.widecolumn {
		padding: 0 20px 20px 53px;
		width: 65%;
	}
	.sidebar {
		margin-right: 5px;
		width: 26%;
	}
}

.iframe-rwd {
	position: relative;
	/*padding-bottom: 65.25%;*/
	padding-top: 190px;
	/*height: 0;
overflow: hidden;*/
}

.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-youtube {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	/*height: 0;
overflow: hidden;*/
}

.iframe-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery {
	margin: 2px;
	float: left;
	border-style: solid;
	border-width: 3px;
	border-color: white;
}

.gallery:hover {
	border-color: #AAA;
}

.fullcolumn {
	padding: 0 1% 1% 1%;
	margin: 0px 0 0;
	float: left;
}
@media ( min-width : 1000px) {
    .fullcolumn {
        padding: 0 2% 2% 5%;
    }
}


.bigText {
    font-size:10vw;
}
@media ( min-width : 600px) {
    .bigText {
        font-size:4.5vw;
    }
}
@media ( min-width : 1000px) {
    .bigText {
        font-size:45px;
    }
}
.biography{
    width: 98%
}
@media ( min-width : 600px) {
    .biography{
        width: 49%
    }
}

.framedPart {
	border: 1px solid #4D4B49;
	padding: 5px;
	margin-top: 15px;
	display: table;
}

.avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}

.error {
	color: white;
	background-color: #600;
}

/* The important stuffs. The ones that you should copy-paste and use. */
.paginate {
	padding-right: 40px;
}

.paginate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.paginate li {
	display: inline;
}

.paginate a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	margin: 1px 2px;
	padding: 1px 10px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none;
	color: #717171;
	font-size: smaller;
	font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
	text-shadow: white 0 1px 0;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),
		to(#eaeaea));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	/* IE10 */
	background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
		EndColorStr='#eaeaea');
	/* IE6–IE9 */
}

.paginate a:first-child, .paginate a.first {
	margin-left: 0;
}

.paginate a:last-child, .paginate a.last {
	margin-right: 0;
}

.paginate a:hover, .paginate a:focus {
	border-color: #fff;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe),
		to(#fafafa));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
	/* IE10 */
	background-image: -o-linear-gradient(top, #fefefe, #fafafa);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #fefefe, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe',
		EndColorStr='#fafafa');
	/* IE6–IE9 */
}

.paginate a.more {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 0 none !important;
	background: transparent !important;
	margin-left: 0;
	margin-right: 0;
}

.paginate a.active {
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	border-color: #505050 !important;
	color: #f2f2f2 !important;
	text-shadow: black 0 1px 0;
	background-color: #676767;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f),
		to(#5c5c5c));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
	/* IE10 */
	background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f',
		EndColorStr='#5c5c5c');
	/* IE6–IE9 */
}

.paginate-dark a {
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	border-top: 1px solid #62686d;
	text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
	color: #fff !important;
	background-color: #4e5458;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63),
		to(#3f4347));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #575e63, #3f4347);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #575e63, #3f4347);
	/* IE10 */
	background-image: -o-linear-gradient(top, #575e63, #3f4347);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #575e63, #3f4347);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63',
		EndColorStr='#3f4347');
	/* IE6–IE9 */
}

.paginate-dark a:hover, .paginate-dark a:focus {
	border-color: #61788a;
	background-color: #4d6374;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82),
		to(#3e505e));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #566f82, #3e505e);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #566f82, #3e505e);
	/* IE10 */
	background-image: -o-linear-gradient(top, #566f82, #3e505e);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #566f82, #3e505e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82',
		EndColorStr='#3e505e');
	/* IE6–IE9 */
}

.paginate-dark a.active {
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	border-color: #2d3035 !important;
	background-color: #303338;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#303338),
		to(#2d3034));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #303338, #2d3034);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #303338, #2d3034);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #303338, #2d3034);
	/* IE10 */
	background-image: -o-linear-gradient(top, #303338, #2d3034);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #303338, #2d3034);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338',
		EndColorStr='#2d3034');
	/* IE6–IE9 */
}

/*Forum*/
.topics {
	margin-left: 4%;
	margin-top: 10px;
}

.topicname {
	/*width: 890px;*/
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 0.5%;
	position: relative;
	display: table;
	width: 100%;
	/*height: 50px;*/
}

.topicname:after {
	content: "";
	display: table;
	clear: both;
}

.topicleft {
	position: relative;
	/*left: 70px;
	width: 85%;*/
	padding: 4px;
	float: left;
	display: table-cell;
}

.topicright {
	position: relative;
	right: 8px;
	/*float: right;*/
	margin: 4px;
	display: table-cell;
	text-align: right;
}

.topicname:hover {
	background-color: #EAEAEA;
}

#seentopic {
	color: grey;
	font-weight: normal;
	background-color: #DDD;
}

#seentopic:hover {
	background-color: #CCC;
}

.topicimg {
	/*position: absolute;*/
	display: table-cell;
	width: 55px;
}

.topicposter {
	font-weight: normal;
	font-size: 12px;
}

.forumpost {
	/*width: 890px;*/
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #CCC;
}

.forumposthead {
	width: 60px;
	vertical-align: top;
	color: #333;
	font-weight: normal;
	/* 	font-size: 11px; */
	padding-right: 25px;
}

.forumquote {
	overflow: auto;
	max-width: 750px;
	color: #333;
	background-color: #e7e7e7;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 6px;
	margin: 0px;
	margin-left: 35px;
}

.forumpostPreview {
	overflow: auto;
	max-width: 750px;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 6px;
	margin-left: 25px;
}

.forumPoster {
	color: #000;
	font-weight: bold;
}

.forumPosterArea {
	font-size: 14px;
}

.forumPosterExtraInfo {
	background-color: #fff;
	border: 1px solid #cccccc;
	padding: 6px;
	font-size: 13px;
}

.extraInfoButton {
	cursor: pointer;
}

.extrainfodata {
	color: #993327;
}

.forumText {
	color: #333;
	font-size: 14px;
	padding-top: 5px;
	overflow: auto;
	max-width: 700px;
}

.forumDate {
	color: #646464;
	font-size: 13px;
	font-style: italic;
}

.forumrightarea {
	
}

.forumarea {
	margin-left: 2%;
}

.forumbutton {
	border: 1px solid #555;
	padding: 5px;
}

.spoiler {
	background: #000;
	color: #000;
}

.spoiler:hover {
	background: inherit;
	color: inherit;
}

.forumtextarea {
	width: 760px;
}

/*Shadowbox*/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-weight: 200;
	color: #fff;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html {
	height: 100%;
	overflow: auto;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span {
	background: url(loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-body, #sb-loading {
	background-color: #060606;
}

#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
}

#sb-title-inner {
	font-size: 16px;
}

#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sb-nav-close {
	background-image: url(close.png);
}

#sb-nav-next {
	background-image: url(next.png);
}

#sb-nav-previous {
	background-image: url(previous.png);
}

#sb-nav-play {
	background-image: url(play.png);
}

#sb-nav-pause {
	background-image: url(pause.png);
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}