/* Use Helvetica */
#tec-events-calendar-header, .tec-calendar, #tec-content .ical, .events-single #content .ical, a.gmap, .tec-event-list-meta td, .tec-nav, #tec-event-meta, span.back, .eventsListWidget .dig-in, .gcal-add {
    font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

#tec-content {
    position:relative;
    margin-bottom:48px;
    padding:1px 20px;
}
.single #tec-content {
    font-size:16px;
    
}
#tec-content.upcoming {
    margin-bottom:60px;
}

#tec-content a, #tec-event-meta a {
    text-decoration:none;
}
#tec-events-calendar-header {
    position:relative;
    margin-bottom:18px;
}
.tec-calendar-buttons {
    position:relative;
    float: right;
    top: 26px;
}
.upcoming .tec-calendar-buttons {
   /* top:-24px;*/
}
h2.tec-cal-title {
    float:left;
    padding-right:15px;
    margin-bottom: 33px;
    font-size: 28px !important;
    font-weight: normal;
    color: #8b0b04;
    position:relative;
    z-index:5;
}
    
h2.tec-cal-title a {
    color:#000;
}
h2.tec-cal-title a:hover, h2.tec-cal-title a:focus {
    color:#333;
    text-decoration:underline !important;
}
.tec-month-nav a, .tec-nav a, .back a, .eventsListWidget .dig-in a {
    color:#888;
    text-decoration:none;
}
.tec-month-nav a:hover, .tec-nav a:hover, .back a:hover, .eventsListWidget .dig-in a:hover {
    text-decoration:underline;
}
#tec-content .ical, .events-single #content .ical, #content .gcal-add {
    color:#fff;
    font-size:10px;
    background: #777;
    padding:0 6px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    float:right;
    text-transform:uppercase;
    letter-spacing:1px;
    
}

#content .gcal-add {
    background: none !important;
}

#tec-content .ical {
    position: relative;
    right: 224px;
    height:37px;
    width: 112px;
    background:url('../img/ical.png') no-repeat !important;
    
}

.eyecal {
    position: relative;
    height:45px;
    width: 112px;
    background:url('../img/ical.png') no-repeat !important;
    display: block;
}

#eyecal-container {
    left: 173px;
    position: relative;
    top: 76px;
    width: 50px;
}

 .eyecal:hover {
    position: relative;
    /*left: 179px;
    top: 76px; */
    height:37px;
    width: 112px;
    background:url('../img/ical_rollover.png') no-repeat !important;
    display: block;
}

.google-cal {
    position: relative;
    height:49px;
    width: 164px;
    background:url('../img/google_calendar.png') no-repeat !important;
    display: block;
}

#google-cal-container {
      left: 440px;
    position: relative;
    top: 32px;
    width: 50px;
}

 .google-cal:hover {
    position: relative;
    /*right: 115px;
    top: 34px;*/
    height:49px;
    width: 164px;
    background:url('../img/google_calendar_rollover.png') no-repeat !important;
    display: block;
}




.events-single #content .ical {
    text-decoration:none;
    line-height:18px;
    margin-bottom:21px;
}



