/* CSS Document */
.headerimage{
	width:300px;
}
.article{
	text-align:left;
	width:87%;	
}
.articletitle{
	font-size: 2em;
	font-weight:bold;	
	color: #4a4a4a;
}
.articledate{
	color: #909293;	
	font-size: .8em;
}

.summary{
}
.summaryheadline{
}
.summary .headerimagesmall
{
	max-width:100%;
	height:auto;
	border:1px solid #ccc;
	margin-bottom:1em;
	display:block;
}
.headerimagesmall{
	width:100%;
	height:auto;
	margin-bottom:1em;
}
.nextbutton{
	display: inline-block;
}
.secondaryTabsBar{
	text-align:right;
	background: url(tabBar.png) no-repeat;
	background-position:bottom left;
	position:relative;
	
}
.tabsBar {
	background: url(tabBar.png) no-repeat;
	background-position: bottom left;
}
.SecondaryTabsLinks{
	/*background-color: #11487c;*/
	background-color: #002855;
	color:white;
	text-align:center;	
	display: inline-block;
	margin: 12px;
	width: 200px;
	height:50px;
	padding:5px;
	font-size: .8em;
	vertical-align:top;
}
.SecondaryTabsLinks span {
  display:table-cell;
  width:200px;
  height:45px;;
  vertical-align: middle; 
  text-align: center; 
}

article .post-meta
{
	font-size:.8em;	
	margin-bottom:.5em;
}

figure.img-float-right, .img-float-right {
	float:right;
	margin:0 0 20px 20px;
}

figure.img-float-left, .img-float-left{
	float:left;	
	margin:0 20px 20px 0;
}

figure.img-float-left, figure.img-float-right
{
	max-width:300px;
	text-align:center;
}
 
figure figcaption{
	font-size: .8em;	
	text-align:center;
}


.story-thumbnail
{
	width:150px;
	height:auto;
	margin:0 0 1em 1em;
}

.wvum-story-list>li
{
	clear:both;
	border-bottom:1px solid #ddd;
	padding-bottom:1em;
	margin-bottom:1em;
}
.eventtime{
	font-weight:bold;
	display:inline-block;
}
.eventwhen{
	text-decoration: underline;
	display:inline-block;
}
