/**
 * @name Bootstrap Theme
 * @version 1.0
 * @author OmniUpdate
 * @description A calendar theme using Bootstrap 3.3.7
 *
 * @package Helios Calendar
 * @subpackage Bootstrap Theme
 */
html {
	overflow-y: scroll;
}

.hl {
	background: #EFEFEF;
}

.hl_frm {
	background: #FFFFFF;
}

h1 {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 7px 0;
	color: #000000;
}

h2 {
	clear: both;
	font-size: 13px;
	margin: 15px 0 3px 0;
	padding: 5px 0 0 0;
	border-top: solid 1px #CCCCCC;
}

h2.date,
h2.location {
	clear: both;
	font-size: 13px;
	margin: 0 0 3px 0;
	padding: 0;
	border: none;
}

h3,
h4 {
	clear: both;
	font-size: 13px;
	padding: 10px 0 0 0;
	margin: 0;
}

section header {
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #3D3F3E;
	color: #000000;
	padding: 10px 0 0 0;
}

section article h1 {
	display: block;
}

#evernote {
	clear: both;
	padding: 0 0 0 5px;
}

#evernote p {
	padding: 5px 0 10px 0;
}

.event-sort a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin: 2px
}

.badge-sort {
	padding-top: -5px;
}


/*copied from cores.css */

.icon {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 3px 20px;
	text-decoration: underline;
	color: #3D3F3E;
}

.iconR {
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 20px 3px 0;
	text-decoration: underline;
	color: #3D3F3E;
}

.archive {
	background-image: url(../../../img/icons/archive.png);
}

.calendar {
	background-image: url(../../../img/icons/calendar.png);
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	width: 16px;
	height: 16px;
}

.comment {
	background-image: url(../../../img/icons/comments.png);
}

.directions {
	background-image: url(../../../img/icons/car.png);
}

.email {
	background-image: url(../../../img/icons/email.png);
}

.emaile {
	background-image: url(../../../img/icons/emailedit.png);
}

.google_cal {
	background-image: url(../../../img/cal/google.png);
}

.ical {
	background-image: url(../../../img/icons/ical.png);
}

.live {
	background-image: url(../../../img/cal/windows.png);
}

.map {
	background-image: url(../../../img/icons/map.png);
}

.qr {
	background-image: url(../../../img/icons/qr.png);
}

.rsvp {
	background-image: url(../../../img/icons/register.png);
}

.rss {
	background-image: url(../../../img/feed.png);
}

.vcal {
	background-image: url(../../../img/icons/vcal.png);
}

.weather {
	background-image: url(../../../img/icons/weather.png);
}

.yahoo {
	background-image: url(../../../img/cal/yahoo.png);
}

.regMeter {
	padding: 0;
	background: #666;
	border: none;
}

.regFull {
	height: 8px;
	margin: 0;
	padding: 0;
	background: #FF6600;
}

.regOver {
	height: 8px;
	background: crimson;
}

section > ul > li {
	clear:both;
}

section li.hl {
	padding-bottom: 3px;
}

section li time {
	width: 160px;
	padding: 0;
	float: left;
	margin-bottom: 5px;
}

section li a {
	display: block;
}


/* forms */


/*label {text-indent:-15px;clear:both;width:100px;float:left;text-align:right;margin:5px 0 0 0;padding:0 5px 0 0;}*/


/*input, select, textarea{float:left;margin:3px 0 5px 3px;}*/


/*input[type=checkbox], radio {margin:5px 50px 0 0;}*/

textarea {
	width: 80%;
	resize: vertical;
}

.output,
label.output {
	float: left;
	margin: 5px 0 3px 0;
}

.output img {
	vertical-align: middle;
}

.req2 {
	color: #0000FF;
}

.req3 {
	color: #008000;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin: 5px 10px 0 0;
}

.frm_ctrls {
	float: left;
	line-height: 20px;
}

.frm_ctrls label {
	float: left;
	width: auto;
	text-align: right;
	padding: 0 0 0 5px;
	margin: 0;
	white-space: nowrap;
	text-indent: 0;
}

