/* Headers and Fonts */

h1 { 
	font-size: 2.8em;
	font-weight: normal;
	}
.h1NotFound { 
	font-size: 3.5em;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 6px;
	background: url(../images/structure/beerEducationH1.png) no-repeat;
	margin-bottom: 0px;
	}
h2 {
	font-size: 2.3em;
	font-weight: normal;
	}	
	
h3 { 
	font-size: 1.6em;
	font-weight: normal;
	}	

h4 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	}

.darkBlue {
	color: #06268d;
	}
.more { 
	text-align: right;
	display: block;
	padding-bottom: 3px;
	display: block;
	}
#notFound {
	margin-top: 30px;
	min-height: 300px;
	width: 600px;
	height: 100%;
}
#notFound p {
	font-size: 1.3em;
	line-height: 150%;
	margin-top: 10px;
}
#notFound a {
	color: black;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
#notFound a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #000000;
}

#beerProfileSimilarBeers ul li h3 {
	margin-top: 10px;
	width: 175px;
	}

.beerProfileBoxHeaderName, .beerProfileBoxHeaderDescription {
	font-size: 1.4em;
	color: #FFFFFF;
	}
	
.beerProfileBoxHeaderReviews { 
	font-size: 1.4em;
	color: #000000;
	}	

.beerProfileBoxHeaderName a {
	font-weight: bold;
	margin-left: 530px;
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
	}
.beerProfileBoxHeaderName a:hover {
	text-decoration: none;
	color: #FF0000;
}
#beerProfileBoxContent ul li a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	}

.profileLeft {
	font-size: 1.2em;
	font-weight: bold;
	width: 155px;
	padding-right: 10px;
	float: left;
	}
	
.profileRight {
	font-size: 1em;
	font-weight: normal;
	width: 375px;
	float: left;
	}	

#beerProfileBoxReviews ul li a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

.beerProfileReviewSelectName {
	float: left;
	}

.beerProfileSimilarBeersRating {
	float: left; 
	color: #ba9900;
	font-size: 1.6em;
	position: absolute;
	margin-top: -19px;
	margin-left: 200px;
	}

.reviewDate {
	float: right;
	margin-right: 10px;
	display: inline;
	font-size: 1.3em;
	margin-top: 2px;
	}	

.reviewBeerName {
	float: left;
	font-size: 1.9em;
	color: #032695;
	margin-top: 5px;
	margin-left: 74px;
	font-weight: bold;
	width: 673px;
	display: inline;
	}
	
.reviewBeerName a {
	color: #032695;
	text-decoration: none;
	}

.reviewGroupName {
	float: left; 
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 84px;
	width: 663px;
	}

/* End Headers and Fonts */


/* Structure */

#contentMain {
	float: left;
	width: 805px;
	position: relative;
	margin-top: 30px;
	margin-left: 100px;
	padding-bottom: 50px;
	}
	
#contentRight {
	width: 160px;
	float: right;
	margin-top: 51px;
	margin-bottom: 50px;
	}

.adRight {
	border: 1px solid black;
	position: relative;
	float: left;
	margin-top: 10px;
	}

#beerProfileBeerBox {
	border: 1px solid black;
	width: 757px;
	margin-top: 20px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	}

#beerProfileExtraBox  {
	width: 757px;
	float: left;
	position: relative;
	}

.beerProfileBoxHeaderName, .beerProfileBoxHeaderReviews, .beerProfileBoxHeaderDescription {
	width: 737px;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}

.beerProfileBoxHeaderName, .beerProfileReviewBoxHeader, .beerProfileSimilarBeersHeader {
	background: url(../images/structure/profileBlackTop.png) repeat-x;
	}

.beerProfileBoxHeaderReviews {
	background: url(../images/structure/profileYellowTop.png) repeat-x;
	}

.beerProfileBoxHeaderDescription {
	background: url(../images/structure/profileBlueTop.png) repeat-x;
	}

.beerProfileActions {
	width: 153px;
	float: right;
	position: relative;
	height: auto;
	top: 5px;
	right: 10px;
	margin-bottom: 15px;
	border: 1px solid black;
	/* clear: both; */
	}	
