#edit-field-story-categories-tid-wrapper {
	margin: 0 auto 20px;
	position: relative;
	width: 940px;
	float: none;
	padding: 0;
}

#edit-field-story-categories-tid {
	*position: relative;
	*zoom: 1;
}
#edit-field-story-categories-tid:before,
#edit-field-story-categories-tid:after {
	content: "";
	display: table;
}
#edit-field-story-categories-tid:after {
	clear: both;
}

#edit-field-story-categories-tid-wrapper .form-item {
	text-align: center;
	/* width: 14.2857%; */
	width: 12.5%;
	float: left;
}
#edit-field-story-categories-tid-wrapper .form-item input {
	display: none;
}
#edit-field-story-categories-tid-wrapper .form-item label {
	/* font-family: 'museo-slab', Georgia, serif; */
	font-family: 'gotham-medium', sans-serif;
	background-position: center top;
	border-bottom: 3px solid #eee;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding: 70px 0 10px;
	line-height: 18px;
	font-size: 12px;
	cursor: pointer;
	display: block;
	color: #999;
}
#edit-field-story-categories-tid-wrapper .form-item label:hover,
#edit-field-story-categories-tid-wrapper .form-item input:checked + label {
	border-bottom-color: #ddd;
	color: #444;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-all + label {
	background-image: url('../../images/icon-lg-story-all.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-all:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-all:hover + label {
	background-image: url('../../images/icon-lg-story-all-active.png');
	border-bottom-color: #444;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-1 + label {
	background-image: url('../../images/icon-lg-story-editors-pick.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-1:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-1:hover + label
 {
	background-image: url('../../images/icon-lg-story-editors-pick-active.png');
	border-bottom-color: #f57d27;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-2 + label {
	background-image: url('../../images/icon-lg-story-latest.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-2:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-2:hover + label {
	background-image: url('../../images/icon-lg-story-latest-active.png');
	border-bottom-color: #e91069;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-3 + label {
	background-image: url('../../images/icon-lg-story-travel-kindly.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-3:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-3:hover + label {
	background-image: url('../../images/icon-lg-story-travel-kindly-active.png');
	border-bottom-color: #34b8bc;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-4 + label {
	background-image: url('../../images/icon-lg-story-changemakers.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-4:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-4:hover + label {
	background-image: url('../../images/icon-lg-story-changemakers-active.png');
	border-bottom-color: #89cb97;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-5 + label {
	background-image: url('../../images/icon-lg-story-city-guides.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-5:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-5:hover + label {
	background-image: url('../../images/icon-lg-story-city-guides-active.png');
	/*border-bottom-color: #fed37f; */ 
	border-bottom-color: #f7dedf;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-6 + label {
	background-image: url('../../images/icon-lg-story-kindness-cafe.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-6:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-6:hover + label {
	background-image: url('../../images/icon-lg-story-kindness-cafe-active.png');
	border-bottom-color: #f48e8d;
}

#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-7 + label {
	background-image: url('../../images/icon-lg-story-pack.png');
}
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-7:checked + label,
#edit-field-story-categories-tid-wrapper .form-item input#edit-field-story-categories-tid-7:hover + label {
	background-image: url('../../images/icon-lg-story-pack-active.png');
	border-bottom-color: #bc34ae;
}