#content .gcal-add {
    margin-right:9px;
}
.tec-calendar-buttons a {
    background:#999;
    border-radius:3px;
    color:#fff;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:24px;
    line-height:24px;
    margin:21px 0 24px 10px;
    padding: 0 9px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
    width:auto;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.tec-calendar-buttons a.tec-button-on {
    background:#666;
}
.tec-calendar-buttons a.tec-button-off {
    background:#ddd;
    color:#444;
}

.tec-month-nav {
    position: absolute;
    left:0;
    bottom:0;
    z-index:2;
	top: 20px;
}

.tec-prev-month {
    margin-right:0px;
}

.tec-prev-month #previous  {
    background: url("../img/previous_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    padding-right: 5px;
    position: relative;
    top: 28px;
    width: 25px;
    
}

.tec-nav-previous #previous  {
    background: url("../img/previous_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    padding-right: 5px;
    position: relative;
    top: -5px;
    width: 25px;
    
}

.previous #previous  {
    background: url("../img/previous_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    padding-right: 5px;
    position: relative;
    top: -5px;
    width: 25px;
    
}


.tec-prev-month #previous:hover {
    background: url('../img/previous_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}

.tec-nav-previous #previous:hover {
    background: url('../img/previous_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}

.previous #previous:hover {
    background: url('../img/previous_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}


.tec-next-month {
    margin-left:-1px;

}

.tec-next-month #next {
 background: url("../img/next_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 25px;
    left: 4px;
    position: relative;
    top: 27px;
    width: 25px;
}

.tec-next-month #next:hover {
    background: url('../img/next_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}


.tec-nav-next #next {
 background: url("../img/next_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 25px;
    left: 4px;
    position: relative;
    top: -5px;
    width: 25px;
}

.next #next {
 background: url("../img/next_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 25px;
    left: 4px;
    position: relative;
    top: -6px;
    width: 25px;
}

.tec-nav-next #next:hover {
    background: url('../img/next_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}

.next #next:hover {
    background: url('../img/next_arrow_rollover.png') no-repeat;
    height: 25px;
    width: 25px;
}

.navlink a {
    color: #939393;
    font-family: Arial;
    text-transform: uppercase;
}

#tec-nav-above {
    margin:5px 0 0;
}
.events-archive #tec-nav-below {
    margin:21px 0;
}
select.tec-events-dropdown {
    width:auto;
    font-size:11px;
    margin:33px 1px 0 0;
}
.events-archive .post {
    overflow:hidden;
    margin-bottom:0;
}
.events-archive .upcoming .entry-title {
    margin:15px 0 6px;
    font-size:18px;
    font-weight:bold;
}
.events-archive .event-day {
    font-size:18px;
    margin-top:36px;
    font-style:italic;
}
.events-archive .entry-title a, .tec-event-meta-desc, .tec-event-day {
    color:#333;
}
.events-archive .hentry {
    margin:0;
}
table.tec-calendar {
    margin:18px 0 12px;
    clear:both;
    font-size:12px;
    border-collapse:collapse;
}
table.tec-calendar, .tec-calendar td {
    border:1px solid #bbb;
}
.tec-calendar .daynum {
    background-color:#F5F5F5;
    color:#333;
    font-size:11px;
    padding:3px 9px;
    font-weight:bold;
}
.tec-calendar td.tec-present .daynum {
    background-color: #666;
    color: #fff;
}
.tec-calendar td.tec-past .daynum {
    color: #999;
}
.tec-calendar th {
    width: 250px;
    height: 10px;
    background-color:#ddd;
    color: #333;
    padding:4px 0;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
}
.tec-calendar td {
    height: 110px;
    width:14.28%;
    color: #114B7D;
    vertical-align: top;
    padding:0;
    font-size:12px;
}
.tec-calendar td .tec-event {
    padding:6px 9px;
    line-height:1.2;
}
.tec-calendar td a {font-size:91.7%;}
.tec-calendar hr {
    border:0 none !important;
    display:block;
    height:1px;
    background-color:#E7E7E7;
    margin:0 9px;
}
.tec-calendar .tec-event {
    position:relative;
    margin:0;
}
.tec-calendar .tec-tooltip {
    border:1px solid #666;
    position:absolute;
    z-index:1001;
    bottom:30px;
    left:3px;
    width:320px;
    background-color:#f9f9f9;
    color:#333;
    line-height:1.4;
}
.tec-tooltip .tec-arrow {
    width:19px;
    height:11px;
    display:block;
    background:url(images/tooltip-arrow.png) no-repeat 0 bottom;
    position:absolute;
    bottom:-11px;
    left:20px;
}
.tec-calendar .tec-right .tec-tooltip {
    left:auto;
    right:3px;
}
.tec-right .tec-tooltip .tec-arrow {
    left:auto;
    right:30px;
}
.tec-tooltip .tec-event-title {
    margin:0;
    color:#fff;
    background-color:#666;
    font-size:12px;
    padding:0 6px;
    height:24px;
    line-height:24px;
    letter-spacing:1px;
}
.tec-tooltip .tec-event-body {
    font-size:11px;
    padding:3px 6px 6px;
}
.tec-tooltip .tec-event-date {
    font-style:italic;
    margin:3px 0;
}
.tec-tooltip .tec-event-thumb {
    float:left;
    padding:5px;
}
.tec-event .post {
    position:relative;
}
#tec-event-meta {
    border-width:1px 0;
  /*  border-style:solid; */
    border-color:#bbb;
    margin: 18px 0;
    padding: 12px 0 2px;
    overflow:hidden;
    clear:both;
    font-size: 12px;
    background-color: #f7f7f7;
}
#tec-event-meta .column {
    float:left;
    width:355px;
    padding:0 2% 0 1%;
    text-align:left;
    margin:0;
} 

#tec-event-meta .column-address {
    float:left;
    width:235px;
    padding:0 2% 0 1%;
    text-align:left;
    margin:0;
}

dt.column-address {
    clear: left;
    float: left;
    font-weight: bold;
    margin-left: 0px !important;
    width: 200px !important;
}

.column-address dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-left: 0 !important;
    width: 200px;
}

/*.column-address dt.address {
    clear: left;
    float: left;
    font-weight: bold;
    margin-left: 0 !important;
    width: 200px !important;
}
*/

#tec-event-meta dt.date-start {
    clear: left;
    float: left;
    font-weight: bold;
    left: 9px;
    position: relative;
    top: -17px;
    width: 40px;
}

#tec-event-meta dt {
    float:left;
    clear:left;
    font-weight:bold;
    width:200px;
    margin-left: 35px;
}

#tec-event-meta dt.date-end {
    clear: left;
    float: left;
    font-weight: bold;
    margin-left: 220px;
    margin-top: -42px;
    width: 40px;
}


#tec-event-meta dd {
    padding:0;
    margin-left:70px;
    margin-bottom: 10px;
}

.column-address dd {
    padding:0;
    margin-left:55px !important;
    margin-bottom: 10px;
    position: relative;
    top: -15px;
}

