﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

legend {
	margin-bottom: 0px;
}

.event-list-item-date {
	float:left;
	width:15%;
	margin-right:2%;
}

.event-list-item-date .event-date {
	border: 2px solid #f8f8f8;
	background-image:url(../images/dashed.png);
	text-align:center;
	height:100px;
	width:95px;
	display:block;
	margin-top:3px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}

.event-list-item-date .event-day {
	font-size:40px;
	color:#222;
	font-weight:700;
	display:block;
	padding-top:10px;
}

.event-list-item-date .event-month {
	display:block;
}

.event-list-item-info {
	float:left;
	padding-bottom:34px;
	width:98%;
	padding-right:2%;
	border-right:2px solid #f8f8f8;
	margin-right:2%;
}

/*.event-list-item-info {
	float:left;
	padding-bottom:34px;
	width:64%;
	padding-right:2%;
	border-right:2px solid #f8f8f8;
	margin-right:2%;
}*/


.lined-info h4 {
	margin-bottom:0;
	letter-spacing:0;
	text-transform:none;
	font-weight:400;
	font-size:17px;
}

.lined-info {
	border-bottom:1px solid #f8f8f8;
	padding:5px 0;
}

.event-list-item-info .lined-info:first-child {
	padding-top:0;
}

.meta-data {
	color:#999;
	font-style:italic;
	font-size:12px;
	font-weight:400;
	font-family:"Volkhov", serif;
}

.meta-data a {
	color:#666666;
}

.meta-data a:hover {
	text-decoration:none;
}

.meta-data > span {
	display:inline-block;
}

.meta-data i {
	margin-right:4px;
}

.meta-data > span:last-child {
	margin-right:0;
}

img.media-object-thumbnail {
	width:74px;
	height:74px;
	border-radius: 5px;
}

.media-empty-thumbnail {

}

fieldset.control-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
	border-radius: 5px;
}

legend.control-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.media-short > #featured-event {
	margin-left: 10px;
}
	