@CHARSET "UTF-8";

/*************************/
/*** basic site layout ***/
/*************************/

body {
	background: white;
}

div#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #82d718;
}

div#header {
	height: 257px;
}

div#logo {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 127px;
	height: 239px;
}

/*************************/
/*** content		   ***/
/*************************/

div#content {
	padding: 0;
	margin: 0;
}

/* map */

div#left {
	float:left;
	width:301px;
	margin-left:30px;
}

div#right {
	float:right;
	width:384px;
	margin-right:30px;
}

/* inner content */

div#inner {
	padding: 30px 30px 15px 30px;
	min-height: 270px;
}

#inner p {
	color: #e50093;
	font-size: 12px;
	margin-bottom: 15px;
}

#inner a,
#inner a:visited {
	color: #82d718;
	font-size: 11px;
}

#inner a:hover {
	color: #82d718;
	font-size: 11px;
	text-decoration: underline;
}

#inner ul,
#inner li {
	color: #e50093;
	font-size: 12px;
}
	

/*************************/
/***   concert info    ***/
/*************************/

.spacer {
	min-height: 319px;
}

#concert_info1,
#concert_info2,
#concert_info3,
#concert_info4 {
	padding-bottom: 20px;
}

.lft_col {
	float: left;
}

.lft_col img {
	padding-bottom: 20px;
}

.rgt_col {
	margin-left: 21em;
	margin-right: 30px;
	min-height: 269px;
	padding-top: 30px;
	color: #e50093;
}

/* text padding of first concert date */
.first {
	padding-top: 0 !important;
}

.rgt_col a {
	font-size: 11px;
	color: #82d718;
	text-decoration: underline;
	text-decoration: none;
}

.rgt_col a:hover {
	text-decoration: underline;
}

.c_date {
	font-size: 23px !important;
	color: white !important;
	padding-right: 10px;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}

.c_time {
	font-size: 16px;
	color: #e50093;
	padding-right: 10px;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}

.c_location {
	font-size: 11px;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}

.c_artists {
	font-size: 16px !important;
	color: white !important;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}

.c_works {
	font-size: 11px;
	color: white;
}

div.a_vita {
	/*padding-right: 30px;*/
	padding-top: 20px;
}

div.a_vita p {
	font-size: 11px !important;
	padding-bottom: 15px;
}

.line {
	margin-bottom: 10px;
}

/* press */

div.press {
	width: 840px;
	min-height: 100px;
	margin-top: 20px;
	margin-left: 30px;
}

.press table {
	width: 840px;
	border-collapse: collapse;
}

.press table tr {
	background: #82d718 url("../images/franjaverde900px.jpg") no-repeat;
	vertical-align: top;
}

.press td.date {
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-left: 10px;
}

.press td.image {
	width: 76px;
}

.p_title {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 14px;
}

.press td.link {
	padding-top: 5px;
	width: 54px;
	font-size: 12px;
	cursor: pointer;
}

.press td.link_pdf {
	width: 54px;
	font-size: 12px;
}

.p_desc {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 15px;
}

/************************************/
/* footer layout                    */
/************************************/

div#footer {
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #82d718;
	padding-bottom: 50px;
	color: #eee;
	clear: both;
}

#footer table {
	width: 100%;
	color: #eee;
}

#footer a:link, a:visited {
	color: #eee;
	font-size: 11px;
}
	
/*******************/
/***    menu     ***/
/*******************/
div#navigation {
	position: relative;
	top: 200px;
	width: 840px;
	margin-left: 20px;
	margin-right: 30px;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}
div#album {
	position: absolute;
	top: 181px;
	width: 110px;
	margin-left: 765px;
	margin-right: 10px;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}


#nav_edition {
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}
	
#navigation li,
#nav_edition li {
	display: inline;
}

#navigation a,
#nav_edition a {
	background: transparent;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	color: black;
	text-transform: uppercase;
}

#navigation a.active,
#navigation a:hover,
#nav_edition a.active,
#nav_edition a:hover {
	color: white;
}

#navigation a.active,
#nav_edition a.active {
	font-size: 16px;
}

/***************************/
/***   lang selection    ***/
/***************************/

div#languages {
	position: absolute;
	top: 20px;
	right: 30px;
}

#languages li {
	display: inline;
}

#languages a {
	background: transparent;
	padding: 1px;
}

#languages a:hover {
	outline: 1px solid #e50093;
}

/*********************/
/*** menu artists  ***/
/*********************/

.nav_artists {
	padding: 0;
	margin: 10px 0 0 0;
}

.nav_artists li {
	display: inline;
	font-size: 11px;
	color: white;
	padding: 0;
	margin: 0;
}

.nav_artists td {
	display: inline;
	font-size: 11px;
	color: white;
	padding: 0;
	margin: 0;
}

td.artist_button {
	font-size: 11px;
	color: #82d718;
	background: none;
	padding: 0;
	margin: 0;
	/*text-decoration: underline;*/
}

.nav_artists a {
	font-size: 11px;
	text-decoration: underline;
	color: #82d718;
}

.nav_artists a:hover {
	color: #82d718;
	text-decoration: underline;
}

div#container_detail {
	width: 600px;
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #fff;
}

table#detail {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

table#detail tr {
	vertical-align: top;
}

table#detail td {
	padding-left: 40px;
	padding-top: 20px;
	line-height:1.1em;
	color: #fff;
}

table#detail td.rgt {
	font-size: 12px;
	padding-left: 20px;
}

