body {
	margin:0;
	padding:0;
	color:white;
	background-image: url('../images/bg3.jpg');
	background-repeat: repeat;
	font-family: Georgia;
}
a, img {
	border:0;
	outline: none;
}
.navbar {
	font-size:12px;
	background-image: url("../images/navbar_lights3.png");
	background-repeat: no-repeat;
	width:954px;
	height:278px;
	padding-top:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 1px 1px 1px white;
}
.navbar a {
	font-size:24px;
	color:#4E2300;
	text-decoration: none;
	padding-left:30px;
	padding-right:30px;
}
#header_share_facebook {
	position:relative;
	margin-top:-111px;
	margin-left:15px;
	float:left;
}
#header_share_twitter {
	position:relative;
	margin-top:-90px;
	margin-left:68px;
	float:left;
}
#header_share_rss {
	position:relative;
	margin-top:-77px;
	margin-left:146px;
	float:left;
}
#mobile_app {
	position:relative;
	margin-top:-141px;
	float:right;
}
#app_store {
	position:relative;
	margin-top:-61px;
	width:116px;
	float:right;
	border:0;
}
#app_store img, #app_store a {
	border:0;
	margin:0;
	padding:0;
}
/*
	BEER REVIEWS
*/
.beer_summary {
	font-size:12px;
	font-style: italic;
	margin-left:15px;
	height:80px;
	padding-bottom:20px;
	width:400px;
	float:left;
	/*text-shadow: 1px 1px 1px black;
	font-weight:bold;*/
}
.beer_nose_taste_price {
	font-size:12px;
	float:left;
	margin-left:20px;
	margin-top:15px;
	background-image: url("../images/nose_taste_price.jpg");
	background-repeat: no-repeat;
	/*width:208px;*/
	width:188px;
	min-height:90px;
	padding-bottom:11px;
	/*text-shadow: 1px 1px 1px black;
	font-weight:bold;*/
	border-radius: 7px;
	box-shadow: 0 1px 5px #000;
	-o-box-shadow: 0 1px 5px #000;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
}
.beer_nose_taste_price img {
	position:static;
	float:right;
	top:0;
	right:0;
	left:auto;
	height:100%;
}
.beer_nose_taste_price p {
	position:absolute;
	margin:15px;
	z-index:2;
	width:160px;
}
.beer_nose_taste_price span {
	font-size:40px;
}
.beer_body {
	font-size:15px;
	line-height: 22px;
	float:left;
	margin-top:32px; /* value was 15 before adding inShare button */
	width:100%;
	/*text-shadow: 1px 1px 1px black;*/
}
.beer_comments_link {
	float:left;
	font-style:italic;
}
.beer_comments_link a {
	color:white;
}
.beer_image {
	background-image: url("../images/picture_frame2.png");
	background-repeat: no-repeat;
	width:180px;
	height:225px;
	float:left;
}
.beer_image img {
	/*max-width:153px;*/
	width:153px;
	margin-top:11px;
	margin-left:13px;
}
.beer_chalkboard {
	float:left;
	margin-left:20px;
	margin-top:5px;
	background-image: url("../images/chalkboard.jpg");
	background-repeat: no-repeat;
	width:260px;
	height:162px;
	box-shadow: 0 1px 5px #000;
	-o-box-shadow: 0 1px 5px #000;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
}
.beer_scorecard {
	float:left;
	background-repeat:no-repeat;
	width:67px;
	height:76px;
	text-align:center;
	color:black;
	margin-left:15px;
	font-family: Arial;
}
.beer_release_table {
	float:left;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:10px;
	width:340px;
	text-shadow: 1px 1px 1px black;
}
.beer_name {
	font-size:18px;
	font-weight:bold;
	margin:20px 20px 10px 20px; /*top right bottom left*/
}
.beer_style_location {
	font-size:12px;
	font-style:italic;
	margin:0px 20px 0px 20px;
}
/*
	ALL BEER REVIEWS
*/
.review_thumbnail {
	text-align:center;
	font-size:12px;
	width:128px;
	height:160px;
	float:left;
	padding:15px;
}
.review_thumbnail img {
	/*width:80px;*/
	width:75px;
	height:100px;
	border:0;
}
.review_thumbnail a {
	color:white;
}
/*
	ALL BEER STYLES
*/
.style_name {
	font-size:27px;
	text-align:left;
	text-shadow: 1px 1px 1px black;
}
.review_thumbnail_styles {
	text-align:center;
	font-size:12px;
	width:127px;
	height:160px;
	float:left;
	padding:15px;
}
.review_thumbnail_styles img {
	width:80px;
	border:0;
}
.review_thumbnail_styles a {
	color:white;
}
/*
	FOOTER
*/
#footer {
	background-image: url("../images/footer_shelf.jpg");
	background-repeat: no-repeat;
	width:954px;
	/*width:100%;*/
	height:400px;
	margin-top:50px;
}
#footer_facebook {
	float:left;
	margin-left:135px;
}
#footer_twitter {
	float:left;
	margin-left:-159px;
	margin-top:134px;
}
#footer_contact {
	float:left;
	margin-top:252px;
}
#made_by_guerilla_pixels {
	float:right;
	margin-right:27px;
	/*margin-top:353px;*/
	margin-top:4px;
}
#designed_by {
	float:left;
	margin-left:380px;
	margin-top:12px;
}
