/*  
10kBeats - Premade 18: Lethal - Gallery CSS

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 4px; border-style: solid;	border-color: #ffffff; background: #252525; }
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid #ffffff; background: #ec0a2f; }

::selection {
	background-color: #bed9fa;
	color:#030303;
	text-shadow: none;
}
::-moz-selection {
	background-color: #bed9fa;
	color:#030303;
	text-shadow: none;
}

body {
	background-color: #ffffff;
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	color: #030303;
	line-height: 18px;
}

.maintable, .maintable01 {
	width: 100%;
	background-color: transparent;
	margin: 0 auto 40px auto;
	padding: 5px 15px 15px 15px;
	border-spacing: 4px;
	border: 1px solid #030303;
	box-shadow: -4px 4px #030303;
}

.maintable02 {
	width: 100%;
	background-color: transparent;
	margin: 0 auto 40px auto;
	padding: 0;
	border-spacing: 4px;
	border: none;
}

.tableh1 {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 120%;
	vertical-align: top;
	border-bottom: 4px solid #8f524f;
}

.tableh1 strong { font-weight: 700; }
.maintable01 .tableh1 { border-bottom-color: #faa00b; }

.tableh2 {
	background-color: transparent;
    padding: 15px 0;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	color: inherit;
	font-size: 11px;
	text-shadow: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh2 a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb, .tablef {
	background-color: transparent;
	padding: 10px 0;
	font-weight: 300;
	border-bottom: 1px solid #e5e5e5;
}

.tableb a, .tablef a {
	color: #575fb4;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableb a:hover, .tablef a:hover {
	color: #575fb4;
	text-decoration: underline;	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb p {
	font-size: inherit;
}