/*
Theme Name: 	JazzMa.hu
Theme URI: 		http://www.jazzma.hu
Description: 	Theme for JazzMa.hu.
Version: 		1.0
Author: 		Kusz Tamás <kusz.tamas@adworks.hu>
Agency:		 	Adworks
Author URI: 	http://www.adworks.hu/
*/

/* ==================================================================== */
/* = Koncertnaptár                                                    = */
/* ==================================================================== */

#concert-nav			{
	height: 48px;
	padding: 0;
	margin-bottom: 10px;
	background: url(../images/concert-nav-bg.png) repeat-x;
	position: relative;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #f5f3ee;
}

#concert-nav a			{
	width: 18px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
}

#concert-nav a.prev-month {
	left: 20px;
	background: url(../images/icons_arrows.png) -250px -8px no-repeat;
}

#concert-nav a.next-month {
	right: 20px;
	background: url(../images/icons_arrows.png) -432px -8px no-repeat;
}

#concert-nav p			{
	font-family: 'Fontin';
	font-weight: bold;
	font-size: 22px;
	color: #4c4c4c;
	text-align: center;
	margin: 15px 0;
}

.calendar-day			{
	padding: 20px 0 21px 0;
	background: url(../images/hr-bg.png) center bottom no-repeat;
}

.calendar-display, .calendar-display-current {
	float: left;
	width: 85px;
	height: 100px;
	background: url(../images/calendar-display-bg.png) no-repeat;
}

.calendar-display p, .calendar-display-current p {
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 white;
	color: #575551;
	margin-top: 5px;
	line-height: 51px;
	cursor: default;
}

.calendar-display p span, .calendar-display-current p span {
	font-family: 'Fontin';
	font-size: 45px;
	display: block;
}

.calendar-display-current	{ background: url(../images/calendar-display-current-bg.png) no-repeat; }

.calendar-display-current p	{ color: white; text-shadow: 1px 1px 0 #4f4f4f; }

.calendar-event-info		{
	float: right;
	width: 550px;
}

.calendar-event-info a		{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #b6291f;
	text-decoration: none;
}

.calendar-event-info a:hover { text-decoration: underline; }

.calendar-event-info ul		{ margin: 8px 0; }

.calendar-event-info ul li	{
	margin: 4px 0 2px 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

.calendar-event-info ul li span {
	font-weight: bold;
	display: inline-block;
	width: 65px;
}

.calendar-event-info p		{
	font-size: 12px;
	line-height: 16px;
}