/*  
10kBeats - Jennifer Aniston Online - Gallery CSS
*/

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

::selection {
	background-color: #dafec0;
	color: #121212;
	text-shadow: none;
}
::-moz-selection {
	background-color: #dafec0;
	color: #121212;
	text-shadow: none;
}

body {
	background-color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 8.5pt; font-weight: 300;
	color: #242424;
	line-height: 24px;
}

.maintable, .maintable01 {
	background-color: transparent;
	margin: 0 auto 10vh auto;
	padding: 0;
	border-spacing: 4px;
}

.tableh1 {
	background-color: transparent; color: #121212;
	font-family: 'Montserrat', ssans-erif;
	font-size: 18pt; font-weight: 800;
	padding: 0 0 15px 0;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 120%;
	vertical-align: middle;
}

.tableh1 strong { font-weight: 800; }

.tableh1 span {
	background-color: #0e1e1e;
	color: #ffffff;
	padding: 8px;
	display: table;
	position: relative;
}
.maintable01 .tableh1 span { background-color: #321717; }
.tableh2 {
	background-color: transparent;
    padding: 10px 0;
	border: none;
} 

.tableh2 strong {
	font-weight: 900;
}

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

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

.btable {
	background-color: transparent;
	margin: 0 auto 30px auto;
	padding: 0;
	border-spacing: 4px;
	border: none;
}

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

.tableb a, .tablef a {
	color: #f46d49;
	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: #af303a;
	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;
}

.tableb_alternate {
	background: transparent;
	padding: 7px;
	border: 1px solid #e5e5e5;
}