body {
	position: relative;
	font: 14px MuseoSans500, Helvetica, Arial, sans-serif;
	font-size:12px;
	color: black;
	margin:0px;
	padding:0px;
	width: 100%;
	height: auto;
	min-height: 100%;
}

html{
	height: 100%;
}

input, textarea, select {
  border: 1px solid #CCCC66;
  padding: 2px;
  background: #ffffff url(http://s3.amazonaws.com/com.brewersfriend.site/bginput.gif) top left no-repeat;
  margin-top: 2px;

}

.clear{
	clear: both;
	float: clear;
}

.bfimage { 
  padding: 3px; 
  margin: 3px; 
  background-image: url(http://s3.amazonaws.com/com.brewersfriend.site/bfimage.gif);
} 

h2,h3 {
	font-size:1.5em;
	line-height:1.5em;
	color:#556600;
	margin:0px;
	padding:0px;
}

.h2 {
	line-height:18px;
	font-size:1.3em;
	color:#556600;
}

h4 {
	font-size:1.2em;
}

a:link,a:visited,a:active {
	color:#889933;
	text-decoration:none;
}

a:hover {
	color:#CC7700;
	text-decoration:underline;
}

.blogbounds{
	width: 1000px;
}

/*START heading style*/

#header{
	position: relative;
	border-top: 1px #868686 solid;
	width: auto;
	height: 100px;
	margin: 0;
	padding:0;

}

.largebflogo{
	z-index: 100;
	position: absolute; 
	top: 3px; 
	left: 3px;
}

#titlebar {
	background: #FFF;
	background: rgba(255, 242, 203, 0.75);
	left: 28px;
	top: 40px
	width: 100%;
	height: 42px;
	margin: 28px 0 0 0;
}

	#titletext{
		position: relative;
		padding: 0 0 0 100px;
		width: auto;
	}
	
	#titletext h1{
		position: absolute;
		margin: 4px 0 0 0;
		z-index: 888;
	}
	#titletext h1 a{
	}
	
	#titletext h1 a img{
		border: none;
	}
	
	#titletext p {
		position: absolute;
		color: #2e2714;
		margin: 22px 0 0 275px;
		font-style: italic;
		z-index: 888;
	}
	
	#titleaccent {
		background: #f1cf6a;
		margin: 2px 0;
		width: 100%;
		height: 6px;
	}
	
	
#navbar {
	background: #cc9944;
	width: 100%;
	height: 20px;
	-moz-box-shadow: inset 0px -2px 10px -3px #000;
	-webkit-box-shadow: inset 0px -2px 10px -3px #000;
	box-shadow: inset 0px -2px 10px -3px #000;
}

	#navbar ul {
		width: auto;
		list-style: none;
		padding: 0 30px 0 90px;
		overflow:hidden;
		margin: 0;
	}
	
	#navbar ul li{
		color: #000;
		display: block;
		float: left;
		height: 19px;
		padding: 1px 1px 0px 0;
		margin: 16px 0 0 0;
		background: #866329;
		-webkit-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
	}

	#navbar ul li a{
		font-size: 12px;
		color: #000;
		display: block;
		float: left;
		padding: 8px 12px ;
		margin: -14px 0px 0px 1px;
		background: #fff2cb;
		
		-moz-box-shadow: inset 0px 1px 0px #cc9944;
		-webkit-box-shadow: inset 0px 1px 0px #cc9944;
		box-shadow: inset 0px 1px 0px #cc9944;
	}
	
	#navbar ul li a:Hover{
		font-size: 12px;
		color: #000;
		display: block;
		float: left;
		padding: 8px 12px ;
		margin: -15px 0px 0px 1px;
		background: #fff5d9;
		
		-moz-text-shadow: 0px 0px 2px #fff;
		-webkit-text-shadow: 0px 0px 2px #fff;
		text-shadow: 0px 0px 2px #fff;
		
		-moz-box-shadow: 0px 10px 10px #6c5d30;
		-webkit-box-shadow: 0px 10px 10px #6c5d30;
		box-shadow:  0px 10px 10px #6c5d30;
		
		-webkit-transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease;
		-moz-transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease;
		-o-transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease;
		transition: background-color .25s ease, color .5s ease, width .2s ease-out, -webkit-box-shadow .25s ease, text-shadow .2s ease, opacity .2s ease;
	}
	
.headbgcontainer {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -555;
	height: 100px;
	width: 100%;
}
	.headbg{
		width: 100%;
	}
	
.headingpusher{
	height: 20px;
	text-align: center;
	padding: 0px 40px 0 20px;
	width: auto;
}

.headingpusher .blogbounds{
	text-align: right;
	margin: 0 auto;
}