.frm_ctrls label input,
#loc_results input {
	margin: 3px 5px 3px 0;
}

.frm_grp label {
	float: left;
	width: 100%;
	text-align: left;
	padding: 5px 0 10px 5px;
	margin: 0;
}

.catCol {
	float: left;
	width: 170px;
}

.catCol label {
	clear: both;
	padding: 0;
	text-align: left;
	width: 100%
}

.catCol label input {
	margin: 3px 20px 3px 0;
	padding: 0;
}

.catCol label.sub input {
	margin: 3px 20px 3px 20px;
	padding: 0;
}

.catCtrl {
	clear: both;
	text-align: right;
	padding: 10px 10px 0 0;
}


/*	Sign In Buttons - Adapted From: https://github.com/necolas/css3-social-signin-buttons */

.btn-auth {
	position: relative;
	display: inline-block;
	height: 22px;
	padding: 0 1em;
	border: 1px solid #999;
	border-radius: 2px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
	cursor: pointer;
	color: #222;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active {
	color: #222;
	text-decoration: none;
}

.btn-auth:before {
	content: "";
	float: left;
	width: 22px;
	height: 22px;
}

.btn-auth::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#btn-twitter {
	text-decoration: none;
	color: #327695;
}

.btn-twitter {
	border-color: #a6cde6;
	color: #327695;
	background: #cfe4f0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
	color: #327695;
	border-color: #8dc2e4;
	background-color: #cadde9;
}

.btn-twitter:active {
	background: #cadde9;
	-webkit-box-shadow: inset 0 1px 0 #bbd6e7;
	box-shadow: inset 0 1px 0 #bbd6e7;
}

.btn-twitter:before {
	margin: 0 0.6em 0 -0.6em;
	background: url(../img/signin/twitter.png) no-repeat 0px 3px;
}

#btn-facebook {
	text-decoration: none;
	color: #FFFFFF;
}

