@-webkit-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 64px 0px;
  }
}	
@-moz-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 64px 0px;
  }
}	
@-ms-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 64px 0px;
  }
}	
@keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 64px 0px;
  }
}

body {
	background: #ffe url(../../img/fade-yotsuba.png) repeat-x 50% 0%;
    color: #800000;
    
	padding: 0px;
	margin: 4px;
	
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

.embedObject {
	display: none;
	max-width: 100%;
}

a {
	color: #0000EE;
}

a:hover {
	color: #DD0000;
}

hr {
	color: #800000;
	background-image: -webkit-linear-gradient(left,rgba(255,255,238,0),rgba(128,0,0,0.75),rgba(255,255,238,0));
	clear: both;
	border: 0;
	height: 1px;
}

hr.unread-line {
	background: #f00;
	margin-left: 8px;
	margin-right: 8px;
}

fieldset {
	padding: 3px;
	border: 1px solid #800000;
}

.hand {
	cursor: pointer;
}

.hand:hover {
	color: #DD0000;
}

.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    height: 100%;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.notifications {
    position: fixed;
    top: 32px;
    left: 0px;
	text-align: center;
	width: 100%;
}

.notification {
	display: none;
    color: #FFF;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin: 1px auto;
    width: 550px;
    max-width: 100%;
    position: relative;
    transition: all .25s ease-in-out;
	z-index: 100;
}

.notification.success {
    background-color: hsla(104, 100%, 38%, .9);
}

.notification.warning {
    background-color: hsla(36, 100%, 38%, .9);
}

.notifications .message {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 20px;
    max-height: 200px;
    width: 100%;
    overflow: auto;
    white-space: pre-line;
}

.notification .close {
	color: #fff;
	padding: 7px;
    top: 0px;
    right: 5px;
    position: absolute;
}
/*********************/
/*  Hidden JS Stuff  */
/*********************/

.JSShow {
	display: none !important;
}

/*********************/
/* Page Header Stuff */
/*********************/

.navPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	
	padding: 2px 8px;
	
	z-index: 100;
	
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	
	background: #F0E0D6;
	border-bottom: 1px solid #D9BFB7;
}

.boardList {
	display: inline-block;
}

.right {
	float: right;
}

.header {
	margin: 40px 0px;
	
	clear: both;
	text-align: center;
}

.banner {
	display: inline-block;
    border: 1px solid #a9a9a9;
    margin: 12px auto 0 auto;
}

.title {
	font-size: 2em;
	
	color: #AF0A0F;
	
	font-family: tahoma;
	font-weight: bold;
}

.subtitle {
	font-size: 1em;
	
	color: #AF0A0F;
}

.blotterTable {
	margin: 0 auto;
}

.blotterTable .important {
	font-weight: bold;
	color: #f00;
}

.replymode {
	background: #E04000;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
    font-weight: bold;
    
    margin-bottom: 16px;
    box-sizing: border-box;
}

.postform {
	margin: 0 auto;
	font-size: inherit;
	
	width: 100%;
	max-width: 400px;
}

.postblock {
	/*width: 72px !important;*/
	width: auto !important;
	
	padding: 3px;
	
	text-align: left;
	
	background: #EEAA88;
	color: #800000;
	font-weight: 800;
}

.postform td {
	width: 100%;
}

.postform input[type="text"], .postform input[type="password"]:not(.postPassword), .postform textarea {
	width: 100%;
    box-sizing: border-box;
}

.postform .submitCell {
    float: right;
}

.postform .submitPost {
	width: 100%;
}

.postform textarea {
	height: 100px;
}

.locked {
	font-size: x-large;
    text-align: center;
    color: red;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 100px;
}

.indexLinks {
	margin-top: 16px;
}

/*********************/
/*  Post Containers  */
/*********************/

.postContainer {
	width: 100%;
}

.postarrows {
	vertical-align: top;
	margin: 6px 2px;
	display: inline-block;
	float: left;
}

.post {
	margin-bottom: 4px;
}

