/*
THEME NAME: Ticketfly Custom Theme
VERSION: 3.0
Author: KJ Parish // kjparish.com
DESCRIPTION: Based on Ticketfly Starter Theme
*/




/* Base */


ul {
	list-style: none;
}

blockquote {
	border-bottom: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

code, pre {
	background: #dddddd;
	overflow: auto;
	padding: 4px;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}

form {
	display: block;
}

/* SIDEBAR */
#wrapper #rsidebar .sidebar-list{
	padding: 0;
	margin: 0;
}


#wrapper #rsidebar .widget {
        margin-bottom: 20px;
}



/* EMAIL SIGNUP */

.tfly-email-subscribe-submit:hover,
.eb-email-subscribe-submit:hover {
        cursor: pointer;
}

/* SEARCH FORM */

#searchform #searchsubmit:hover {
        cursor: pointer;
}

/* LIST VIEW */


/* CALENDAR */

#wrapper .tfly-calendar table,
#wrapper .calendar-view table {
        margin-bottom: 30px;
}

#wrapper .tfly-calendar .one-event,
#wrapper .calendar-view .one-event {
        width: 115px;
        margin: 0 auto;
        padding: 0 0 10px 0;
}

#wrapper .tfly-calendar td,
#wrapper .calendar-view td {
    padding: 0px;
}

#wrapper .tfly-calendar tr td.data,
#wrapper .calendar-view tr td.data {
    border: solid 1px #151515;
    color: #FFF;
}

#wrapper .tfly-calendar tr,
#wrapper .calendar-view tr {
    border: solid 1px #151515;
}

#wrapper .tfly-calendar table tr .month,
#wrapper .calendar-view table tr .month {
        font-size: 18px;
        line-height: 22px;
}

#wrapper .tfly-calendar h5.date,
#wrapper .calendar-view h5.date {
        background: #CCC;
        display: block;
        color: #000000;
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase;
        padding: 5px 0 7px 10px;
        margin-bottom: 10px;
        font-weight: 400;
}

#wrapper .tfly-calendar .headliners a,
#wrapper .calendar-view .headliners a {
        font-size: 16px;
        line-height: 20px;
}

#wrapper .tfly-calendar .supports a,
#wrapper .calendar-view .supports a {
        font-size: 14px;
        line-height: 18px
}

/* TFLY POWERED */
.tfly-powered, #wrapper .eb-powered-footer {
        float: right;
        padding: 0;
        border: none;
				width: auto;
}
