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

#logged_in_header .brownie_points {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
			border: 1px solid #dcdcdc;

}

.columns .community_left_column {
	width: 435px;
	float: left;
	margin-right: 15px;
}

.columns .community_right_column {
	width: 230px;
	float: left;
}

.columns .community_center_column {
	width: 255px;
	float: left;
		margin-right: 15px;
}

.my_tools {
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 15px 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.my_tools .big_button {
	width: 75%;
}

.my_tools .small_button {
	width: 70%;
}

.my_tools .badge_details {
	background: #b8c3df url(/images/light_sheen.png) 0 center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 60%;
	font: 12px "Helvetica Neue", Helvetica, Helvetica, Geneva, sans-serif;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	color: #1b357c;
}

.my_tools .explanation {
	font: 14px "Helvetica Neue", Helvetica, Helvetica, Geneva, sans-serif;
	color: #545454;
	margin-bottom: 15px;
}

.my_tools .badge_details div {
	margin-bottom: 2px;
	margin-top: 2px;
}

/* @group Logged In Header */

#logged_in_header {
	height: 60px;
	margin-bottom: 15px;
}

#logged_in_header .left_side {
	width: 350px;
}

#logged_in_header .left_side img {
	width: 60px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#logged_in_header .name {
	float: left;
	margin-top: 18px;
}

#logged_in_header .name a {
	font: normal normal 21px "Helvetica Neue", Helvetica, sans-serif;
}

#logged_in_header .right_side {
	float: right;
}

#logged_in_header .right_side .small_button {
	margin-top: 18px;
	width: 64px;
	float: left;
	text-align: center;
}

#logged_in_header .right_side .brownie_points {
	float: right;
}

/* @end */

/* @group Top Authors */

ul.author_list {
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-bottom-style: none;
}

ul.author_list li {
	background-color: #eee;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
}

ul.author_list li.odd {
	background-color: #e2effa;
}

ul.author_list li .rank {
	float: left;
	padding: 5px;
	color: #4a4a4a;
}

ul.author_list li .name {
	float: left;
	padding: 4px;
}

ul.author_list li .name a {
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	position: relative;
	top: 1px;
}

ul.author_list li .brownie_points {
	float: right;
	margin-top: 5px;
	background: transparent none 0 center;
	padding: 0;
	text-align: right;
	margin-right: 10px;
}

ul.author_list li .brownie_points img {
	margin-right: 3px;
	padding-bottom: 1px;
}

.bordered_empty_list {
	background-color: #eee;
	padding: 5px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	border: 1px solid #dcdcdc;
	text-align: center;
	text-transform: lowercase;
	color: #8e8e8e;
}

/* @end */

#change_location_link {
	float: right;
}

#change_location_link a {
	color: #5d5c5a;
	font: normal normal 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#change_location_link a:hover {
	color: #72200a;
}

#change_location_link a:active {
	color: #ffce27;
}

.user_notification {
	padding: 5px;
	border: 1px solid #dcdcdc;
	color: #686868;
	background-color: #eee;
	margin-bottom: 20px;
}

.user_notification .title {
	font-weight: bold;
	color: #626262;
}

.user_notification .buttons {
	float: right;
	width: 120px;
	text-align: center;
	margin-top: 2px;
}

.user_notification .buttons a {
	width: 90%;
}

#add_photo_notice {
	background-color: #ffc;
	padding: 15px;
}

#add_photo_notice p {
	margin: 0;
}

#add_photo_notice .button_wrap {
	float: right;
	width: 120px;
}

.incomplete_review_notice {
	background-color: #ffc;
	padding: 15px;
	margin-top: 10px;
}

.incomplete_review_notice p {
	margin: 0;
}

.incomplete_review_notice .button_wrap {
	float: right;
	width: 124px;
}

.review_thumbnails {
	

}

.review_thumbnails .thumb {
	display: block;
	float: left;
	width: 87px;
}

.review_thumbnails img {
	max-width: 100%;
}

.review_thumbnails .info {
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	font: normal normal 11px "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.review_thumbnails .info .author {
	font-size: 10px;
}

.no_my_reviews {
	width: 580px;
	-webkit-border-radius:5px;
	background-color: #ececec;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #dcdcdc;
}

.no_my_reviews .big_button {
	width: 40%;
}