@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	color:#777;
	text-align:center;
}

p {
	line-height: 20px;
}

h1 {
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #333;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3 {
	font-size: 14px;
	color: #333;
	margin:0px;
	padding:0px;
}

.orange {
	color:#f36e21;	
}

.photo{
	border:#f36e21 3px solid;
}

.logo{
text-align:center;
}

A:link {text-decoration: none; color:#000; font-weight:bold;}
A:visited {text-decoration: none; color:#000; font-weight:bold;}
A:active {text-decoration: none; color:#f36e21;}
A:hover {text-decoration:none; color:#f36e21;}

img{border:none;}

ul{list-style:none;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin:0px;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0px 17px;
	outline: none;
}
ul.tabs li a:hover {
	opacity:0.5;
}

ul.iconNav {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	width:960px;
	float:left;
}
ul.iconNav li {
	float: left;
	position:relative;
	text-align:center;
	margin:0px 5px 0px 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

ul.iconNav a {
	display: block;	
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: auto;
	padding:20px;
	text-align:justify;
}
.tab_content {

}

.poem{text-align:center; margin-bottom:25px; color:#f36e21; font-size:14px; font-weight:bold;}

.contentBox{
height:auto;
width:550px;
float:left;
display:block;
}

.appImage{
float:left;
margin-left:100px;
display:block;
}

.artaImage{
float:left;
margin-left:50px;
display:block;
}

.logos{clear:both; text-align:center;}

.logos img{margin:15px;}

.list{
	width:250px;
	float:left;
	margin-right:25px;
}

.list li{margin-bottom:10px;}

.contacts{
	width:250px;
	float:left;
	margin:10px 25px 25px 0px;
}

.icons{
	width:160px;
	float:left;
	margin: 12px;
	display:block;
	height: 200px;
	overflow: hidden;
	text-align:center;
}

.icons li{
	float:left;
	margin:10px;
}

.icons p{
	text-align: justify;
	font-size:10px;
	line-height: 12px;
}

.iconsma_container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.iconsma {
	width:60px;
	float:left;
	margin: 8px;
	display:block;
	height: 60px;
}

.artist_body{
	margin-top:18px;
	width:360px;
	float:left;
	display:block;
}

.artist_body_vert{
	margin-top:30px;
	width:620px;
	float:left;
	display:block;
}

.artist_images{
	margin-top:30px;
	margin-left:30px;
	float:left;
	position:relative;
}

.artist_speech{
	float:left;
	display:block;
	padding-right:30px;
}
.artist_bubble{
	float:left;
	display:block;
	background-color:#efefef;
	padding-left:30px;
	padding-right:30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-style:italic;
	width:700px;
}

.youtube {
	
}

.gala {
	width:900px;
	margin:0 auto;
}

.gala img {
	border:none; padding:2px; padding-bottom:8px;	
}

.gala_images {
	width:900px;
}

.bg_home {background-image:url('img/bg_1.png'); background-repeat:no-repeat;}
.bg_contact {background-image:url('img/bg_contact.png'); background-repeat:no-repeat;}

.clear{
	clear:both;	
}





/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