.post.reply {
	background: #F0E0D6;
	border: 1px solid #D9BFB7;
	border-left: none;
	border-top: none;

	color: #800000;
	display: table;
	padding: 2px 4px;
	margin-left: 8px;
	
	/*max-width: calc(100% - 32px);*/
	word-break: break-word;
	
	min-width: 200px;
}

.post.reply:target {
	background: #F0C0B0 !important;
    border: 1px solid #D99F91 !important;
	border-left: none !important;
	border-top: none !important;
}

.post.reply.highlighted {
	background: #F0C0B0 !important;
    border: 1px solid #D99F91 !important;
	border-left: none !important;
	border-top: none !important;
}

.post:not(.reply).highlighted {
	border: 2px dashed #E04000;
	margin: -2px;
}

/*********************/
/*    Post Stuff     */
/*********************/

.fileInfo {
	display: inline;
}

.reply .fileInfo {
	margin-left: 20px;
}

.postInfo {
	/*display: inline-block;*/
}

.reply .postInfo {
	display: inline;
	/*display: inline-block*/;
}

.deletemessage {
	color: #ff0000;
	font-weight: bold;
}

.posttitle {
	color: #CC1105;
	font-weight: bold;
}

.postername {
	color: #117743;
	font-weight: bold;
}

.postertrip {
	color: #228854;
}

.own_post {
    font-style: italic;
    font-weight: normal;
    opacity: .666;
}

.showid {
	padding: 0px 2px;
	border-radius: 4px;
}

.admincap {
	color: #ff0000;
}

.modcap {
	color: #9900FF;
}

.reflink a {
	color: inherit;
	text-decoration: none;
}

.reflink a:hover {
	font-weight: bold;
}

.thumbContainer {
	margin: 5px 20px;
	
	border: none;
	float: left;
	vertical-align: text-top;
	text-align: center;
}

.expanded {
	max-width: 100% !important;
	max-height: none !important;
	display: block !important;
	/*float: none !important;*/
}

.post .message {
	/*display: inline-block;*/
	max-width: calc(100% - 50px);
	margin: 1em 25px;
	word-wrap: break-word;
	line-height: 15px;
}

.reply .message {
	margin-bottom: 5px;
}

.message .greentext {
	color: #789922;
}

.message .spoiler {
	color: #000;
	background: #000;
}

.message .spoiler:hover {
	color: #fff;
}

.omittedMessage {
    color: #707070;
    margin: 1em 25px;
}

/*********************/
/*    Quote Stuff    */
/*********************/

.backquote {
	display: inline;
}

.quotelink {
	white-space: nowrap;
}

.quoteBody {
	position: absolute;
	display: none;
	text-align: left;
	z-index: 5;
}

.quoteBody .post {
	background: #F0E0D6;
	box-shadow: 0px 0px 10px #888888;
	margin: 0px;
	padding: 2px 4px;
	
	word-break: break-word;
	display: table;
}

.quoteBody .post .postInfo {
	display: inline;
}

.quoteBody .quoteSource {
	text-decoration-style: dashed;
	color: #DD0000;
}

/*********************/
/*   Catalog Stuff   */
/*********************/

.catalogPost {
	display: inline-block;
	float: left;
	
	text-align: center;
	
	width: 150px;
	height: 300px;
	
	margin: 8px;
	
	overflow: hidden;
}

.catalogThumb .thumbContainer {
	padding: 10px;
	margin: 0px;
	float: none;
}

.catalogThumb .thumb {
	border: none;
	vertical-align: text-top;
}

.catalogPopup.catalogHover {
	position: absolute;
	
	padding: 8px;
	padding-top: 0px;
	
	background: #F0E0D6;
    border: 1px solid #D9BFB7;
    border-left: none;
    border-top: none;
    
    color: #800000;
    
	box-sizing: border-box;
}

.catalogPopup .hiddenContainer {
	display: none;
}

.catalogHover .hiddenContainer {
	display: block;
}

.catalogHover .fileInfo {
	font-size: 10px;
	white-space: nowrap;
}

.catalogHover .postInfo {
	margin-bottom: 8px;
}

/*********************/
/*   footer Stuff    */
/*********************/

