* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #211926;
	background-image: url("img/bg-decipher.png");
	background-position: center 200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, strong, b {
	font-weight: 600;
}

h1 {
	margin-top: 0;
}

td {
	padding-right: 1em;
	vertical-align: top;
}

th {
	text-align: left;
}

a {
	color: #7f6f89;
}

a:hover {
	color: #ceb1cf;
}

img {
	border: 0;
}

#logo {
	z-index: 2;
	position: fixed;
	left: 24px;
	top: 18px;
	width: 592px;
	height: 69px;
	font-family: "Jolly Lodger", sans-serif;
	font-size: 4.5em;
	color: rgb(240, 240, 240);
	text-shadow: 0 0 0.1em #422d4c;
}

#nav-bg {
	height: 150px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	background-color: #211926;
	background-image: url("img/nav/bg-decipher.jpg");
}

#nav {
	z-index: 15;
	position: fixed;
	top: 115px;
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-family: "Finger Paint", sans-serif;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	background: rgba(66, 45, 76, .6);
}

#nav a {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	transform: rotate(-10deg);
}

#content {
	position: relative;
	top: 150px;
	z-index: 0;
	width: 550px;
	margin: auto;
	margin-top: 10px;
	padding: 8px;
}

#content a {
	text-shadow: 1px 1px 0 #222;
}

#footer-legal {
	margin-top: 2em;
	text-align: center;
}

#fadeIn {
	z-index: 5;
	width: 100%;
	height: 20px;
	position: fixed;
	top: 150px;
	box-shadow: inset 0 9px 6px 3px #211926;
}

#next-event {
	position: fixed;
	right: 0;
	top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background: #ccc;
	background: rgba(255, 255, 255, .6);
	font-weight: 600;
	text-align: center;
	z-index: 10;
}

#next-event a {
	display: block;
	padding: .5em;
	color: #333;
	text-decoration: none;
}

#next-event .date {
	font-weight: 800;
	font-size: 1.8em;
}

#networks-wrapper {
	padding-right: 1em;
	padding-bottom: 1em;
	position: fixed;
	top: 170px;
	margin-left: -55px;
	transition: margin-left .25s;
}

#networks-wrapper:hover, #networks-wrapper:focus {
	margin-left: 0;
	transition: margin-left .25s;
}

#networks {
	width: 60px;
	text-align: center;
}

#networks a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: white;
}

#networks > div {
	margin-top: 1em;
	padding: 0.5em 0.5em;
}

#networks .facebook {
	background: #3b5998;
}

#networks .youtube {
	background: #cd201f;
}

#networks .soundcloud {
	background: #f50;
}

input.txt, textarea.txt {
	border: 1px solid #7f6f89;
	color: #fff;
	background-color: #211926;
}

input.btn {
	border: 1px solid #7f6f89;
	border-left: 1px solid #ceb1cf;
	border-top: 1px solid #ceb1cf;
	color: #fff;
	background-color: #422d4c;
}

input.btn:active {
	border: 1px solid #ceb1cf;
	border-left: 1px solid #7f6f89;
	border-top: 1px solid #7f6f89;
	color: #fff;
	background-color: #211926;
}

textarea.txt {
	width: 100%;
}

.news {
	width: 100%;
	margin-left: 0;
}

.news .header {
	padding: 2px;
	text-align: left;
	font-weight: 600;
}

.news .content {
	padding: 4px;
	border-top: 0;
	overflow: hidden;
}

.news .footer {
	padding: 4px;
	text-align: center;
}

.dl td, .dl th {
	padding-left: 2px;
	padding-right: 2px;
}

.pics {
	margin-bottom: 2em;
	text-align: center;
}

.pics div {
	display: inline-block;
	padding: 5px;
}

.pics img {
	border: 1px solid #7f6f89;
	text-decoration: none;
}

.gb .header {
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

.gb a {
	color: #888;
}

.gb a:hover {
	color: #fff;
}

.box, .news, .band, .pics, .dl, .tour, .gb, .links {
	width: 100%;
	background: rgba(0, 0, 0, .40);
	box-shadow: 0 0 .5em .5em rgba(0, 0, 0, .40);
	border-radius: .1em;
}

.gbComment {
	color: #888;
	padding-top: 0.5em;
}

.old td {
	color: grey;
}

.active {
	font-weight: 600;
}

#content .shariff a {
	text-shadow: none;
}

.news-not-published {
	color: rgba(255, 255, 255, .3);
}

@media (max-width: 780px) {
	body {
		background-position: center 110px;
	}

	#nav-bg {
		height: 60px;
		height: calc(150px * .4);
		background-size: auto 60px;
	}

	#logo {
		padding: 0;
		left: 9.6px;
		left: calc(24px * .4);
		top: 0;
		top: calc(24px * .4 - 9.6px);
		width: 236.8px;
		width: calc(592px * .4);
		height: 27.6px;
		height: calc(69px * .4);
		font-size: 1.8em;
		vertical-align: top;
	}

	#nav {
		padding: 0;
		margin: 0;
		top: 34px;
		top: calc(115px * .4 - 12px);
		height: 28px;
		font-size: 1em;
	}

	#nav a {
		padding-left: 2px;
		padding-left: calc(10px * .2);
		padding-right: 2px;
		padding-right: calc(10px * .2);
	}

	#nav img {
		width: auto;
		height: 12.8px;
		height: calc(32px * .4);
	}

	#content {
		width: auto;
		margin-left: 8px;
		margin-right: 8px;
		top: 60px;
		top: calc(150px * .4);
	}

	#next-event {
		font-size: 0.4em;
		top: 0;
		height: 34px;
		height: calc(115px * .4 - 12px);
	}

	#fadeIn {
		top: 60px;
		top: calc(150px * .4);
	}

	.news .shariff li {
		width: 92px;
	}

	.news .shariff .info {
		display: none;
	}

	.pics img {
		width: 75px;
		height: auto;
	}

	.pics {
		font-size: .6em;
	}
}

@media (min-width: 780px) {
	#content {
		width: 700px;
	}
}
