@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../types/League_Gothic-webfont.eot');
	src: url('../types/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../types/League_Gothic-webfont.woff') format('woff'),
	url('../types/League_Gothic-webfont.ttf') format('truetype'),
	url('../types/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
 overflow-y:scroll;
}

body {
	padding-top: 40px;
}

.blue-grad {
	color: #DCDCDC;
	background-color: #0A5495;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0A5495', endColorstr='#094F8C', GradientType=0);
	background-image: -moz-linear-gradient(top,#0A5495,#094F8C);
	background-image: -ms-linear-gradient(top,#0A5495,#094F8C);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0A5495),to(#094F8C));
	background-image: -webkit-linear-gradient(top,#0A5495,#094F8C);
	background-image: -o-linear-gradient(top,#0A5495,#094F8C);
	background-image: linear-gradient(top,#0A5495,#094F8C);
}

body > footer {
	color: #DCDCDC;
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.25),inset 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.25),inset 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 -1px 3px rgba(0,0,0,0.25),inset 0 1px 0 rgba(0,0,0,0.1);
}

body > footer .container {
	background: url("../img/w3-logo-h30.png") no-repeat right center;
	padding: 15px 10px;
}

body > footer p {
	margin:0;
}

.mainList {
	list-style-type: none;
	margin: 0 0 5px;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.mainList li {
	margin: 0;
	border-top: 1px solid lightgrey;
	min-height: 48px;
	display: table-row;
}
.mainList li > a,
.mainList li > span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
.mainList li > a {
	width: 36px;
	height: 49px;
	padding: 5px;
}
.mainList li:nth-child(2n+1) {
	background: #eee;
}

.navbar .nav li.active,
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
	color: #fff;
	background-color: #073965;
}

.navbar .nav > li > a {
	color: #DDD;
}

.navbar-text a,
body > footer a {
	color: #E9DC00;
	font-weight: bold;
}

.navbar-text a:hover,
body > footer a:hover {
	text-decoration:underline;
	color: #E9DC00;
	font-weight: bold;
}

.navbar-text.pull-right {
	margin-right: 10px;
}

h1 {
	font: 1.9em 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	color: #004480;
	margin: 10px 0;
}

h2 {
	font: 1.9em 'LeagueGothicRegular', sans-serif;
	color: #E55300;
	margin: 10px 0;
}

.form-actions {
	padding:0;
	background:none;
	border:none;
}

legend {
	font-size: 1.3em;
	line-height: 1.8em;
}

.activities {
	list-style-type: none;
	margin-left: 0;
}

.activities .label {
	min-width: 90px;
	display: inline-block;
	text-align: right;
}

h1.inline,
form.inline {
	display: inline-block;
	vertical-align: middle;
}
form.inline {
	margin:10px 5px;
}

.lead {
	margin: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

.eventList,
.dayEvents {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
}
.dayEvents {
	margin: 10px 0;
}

.eventList li {
	padding: 3px 5px;
	overflow: auto;
}
.eventList.accordion-inner {
	padding: 6px 10px;
}




.eventList li:nth-child(2n+1) {
	background: #F5F5F5;
}

.dayEvents > .event {
	padding: 8px 15px;
	margin: 0;
	border: 1px solid #E5E5E5;
	border-bottom-width: 0;
}
.dayEvents > .event .timeslot {
	float: left;
}

.dayEvents > li .accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom-width: 0;
}

.dayEvents > .event:first-child,
.dayEvents > li:first-child .accordion-group {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



.dayEvents > .event:last-child ,
.dayEvents > li:last-child .accordion-group {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-width: 1px;
}

.dayEvents .accordion {
	margin-bottom: 0;
}
.dayEvents .accordion-group {
	margin-bottom: 0;
}

.interest img {
	height: 16px;
	vertical-align: sub;
	margin-right: 2px;
}

.room {
	display: inline-block;
	min-width: 7em;
}

.eventName {
	font-weight: bold;
}

.timeslot {
	margin-right: 10px;
}

.member-only {
	float: right;
}

.member-only, .counter {
	cursor: default;
}

.add-event {
	float: right;
	margin: 0;
	position: relative;
	top: -5px;
}

.eventDay {
	display: none;
	font-weight: bold;
	margin-right: 3px;
}

.mySchedule .eventDay {
	display: inline;
}

.eventList.accordion-inner .timeslot {
	display: none;
}

.event {
	overflow: auto;
}

#messages .icon-comment {
	margin: 0 11px;
	vertical-align: middle;
}













@media (max-width: 979px) {
.navbar-fixed-top {
	margin-bottom: 0px !important;
}
}

@media (max-width: 767px) {
body {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
body > footer {
	margin:0 -10px !important;
}
.navbar-fixed-top {
	margin-right: -10px !important;
	margin-left: -10px !important;
}
}