/* User Story Default Carosoul */
.user-story-block-default,
.user-story-block-default .item {
	min-height: 268px;
}

.user-story-block-default .item a img{
	height: 325px;
}

.user-story-block-default .carousel-caption {
	background-color: rgba(50,50,50,0.7);
	left: auto;
	right: auto;
	width: 100%;
	bottom: 0;
}

.user-story-block-default .carousel-indicators {
	bottom: 0;
}

/* User Story Listing Block */
.user-story-block-listing li {
	margin-bottom: 8px;
}

/* User Story Detail Block */
div#user_story_blurb { margin:20px 0px; }
div #user_story_blurb p {
  font-size:1.2em;
  font-style:italic;
}
div#user_story_text{ margin-top:20px; }
.user_story_thumbnail {
  border:1px solid #7A1240;
  float:left;
  margin:0 1em 1em 0;
}
div.resource_headings { overflow:auto; }
div.user_story_icon { float:right; }
div.user_story_icon a { display:block; }