#loginstatus {
	margin-top: 2px;
	float: right;
	text-align: right;
	padding: 1px;
	padding-right: 5px;
	margin-bottom: 10px;
	width: auto;
	height: 18px;
	color: #000;
}

	#loginstatus a {
		color: #2e2714;
		text-decoration: underline;
	}
/*END heading style*/

#adheader{
	position:absolute;
	right:0px;
	top:30px;
	font-size: 10px;
	text-align: left;
	color: #cc9a45;
	padding: 2px 3px;
	margin: 2px;
	z-index: 100;
}

#header p.desc{
	font-family:Lucida Console, Arial;
	font-size:1.2em;
	margin:0px;
	padding:0px;
}



#ddnav{
	background-image:url(http://s3.amazonaws.com/com.brewersfriend.site/bar2.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 10px 0px;
	height:28px;
}

#nav{
	height:25px;
	
	padding: 10px 0px 0px 20px;
}

ul.nav {
	line-height:22px;
	float:left;
	list-style:none;
	text-transform:inherit;
	margin:0px;
	padding:0px;
}

ul.nav li {
	float:left;
	list-style-type:none;
	border-left:2px solid #bbbbbb;
	border-right:2px solid #bbbbbb;
	border-bottom:2px solid #bbbbbb;
	margin:0px;
	padding:0px;
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited {
	background:url(http://s3.amazonaws.com/com.brewersfriend.site/btn_down.gif) repeat-x;
	color:#000000;
	float:left;
	display:block;
	text-decoration:none;
	padding:0 15px;
}

ul.nav li a:hover,ul.nav li a:active {
	background:url(http://s3.amazonaws.com/com.brewersfriend.site/btn_up.gif) repeat-x;
	color:#000000;
	text-decoration:none;
}

ul.nav li.current_page_item a {
	text-decoration:none;
	background:url(http://s3.amazonaws.com/com.brewersfriend.site/btn_up.gif) repeat-x;
	color:#000000;
}

#main{
	width:1000px;
	margin:0px auto;
	padding:0px;
}

#content{
	float:left;
	width:660px;
	margin:0px;
	padding:0px;
}

.entry{
	float:left;
	width:655px;
	border:1px solid #CCCCCC;
	margin:0px 0px 10px 0px;
	padding:12px;
	font-size: 13px;
}
#sidebar{
	float:right;
	width:300px;
	margin:0px;
	padding:0px;
}

.rsidebar{
	float:right;
	width:300px;
	border:1px solid #CCCCCC;
	margin:0px 0px 10px 0px;
	padding:5px;
}

.rsidebar h2{
	font-size:11px;
	border-bottom:#AAAAFF 1px solid;
	margin:0px 0px 5px;
	padding:0px;
}

.rsidebar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.rsidebar ul li{list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.rsidebar ul li{
	list-style-type:square;
	margin:0px;
	padding:0px 3px 0px 0px;
}

.rsidebar ul li{
	list-style-type:none;
	background:transparent url(http://s3.amazonaws.com/com.brewersfriend.site/bullet.gif) no-repeat;
	margin:0px 0px 0px 0px;
	padding:2px 2px 7px 17px;
}

.navigation{
	width:650px;
	float:left;
	color:#444444;
}

.alignright{
	float:right;
	margin-top:8px;
}

.alignleft{
	float:left;
	margin-top:8px;
}

.postmetadata{
	border-top:1px #EEEEEE solid;
	font-size:12px;
	margin:0px;
	padding:5px;
}

.boxcomments{
	border-top:5px solid #CCCCCC;
	border-bottom:5px solid #CCCCCC;
	margin-bottom:20px;
	width:630px;
}


#commentform{
	border-top:1px solid #EEEEEE;
	margin:0px;
	padding:15px 15px 1px 0x;
}

#commentform label{
	display:block;
	margin:0px;
}

#commentform input{
	width:172px;
	margin:0px 4px 12px 0px;
	padding:1px;
}

#commentform textarea{
	width:410px;
	margin:0px 0px 8px 0px;
	padding:1px;
}

#commentform #submit{
	margin:0px 0px 18px 0px;
}

#commentform p{
	margin:8px 0px 0px 0px;
}

ol.commentlist {
	margin:0px 0px 1px 0px;
	padding:0px;
}

ol.commentlist :hover {
	background:#EEEEEE;
}

ol.commentlist li{
	border-top:1px solid #EEEEEE;
	display:block;
	list-style:none;
	margin:0px;
	padding:12px 12px 1px 0px;
}

ol.commentlist li :hover{
	background:none;
}

ol.commentlist li.commenthead{
	display:block;
	list-style:none;
	margin:0px;
	padding:4px 14px;
}

