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

body {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#background{
	height:100%;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}
#container {
  	position:relative;
	z-index:3;
	background:transparent url(../images/trans70.png) repeat 0 0;
	width:32.7em;
	margin:auto;
	margin-top:4em;
	padding:2.4em 4em;
}
#container p {
	color:#ced7df;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
}
#container img {
	border:none;
}

div#about,div#news,div#bios {
	margin-bottom: 3em;
}

/* Typography 
=============================*/
h2.title, .bio h2 {
	color: #fff;
	margin: 2px 0 2px 0;
}

h3 {
	color: #FF8A00;
	font-size: 1.5em;
	text-shadow: -0.1em 0.1em #000;
}

p.home {
	text-align: right;
}

a.purchase {
	display: block;
	width:252px;
	margin: 1em auto;
}

.date {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
}

ul.recipe {
	color: #fff;
	list-style: none;
	padding-left: 10px;
}

ul.recipe li {
	font-size: 1em;
	margin: 5px 0 0 5px;
	
}

span.grey {
	color: #c4c4c4;
	font-size: .8em;
}

span.orange {
	color: #d35b04;
	font-size: 1em;
	margin: 2px 0;
	background: #000;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	margin-right: 5px;
}

/* Navigation 
=============================*/
#navigation {
	background:transparent url(../images/trans70.png) repeat 0 0;
	position: relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 5px 4px;
	width:406px;
	z-index: 5;
	text-align: center;
}

ul#main-nav {
	/* For Normal Browsers */
	height: 35px;
	margin: 0;
	padding: 0;
	width: auto;
	list-style:none;
}

ul#main-nav {
	list-style: none;
	display: inline;
}

#main-nav li {
	color: #fff;
	display: inline;
	margin-right: 1em;
	padding: 0;
	width:auto;
}

#main-nav a {
	color: #fff;
	margin: 0;
	padding: 5px 0 0 5px;
	width:auto;
	font-family: "Myriad", "Myriad Pro", Helvetica, Arial, sans-serif;
	/* IE6 Needs inline-block otherwise width:auto; spans 100% */
	display:inline-block;
	text-decoration: none;
}
	
#main-nav a span {
	font:.7em "Myriad", "Myriad Pro", Helvetica, Arial, sans-serif;
	display:block;
}

#main-nav a:hover, .current_page_item {
		background: #000;
		text-decoration:none;
}

#main-nav a {
	color: #fff;
	display: inline-block;
}


/* Forms
=============================*/

.form input {
	border:solid 1px #333;
	height:1.9em;
	padding:.5em;
	color:#ccc;
	margin-right:.5em;
	font-size:11px;
}
.form {
	float:left;
}
.button {
	float:right;
}
#footer {
	position:relative;
	z-index:3;
	background-color:#000;
	width:40.7em;
	height:4.2em;
	margin:auto;
	margin-top:2em;
	margin-bottom:4em;
	background:transparent url(images/trans.png) repeat 0 0;
}
#footer p {
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:.9em;
	padding:1em;
}
a {
	text-decoration:none;
	color:#FF8A00;
}
a:hover {
	text-decoration:underline;
}

#container #news #brewlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #news #brewlist li {
	color: #ced7df;
	font-size: 11px;
	padding-bottom: 5px;
}
#container .center {
	text-align: center;
}
.soldOUT {
	color: #ffffff;
	font-size: 55px;
	text-shadow: -0.1em 0.1em #000;
	text-align: center;
	margin: 0px;
	padding:0px;
}
