body {
	background-color:#ccc;
  color: white;
  font-size: 11px;
  height: auto;
  width:100%;
  height:100%;
  font-family:"Verdana",Georgia,Serif;


}
p {
	margin:0 0 5px 0;
	line-height:1em;
	font-weight:bold;
}
#headerTop {
	width:100%;
	height:50px;

	top:0;
	left:0;
	position:fixed;
	background-color:black;
	z-index:9999;
}
#headerTop h1 {
	text-align:center;
	margin-top:10px;
	color:red;
}
#headerBottom {
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	position:fixed;
	background-color:black;
}
#headerBottom  p{
	margin: 4px 0 0 4px;
}
#headerBottom  p.middle{
	margin: 4px 0 0 0;
	color:white;
	text-align:center;




	
}
#headerBottom  a{
	
	color:white;
	text-align:center;
	text-decoration:none;
}
#audioplayer {
	position:fixed;
	right:10px;
	bottom:3px;

}
#leftText{
	position:absolute;
	left:20px;
	width:150px;
	font-size:7px;
	font-weight:regular;
	display:inline-block;
	color:#ccc;
}

#wrapper {

	font-family:"Verdana",Georgia,Serif;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:58px;
	min-height:1000px;
	
	
}
#artist_box {
		padding:10px;
	color:red;
	width:102px;
	display:block;
	display: inline;
	float: left;
	margin-right:10px;
	margin-bottom:20px;
}
#artist_box .boxname {
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	font-weight:bold;
	background-color:white;
	cursor:pointer;

}
#artist_box img {
	width:100px;

	z-index:-9999;
}
#artist_box  .box {
	position:relative;
	display:block;
	width: 100px;

	
	margin-bottom:5px;
}
#artist_box .box a {
	border:0px;
	display:block;
	color:red;
	text-decoration:none;
}
#artist_box .boxq{ 
	position:relative;
	float:left;
	display:block;
	margin-right:5px;
	width: 70px;
	height: 70px;
}
#artist_box  .boxq a {
	border:0px;	
	color:red;
}
#odgovor_box {
	padding:10px;
	color:red;
	display:inline-block;
	width:73px;
	position:relative;
	left:720px;
}
#odgovor_box  img{
	width:70px;

}

#odgovor_box  .box {
	position:relative;
	display:block;
	width: 70px;
	background-color:white;
	margin-bottom:5px;
}
#odgovor_box  .box a {
	border:0px;
	display:block;
	color:red;
	text-decoration:none;
}
#odgovor_box   .boxname {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	font-weight:bold;
	font-size:16px;
	
	cursor:pointer;
	width:70px;
}
/* ********************************/
#vprasanje_box {
	width:650px;
	min-height:40px;
	padding:10px;
	display:inline-block;
	color:red;
	margin-bottom:5px;
}
#vprasanje_box .boxq{ 
	
	float:left;
	display:block;
	margin-right:5px;
	margin-bottom:5px;
	width: 75px;
	
}
#vprasanje_box .boxq a {
	border:0px;	
	color:red;
}
#vprasanje_box  .boxname {
	display:none;
	position:absolute;
	top:400px;
	font-weight:bold;
	color:red;
	background-color:white;
	cursor:pointer;
	font-size:15px;
	text-align:center;
	width:220px;

	left:35%;
	font-weight:bold;
}
#vprasanje_box  img{
	width:75px;
}

#naslovBox {
	z-index:9999;
	position:absolute;
	
}
#naslovBox   .imePriimek {
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	margin-right:25px;
	color:red;
}
#naslovBox   .vprasanje{
	font-size:16px;
	margin-top:5px;
	line-height:1.5em;
	color:red;
	width:300px;
	font-weight:bold;
	
}
#main {
	margin-right:40px;
	margin-left:20px;
	width:660px;
	min-height:100px;
	display: inline;
	float: left;
	position:fixed;
}	
#main h1{
	
	margin-left:10px;
	padding-left:10px;
	line-height:1em;
	margin-top:25px;
}
#main h2{
	margin-left:10px;

	line-height:0em;
	margin-top:0em;
}
#movie{

	
}


#credits {
	background:white url(img/bg.png) no-repeat; 
	color:black;
	height:280px;
	padding:15px;
	width:454px;
	display:none;
	font-size:12px;
	left:40px;
	position:absolute;
	
	top:55px;
	width:400px;
	
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 

}
#credits img{
	width:90px;
}
#credits h1{
	font-size:18px;
	margin-bottom:0px;
	color:red;
	text-align:left;
}
#credits h2{
	font-size:12px;
text-align:left;
}
#credits p{
	line-height:1.3em;
	text-align:left;
}
#credits .bClose{
	padding-left:385px;
	font-weight:bold;
	font-size:17px;
	cursor:pointer;
	color:#ccc;
	
}
