/* @override 
	http://localhost:3003/stylesheets/review.css
*/

.review {
	
}

/* @group Header */

.review .main_photo {
	
}

.review .main_photo.hidden {
	display: none;
}

.review .header {
	background-color: #272727;
	width: 680px;
	right: 0;
	position: relative;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.review .header a:link,.review .header a:visited  {
	color: #eabd58;
}

.review .header a:hover {
	color: #d15c2e;
}

/* @group Info */

.review .header .info {
	padding: 10px;
}

.review .header .about {
	float: left;
}

.review .header .about .byline {
	font-weight: bold;
	color: inherit;
	text-align: left;
	font-size: 12px;
}

.review .header .info .date {
	font-size: 12px;
	color: #a8a8a8;
}

.review .header .info .kind {
	font-size: 21px;
	color: white;
	text-transform: lowercase;
}

.review .header .info .kind.official {
	color: #70a837;
}

.review .header .info .kind.featured {
	color: #3365cc;
}

.review .header .info .kind.community {
	color: #d15c2e;
}


/* @group Restaurant */

.review .restaurant {
	float: right;
	text-align: right;
}

.review .restaurant .text {
	float: left;
	text-align: right;
	width: 250px;
	padding-right: 10px;
}

.review .restaurant .neighborhood {
	font-size: 14px;
}

.review .restaurant .type {
	font-size: 10px;
	color: #838383;
	text-transform: lowercase;
}

.review .restaurant .map {
	float: right;
	/*padding-left: 10px;*/
}

.review .restaurant .restaurant_photo {
	float: right;
}
.review .restaurant .map img {
}

/* @end */

/* @end */

/* @end */

/* @group Body */

.review .body, .review .introduction {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.3em;
}

.social_media_links {
	float: right;
	text-align: left;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	background-color: #f3f3f3;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	margin-left: 10px;
}

.social_media_links a {
	display: block;
		border-bottom: 1px solid #dcdcdc;
	padding: 3px;
	font-weight: normal;
	font-style: normal;
}

.social_media_links a img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

/* @end */

/* @group Individual Reviews */

.individual_review .author {
	margin-top: 45px;
}

.individual_review .author img {
	height: 48px;
	float: left;
}

.individual_review .author div {
	float: left;
	font-size: 24px;
	padding: 11px 5px 0 10px;
}

.individual_review .author a {
	font-weight: normal;
	font-style: normal;
	color: black;
}

/* @end */