/*#tec-event-meta dd.address {
    left: -56px !important;
    margin-bottom: 10px !important;
    margin-top: 14px !important;
    padding: 0 !important;
    position: relative !important;
    top: 0px !important;
} */

#tec-event-meta dd.date-end {
     margin-bottom: 10px;
    margin-left: 220px;
    margin-top: -11px;
    padding: 0;
}

#tec-event-meta dd.date-start {
    left: -26px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    top: 13px;
}

#tec-event-meta .gmap, .tec-event-meta-desc .gmap {
    color:#fff;
    font-size:9px;
    background:#004080;
    padding:1px 4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
}
span.back {
    position:relative;
    top:-12px;
    font-size:12px;
}
#tec-events-loop {
    font-size:13px;
    clear:both;
    /*margin-top:-36px;*/
}
.tec-events .tec-event-entry {
    width:60%;
    float:left;
    padding:0 5% 0 0;
}

.tec-event-entry p{
    font-size: 13px;
    font-family: Arial;
    color: #5b5b5b;
    
}

.events-archive .tec-event-entry p {
    margin:0;
    font-size:16px;
    line-height:24px;
}
.tec-events .tec-event-list-meta {
    float:right;
    background-color: #f7f7f7;
    padding:10px;
    width:31%;
    font-size:12px;
    margin-bottom:20px;
    
}
.tec-event-list-meta table {border-collapse:collapse;}
.tec-event-list-meta td {
    vertical-align:top;
    padding-bottom:4px;
    text-align:left;
    
}
.tec-event-meta-desc {
    font-weight:bolder;
    padding-right:16px;
    width:64px;
    color: #8b0b04;
    font-family: Arial !important;
    text-transform: uppercase;
    font-size: 13px;
}

.tec-event-meta-value {
    color: #5b5b5b;
    font-family: Arial !important;
    font-size: 13px;
}

h4.tec-event-day {
    font-weight:bold;
    font-size:18px;
    margin:12px 0 -3px;
    clear:both;
}
h4.tec-event-day + .post .entry-title {margin-top:6px;}
#eventbrite-embed {
    width:100%;
    min-height:225px;
    margin:24px 0;
}
#tec-nav-below .tec-nav-previous {
    float:left;
    width:150px;
}
#tec-nav-below .tec-nav-next {
    float:right;
}
.view-larger-map {
    font-size:13px;
    text-align:right;
    margin-bottom:1em;
    line-height:16px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {zoom:1; /* For IE */}
.tec-events-error {display:none;}
.tec_hide {display:none;}
.tec-multi-event-day {color: #0F81BB;}

#tec-events-picker {
    display:inline;
}
.eventsListWidget li {
    margin:6px 0;
}

.navlink{
    width:30%;
    padding-bottom:10px;
}

.previous{
    float:left;
    clear:both;
}

.next{
    float:right;
    text-align:right;
}

/*===== Sidebar Calendar Widget =====*/
.widget #calendar_wrap {
    width:100%;
}
table.tec-calendar-widget {
    width:100%;
    table-layout:fixed;
    margin-top:0;
}
.events_calendar_widget h4.cal-header {
    margin:12px 0 0;
}
h4 .sp-view-all-events {
    float:right;
}
.tec-calendar-widget th {
    font-size:10px;
    background-color:#e8e8e8;
    color:#555;
    width:14.28%;
}
.tec-calendar-widget td {
    height:auto;
    text-align:center;
}
.tec-calendar-widget td .tec-event {
    padding:6px 0;
    background-color:#f9f9f9;
}
.tec-calendar-widget .daynum, .tec-calendar-widget td a {
    font-size:10px;
}
.tec-calendar-widget td a.tec-mini-has-event {
    color:#06c;
    cursor:default;
}
.tec-calendar-widget .tec-tooltip {
    width:100px;
    left:0;
    text-align:left;
    padding:5px 10px;
}
.tec-calendar-widget .tec-right .tec-tooltip {
    right:0;
}
.tec-calendar-widget .tec-tooltip .tec-arrow {
    left:4px;
}
.tec-calendar-widget .tec-right .tec-tooltip .tec-arrow {
    left:auto;
    right:3px;
}
.tec-calendar-widget h5 a {
    font-size:11px;
}

/* IE7, I love to hate you */
*+html .events-archive h2.tec-cal-title {
    padding-bottom:30px;
}
*+html #tec-events-calendar-header {
    margin-bottom:30px;
}

#tec-events-loop .tec-event {
    margin-bottom:15px;
    border-bottom: 1px solid #CCCCCC;
}
#tec-events-loop .tec-event h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
}

.tec-event h1.entry-title {
    font-size:26px !important;
    color:#8b0b04 !important;
    padding-bottom:12px !important;
    width: 530px;
    
}

#back-to-listings {
    float: right;
    position: absolute;
    top: 285px;
    left: 543px;
}

#back-to-listings a{
    background: url('../img/backtocalendar.png') no-repeat;
    display: block;
    width: 126px;
    height: 24px;
}
#back-to-listings a:hover{
    background: url('../img/backtocalendar_rollover.png') no-repeat;
    display: block;
}