﻿/********************************************/
/********** clear floated elements **********/
/********************************************/
/* based on http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**********************************/
/********** basic styles **********/
/**********************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

html {
	background-color: #fff;
}

*, body, td, label, textarea, a {
	font-family: Arial, Verdana, sans-serif;
	outline: none;
	color: #000;
}

body {
	font-size:62.5%;
}

/**************************/
/********** logo **********/
/**************************/
#logo {
	margin: 0;
	padding: 0;
	height: 85px;
	background-color: #000;
	margin-bottom: 20px;
}
#logo a {
	display: inline-block;
	width: 654px;
	height: 85px;
	background: url(../../images/dubrovnik_summer_festival_logo.png) left center no-repeat;
	outline: none;
}
#logo a.logo-en {
	background: url(../../images/dubrovnik_summer_festival_logo_en.png) left center no-repeat;
}
#logo a span {
	margin-left: -9000px;	
}

/*********************************/
/******** article styles *********/
/*********************************/
.article {
	margin: 0 0 10px 0;
	color: #000;
}
.article .article-teaser {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.article .article-title {
	color: #000;
	font: 2.4em normal Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.article .article-title a:link,
.article .article-title a:visited {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}
.article .article-title a:hover,
.article .article-title a:active {
	background-color: #f2f2f2;
}
.article .article-aditional-data {
	color: #7a7a7a;
	margin: 8px 0 20px 0;
}
.article .article-date,
.article .article-author {
	font-size: 1.1em;
}

.article .article-lead,
.article .article-content {
	margin: 5px 0;
	font-size: 1.3em;
	margin-bottom: 10px;
}

/***** article basic styles *****/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	color: #000;
	margin: 20px 0 5px 0;
	font-family: Arial, Verdana, sans-serif;
}
.article h1,
.article h2 {
	font-size: 1.4em;
}
.article h3 {
	font-size: 1.2em;
}
.article h4,
.article h5,
.article h6 {
	font-size: 1em;
}
.article p {
	margin-bottom: 10px;
}
.article img {
	display: none;
}
.article ul,
.article ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.article ol,
.article ol li {
	margin: 0;
	padding: 0;
}
.article ul,
.article ol {
	margin: 20px 0; 
}
.article ul li,
.article ol li {
	margin: 7px 0; 
}
.article ul li {
	margin-left: 15px;
	padding-left: 30px;
	background: transparent url(../../images/icons/icon_tick.png) no-repeat left 1px;
}
.article ol li {
	margin-left: 35px;
	padding-left: 10px;
}

.article .article-lead a:link,
.article .article-lead a:visited,
.article .article-content a:link,
.article .article-content a:visited {
	color: #038;
	text-decoration: underline;
}
.article .article-lead a:hover,
.article .article-lead a:active,
.article .article-content a:hover,
.article .article-content a:active {
	text-decoration: none;
}

/***** table styles *****/
.article .isTABLE {
	margin: 0 auto;
}
.article .isTABLE, 
.article .isTABLE td, 
.article .isTABLE th {
	border-collapse: collapse;
	border: solid 1px #cbcbcb;
	color: #777;
	padding: 5px 6px;
	text-align: left;
}
.article .isTABLE th,
.article .isTABLE .isTRFirst td {
	background-color: #e2e2e2;
}
.article .isTABLE .isTD {
}
.article .isTABLE .isTREven {
	background-color: #f5f5f5;
}
.article .isTABLE .tablecaption td {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/***** article aditional styles *****/
.article a.article-link-more:link,
.article a.article-link-more:visited {
	background: url(../../images/article_link_more_bkg.png) no-repeat;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	color: #e0e0e0;
	text-decoration: none;
	font-size: 1em;
	padding-left: 12px;
	cursor: pointer;
}
.article a.article-link-more:hover,
.article a.article-link-more:active {
	color: #fff;
}
.article a.article-link-more span {
	background: url(../../images/article_link_more_arrow.png) no-repeat right;
	display: inline-block;
	height: 19px;
	padding-right: 22px;
	cursor: pointer;
}

.article .article-additional-functions {
	margin-bottom: 7px;	
}
.article .article-additional-functions a:link,
.article .article-additional-functions a:visited,
.article .article-additional-functions a:hover,
.article .article-additional-functions a:active {
	display: inline-block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-right: 3px;
}
.article .article-additional-functions a span {
	margin-left: -940px;
}
.article .article-additional-functions .article-print {
	background: transparent url(../../images/icons/icon_print.png) no-repeat;
}
.article .article-additional-functions .article-send-to-mail {
	background: transparent url(../../images/icons/icon_mail.png) no-repeat center 1px;
}

/***** article links styles *****/
.article-links {
	margin: 0;
	padding: 0;
}
.article-links .article-links-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc3300;
	text-transform: uppercase;
	margin: 20px 0 8px 0;
	font-family: Arial, Verdana, sans-serif;
}
.article-links ul,
.article-links ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url();
}
.article-links ul li {
	margin-bottom: 10px;
}

