@charset "utf-8";

a
{
	color: #66bc29;
	text-decoration: none;
	pointer: hand;
}

body
{
	color: #999999;
	background-color: #333333;
	font-family: tahoma;
}

em
{
	color: #ff8300;
	font-style: normal;
	font-size: 1em;
}

img
{
	border: 0;
}

.main
{
	width: 800px;
	margin: auto;
}

.navigation
{
	float: right;
}

.navigation img
{
	padding: 0 5px 0 5px;
}

.content
{
	margin: 35px 0 50px 60px;
}

.contentLeft
{
	float: left;
	width: 450px;
	margin: 25px 0 50px 60px;
}

.contentRight
{
	float: right;
	margin: 25px 25px 50px 60px;
}

.currentPageNumber
{
	font-size: .8em;
	border: thin solid rgb(127, 127, 127);
	padding-left: 5px;
	letter-spacing: 5px;
}

.error
{
	color:darkred;
	font-weight:bold;
}

.footer
{
	clear: both;
	height: 50px;
	background-image: url('images/divider-footer.png');
	background-repeat: repeat-x;
	font-size: .6em;
}

.footer .copyright
{
	float: right;
	margin-right: 20px;
}

.footer .policy
{
	float: left;
	margin-left: 20px;
}

.header
{
	height: 50px;
	margin-top: 25px;
	background-image: url('images/divider-header.png');
	background-repeat: repeat-x;
}

.header .logo
{
	margin-right: 20px;
	float: right;
}

.heading
{
	margin-left: -40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
}

.navigation a
{
	padding-left: 5px;
}

.pageNumbers
{
	font-size: .8em;
	border: thin solid rgb(102, 188, 41);
	padding-left: 5px;
	letter-spacing: 5px;
}

.picture
{
	border-style: solid;
	border-width: 4px;
	border-color: #525252;
}

.producer
{
	padding: 5px 0 5px 0;
}

.producer .brewery
{
	color: #00BFFF;
}

.producer .supplier
{
	color: #FFD700;
}

.producer .brewpub
{
	color: #FFDAB9;
}

.producer .winery
{
	color: #BF3EFF;
}

.producer .synopsis
{
	margin-left: 15px;
	font-size: .8em;
}

.producer .synopsis address
{
	padding: 5px 0 0 10px;
}

#commentForm input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #B0B0B0;	
	background-color: #333333;
	border: 1px ridge #ccc;
}

#commentForm textarea
{
	width: 99%;
	background-color: #333333;
	border: 1px ridge #ccc;
	color: #B0B0B0;
}

#commentForm #submit
{
	margin: 0;
	border: 1px ridge #ccc;
	cursor: pointer;
}


#clear
{
	clear: both;
}

#rounded
{
	border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-icab-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: #000;
	border-style: solid;
	border-width: 4px;
	border-color: #525252;
	width: 100%;
}

#quotes
{
	height: 150px;
}

