/*
Theme Name: RUSTICS Splash
Theme URI: --
Version: 1.0
Author: Kate@JKCollective
Author URI: http://jkcollective.com.au
 */
html {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}
body {
	background: #edede7;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "proxima-nova", 'Open Sans', arial, sans-serif;
	font-weight: 400;
}

header {
	height: 265px;
	width: 100%;
	margin: 0 auto;
	background: #CA995E;
	border-bottom: 10px solid #000;
	text-align: center;
}

#main {
	width: 580px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 100px 0;
}

#logo {
	padding: 100px 0 80px 0;
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: none;
}

hr {
	width: 330px;
	border: 0;
	height: 0;
	border-top: 1px solid rgba( 0, 0, 0, 0.1);
	border-bottom: 1px solid rgba( 255, 255, 255, 0.3);
	margin: 30px 0 0 0;
	display: block;
}

h1, h2 {
	font-family: "proxima-nova", 'Open Sans', arial, sans-serif;
	font-weight: 800;
	font-size: 51px;
	line-height: 39px;
	color: #d4d5cf;
	text-shadow: -1px 1px 0px #f6f6f6;
    filter: dropshadow(color=#f6f6f6, offx=-1, offy=1);
	text-transform: uppercase;
	width: 250px;
	margin: 75px 0 35px 0;
}

p, p a,
td {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #2e2d30;
	border: none;
	text-decoration: none;
	margin: 0 0 8px 0;
}

p strong {
	font-weight: 400;
	color: #5d3d17;
}

tr {
	height: 25px;
	vertical-align: top;
}

td.times {
	color: #5d3d17;
	font-weight: 600;
}

p a {
	border-bottom: 1px solid #e8e8e0;
}

	p a:hover {
		color: #5d3d17;
		border-bottom: 1px solid #5d3d17;
	}

a#facebook {
	border: none !important;
	opacity: 0.85;
}

	a#facebook:hover {
		border: none !important;
		opacity: 1;
	}