/* @override 
	http://wp.local/content/plugins/the-events-calendar/resources/events.css?ver=2.9.2
*/

#tec-content-2 {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    right: -50px;
    width: 892px;
}

.category-events #tec-content {
	background:#fff;
	width:892px;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-left:50px;
	margin-top:-30px;
}

#tec-content-3 {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    right: -50px;
    width: 892px;
}

#ie_event_fix_list{
	float:left;
	display:inline;
	width:0px;
	height:0px;	
}

#list_footer_fix{
	
}

#tec-events-calendar-header {
    position: relative;
    top: -20px;
	margin-bottom:20px;
}
.tec-calendar-buttons {
	position:absolute;
	right:0;
	top:6px;
}
h2.tec-cal-title {
	float:left;
	padding-right:15px;
	margin-bottom: 33px;
}
#tec-content .ical {
	color:#fff;
	font-size:11px;
	background:#3D6294;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.tec-calendar-buttons a {
	background:#999;
	border-radius:3px;
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	margin:21px 0 24px 10px;
	padding: 0 10px;
	text-align:center;
	text-transform:uppercase;
	width:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
        font-family: Arial,Helvetica,sans-serif;
        text-decoration: none;

}
.tec-month-nav {
    color: #797F00;
    float: right;
    display:inline;
	font-family:Helvetica;
	font-size:14px;
	height:20px;
	margin-top:-10px;
	width:450px;
	margin-left:250px;
}
.tec-prev-month {
	float:left;
	display:inline;
}

#tec-prev-copy{
	float:left;
	display:inline;
	margin-right:20px;
}

#tec-next-copy{
	float:left;
	display:inline;
	margin-left:20px;
}

#tec-current-month{
	float:left;
	display:inline;
	height:20px;
	margin-left:20px;
	margin-right:20px;
	color:#2b3557;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-transform: capitalize;
}	

.tec-prev-month a {
	color:#797f00;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
    text-decoration: none;
}

.event_line{
	float:left;
	display:inline;
	width:1px;
	height:20px;
	background-color:#e7e7e7;	
}

#tec-prev-arrow{
	margin-top:5px;
	margin-right:5px;
	float:left;
	display:inline;	
	background:url(images/schedule_left_arrow.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

#tec-next-arrow{
	margin-top:5px;
	margin-left:5px;
	float:left;
	display:inline;	
	background:url(images/schedule_right_arrow.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

#grid_spacer{
	float:left;
	display:inline;
	margin-top:-10px;
	width:892px;
	text-align:center;	
}

.tec-next-month {
	margin-left: 5px;
	float:left;
	display:inline;
}
.tec-next-month a {
        color:#797f00;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        text-decoration: none;
}

.upcoming a.tec-button-on, .grid a.tec-button-on {background:#009ac0;}
.upcoming a.tec-button-off, .grid a.tec-button-off {background:#818181;}
#tec-nav-above {margin:5px 0 0;}
.category-events #tec-nav-below {margin:21px 0;}

select.tec-events-dropdown {
	width:auto;
	font-size:11px;
	margin:0px 0px 0 0;
}
.category-events .post {
	padding:0 0 0px 0px;
	overflow:hidden;
	margin-bottom:0;
        color: #000000;
        font-size: 27px;
        line-height: 25px;
        width:900px;
		margin-top:20px;
}
.category-events .upcoming .entry-title {
	margin:15px 0 6px;
        color: #3f3f38;
        font-size: 27px;
        line-height: 25px;
}

.entry-title{
    color: #3f3f38;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 27px;
    line-height: 35px;
    width: 580px;
	padding-top: 15px;
}

.category-events .entry-title a, .tec-event-day {
		color:#3f3f38;
        font-size: 27px;
        line-height: 25px;
        width: 580px;
		font-family:Helvetica;
		font-weight:bold;
		text-decoration:none;
}
.category-events .post .alt {
	background:#f9f9f9;
	border-width:0;
}
table.tec-calendar {
	margin:18px 0 12px;
	clear:both;
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #aaa;
}
.tec-calendar .daynum {
	background-color: #f7f7f7;
	color:#333;
	font-size:10px;
	padding:3px 9px;
}
.tec-calendar td.tec-present .daynum {
	background-color: #dde5eb;
	color: #000;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
}
.tec-calendar td.tec-past .daynum {
        color: #818181;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
}
.tec-calendar th {
	width: 250px;
	height: 10px;
	color: #fff;
	padding:4px 0;
	text-shadow:1px 1px 0 rgba(0,0,0,.5);
	text-align:center;
        background-color: #2b3557;
        border-right: 1px solid #fff;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
}
.tec-calendar td {
	height: 100px;
	width:964px;
	color: #114B7D;
	vertical-align: top;
	border:1px solid #e7e7e7;
	padding:0;
}

.tec-calendar td .tec-event {
	padding:6px 9px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
		line-height:8px;
	color: #000;
}
.tec-calendar td a {
        font-size:91.7%;
        color:#009ac0;      
		line-height:12px;  
}
.tec-calendar hr {
	border:0 none !important;
	display:block;
	height:1px;
	background-color:#D4DBCC;
	margin:0 9px;
}
.tec-calendar .tec-event {position:relative;}
.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;
	z-index:1001;
}
.tec-calendar .tec-right .tec-tooltip {
	left:auto;
	right:3px;
	z-index:1001;
}
.tec-right .tec-tooltip .tec-arrow {
	left:auto;
	right:30px;
	z-index:1001;
}
.tec-tooltip .tec-event-title {
	background-color: #2b3557;
	margin:0;
	color:#fff;
	font-size:12px;
	padding:0 6px;
	height:24px;
	line-height:24px;
	z-index:1001;
}
.tec-tooltip .tec-event-body {
	font-size:12px;
	line-height:13px;
	padding:3px 6px 6px;
	z-index:1001;
}
.tec-tooltip .tec-event-date {
	font-style:italic;
	margin:3px 0;
	z-index:1001;
}
.tec-event .post {height:500px;}
#tec-event-meta {
    float: left;
    font-size: 12px;
    margin-left: 55px;
    margin-top: 20px;
    overflow: hidden;
    padding: 12px 0 2px;
	width: 270px;
}
#tec-event-meta .column {
	float:left;
	width:45%;
	padding:0 4% 0 0;
	text-align:left;
	margin:0;
}
#tec-event-meta dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:225px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
}
#tec-event-meta dd {
	padding:0;
	margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #009AC0;
}
		
		
#tec-event-meta-address dd {
	padding:0;
	margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #009AC0;
}
		
		
#tec-event-meta .gmap, .tec-event-meta-desc .gmap {
	color:#fff;
	font-size:9px;
	background:#3D6294;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
