/*	EVENTIM events.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/*	=EVENTS
-----------------------------------------------------*/
#events {
    color: #666;
    margin-bottom: 1em;
    float: left;
    width: 48em;
}

#events .event {
    width: 22em;
    height: 100px;
    float: left;
	padding: 1em;
    margin-right: 1em;
    /*margin-bottom: 1em;*/
    display: inline;
}

#events .event img {
    float: left;
    margin-right: 1em;
    border: 0;
}

#events .event p {
	font-size: 1.1em;
}

#events .event a {
    color: #002b50;
    text-decoration: none;
    font-weight: bold;
}

#events .event a.buy {
	font-size: 1.1em;
	font-weight: bold;
}

#events .event a:hover, #events .event a:focus {
    text-decoration: underline;
}

#events .event a.title, .event p.title {
    text-transform: uppercase;
}

#events .event a.buy, .event p.buy {
    padding: 1px 1px 1px 3px;
    float: right;
    text-decoration: underline;
    position: relative;
}

#events .small a.buy {
    display: block;
    margin-left: 0px;
    float: right;
	font-size: 1.1em;
}

#events .small a.status {
    color: red;
    text-decoration: none;
}

/* small events */
#events .small {
    clear: left;
    height: auto;
    width: 45em;
	margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;

}

#events .small a.title {
    /* Opera turn things around */
	font-size: 1.1em;
    display: block;
    float: left;
}

#events .small p{
    clear: both;
}

#events .small p a {
    font-weight: normal;
    color: #666;
}

#events .first {
    border-top: 1px solid #e1e1e1;
}

/*#events .first a.title {
    padding-top: 1em;
}

#events .first a.buy {
    padding-top: 1em;
}*/

#events .delimiter {
    border: 0px none;
    background: #002b50;
    color: #fff;
    font-weight: bold;
    padding: 0.3em 0.3em 0.3em 0.5em;
    margin-top: 0.6em;
    width: 42em;
	font-size: 1.1em;
}

#events .delimiter a {
	color: #fff;
}

#events .delimiter a.expand {
    color: #fff;
	text-decoration: none;
	background: transparent url(/static/images/arrow_down.gif) no-repeat center right;
	padding-right: 20px;
}

#events .delimiter a.collapse {
	background: transparent url(/static/images/arrow_up.gif) no-repeat right center;
	padding-right: 20px;
}

/* big event */
#events .big {
    width: 45em;
    height: 134px;
    padding: 1em;
    position: relative;
    background: #eef0f5;
	margin-bottom: 1em;
}

#events .big a.title,
#events .big p.title {
    font-size: 1.3em;
    font-weight: bold;
    /*color: #eee;*/
    display: block;
    /*margin: 0 0 0.5em 0;*/
	line-height: 1.3em;
}

#events .big a.buy {
    position: absolute;
    bottom: 1em;
    right: 1em;
	clear: both;
	font-size: 1.1em;
	/*padding: 0.45em;*/
}

/* medium */
#events .medium {
    position: relative;
    width: 21em;
	margin-right: 1em;
    height: 100px;
	/*margin-bottom: 1em;*/
}

#events .medium a.buy {
    position: absolute;
    bottom: 1em;
    right: 1em;
	font-size: 1.1em;
	/*padding: 0.45em;*/
}

#events .medium a.title {
	font-size: 1.1em;
	font-weight: bold;
}

#events p.no_active_performances {
    clear: both;
    padding: 1em 0 2em 0;
    font-weight: bold;
}

#events a.not_active:hover {
    text-decoration: none;
}

#events p.wbg a {
    color: #666;
}

/*	=TAF_MAIN - Tell a friend section
-----------------------------------------------------*/
#taf_main {
	float: left;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}

#taf_main ol li {
	width: 47em;
}

#taf_main input.field,
#taf_main textarea {
	width: 20em;
	font-size: 1.1em;
}

#taf_main div.error{
	margin-left: 16.2em;
	font-size: 1.1em;
}

/*	=EVENT_DETAILS
-----------------------------------------------------*/
#event_details {
    width: 45em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

/*	=EVENT_SPONSORS
-----------------------------------------------------*/
#event_sponsor {
    width: 45em;
    margin-bottom: 1em;
}

/*	=VENUE_DETAILS
-----------------------------------------------------*/
#venue_details {
    clear: both;
    width: 47em;
    position: relative;
}

#venue_details p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#venue_details a {
    color: #666;
}

#venue_details #view_map {
    position: absolute;
    top: -1.4em;
	line-height: 1em;
    right: 1em;
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
	font-size: 1.1em;
}

/*	=PAGGING
/*	=ORDER & SORTING
-----------------------------------------------------*/
#content .pagging {
    clear: left;
	width: 46em;
}

#content .pagging li, #content .search li {
    float: left;
    margin: 0px 2px;
    color: #999;
    list-style: none;
}

#content .pagging li a, #content .search li a {
    text-decoration: none;
    color: #999;
    padding: 3px;
}

#content .pagging li a:hover, #content .pagging li a:focus, #content .pagging li a.selected, 
#content .search li a:hover, #content .search li a:focus, #content .search li a.selected {
    color: #fff;
    background-color: #999;
}

/* put all the info about the pagging on a new line */
#content .pagging li.info {
    margin-top: 10px;
    clear: left;
    float: left;
    width: 37em;
}

#content .pagging li.events_per_page {
    float: right;
    margin-top: -14px;
    width: 5em;
    text-align: right;
}

#content .pagging li.events_per_page select {
    padding: 0;
    width: 4em;
}

/*	=SORTING
-----------------------------------------------------*/
#sorting, #sorting select {
    color: #666;
}

#sorting form {
    float: left;
    padding-left: 20px;
}

#sorting select {
    padding: 0;
}

#form_sort_change select {
    width: 85px;
}

/*	=SEARCH_FORM
-----------------------------------------------------*/
/* clear this form fuck-up and get rid of the table as soon as possible */
#body_search #breadcrumbs { display: none; }
#body_search.results #breadcrumbs { display: block; }

/*#search_form {
    background: #eee;
    padding: 1em;
}*/

#search_results {
	float: left;
}

/* this should be here until tables are removed from advanced search form template*/
#search_form td {
	font-size: 1em;
}

#search_form h1 {
    display: block;
    clear: both;
}

/*h1.search {
    display: none;
}*/

#search_form label {
	float: none;
	width: auto;
}

#search_form label[for=checkbox1],
#search_form label[for=checkbox2],
#search_form label[for=checkbox3],
#search_form label[for=checkbox4],
#search_form label[for=checkbox5]
{
	margin: 0;
	padding: 0;
	float: left;
}


#search_form br {
	display: none;
}

#search_form input, #search_form select {
    width: 25em;
}

#search_form input.checkbox {
    float: left;
	clear: left;
	margin: 0;
}

#search_form select {
    width: 25em;
}

#search_form table td {
    padding: 0 1em 1em 0;
    width: 31em;
}

#search_form table {
    margin-bottom: 1em;
}

#search_form p {
    margin-bottom: 1em;
    color: #666;
}

#search_form .btn {
    margin: 1em 0 1em 0px;
}

#button_align {
    text-align: left;
}

#search_form .d {
    width: 5em;
}

#search_form .m {
    width: 5em;
}

#search_form .y {
    width: 8em;
}

/*	=ALL_EVENTS
-----------------------------------------------------*/
#chars li {
    list-style: none;
    float: left;
    padding: 3px;
}

#chars li a {
    text-decoration: none;
    color: #002b50;
    font-weight: bold;
}

#chars li a:hover, #chars li a:focus {
    text-decoration: underline;
}
