/* CSS Document */
/* Author: Jeremy Sanecki */
/* $Id: brewery.css,v 1.2 2006/02/17 06:34:53 Jeremy Exp $ */

.brew {
color:#00FF00;
}

.pending {
	color:#CC9900;
}

.available {
	color:#CC9900;
}

#container {
	padding:0px;
 	margin: 10px auto;
}

#container #title  {
text-align:left;
float:left;
clear:both;
}

#container #title #dmb-title {
	background:transparent url(images/tray.gif) no-repeat left top;
	height: 200px;
	width: 400px;
	margin: 0px;
}

#container #title #dmb-title span {
	visibility: hidden;
}

#top-half {
	clear:both;

}

#container #menubar {
	float:left;
	text-align: left;
	width: 200px;
	padding: 10px;
	background: transparent url(images/shade.gif);
}

#container #menubar li {
list-style-type: none;
margin: 0px;
padding: 3px 0px 3px 0px;
}

a {
font-size:10px;
text-decoration: none;
color:#FFFFFF;
}

a.hover {
color:#FF0000;
}

#content {
	margin-left: 230px;
	background: transparent url(images/shade.gif);
	text-align: left;
	padding: 10px;
	color:#FFFFFF;
	font-size: 12px;
}

#content h1 {
	font-size:14px;
	color:#FFFFFF;
}

#content p {
	color:#FFFFFF;
}

##container #top-half #content #content .news-item  {
	color:#FFFFFF;
}

#container #top-half #content .news-item .news-title {
	font-size: 16px;
	text-decoration: underline;
}

#container #top-half #content .news-item .news-date {
	text-align:left;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#container #top-half #content .rank {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

#container #bottom-half {
	margin:auto;
	text-align:center;
	clear: both;
	/*top: 526px;*/
	width: 100%;
}

#container #footer {
	margin: auto;
	text-align: center;
	font-size:9px;
	color: #FFFFFF;
}

#container #footer ul {
	list-style-type: none;
}
#container #bottom-half #spacer {
	height: 100px;
	width: 100%;
}

#container #top-half #content #bank-runecloth .bank {
	color: #FFFFFF;
}