.beerProfileBoxBeerImage {
	width: 161px;
	float: right;
	margin-top: 10px;
	position: relative;
	right: 11px;
	margin-bottom: 15px;
	
}	
.beerProfileBoxBeerImage img{
	border: 1px solid #000;
}
.beerProfileActions {
	height: auto;
	border: none;
	font-size: 1.4em;
	width: 153px;
	}
	
#beerProfileBoxContent {
	float: left;
	margin-top: 10px;
	left: 10px;
	min-height: 290px;
	height:auto !important;
 	height:290px;
	position: relative;
	width: 556px;
	margin-bottom: 15px;
	}

#beerProfileBoxReviews {
	background: url(../images/structure/profileBoxTopYellowBG.png) repeat-x;
	float: left;
	width: 737px;
	padding: 10px;
	margin-bottom: 15px;
	padding-bottom: 0;
	}
	
#beerProfileBoxDescription {
	background: url(../images/structure/profileBoxTopBlueBG.png) repeat-x;
	float: left;
	width: 727px;
	font-size: 1.2em;
	line-height: 160%;
	padding: 15px;
	}

#beerProfileReviewBox {
	width: 306px;
	float: left;
	border: 1px solid black;
	height: 245px;
	}

#beerProfileReviewBoxHolder, #beerProfileReviewBoxSubmit {
	float: left;
	width: 306px;
	}

.beerProfileReviewBoxHeader {
	width: 286px;
	float: left;
	font-size: 1.4em;
	color: #FFFFFF;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

.beerProfileReviewSubmit {
	position: relative;
	margin-right: 0px;
	cursor: pointer;
	float: right;
	margin-top: 10px;	
	}	
 
#beerProfileReviewsBottom {
	width: 757px;
	float: left;
	margin-bottom: 35px;
	margin-top: 0px;
	background: url(../images/structure/profileBoxTopBlueBG.png) repeat-x;
	}	
 
.beerProfileReviewsBadge {
	width: 54px;
	height: 38px;
	font-size: 2.1em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	left: 10px;
	position: relative;
	top: 0;
	float: left;
	background: url(../images/structure/reviewBackgroundBlue.png) no-repeat; 
	}
 
 .reviewComments {
 	width: 663px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	position: relative;
	line-height: 130%;
	left: 74px;
	margin-top: 10px;
	}
.reviewComments a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}


/* GROUP INVITE FORM */
.groupInviteForm {
	margin: 50px 0 10px 10px;
	min-height: 250px;
	height: 100%;
	width: 510px;
	padding: 10px 0 20px 30px;
	display: none;
	border: 1px solid #ccc;
	clear: both;
}

.groupInviteForm label{
	float: left;
	font-size: 1.4em;
	color:	#333;
	width: 110px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 3px;
}
.groupInviteForm .normal {
	width: 100px;
}
.groupInviteForm .normalDay {
	width: 60px;
}
.groupInviteForm .normalYear {
	width: 85px;
}
.groupInviteForm input, .groupInviteForm textarea{
	width: 300px;
	font-size: 1.4em;
	border: 1px solid #E3E3E3;
	background: #F6F6F6;
	padding: 5px;
}
.groupInviteForm textarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	opacity: 0.99999; 
	text-shadow: 0 0 0 #000;
}

.groupInviteForm .submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	cursor: pointer;
}
#submitInviteLoading {
	display: none;
	margin-left: 200px;
}
.comment {
	position: relative;
	float: left;
	margin-top: 5px;
	font-size: .8em;
	color: #777;
	}
.fields{
	margin-bottom: 15px;
}
.submitOk {
    color: #002BB7;
	font-size: 1.25em;
    margin:0 0 15px 10px;
	display: block;
}
	
.submitFail {
    color:#CE7500;
	font-size: 1.25em;
	margin:0 0 15px 10px;
	display: block;
}
/* End Structure */


/* Lists */

#beerProfileBoxContent ul, #beerProfileBoxReviews ul {
	display: block;
	}

#beerProfileBoxContent ul li, #beerProfileBoxReviews ul li {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 160%;
	width: 100%;
	display: block;
	float: left;
	}