ol.commentlist li.commenthead h2{
	margin:0;
}

ol.tblist{
	border-top:1px solid #FFFFFF;
	list-style:none;
	margin:0px 0px 1px 0px;
	padding:14px;
}

ol.tblist li{
	display:block;
	list-style:none;
	padding-left:16px;
	margin:0px 0px 4px 0px;
}


/*START FOOTER STYLES*/
/*--------------------------------------------------------------------*/

.adfooter {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #cc9a45;
	padding: 40px 0;
}

.adfooter p {
	width: 100%;
	padding: 0;
	margin: 0;
}

#footerpush{
	height: 190px;
}

#footerbox{
	position: absolute;
	top: auto;
	left: 0px;
	bottom: 0px;
	color:#f2e2b1;
	background-color:#cc9944;
	margin: 0 0 0 0;
	padding:0;
	height: 210px;
	width: 100%;
}

#footermenu{
	clear:both;
	height: 170px;
	psdding: 10px;
	min-height:6px;
	width:100%;
	color: #53401f;
	background: #fff2cb;
	border-bottom: 4px #f1cf6a solid;
	-moz-box-shadow: inset 0px 2px 4px #2e2714;
	-webkit-box-shadow: inset 0px 2px 4px #2e2714;
	box-shadow: inset 0px 2px 4px #2e2714;
	overflow: hidden;
}
	#footermenu #footernamesoc {
		float: left;
		padding: 40px;
		text-align: center;
	}
		
		#footermenu #footernamesoc a{
			margin: 0 0 0 20px;
		}
		
		#footermenu #footernamesoc a img{
			margin: 0 0 -5px 0;
		}
		
		#footermenu #footernamesoc #footersoc{
			margin: 25px 0 0 0;
		}
	
	#footermenu a {
		color: #53401f;
		border: none;
	}

	#footermenu img {
		border: none;
	}

	#footermenu ul{
		list-style: none;
		overflow: hidden;
	}

	#footermenu a h5{
		font-size: 18px;
		font-weight: normal;
		padding: 0 10px 0 0;
		margin: 0;
	}

	#footermenu a p{
		font-size: 8px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

	#footermenu>ul{
		display: block;
		list-style: none;
		font-size: 14px;
		font-weight: bold;
		width: auto;
		margin: 0px auto;
	}

	#footermenu>ul>li{
		display: block;
		list-style: none;
		margin: 0;
		float: left;
		width: 23%;
		height: 100%;
		padding: 30px 0;
	}

	#footermenu>ul>li>ul{
		border-top: 1px solid #53401f;
		padding: 0;
		margin: 0;
	}

	#footermenu>ul>li>ul>li{
		font-size: 16px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

.footer{
	border-top: 1px #dbaf53 solid;
	padding: 6px 30px 0 30px;
}
.footer ul li{
	list-style-type:none;
}
.footer a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.footer a:link,.footer a:active,.footer a:visited{
	text-decoration:underline;
	color:#ffffff;
}
/*END FOOTER STYLES*/
/*--------------------------------------------------------------------*/

div.command {
	border: 1px solid #003B62;
	background-color: #DDDDDD;
	padding: 2px;
	margin: 8px;
}

#sectionTitle div {
	margin: 15px 0px 5px 0px;
	padding: 3px;
	width: 600px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	
}

div.greybox {
	margin: 4px;
	padding: 4px;
	border: 1px solid #000000;
	
}




table.calc {
	background-color: #eeeeee;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aec3b6;
	border-collapse: collapse;
	margin-top: 6px;
	margin-bottom: 6px;

}

table.calc tbody, tfoot, tr, td 
{
	font-family: arial;
	line-height: 1.1em;
	font-size: 12px;
	color: #55595c;
	padding-left: 2px;
	margin: 0px;
}

table.calc  th
{
	font-family: arial;
	line-height: 1.2em;
	font-size: 13px;
	color: #55595c;
	padding: 2px;
	margin: 0px;
}


div.calcinfo {
	font-weight: bold;
	color: black;
}

div.calcinfogreen {
	font-weight: bold;
	font-size: 13px;
	color: green;
}

table.calc input, textarea, select {
  border: 1px solid #777777;
  padding: 1px;
  margin-top: 1px;
  background: #ffffff;
  font-size: 14px;
}

table.calc td.separator {
  
  color: #ffffff;
  background-color: #444444;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}
div.infodiv {
  font-weight: bold;
  font-size: 14px;
  margin-left: 4px;
  color: #000000;
}
div.infodivsm {
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
div.ionname {
  padding-bottom: 7px;
  text-align: left;
  font-weight: bold;
  margin-left: 2px;
}
div.ionindicator {
  text-align: left;
  margin-bottom: 5px;
}