.btn-facebook {
	border-color: #29447e;
	border-bottom-color: #1a356e;
	color: #fff;
	background-color: #5872a7;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
	background-image: -webkit-linear-gradient(#637bad, #5872a7);
	background-image: -moz-linear-gradient(#637bad, #5872a7);
	background-image: -ms-linear-gradient(#637bad, #5872a7);
	background-image: -o-linear-gradient(#637bad, #5872a7);
	background-image: linear-gradient(#637bad, #5872a7);
	-webkit-box-shadow: inset 0 1px 0 #879ac0;
	box-shadow: inset 0 1px 0 #879ac0;
}

.btn-facebook:hover,
.btn-facebook:focus {
	color: #fff;
	background-color: #3b5998;
}

.btn-facebook:active {
	color: #fff;
	background: #4f6aa3;
	-webkit-box-shadow: inset 0 1px 0 #45619d;
	box-shadow: inset 0 1px 0 #45619d;
}

.btn-facebook:before {
	border-right: 1px solid #465f94;
	margin: 0 1em 0 -1em;
	background: url(../img/signin/facebook.png) no-repeat 0px 3px;
}

#btn-google {
	text-decoration: none;
	color: #666666;
}

.btn-google {
	border-color: #CCCCCC;
	color: #fff;
	background: #E4E4E4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6F6F6), to(#E4E4E4));
	background-image: -webkit-linear-gradient(#F6F6F6, #E4E4E4);
	background-image: -moz-linear-gradient(#F6F6F6, #E4E4E4);
	background-image: -ms-linear-gradient(#F6F6F6, #E4E4E4);
	background-image: -o-linear-gradient(#F6F6F6, #E4E4E4);
	background-image: linear-gradient(#F6F6F6, #E4E4E4);
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
	color: #fff;
	background-color: #F5F5F5;
}

.btn-google:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-google:before {
	margin: 0 1em 0 -1em;
	background-position: -88px 0;
	background-color: #e6e6e6;
	background: url(../img/signin/google.png) no-repeat 5px 3px;
}


/*	TinyMCE v3 */

.o2k7Skin {
	position: relative;
	float: left;
	margin: 3px 0 3px 3px;
	width: 80%;
}

.o2k7Skin textarea {
	height: 350px
}


/*	TinyMCE v4 */

.mce-label {
	text-indent: 0;
}

.hc_daily {
	background-image: url(../../../img/nav/daily.png);
}

.hc_weekly {
	background-image: url(../../../img/nav/weekly.png);
}

.hc_monthly {
	background-image: url(../../../img/nav/monthly.png);
}

.hc_filter {
	background-image: url(../../../img/nav/filter.png);
}

.hc_home {
	background-image: url(../../../img/nav/home.png);
}

.hc_left {
	background-image: url(../../../img/nav/left.png);
}

.hc_leftb {
	background-image: url(../../../img/nav/leftb.png);
}

.hc_right {
	background-image: url(../../../img/nav/right.png);
}

.hc_rightb {
	background-image: url(../../../img/nav/rightb.png);
}

.hc_loc {
	background-image: url(../../../img/icons/card.png);
}

section ul {
	list-style: none;
	margin: 5px 5px 5px 0;
	padding: 2px;
}

li {
	line-height: 18px;
}

article li {
	margin: 2px 0 3px 0;
}


/* Mini-Calendar */

.mini-cal {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	empty-cells: show;
	width: 75%;
	height: 150px;
	font-size: 12px;
	padding: 0;
	margin: auto;
}

.mini-cal td,
.mini-cal td a,
.mini-cal td:hover,
.mini-cal td a:hover {
	color: #000;
}

.mini-cal a {
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.mini-cal td,
.mini-cal th {
	cursor: default;
	text-align: center;
	border: solid 1px #ACACAC;
	padding: 0;
	margin: 0;
}

.mini-cal th.nav,
.mini-cal th.title {
	background: #EEEEEE;
}

.mini-cal th.title select {
	font-family: inherit;
	background-color: #EEEEEE;
	border: 0;
	float: none;
	color: #993300;
}

.mini-cal th.nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

.mini-cal th.nav a:hover {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}

.mini-cal th.dow {
	background: #FAFAFA;
	color: #993300;
	width: 14%;
}

.mini-cal td.blank {
	background: #FAFAFA;
}

.mini-cal td.today,
.mini-cal td.today a {
	background: #FF8800;
}

.mini-cal td.events,
.mini-cal td.events a {
	background: #ffaa00;
}

.mini-cal td a {
	text-decoration: underline;
}

.mini-cal td a:hover {
	text-decoration: none;
}


/* Events listing */

.panel {
	margin-bottom: 5px;
}

h4.panel-title {
	padding: 0px;
}

.event-item img.img-thumbnail {
	margin-right: 10px;
}

.event-item a {
	text-decoration: none;
}

.sidenav li:first-child {
	padding-top: 10px;
}

.sidenav li a {
	border-bottom-color: #d9d9d9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #666666;
	font-size: 1.35em;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 8px;
}

.sidenav li:last-child a {
	border-bottom-width: 0px;
}

aside {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

aside nav ul {
	margin: 0 auto 15px auto;
	width: 75%;
	padding: 0;
	background: #FAFAFA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EFEFEF');
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EFEFEF));
	background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
	border: solid 1px #CCCCCC;
	border-top: none;
	border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

aside nav ul li {
	margin: 0;
	padding: 0;
}

aside .nav>li>a {
	padding: 5px 10px;
}

aside nav ul a.menu {
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', Helvetica, sans-serif;
}

aside nav ul a.menu:hover {
	color: #FFFFFF;
	background: #FF6600;
}

aside nav ul a.hc_mnu_usr_si {
	color: #FF6600;
}

aside nav ul li:last-child a:hover {
	border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

aside ul {
	list-style: none;
	margin: 0 5px 5px 10px;
	padding: 0;
}

aside li {
	padding: 0 0 0 2px;
}

aside li.date {
	margin: 7px 0 0 1px;
	padding: 0;
	font-style: italic;
}

aside li.upcoming {
	margin: 7px 0 0 1px;
	padding: 0;
	font-weight: bold;
}

aside #hc_c,
#hc_l,
#hc_r {
	display: block;
	float: left;
	width: 33%;
	height: 25px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #EFEFEF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#CCCCCC');
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#CCCCCC));
	background: -moz-linear-gradient(top, #FAFAFA, #CCCCCC);
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

aside #hc_l {
	border-left: solid 1px #CCCCCC;
	border-top-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}

aside #hc_c {}

aside #hc_r {
	border-right: solid 1px #CCCCCC;
	border-top-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
}

aside a.on {
	font-weight: bold;
	color: #666666;
	text-shadow: #FFFFFF 0 1px 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#FFFFFF", direction=150, strength=2, positive="true");
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', direction=150, strength=2, positive='true')";
}

aside a.off {
	font-weight: normal;
	color: #666666;
	text-shadow: #FFFFFF 0 1px 1px;
}

.links,
.links li {
	margin: 0;
	padding: 0;
}

.links a {
	display: block;
	margin: 5px 0 5px 10px;
}


/* series */

#series #map_canvas {
	float: right;
	width: 50%;
	height: 250px;
	margin: 0;
	padding: 0;
	border: solid 1px #CCCCCC;
	clear: none;
}

#series header {
	clear: both;
}

#series fieldset {
	width: 49%;
	foat: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#series header span.venue {
	font-weight: normal;
	color: #666666;
	font-style: italic;
	padding-left: 10px;
}

#series header span.venue:before {
	content: "- ";
}

#series fieldset p {
	width: 75%;
	margin: 0 0 0 24%;
	padding: 15px 0 10px 0;
	clear: both;
	font-style: italic;
}

#series time {
	padding: 0 5px 0 0;
}


/* location page */

#location {
	float: right;
	width: 48%;
	border: solid 1px #CCCCCC;
	background: #FAFAFA;
	margin: 10px 0 10px 15px;
	padding: 5px;
}

#location h2 a {
	float: right;
	margin: 0 5px 0 5px;
}

#detail_left {
	clear: both;
	float: left;
	width: 49%;
	padding: 0 2% 10px 0;
}

#detail_right {
	float: left;
	width: 49%;
	padding: 0 0 10px 0;
}

