html {
	margin: 0;
}

body{
	margin: 0;
	background-color: #0a000a;
	color: #e0e0e0;
	font-family: sans-serif;
}

a{
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.banner{
	background: transparent url("/cosplay/img/2015/dc/talonflame_long.jpg") no-repeat center;
	display: block;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.navbar{
	background-color: #666666;
	height: 50px;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	text-align: center;
}

.navbtn{
	display: inline-block;
	color: #e0e0e0;
	font-size: 1em;
	transition: all 0.3s ease 0s;
	position: relative;
	top: 14px;
	padding-left: 3px;
	padding-right: 3px;
}
.navbtn:hover{
	color: #7f007f;
	cursor: pointer;
}

.navbetween{
	color: #333333;
	display: inline-block;
	position: relative;
	top: 14px;
	font-size: 1em;
}

.lock {
	position: fixed; 
	top: 0; 
	height: 50px; 
	z-index: 1;
}

.content{
	position: relative;
	z-index: 0;
}

.contentReserved{
	width: 61%;
	display: inline-block;
	margin-left: 10px;
	height: 100%;
}

.contentWrapper{
	width: 520px;
	border-radius: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 12px;
	margin-bottom: 15px;
	background-color: #310031;
}

.contentWrapper.lockCW{
	position: absolute;
}

.contentBlock{
	display: block;
	color: #e0e0e0;
	width: 520px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	position: relative;
}

.contentFill{
	background-color: #333333;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
}

.contentContent{
	text-align: left;
	padding: 10px;
	width: 500px;
	position: relative;
}

.contentContent a{
	color: #930093;
}
.contentContent a:hover{
	color: #e100e1;
}

/* Sidebar */

.sidebarReserved{
	width: 36%;
	display: inline-block;
	margin-right: 10px;
	height: 100%;
	vertical-align: top;
}

.sidebarWrapper{
	width: 300px;
	border-radius: 5px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 12px;
	background-color: #310031;
	float: right;
	margin-bottom: 20px;
}

.sidebarWrapper.lockSB{
	position: fixed;
	top: 65px;
	left: 20%;
}

.sidebarWrapper .sidebar{
	
}

.sidebar .sidebarFill{
	background-color: #333333;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
}

.sidebar .sidebarTitle{
	text-align: center;
	color: #1E001E;
	font-size: 24px;
	margin-bottom: 8px;
}

.sidebar .sidebarImg{
	width: 300px;
	height: 200px;
	background-size: 300px;
	background-image: url("/img/shinji_sb.jpg");
}

.sidebar .sidebarContent{
	color: #e0e0e0;
	width: 300px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	position: relative;
	margin-top: 10px;
}

.sidebar .sidebarMe{
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 3px;
}

.sidebar .sidebarAlsoOn{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}

.sidebar .sidebarAlsoOn a{
	margin-left: 3px;
	margin-right: 3px;
}

.sidebar .birdtype{
	display: inline-block;
	width: 48px;
	height: 16px;
	background: url("/img/BirdIC_Big.png");
	position: relative;
	top: 2px;
}

.sidebar .firetype{
	display: inline-block;
	width: 48px;
	height: 16px;
	background: url("/img/FireIC_Big.png");
	position: relative;
	top: 2px;	
}

.sidebar .twitteric{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/img/TwitterIC.png");
	background-size: 20px;
}


.sidebar .acpic{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/img/ACPIC.png");
	background-size: 20px;
}

.sidebar .igic{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/img/IGIC.png");
	background-size: 20px;
}

/* Post Junk */

.contentContent h3{
	text-align: center;
}

.chat .odd{
	color: #999;
}

.chat .even{
	color: #ddd;
}

.postFooter{
	text-align: center;
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px solid #e0e0e0;
	font-size: .75em
}

.postFooter .tags{
	margin-bottom: 3px;
}

/* Pagination */

#pagination {
    position: fixed;
    bottom: 0px;
    border-top: 5px solid #0A000A;
    text-align: center;
    z-index: 999;
    padding: 5px;
    background-color: #666;
    font-size: 14px;
    height: auto;
    width: 532px;
}

.current_page, .jump_page:hover {
	margin-top: 5px;
	padding: 4px;
	border: 2px solid #0A000A;
	background-color: #0A000A;
	color: #D900D9;
	font-size: 8px;
	text-decoration: none;
}

.jump_page {
    margin-top: 5px;
    padding: 4px;
    border: 2px solid #0A000A;
    background-color: #888;
    color: #D900D9;
    font-size: 8px;
    text-decoration: none;
}

#pagination a {
    text-decoration: none;
    color: #522352;
    transition: all 0.3s ease 0s;
}


/* Media Query */
/*
@media only screen and (max-width: 992px) {
    .sidebarWrapper{
		left: 2%;
	}

	.contentWrapper{
		left: 3%;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .sidebarWrapper{
		left: 10%;
	}

	.contentWrapper{
		left: 11%;
	}
}*/