/***** event specific *****/

.event img.thumb {
    float: right;
    padding-bottom:15px;
    margin-bottom:15px;
    margin-top:-15px;
    margin-left:20px;
    vertical-align:top;
    }

hr.divider {
      clear: both;
      border: none;
      color: white;
      border-bottom: 1px solid #cacaca;
    }

.event {
    /* float:left; */
    line-height:1.2em;
    margin-left:0px;
    margin-top:1em;
    padding-bottom:15px;
    }
    
.event h2 {
    margin: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    border:none;
    padding:0px;
    }

.event h3 {
    font-weight: bold;
    font-size: .85em;
    padding:0px;
    margin-top:0px;
    margin-bottom:10px;
}
.event .thumb {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.event-meta-pic {
	font-size:.85em;
	color:#333333;
	line-height:1.6em;
	/*
	padding-right:25px;
	width:305px;
	*/
}
.event-body-pic {
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
	/*
	padding-right:25px;
	width:305px;
	*/
}

.event-text {
	/* font-size:.85em; */
	/*
	float:left;
  width: 310px;
  padding-right: 0px;
  */
}

.event > .event-text {
  /*
  width: 315px;
  padding-right: 15px;
  */
}

.event-meta {
	font-size:.85em;
	color:#333333;
	line-height:1.6em;
}
.event-body {
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
}

