@charset "UTF-8";
/* CSS Document */

body {
    background-color: #CCC;
	margin:0;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif
}

:invalid {
	background: #C33;
}

a.speclnk {
	font-weight: bold; 
	color: #fff000!important; 
	text-shadow: 1px 1px 3px #000; 
	font-size: 1.5em!important;
}

input {
	border: 1px solid #999;
}

h3 {
    color: #0071bc;
}

.space1em {
	padding: .5em 0;
}

.col33percent {
	width: 32%;
}

.padding {
	padding: .5em;
}

.col50percent {
	width: 49%;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.txtright {
    text-align: right !important;
}

div .container {
	text-align: center;
	width:100%;
}

div .content {
    text-align:left;
	width: 94.5em;
}

div .subcontent {
	text-align: left;
	border: 5px solid #0071bc;
	padding: 1em;
	font-size: 1.2em;
	background-color: #fff;
}

div .banner{
	background:url(images/banner09_3.png) top left no-repeat;
	width: 94.5em;
	height: 20em;
}

div .banner .logo {
	background: url(images/logo09_1.png) top left no-repeat;
	padding: 20em 0 0 15em;
	margin-left: 5em;
}

.topspecial {
	padding: 1em .5em 1em 0;
	float: right;
}

.topspecial a {
	font-size: 1.2em;
	color:#0071bc;
	font-weight: thin;
	text-decoration: none;
}

.topspecial a:hover {
	color:#9F0;
}

.topspecial span {
    padding: 0 0 0 2em;
}

.topnavigation {
	padding-left: 20em;
	bottom: 5em;
	float: left;
}

#frm .needed {
	width: 33%;
	border:1px solid #390;
	text-align:right;
	padding: .5em;
	margin-right:1em;
	margin-left: 0em;
}

#frm .optional {
	width: 33%;
	border:1px solid #3CF;
	text-align:right;
	padding: .5em;
}

#frm .optionalflags {
    width: 33%;
    border:1px solid #3CF;
	text-align:left;
	padding: .5em;
}

.frmtxt, .commentfld, .locationfld {
	padding: .5em;
	width: 100%;
	height: 3em;
}

div .login {
	border: 1px solid #390;
	width: 20em;
	padding: .5em;
}

.warning {
	color:#900;
	font-style:italic;
}

.success {
    color: #390;
    font-style:italic;
}

.brick {
    width: 5em;
    float:left;
    border-bottom:solid 1px #ccc;
    text-align:center;
    padding: .5em 0;
}

#head {
    border-bottom:solid 3px #000;
}

#thousandbeer {
    width: 50%;
}

.thousandbeerbar {
    padding: .2em 0em;
    width:100%;
    background-color: #E3AF04;
    text-align: center;
	padding: .5em;
	border: solid .5em rgba(0,0,0,.3);
}

.currbeer {
    background-color: #ebcb3a;
    border: 1px solid #e3af04;
    text-align: center;
}

.smallbeer {
    background: url(images/small.png) bottom center no-repeat;
    height: 5em;
}

.mediumbeer {
    background: url(images/medium.png) bottom center no-repeat;
    height: 5em;
}

.hugebeer {
    background: url(images/huge.png) bottom center no-repeat;
    height: 5em;
}

.radlerbeer {
    background: url(images/radler.png) bottom center no-repeat;
    height: 5em;
}

.usersym {
    background: url(images/usersym.png) bottom center no-repeat;
    height: 5em;
}

.binsym {
    background: url(images/binsym.png) bottom center no-repeat;
    height: 5em;
}

.litresym {
    background: url(images/litresym.png) bottom center no-repeat;
    height: 5em;
}

.shadow {
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .7);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .7);
	-o-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .7);
}

.rounded {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
}
