/*  
10kBeats - The Dazzling Nicola Coughlan - Gallery CSS
*/

::selection {
	background: #ffdf90;
	color: #080807;
	text-shadow: none;
}
::-moz-selection {
	background: #ffdf90;
	color: #080807;
	text-shadow: none;
}

body {
	background: #f9f6f2;
	color: #4a4948;
	font-family: 'Lora', serif;    
	font-size: 12px;
    font-optical-sizing: auto;
	line-height: 24px;
}

a {
    color: inherit;
    text-decoration: none;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

a:hover {
    text-decoration: none;
}

.maintable {
	margin-bottom: 60px;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e0dede;
	border-spacing: 4px;
	position: relative;
	z-index: 15;
}

.btable {
	background: transparent;
	margin: 0 auto 60px auto;
	padding: 0;
	border: none;
}

.tableh1, #voting_title, #comments .tableh2 {
	padding: 10px 15px 11px 15px;
	background: #080807;
	color: #f9f6f2;
	font-family: 'Lato', sans-serif;
	font-size: 18px; font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}

.tableb, .tablef {
	padding: 15px 0;
}

.tableb a, .tablef a {
    color: #f76898;
    font-weight: 700;
}

.tableb a:hover, .tablef a:hover {
    color: #080807;
}

.tableh2 a {
	color: inherit; 
	text-decoration: none;
}