span.back a{
	margin:12px 0 0;
	font-family:helvetica;
	font-size:14px;
	color:#818181;
	font-weight:bold;
	text-decoration:none;
}

#tec-events-loop {
	font-size:13px;
	clear:both;
	margin: 10px 0 0;
	margni-top:50px;
}
.tec-events .tec-event-entry {
	width:60%;
	float:left;
	padding:0 5% 0 0;
}
.tec-events .tec-event-list-meta {
	float:right;
	display:inline;
	border-left:1px solid #ccc;
	padding:0 0 0 4%;
	width:30%;
	font-size:12px;
	margin-bottom:20px;
	margin-top:0px;
}
.tec-event-list-meta table {
	border-collapse:collapse;
	margin-top:-30px;
}
.tec-event-list-meta td {
	
}
.tec-event-meta-desc {
	padding-right:12px;
	width:64px;
	vertical-align:top;
	padding-bottom:4px;
	text-align:left;
	font-size:14px;
	color:#3f3f38;
	font-weight:bold;
	font-family:Helvetica;
}

.tec-event-meta-value td{
}

.list_buy_ticket{
	width:117px;
	position:relative;
	height:33px;
	margin-left:-10px;
}

.tec-event-meta-value{
	text-align:left;
	font-size:12px;
	color:#009ac0;
	font-weight:normal;
	font-family:Helvetica;
	float:left;
	display:inline;
}

.tec-nav-next a{
	font-family:helvetica;
	font-size:14px;
	color:#818181;	
	font-weight:bold;
	text-decoration:none;
}

.tec-nav-previous a{
	font-family:helvetica;
	font-size:14px;
	color:#818181;
	font-weight:bold;
	text-decoration:none;
}

small{
    font-family:helvetica;
	font-size:12px;
	color:#009AC0;
	text-decoration:none;	
}

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;
        
}
.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;}

/* GOOGLE MAP */

#googlemaps{
	float: right;
    width: 300px;
}

/* SHOW INFO */

.venue-column{
    margin: 0;
    padding: 0 4% 0 0;
    text-align: left;
    width: 45%;
	float:left;
	margin-top:-50px;
}

.cost-column{
    margin: 0;
    padding: 0 4% 0 0;
    position: relative;
    right: -180px;
    text-align: left;
    width: 45%;
}

.address-column{
    margin: 0;
    padding: 0 4% 0 0;
    text-align: left;
    width: 45%;
	float:left;
	margin-right:10px;
}

.time-date-column{
	float:left;
	width:45%;
	padding:0 4% 0 0;
	text-align:left;
	margin:0;
        width:200px;
}

#event-main-right{
    position: relative;
    top: -55px;
    width: 500px;
}

#container-sub {
    
}



#event_buy_ticket_bttn{
	float: right;
    height: 33px;
    margin-right: 3px;
    position: relative;
    width: 117px;
}

.start-time{
	width: 130px;	
}

#sche-wrapper{
	
}