.beerProfileBoxHeaderReviews ul {
	display: block;
	padding-top: 1px;
	}
	
.beerProfileBoxHeaderReviews ul li {
	display: inline;
	font-size: 1.3em;
	width: 110px;
	text-align: center;
	float: left;
	}	

#beerProfileReviewsBottom ul {
	display: block;
	}

#beerProfileReviewsBottom ul li {
	display: block; 
	width: 757px;
	float: left;
	background: url(../images/structure/memberProfileReviewsLine.png) no-repeat left top;
	background-position: 12px 9px;
	margin-top: 10px;
	}

#beerProfileReviewsBottom ul li ul {
	width: 650px;
	left: 11px;
	position: relative;
	float: left;
	font-size: 1.3em;
	height: 21px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
	}
	
#beerProfileReviewsBottom ul li ul.beerProfileReviewsBottomHeader {
	background: url(../images/structure/profileReviewsHeader.png) repeat-x;
	color: white;
	margin-top: 10px;
	width: 650px;
	margin-left: 10px;
	display: inline;
	}	

	
#beerProfileReviewsBottom ul li ul li {
	display: inline;
	float: left;
	width: 100px;
	background-image: none;
	margin: 0;
	padding-top: 2px;
	text-align: center;
	}
	
.beerProfileActions ul li img, .beerProfileActions ul li img a {
	position: relative;
	float: left;
	border: none;
	}	
	
.beerProfileActions ul li a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	}	
	
.beerProfileActions ul li a:hover {
	font-weight: bold;
	}

.beerProfileActions ul li {
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 5px;
	}
	
.beerProfileActions ul li .actionMessage {
	float: left;
	width: 100px;
	}	
	
.actionImage {
	width: 50px;
	float: left;
	}
	
#oweBeer {
	padding-top: 15px;
	}	
	
#sendMessage, #inviteToGroup {
	padding-top: 10px;
	}
	
/* End Lists */


/* Misc Classes */

.paginationReviews {
	float: right;
	height: 20px;
	}
	
.paginationReviews a {
	color: #FFFFFF;
	text-decoration: none;
	}	
	
.paginationReviews a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #FFFFFF;
	}	
	
.reviewsTItle {
	float: left;
	}

/* End Misc Classes */

/* Beer Favorites */

#beerProfileBoxReviewsBottom ul#beerRecommendations {
	float: left;
	width: 760px;
}

#beerProfileBoxReviewsBottom ul#beerRecommendations li {
	width: 750px;
	float: left;
	min-height:75px;
	height: auto !important;
	height: 122px;
	display: inline;
	position: relative;
	margin-top:10px;
	margin-right: 20px;
	margin-bottom:10px;
}

#beerProfileBoxReviewsBottom .beerProfilesDesc h3 a {
	color: #000000;
	text-decoration: none;
	}

#beerProfileBoxReviewsBottom .beerProfilesDesc h3 a:hover {
	color: #0429A4;
}

#beerProfileBoxReviewsBottom .notinterested{
	text-align: right;
	color: #000;
	font-weight: bold;
	padding: 2px;}
	
#beerProfileBoxReviewsBottom .notinterested a{
	color: #000;
	text-decoration: none;}
	
#beerProfileBoxReviewsBottom .notinterested:hover{
	color: #fff;
	background: #f00; }
	
#beerProfileBoxReviewsBottom .beerProfilesThumb {
	position: absolute;
	float: left;
	display: block;
	margin-left: 5px;
	width:60px;
	}
	
#beerProfileBoxReviewsBottom .beerProfilesThumb img {
	border: 1px solid black;
	cursor: pointer;
}

#beerProfileBoxReviewsBottom .beerProfilesDesc {
	position: absolute;
	float: left;
	display: block;
	margin-left: 75px;
	width:670px;
}

#beerProfileBoxReviewsBottom .noFavs {
	position: relative;
	float: left;
	font-size: 1.35em;
	margin-top: 15px;
	left: 20px;
}

ul li.beerProfilesAlt {
	background:transparent url(../images/structure/beerProfilesAlt.png) repeat-x scroll 0 0;
}
/* End Beer Recommendations */