/*	EVENTIM events.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/

/*	=EVENTS
-----------------------------------------------------*/
#events {
	width: 421px;
	color: #666;
	margin-bottom: 10px;
	/*min-height: 460px;*/
	float: left;
}

#events .event {
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#events .event img {
	float: left;
	margin-right: 10px;
	border: 0;
}

#events .event a {
	color: #005E7D;
	text-decoration: none;
	font-weight: bold;
}

#events .event a:hover {
	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;
	margin-right: 6px;
	float: right;
}

html>body #events .small a.buy {
    margin-right: 11px;
}

#events .small a.status {
	color: red;
	text-decoration: none;
}

/* small events */
#events .small {
	clear: left;
	height: auto;
	width: 421px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#events .small a.title {
    /* Opera turn things around */
	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: 10px;
}

#events .first a.buy {
	padding-top: 10px;
}

#events .delimiter {
	border: 0px none;
	/*background-color: #ccc;*/
	background: transparent url('/static/images/list_curve.gif') no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
	width: 430px;
	margin-top: 6px;
}

#events .delimiter a {
	color: #fff;
}

html>body #events .delimiter {
	width: 425px;
}

/* big event */
#events .big {
	width: 431px;
	height: 161px;
	background: transparent url('/static/images/big_bg.gif') repeat-x;
	font-size: 120%;
	padding: 10px;
	position: relative;
}

/* IE gets this wrong, set it right for all others */
html>body #events .big {
	width: 411px;
	height: 141px;
}

#events .big a.title, .big p.title {
	font-size: 14px;
	font-weight: bold;
	color: #005E7D;
}

#events .big a.buy {
	position: absolute;
	bottom: 20px;
	right: 21px;
}
/* medium */
#events .medium {
    position: relative;
    width: 200px;
    height: 100px;
}
#events .medium a.buy {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff; /* the simplest fix for the presentation bug */
}

#events p.no_active_performances {
	clear: both;
	padding: 10px 0px 20px 0px;
	font-weight: bold;
}

#events a.not_active:hover {
	text-decoration: none;
}

#events p.wbg a {
    color: #666;
}
/*	=EVET_DETAILS
-----------------------------------------------------*/
#event_details {
	width: 431px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

/*	=EVENT_SPONSORS
-----------------------------------------------------*/
#event_sponsor {
	width: 431px;
	margin-bottom: 10px;
}

/*	=VENUE_DETAILS
-----------------------------------------------------*/
#venue_details {
    clear: both;
	width: 431px;
	position: relative;
}

#venue_details p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#venue_details a {
	color: #666;
}

#venue_details #view_map {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 90%;
    background: url(/static/images/button_small_right.gif) no-repeat right;
    padding: 3px;
    text-decoration: none;
}

#venue_details #view_map span {
    background: url(/static/images/button_small_left.gif) no-repeat left;
    padding: 1px 0 1px 3px;
}

/*	=PAGGING
/*	=ORDER & SORTING
-----------------------------------------------------*/
#content .pagging {
	clear: left;
}

#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.selected, 
#content .search li a:hover, #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: 350px;
}

#content .pagging li.events_per_page {
    float: right;
    margin-top: -17px;
    width: 50px;
}

* html #content .pagging li.events_per_page {
    margin-top: 0;
}

#content .pagging li.events_per_page select {
    padding: 0;
    width: 4em;
}

/*	=SORTING
-----------------------------------------------------*/
#sorting {
	color: #666;
	width: 425px;
	padding-left: 8px;
}

#sorting select {
	color: #666;
}

#sorting form {
	float: right;
	padding-left: 20px;
}

#sorting select {
	padding: 0;
}

#form_sort_change select {
	width: 85px;
}

/*	=SEARCH_FORM
-----------------------------------------------------*/
#search_form {
	background: #eee;
	padding: 10px;
	height: 370px;
	width: 650px;
}

#search_form h2 {
	display: block;
	text-indent: -9999px;
	background: #eee url(/static/images/search.gif) no-repeat;
	height: 55px;
}

h1.search {
    display: none;
}

#search_form input, #search_form select {
	width: 250px;
}

#search_form input.narrow {
	border: 0;
}

#search_form select {
	width: 258px;
}

#search_form table td {
	padding: 0 10px 5px 0;
	width: 300px;
}

#search_form table {
	margin-top: -4px;
	margin-bottom: 10px;
}

#search_form p {
	margin-bottom: 10px;
	height: 40px;
	color: #666;
}

#search_form .btn {
	margin: 10px 0 10px 0px;
}

#button_align {
	text-align: right;
	margin-right: 40px;
}

#search_form .d {
	width: 50px;
}

#search_form .m {
	width: 50px;
}

#search_form .y {
	width: 80px;
}

/*	=SEARCH_RESULTS
-----------------------------------------------------*/
#search_results {
	float: left;
	width: 418px;
}

/*  =RECOMMEND_TO_FRIEND
-----------------------------------------------------*/

#tellfriend_fieldset {
    clear: both;
}

#tellfriend_fieldset ol li {
    clear: both;
    float: left;
    margin-bottom: 5px;
}

#tellfriend_fieldset label {
    display: block;
    float: left;
    width: 12em;
    margin-right: 0.5em;
    text-align: right;
    padding: 0.3em 0;
}

#tellfriend_fieldset div.error {
    margin-left: 12.5em;
}

div.taf_captcha_box {
	float: left;
}

/*	=ALL_EVENTS
-----------------------------------------------------*/
#chars li {
    list-style: none;
    float: left;
    padding: 3px;
}

#chars li a {
    text-decoration: none;
    color: #005E7D;
    font-weight: bold;
}

#chars li a:hover {
    text-decoration: underline;
}

/*	=TEASER
-----------------------------------------------------*/
#events .info_div, #events .info_div_big {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 200px;
    background: #fff;
    border: 1px solid #005f7a;
    overflow: hidden;
}

#events .info_div_big {
    top: 150px;
    width: 410px;
    left: 10px;
}

#events .info_div h4, #events .info_div_big h4 {
    color: #005f7a;
    padding: 0 5px;
}

#events .info_div p, #events .info_div_big p {
    padding: 5px;
    text-align: justify;
}
