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

body {
	margin: 0;
	padding: 0;
	/*background-color: #A1B3B6;*/
	background-color: #000;
	overflow-y: scroll;
	background: url(../images/bg_00.jpg);
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}

em {
	font-style: italic;	
}

strong {
	font-weight: bold;	
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#container p {
	line-height: 1.2em;
	margin-bottom: 10px;
}

#bergman {
	width: 960px;
	min-height: 709px; 
	background: url(../images/bergman-profile.jpg) no-repeat #ABABAB; 
	border-left: solid 10px #fff; 
	border-right: solid 10px #fff;	
	float: left;
}

#bergman2 {
	width: 960px;
	min-height: 709px; 
	background: url(../images/bergman-profile5.png) no-repeat #ABABAB; 
	border-left: solid 10px #fff; 
	border-right: solid 10px #fff;	
	float: left;
}

#nav {
	margin: 30px -30px 0 0;
	padding: 10px;
	float: right;
	background: #fff;
}

#nav li {
	display: inline-block;
	color: #333;
	font-family: Dosis, sans-serif;
	font-size: 18px;
	padding: 0 8px;
	border-left: solid 1px #eee;
}

#nav li a {
	text-decoration: none;
	color: #333;
}

#nav li a:hover {
	text-decoration: underline;	
}

#corner {
	width: 0; height: 0;  
	line-height: 0;  
	border-right: 20px solid transparent;  
	border-top: 10px solid #666;  
	margin-top: 28px;  
	margin-left: -1px;
	position: absolute; 
	z-index: -10;
}

#title {
	width: 524px;
	margin: 30px 20px 0 0;
	float: right;
}

.content {
	background-color: #fff;
	padding: 20px;
	color: #333;
	float: right;
	width: 484px;
	/*clear: both;*/
	margin: 20px;
	font-family: Dosis, sans-serif;
	box-shadow: #333 4px 4px 8px;	
	-moz-box-shadow: #333 4px 4px 8px;
	-webkit-box-shadow: #333 4px 4px 8px;
	position: relative;
}

.content a {
	color: #666;
}

.concept, .bio_pic {
	background-color: #000;
	border: solid 1px #ccc;
	padding: 10px;
	display: inline-block;
	float: left;
}

.concept img, .bio_pic img {
	float:left;
	clear:both;	
}

.concept img {
	width: 300px;
	height: 169px;
}

.bio_pic {
	margin: 0px 0 45px 45px;
	display: none;	
}

.panel {
	display: none;
	clear:both;
}

#credit {
  position: relative;
	background-color: #fff; 
	color: #ccc; 
	font-size: 14px; 
	line-height: 1.2em;
	font-family: Dosis;
	text-align: center;
	width: 980px;
	margin-bottom: 20px;
	padding: 4px 0;
	float: left;
}

#credit a {
	text-decoration: none;
	color: #ccc;
}

#credit img {
  position: absolute;
  top: 4px;
  right: 10px;
}

#tabs {
	height: 40px;
	position: relative;
	margin-top: -60px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	margin-left: -20px;
}

#tabs li {
	cursor: pointer;
	display: inline-block;
	float: left;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	box-shadow: inset #ccc 0 -2px 8px;
	-moz-box-shadow: inset #ccc 0 -2px 8px;
	-webkit-box-shadow: inset #ccc 0 -2px 8px;
	background-color: #eee;	
}

#tabs li.active_tab {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;	
}

label {
	display: inline-block;
	width: 100px;
}

input[type='text'],
textarea {
	width: 350px;
	padding: 5px;
	margin: 10px 0;
	border: solid 1px #ccc;
	vertical-align: middle;
	font-family: Dosis, sans-serif;
	font-size: 16px;
}

textarea {
	height: 100px;	
}

input[type='button'] {
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	border: solid 1px #999;
	background-color: #ccc;
	font-family: Dosis, sans-serif;
	font-size: 16px;
	cursor: pointer;
}

#lyrics_links a {
	/*line-height: 2em;*/
	line-height: 30px;
	margin-bottom: 5px;
	background-color: #eee;
	text-decoration: none;
	display: block;
	outline: none;
}

#lyrics_links a:hover {
	text-decoration: underline;	
}

.lyrics_number {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #999;
	color: #fff;
	text-align: center;
	margin-right: 5px;
}

.lyrics {
	/*width: 600px;*/
	font-family: Dosis, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	white-space: pre;
	margin: 0 0 50px 35px;
}

.fancybox-inner {
	overflow-x: hidden !important;
	overflow-y: auto;
}

.lyrics img {
	width: 200px;
	float: right;
	margin: -80px 0 0 10px;
}

.lyrics h2 {
	display: none;	
}

.galleria-stage {
	top: 60px !important;
	bottom: 10px !important;
}

.galleria-thumbnails-container {
	top: 10px !important;
}

#screenplay_dl {
	display: block;
	padding-left: 60px;
	background: url(/images/pdf_icon.jpg) no-repeat;
	line-height: 52px;
}