@font-face {
    font-family: brw_bevan;
    src: url('Bevan.ttf');
}

@font-face {
    font-family: brw_seaside;
    src: url('SEASRN__.ttf');
}

.shadow{
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2)
}

.max{
	max-width: 1100px;
}

.center{
	position: relative;
	margin: 0 auto;
}

.small{
	display: none;
}

.large{
	display: block;
}


*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
    resize: none;
}
 
header, footer, aside, nav, article {
    display: block;
}

html{
	height: 100%;
}

body{
	background-color: black;
	background: -webkit-linear-gradient(black, #007); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(black, #007); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(black, #007); /* For Firefox 3.6 to 15 */
	background: linear-gradient(black, #007); /* Standard syntax */
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: 14px;
	color: white;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

h1{
	font-size: 24px;
	font-weight: bold;
}

h2{
	font-size: 20px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	font-weight: bold;
}

header{
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	font-family: "MS Trebuchet", "Times New Roman", serif;
	font-size:32px;
	font-weight: bold;
	line-height: 48px;
	color: white;
	background-color: black;
	text-align: center;
	z-index: 1;
}

header div{
	width: 100%;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: white;
}

header img.logo{
	height: 120px;
	vertical-align: middle;
}

header img.beer1{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
/*	visibility: hidden; */
}

header img.beer2{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
/*	visibility: hidden; */
}

div.main{
	padding-top: 180px;
	height: 100%;
	width: 100%;
	max-width: 1100px;
	z-index: 0;
	text-align: center;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

aside{
	font-family: arial, verdana, sans-serif;
	font-size: 12.5px;
	color: #fff;
	vertical-align: top;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 8px;
    min-width: 180px;
	text-align: left;
}

aside a{
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 32px;
	display: block;
	background-color: white;
	color: #333;
	text-decoration: none;
	margin: 0 0 2px;
	text-align: left;
	padding-left: 25px;
}

aside a:hover{
	text-decoration: underline;
	background-color: #bbd;
}

div.content{
	vertical-align: top;
    display: inline-block;
	flex:3 0 auto;
    width: auto;
/*    background-color: #f3f3ff;
	color: #333; */
	height: 100%;
	overflow: auto;
}

div.content a{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

div.oneliner{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-top: 8px;
	color: #00a;
}

span.livemusic{
	font-family: "Brush Script MT", "Comic Sans MS", cursive, sans-serif;
	font-size:64px;
	font-weight: bold;
}

span.indexsubtitle{
	font-size:24px;
}

img.froelich{
	width: 215px;
	height: 330px;
	border: 1px solid white;
	margin: 0;
	animation: fadein 2s;
}

@keyframes fadein {
    from	{ opacity: 0; }
    to		{ opacity: 1; }
}


/********************** dialogs *******************/
div.dialog{
	font-family: verdana, arial;
	font-size: 11.5px;
	position: relative;
	margin: auto;
	display: inline-block;
	width: 800px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border: 1px solid #444;
	cursor: default;
	background-color: white;
	overflow: auto;
	z-index:1000;
}


div.disable{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: alias;
	background-color: rgba(110,120,130,0.5);
	padding-top: 16px;
	z-index: 998;
}
