/*
-----------------------------------------------
	ispoTV CSS
	Author:	Matthias Rösele
	2010 flow works gmbh
----------------------------------------------- 


===== CONTENTS =====
	
	Last Updated:		27.01.2010	
	
	1: Basic Containers

	2: Basic Typography

	3: Image Replacements

	4: Buttons

	5: Unordered Lists
	
====================

*/



/* ____________ 1: Basic Containers ____________*/


body{
font-family: Arial, Helvetica, sans-serif;
	color: #181818;
	font-size: 62.5%;
letter-spacing: 1px;
}


#container{
	position: relative;
	width: 620px;
	height: 532px;
	background: #f6f6f6;/*#fff;*/
	/*padding: 9px;*/
}

#playerContainer{
	position: relative;
	width: 620px;
	height: 379px;
	background: #000;
	background: url(../img/playerbg.gif) repeat-x bottom;
}

#clipContainer{
	position: relative;
	width: 100%;
	height:	100px;
	margin: 10px 0 0 0;
}



#channelContainer{
	position: relative;
	width: 100%;
	overflow: auto;
}


#wrapper{
	background: #f6f6f6;
	height: 532px;
}


/* ____________ 2: Basic Typography ____________*/


#searchContainer{
	overflow: auto;
	float: right;
	width: 100px;
	background: #333;
	height: 30px;
}

.inputContainer{
	float: left;
	margin: 5px 0 0 5px;
	width: 70px;
	height: 21px;
	background: #666;
}

input#search{
	color: #848487;
	float: left;
	margin: 1px 0 0 0;
	border: 0;
	padding: 2px 0 0 5px;
	height: 17px;
	width: 65px;
	background-color: transparent;
	color: #fff;
	font-size: 11px;
}

a{
	text-decoration: none;
}

#imprint a{
	color: #293035;
}

/* ____________ 3: Image Replacements ____________*/






/* ____________ 4: Buttons ____________*/


a.channelArrow{
	position: relative;
	margin: 5px 0 0 0;
	float: left;
	display: block;
	width: 11px;
	height: 21px;
	text-indent: -9999px;
}

a#channelUp{
	background: url(../img/channelLeft.gif) no-repeat;
	margin: 5px 5px 0 5px;
}

a#channelDown{
	background: url(../img/channelRight.gif) no-repeat;
}


a.clipArrow{
	position: relative;
	display: block;
	width: 25px;
	height: 40px;
	text-indent: -9999px;
}

a#clipRight{
	position: absolute;
	top: 39px;
	right: 2px;
	background: url(../img/clipRight.gif) no-repeat;
}

a#clipLeft{
	position: absolute;
	top: 39px;
	left: 2px;
	background: url(../img/clipLeft.gif) no-repeat;
}

a#startSearch{
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url(../img/search.gif) no-repeat 5px 3px;
	float: left;
	margin: 5px 0 0 0;
}


/* ____________ 5: Unordered Lists ____________*/

/* ====== channel chooser ===== */

ul.channels{
}

ul.channels li{
	display: block;
	float: left;
}

ul.channels li a{
	position: relative;
	margin:0 5px 0 0;
	display: block;
	width: auto;
	min-width: 40px;
	text-align: center;
	border: 1px solid #333;
	height: auto;
	background: #333;
	padding: 9px 6px 9px 6px;
	text-transform: uppercase;
	color: #999;
}

ul.channels li a:hover{
	color: #ccc;
}

ul.channels li.active a{
	border: 1px solid #000;
	color: #000;
	background: #E4E4E5;
}


/* ====== clip chooser ===== */

ul.clips{
	position: absolute;
	top: 31px;
	left: 40px;
}


/* z-indizes fuer glow */
ul.clips li{
	position: relative;
	float: left;

}


ul.clips li a{
	position: relative;
	display: block;
	float: left;
	width: 110px;
	height: 57px;
	font-size: 11px;
}

ul.clips li a img{
 -moz-box-shadow: 1px 1px 5px #000;
 -webkit-box-shadow: 1px 1px 5px #000;
}


/* Play-Symbol, default ausgeblendet */
ul.clips li a span.play{
	display: block;
	position: absolute;
	top: 5px;
	left: 30px;
	width: 48px;
	height: 48px;
	background: url(../img/play.png) no-repeat;
	text-indent: -9999px;
	display: none;
}

/* einblenden des symbols bei hover von nicht-aktiven clips */
ul.clips li a:hover span.play{
	display: block;
}



/* Tooltip, default ausgeblendet */
ul.clips li a span.tooltip{
	display: block;
	position: absolute;
	top: 65px;
	left: -25px;
	width: 133px;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	padding: 8px;
	display: none;
	color: #000;

}

.tooltip h1{
	text-transform: uppercase; 
}

/* positionsanpassung fuer tooltip von aktivem clip */


/* einblenden der tooltips bei hover */
ul.clips li a:hover span.tooltip{
	display: block;
	z-index: 9999;
}

a#searchTrigger{
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	background: #333;
	padding: 9px 26px;
	z-index: 1;
	text-align: center;
	color: #1facd8;
	text-transform: uppercase;
}

a#searchTrigger.active{
	display: block;
}

#flow-link {
	position: absolute;
	display: block;
	right: 20px;
	bottom: 0px;
	width: 66px;
	height: 14px;
	padding: 6px;
	z-index: 2;
}