#detail_right a {
	line-height: 20px;
}

#categories li {
	clear: none;
	float: left;
}

#categories a {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

.social {
	float: right;
	margin: -15px 0 0 0;
}

.socialT {
	float: left;
	width: auto;
	padding: 0;
	text-align: left;
}

.socialF {
	float: left;
	width: auto;
	padding: 0 15px 0 0;
	text-align: left;
}

.socialG {
	float: left;
	width: auto;
	padding: 1px 0 0 0;
	text-align: left;
	height: 22px;
}

.socialL {
	float: left;
	width: auto;
	padding: 1px 0 0 0;
	text-align: left;
}

.twitter-share-button {
	padding: 0;
}

.loc_rss {
	float: right;
	height: 16px;
	margin: 0 5px 0 0;
}

#loc_events {
	clear: both;
	background: #FAFAFA;
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#loc_events h2 {
	border: 0;
	margin: 6px 0 0 0;
	padding: 0;
}

#loc_events time {
	float: right;
	width: 150px;
	font-style: italic;
	padding: 0 3px 0 0;
}

#eventRegAvailable {
	margin-right: 5px;
}

#custom_notice {
	clear: both;
}

#filter {
	padding-left: 10px;
}

.catCol {
	padding: 2px 10px;
}

.catCol label {
	clear: both;
	padding: 0;
	text-align: left;
	width: 100%
}

.catCol label input {
	margin: 3px 20px 3px 0px;
	padding: 0;
}

.catCol label.sub input {
	margin: 3px 20px 3px 20px;
	padding: 0;
}

ul.tools li {
	font-style: italic;
	margin: 5px 0 0 0;
}

ul.tools li a {
	clear: both;
	font-style: normal;
	display: block;
	font-size: 13px;
}


