/*  
10kBeats - Phoebe Tonkin Web - Gallery CSS
*/

::selection {
	background: #854446;
	color: #f8f5f3;
	text-shadow: none;
}
::-moz-selection {
	background: #854446;
	color: #f8f5f3;
	text-shadow: none;
}

@font-face {
	font-family: "TC October";
	src: url("./fonts/TC-October.otf");
}

body {
	background-color: #f8f5f3;
	background-image: url("./images/bg.png");
	background-position: center center;
	background-repeat: repeat;
	color: #313131;
	font-family: 'Karla', sans-serif;
	font-size: 15px; font-weight: 400;
    font-optical-sizing: auto;
	line-height: 24px;
}

.maintable {
    margin-bottom: 50px;
}

.tableh1 {
	padding: 20px 10px 10px 10px;
	background-image: url("./images/bg-menu.png");
	background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #313131;
    font-family: "Just Another Hand", cursive;
    font-size: 36px; font-weight: normal;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.tableh1 span {
	background-image: url("./images/line-black.png");
	background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.tableb, .tablef {
	padding: 10px 0;
}

.tableb a, .tablef a {
    color: #b03b3e;
    font-weight: 600;
	text-decoration: none;
}

.tableb a:hover, .tablef a:hover {
    color: #313131;
}

.tableh2 a {
	color: inherit; 
	text-decoration: none;
}