/*  
10kBeats - Oh Linds - Gallery CSS

*/

::selection {
	background: #402830;
	color: #f0f0ef;
	text-shadow: none;
}
::-moz-selection {
	background: #402830;
	color: #f0f0ef;
	text-shadow: none;
}

@font-face {
	font-family: "Neumatic";
	src: url("./fonts/NeumaticGothic-Black.ttf") format('truetype'),
		 url("./fonts/NeumaticGothic-Black.woff") format('woff');
}

@font-face {
	font-family: "Morracle";
	src: url("./fonts/Morracle.ttf") format('truetype');
}


/* MAIN */

body {
	background: #050405;
	color: #f0f0ef;
	font: 500 14px/24px 'Rajdhani', sans-serif;
}

.maintable, .maintable01, .albtable, .dtable {
	margin: 0 auto 60px auto;
	padding: 0;
	border-spacing: 0;
	box-sizing: border-box;
	position: relative;
}

.dtable {
	padding: 10px;
	background: #23262b;
	color: #f0f0ef;
}

.tableh1 {
	padding-bottom: 9px;
	font: normal 42px/100% "Neumatic";
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 4px solid #f0f0ef;
	vertical-align: top;
	position: relative;
}

.tableh1 span {
	margin: 0 auto;
	border-bottom: 1px solid #f0f0ef;
	position: relative;
}

.tableh1 strong { font-weight: normal; }
.maintable01 .tableh1 { border-bottom: none; }
.maintable .tableh1 span table { width: 96%; display: table; }
.albtable { margin-top: 50px; }

.tableh2 { background: transparent; padding: 20px 0; } 
.tableh2 strong { font-weight: normal !important; }
.tableh2 a {
	color: inherit;
	font-size: inherit;
	text-shadow: none;
}

.tableh2 a:hover {
	text-decoration: underline;
}

.tableb, .tablef {
	padding: 25px 0 0 0;
	background: transparent;
	color: #f0f0ef;
	position: relative;
}

.tableb a, .tablef a {
	color: #ff6ebe;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.tableb a:hover, .tablef a:hover {
	color: #ff6ebe;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tableb tt {
	font-size: 12px;
}

.tableb strong, .tablef strong, .tableb b, .tablef b {
	color: #ffffff;
	font-size: 13px;
}