/* digest */

.dgst {
	float: left;
	width: 49%;
	margin: 0 0 10px 0;
	padding: 0 0 0 1%;
}

.dgst_bdr {
	border-right: dashed 1px #CCCCCC;
	padding-left: 0;
}

.dgst_news {
	clear: both;
	width: 100%;
	margin: 0;
}

.dgst .events time,
.dgst .locations span {
	float: right;
	width: 90px;
	font-style: italic;
	padding: 0 3px 0 0;
}

.dgst_news .newsletters time {
	float: right;
	width: 120px;
	font-style: italic;
	padding: 0 3px 0 0;
}

#digest hr {
	clear: both;
	width: 100%;
	border: 0;
	background: #CCCCCC;
	height: 1px;
	margin: 10px 0 10px 0;
}

#digest h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}

#digest #map_canvas_single {
	margin: 0;
}

.dgst .new {
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-image: url(../img/new.png);
	padding-left: 22px;
}

.dgst ul {
	margin-bottom: 20px;
}

.dgst .key {
	clear: both;
	margin: 0;
	padding: 2px 0 2px 20px;
	font-style: italic;
	font-size: .9em;
}

.dgst .events,
.dgst .locations {
	margin-bottom: 0px;
}

.twt {
	float: right;
	width: 49%;
	text-align: center;
	margins: auto;
	padding: 0;
	margin-bottom: 20px;
}

.gp,
.fb {
	float: left;
	width: 49%;
	text-align: center;
	margins: auto;
	padding: 0;
}

.gp {
	margin-top: 25px;
}


/*	Event Details & Location Profile */

#share_more {
	clear: both;
	margin: 5px 0 0 0;
}

a.share {
	margin: 5px 0 5px 0;
}

a.share img {
	vertical-align: middle;
}


/*	Shared Map Classes */

#map_canvas_single {
	clear: both;
	width: 99%;
	height: 200px;
	margin: 10px 0 0 0;
	border: solid 1px #CCCCCC;
	border: solid 1px #CCCCCC;
}

#map_canvas {
	width: 99%;
	height: 600px;
	margin: 0;
	padding: 0;
	border: solid 1px #CCCCCC;
}

#map_menu {
	width: 100%;
	margin: 0;
	padding: 0;
}

#map_menu ul {
	float: right;
	list-style-type: none;
	margin: 5px 2% 0 0;
	padding: 0;
}

#map_menu li {
	clear: none;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#map_menu li a {
	width: 100px;
	background: #EFEFEF;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	border-top: solid 1px #CCCCCC;
}

#me_link {
	border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-left: solid 1px #CCCCCC;
}

#reset_link {
	border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	border-right: solid 1px #CCCCCC;
}


/*	JS Date Select */

.hc_cpYearNavigation,
.hc_cpMonthNavigation {
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}

.hc_cpDayColumnHeader,
.hc_cpYearNavigation,
.hc_cpMonthNavigation,
.hc_cpCurrentMonthDate,
.hc_cpCurrentMonthDateDisabled,
.hc_cpOtherMonthDate,
.hc_cpOtherMonthDateDisabled,
.hc_cpCurrentDate,
.hc_cpCurrentDateDisabled,
.hc_cpTodayText,
.hc_cpTodayTextDisabled,
.hc_cpText {
	font-size: .9em;
}

TD.hc_cpDayColumnHeader {
	text-align: center;
	padding: .1em;
}

.hc_cpCurrentMonthDate,
.hc_cpOtherMonthDate,
.hc_cpCurrentDate {
	text-align: center;
	padding: .1em;
}

.hc_cpCurrentMonthDateDisabled,
.hc_cpOtherMonthDateDisabled,
.hc_cpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: center;
	padding: .1em;
}

.hc_cpCurrentMonthDate {
	color: #000000;
	font-weight: bold;
}

.hc_cpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}

.hc_cpOtherMonthDate {
	color: #808080;
}

TD.hc_cpCurrentDate {
	background-color: #FF6600;
	border: solid 1px #000000;
}