.article-links a.article-link-text:link,
.article-links a.article-link-text:visited {
	font-size: 1.2em;
	color: #038;
	padding-left: 20px;
	display: block;
	position: relative;
}
.article-links a.article-link-text:hover,
.article-links a.article-link-text:active {
	font-size: 1.2em;
	color: #333;
}
.article-links a.article-link-text .article-link-description,
.article-links a.article-link-text .article-link-aditional-data {
	color: #7a7a7a;
	font-size: 0.9em;
	margin-left: 5px;
}
.article-links a.article-link-text .article-link-icon {
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
}
.article-links a.article-link-text .link-article {
	background: transparent url(../../images/icons/icon_article.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-article {
	background: transparent url(../../images/icons/icon_article.png) no-repeat center center;
}
.article-links a.article-link-text .link-document {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-document {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text .link-inner {
	background: transparent url(../../images/icons/icon_inner.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-inner {
	background: transparent url(../../images/icons/icon_inner.png) no-repeat center center;
}
.article-links a.article-link-text .link-image {
	background: transparent url(../../images/icons/icon_image.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-image {
	background: transparent url(../../images/icons/icon_image.png) no-repeat center center;
}
.article-links a.article-link-text .link-download {
	background: transparent url(../../images/icons/icon_download.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-download {
	background: transparent url(../../images/icons/icon_download.png) no-repeat center center;
}
.article-links a.article-link-text .link-mail {
	background: transparent url(../../images/icons/icon_mail.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-mail {
	background: transparent url(../../images/icons/icon_mail.png) no-repeat center center;
}
.article-links a.article-link-text .link-pdf {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-pdf {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text .link-word {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-word {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text .link-excel {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}
.article-links a.article-link-text:hover .link-excel {
	background: transparent url(../../images/icons/icon_document.png) no-repeat center center;
}

/***** articleprintable view styles *****/
.article-printable-view {
	background-color: #fff;
	padding: 20px;
}

.article-printable-view .article-image {
	float:left;
	margin:4px 10px 5px 0;
	overflow:hidden;
	width:177px;
}
.article-printable-view .article-image img {
	display:inline;
}
.copyright {
	margin: 20px 0;
}

/***** artists styles *****/
#additional-program-artists,
#additional-program-artists li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff url();
}
#additional-program-artists {
	margin-bottom: 20px;
}
#additional-program-artists li strong {
	font-weight: bold;
}

/***** article dynamic content *****/
#article-dynamic-content {
	
}
#article-dynamic-content h2 {
	font-size: 2em;
}
#article-dynamic-content table,
#article-dynamic-content table tr, 
#article-dynamic-content table tr td {
	border-collapse: collapse;
}
#article-dynamic-content table tr {
	border-bottom: solid 1px #666;
}
#article-dynamic-content table tr td {
	padding: 3px 30px 3px 0;
	font-size: 1.3em;
}
#article-dynamic-content table tr.additional-event-program {
	border: 0 none;
	font-weight: bold;
}
#article-dynamic-content table tr.additional-event-program td {
	padding-top: 10px;
	font-weight: bold;
}

/***** additional google map *****/
#additional-google-map {
	float: none;
	margin: 20px 0;
	border: 1px solid #666;
}
#additional-google-map img {
	display: inline-block;
}
.gmaper_marker {
	color: #000;
	font-size: 12px;
}
.gmaper_marker b {
	font-weight: bold;
}