.pagelist {
	background: #F0E0D6;
	border: 1px solid #D9BFB7;
	border-left: none;
	border-top: none;

	color: #800000;
	display: inline-block;
	padding: 6px;
	margin: 4px;
}

a.button {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #111111;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

span.button {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #777777;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}

/*********************/
/*  Dropdown Stuff   */
/*********************/

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdownButton {
	text-decoration: none;
	
	width:  1.2em !important;
	height: 1.5em !important;
	line-height:  1.5em !important;
}

.dropdownMenu {
	display: none;
	position: absolute;
	min-width: 120px;
	margin: 0px;
	padding: 0px;
	background: #F0E0D6;
	
	text-align: left !important;
	
	border: 1px solid #D9BFB7;
	border-left: none;
	border-top: none;
	
	z-index: 100;
	
	box-shadow: -2px -2px 5px #888888;
	cursor: pointer;
}

.dropdownItem {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 4px;
	cursor: pointer;
}

.dropdownItem:hover {
	background: #F0C0B0;
}

/*********************/
/* Hidden File Stuff */
/*********************/

.labelContainer {
	position: relative;
	display: inline-block;
	background: #F0E0D6;
	
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.labelText {
	padding: 8px 16px;
	margin: 4px;
	
	line-height: 20px;
	
	border: 2px dashed #D9BFB7;
	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    opacity: .5;
	-webkit-transition: opacity .25s; /* Safari */
    transition: opacity .25s;
    
    /* I hate CSS so god damn much */
    box-sizing: content-box;
    max-width: 360px;
}

.labelText:hover {
	opacity: 1;
}

.progressContainer {
	display: none;
}
.progressShadow {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
}
.progressBar {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #5cb85c;
    z-index: 1000;
    background-image: -webkit-linear-gradient(   -45deg,   rgba(255, 255, 255, .25) 25%,   transparent 25%,   transparent 50%,   rgba(255, 255, 255, .25) 50%,   rgba(255, 255, 255, .25) 75%,   transparent 75%,   transparent  );
    background-image:   -moz-linear-gradient(   -45deg,   rgba(255, 255, 255, .25) 25%,   transparent 25%,   transparent 50%,   rgba(255, 255, 255, .25) 50%,   rgba(255, 255, 255, .25) 75%,   transparent 75%,   transparent  );
    background-image:   -ms-linear-gradient(   -45deg,   rgba(255, 255, 255, .25) 25%,   transparent 25%,   transparent 50%,   rgba(255, 255, 255, .25) 50%,   rgba(255, 255, 255, .25) 75%,   transparent 75%,   transparent  );
    background-image:   linear-gradient(   -45deg,   rgba(255, 255, 255, .25) 25%,   transparent 25%,   transparent 50%,   rgba(255, 255, 255, .25) 50%,   rgba(255, 255, 255, .25) 75%,   transparent 75%,   transparent  );
    -webkit-background-size: 64px 64px;
    -moz-background-size:64px 64px;
    -ms-background-size:64px 64px;
    background-size:64px 64px;
    -webkit-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -ms-animation:move 2s linear infinite;
    animation:move 2s linear infinite;
    transition: width 0.5s linear;
}
.progressText {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1001;
	line-height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

/*********************/
/*    Quick Reply    */
/*********************/

.quickReply {
	position: fixed !important;
	display: none;
	
	background: rgb(240, 224, 214);
    border-width: 1px 1px;
    border-style: none solid solid none;
    border-color: rgb(217, 191, 183) rgb(217, 191, 183);
	z-index: 200;
}
.quickReply .handle {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	
	cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    
	padding: 3px;
    text-align: center;
    background: #EEAA88;
    color: #800000;
    font-weight: 800;
}

.quickReply .postform {
	max-width: 315px !important;
}

.quickReply tr, .quickReply td {
	padding: 0px;
	margin: 0px;
}

.quickReply input, .quickReply textarea {
	margin: 0px;
}

.postform .g-recaptcha {
	text-align: center !important;
}

.postform .g-recaptcha div {
	width: auto !important;
}
