
@import url('https://fonts.googleapis.com/css?family=Monda');

span.heading
{
  color: #fa9a9a !important;
}
 
a
{
  color: #AAF !important;
}
 
a:hover
{
  color: #FF0 !important;
}
 
span.spoiler
{
  background: #000;
  color: #000;
}

label a
{
    text-decoration: none !important;
}

span.subject
{
	color:#CC9933 !important;
	text-shadow: 0px 2px rgba(0,0,0,0.9) !important;
}

span.name
{
	color:#00CC00 !important;
}

body
{
	background: #7f0219; /* Old browsers */
	background: -moz-linear-gradient(top, #7f0219 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f0219), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f0219 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f0219 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7f0219 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7f0219 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0219', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	color: #FFF;
	font-family: "Monda", sans-serif;
    font-size: 105%;
	background-repeat: repeat-y;
    height: 100%;
    margin: 0;
	background-attachment: fixed;
}
 
hr
{
	border-top: 1px dashed black;
}
 

div.post
{
	text-shadow: 0px 2px  rgba(0,0,0,0.75);
}

div.boardlist
{
	color:#FFF !important;
	//background: none !important;
	background: #000 !important;//none !important;
}

div.delete
{
margin-bottom:10px;
}

div.post.reply
{
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	border: none !important;
    border-radius: 5px;
	padding: 8px;
	
	-webkit-box-shadow: 0px -4px 13px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -4px 13px 7px rgba(0,0,0,0.25);
	box-shadow: 0px -4px 13px 7px rgba(0,0,0,0.25);
	margin-top:10px;
}


span.quote
{
	color:#00FF00;
}

span.heading
{
	color:red !important;
    font-size: 120%;
}

div.post.reply.highlighted
{
	background: #a54f91; /* Old browsers */
	background: -moz-linear-gradient(top, #a54f91 0%, #890f69 50%, #b2398c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a54f91), color-stop(50%,#890f69), color-stop(100%,#b2398c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a54f91 0%,#890f69 50%,#b2398c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a54f91 0%,#890f69 50%,#b2398c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a54f91 0%,#890f69 50%,#b2398c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a54f91 0%,#890f69 50%,#b2398c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54f91', endColorstr='#b2398c',GradientType=0 ); /* IE6-9 */
}

span.capcode
{
  color: #883322 !important;
}
 
header div.subtitle, h1
{
  color: #FFF;
	text-shadow: 0px 2px  rgba(0,0,0,0.9);
}
 
div.blotter
{
	color: #F00;
	text-shadow: 0px 2px  rgba(0,0,0,0.9);
	padding:30px;
	background:#333;
    border-radius: 50px;
}

a.add_image
{
    font-size: 120%;
    text-decoration: none;
	
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	
    border-radius: 10px;
	padding-left:12px;
	padding-right:12px;
	color:#FFF;
}

div.grid-size-small,div.grid-size-vsmall,div.grid-size-large
{
	background: rgba(0,0,0,0.2) !important;/* Old browsers */
    border-radius: 6px;
	padding:5px !important;
}

#Grid
{
margin-top:20px;
margin-bottom:20px;
}

form table tr th
{
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    border: 1px solid;
    border-radius: 3px;
	border-color: #000;
}

input, textarea
{    
	border: 1px solid;
    border-radius: 3px;
	border-color: #000;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: inset -4px 14px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -4px 14px 28px -8px rgba(0,0,0,0.75);
	box-shadow: inset -4px 14px 28px -8px rgba(0,0,0,0.75);
	padding: 8px 5px 8px 5px;
}

.board-owners-feel-free-to-hide-this,p.unimportant,div.edited
{
	display:none;
}

footer
{
    width: 100% !important;
    height: 209px !important;
    background-image: url(https://i.imgur.com/c7Jd7U9.gif);
    background-position: 0px;
    background-repeat: no-repeat;
    -webkit-animation: spess 500s infinite linear;
       -moz-animation: spess 500s infinite linear;
         -o-animation: spess 500s infinite linear;
            animation: spess 500s infinite linear;
	display:block !important;
}

@-webkit-keyframes spess {
  0%   { background-position: -500000px; }
  100% { background-position: 500000px; }
}
@-moz-keyframes spess {
  0%   { background-position: -500000px; }
  100% { background-position: 500000px; }
}
@-o-keyframes spess {
  0%   { background-position: -500000px; }
  100% { background-position: 500000px; }
}
@keyframes spess {
  0%   { background-position: -500000px; }
  100% { background-position: 500000px; }
}

input[type=submit] 
{
	margin-left:5px;
}

input[type=file] 
{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

img,img.post-image
{
	-webkit-box-shadow: -4px 2px 2px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 2px 2px -12px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 2px -12px rgba(0,0,0,0.75);
    border-radius: 8px !important;
	border: none !important;
}

#reason
{
margin-right:5px;
}

hr
{
	background: #000 !important;
	padding:2px;
    border-radius: 2px;
	color: #FFF;
}

div.pages
{
  color: #000;
  background: none !important;
  border: none !important;
}
 
div.banner
{
  background: none !important;
}
 
span.mord
{
  opacity: 0.4 !important;
} 