TD.hc_cpCurrentDate a {
	color: #FFFFFF;
}

TD.hc_cpTodayText,
TD.hc_cpTodayTextDisabled {
	border: solid 1px #666;
}

A.hc_cpTodayText,
SPAN.hc_cpTodayTextDisabled {
	height: 20px;
}

A.hc_cpTodayText {
	color: #666666;
	font-weight: bold;
}

SPAN.hc_cpTodayTextDisabled {
	color: #D0D0D0;
}

.hc_cpBorder a {
	text-decoration: none;
}

/*	Disqus Comments */

#disqus_thread {
	clear: both;
}

#dsq-content h3 {
	clear: none;
	color: #000000;
	margin: 0;
	padding: 0;
}

#disqus_thread {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	border-top: solid 1px #CCCCCC;
}

#disqus_thread a {
	text-decoration: none;
	color: #3D3F3E;
}

#disqus_thread a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.dsq-brlink {
	clear: both;
	text-decoration: none;
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

a.dsq-brlink:hover {
	clear: both;
	text-decoration: underline;
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}

.dsq-comment {
	margin-bottom: 15px;
}

.dsq-comment-header {
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 0;
	color: #666666;
}

.dsq-comment-message {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.dsq-textarea.dsq-textarea-reply {
	margin-bottom: 0;
}

.dsq-item-trackback {
	float: right;
	text-align: right;
	width: 100%;
	height: 50px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	line-height: 25px;
}

.dsq-tooltip-checkbox {
	width: 75%;
	float: right;
	text-align: left;
}

.dsq-facebook {
	float: left;
	font-size: 12px;
	color: #CECDCD;
	line-height: 20px;
}

.dsq-twitter {
	float: left;
	font-size: 12px;
	color: #CECDCD;
	line-height: 20px;
}

#dsq-tooltip-actions {
	clear: both;
}

#dsq-share-step-1 h3 {
	color: #CECDCD;
}

#dsq-account-dropdown a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

#dsq-account-dropdown a:hover {
	text-decoration: underline;
	color: #666666;
}

.dsq-toolbar-item {
	float: left;
}

li.dsq-like-thread {
	clear: none;
}

li.dsq-dislike-thread {
	clear: none;
	float: left;
}

li.dsq-community-box {
	clear: none;
}

li.dsq-global-toolbar-dropdown-container {
	clear: none;
	float: left;
}

#dsq-global-toolbar {
	height: 35px;
}

ul.dsq-comment-actions li {
	float: right;
	clear: none;
}

#dsq-subscribe li {
	clear: none;
	float: left;
}

.dsq-trackback-url {
	display: none;
}



/*	Facebook Comments */

.fb-comments {
	clear: both;
	width: 100%;
	text-align: center;
	;
	border-top: solid 1px #CCCCCC;
	padding: 5px 0 0 0;
}


/*	Livefyre Comments */

#livefyre {
	margin: 10px 0 0 0;
	border-top: solid 1px #CCCCCC;
}

#livefyre input {
	float: none;
}


/*	Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {}


/*	Opera Speed Dial */

@media screen and (view-mode: minimized) {
	body {
		margin: 0;
		padding: 0;
		background: #FAFAFA;
	}
	.breadbox,
	nav,
	#filter,
	aside,
	footer {
		display: none;
	}
	.nav {
		display: none;
	}
	#events {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
}

select#locState, select#city, select#postal, select#occupation {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#dsCal {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 0;
	z-index: 10;
	padding: 1em;
	border: 1px solid #e5e5e5;
	border-radius: 5%;
}

.error.form-control, .input-group > .error.form-control + .input-group-addon {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#recur_inpts input[type="number"] {
	inline-size: 8ch;
}

#recur_inpts input[type="number"] {
	margin-right: .5em;
	margin-left: .5em;
}

#recur_inpts select:last-of-type {
	margin-right: .5em;
}

section div.header {
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #3D3F3E;
	color: #000000;
	padding: 10px 0 0 0;
}