/*------------------------------------------------------------------------------------
	*filename: 			main.css
	*description:		Global CSS
	*Version:			1.0.0 (2009-08-20)
	*Website:			orangeorange.tv
	*Author:			Benoit Liard
	
	=== STRUCTURE: ============================================================
	
	*page width: 933px;
	
	
------------------------------------------------------------------------------------*/

/* Resets and overrides
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bold {
	font-weight:bold;
}


/* Links and type
--------------------------------------*/



/* Main layout
--------------------------------------*/
body{
	font-size: 100%;
	font-family: arial, sans-serif ;
	background-color:#D7D4DB;	
}
h1 h2{
	font-size:17px;
	color:#ff4703;
}

div{
		color:#ff4703;
}
p{
	font-size:0.80em;
	color:#a0a0a0;
	line-height: 120%;
}

span{
	color:#ff4703;	
}

#header{
	width:948px;
	height:303px;
	margin:0 auto;
	background: url('../images/header.png');
}
#tv{
	width:931px;
	height:480px;
	margin:0 auto;
	clear:both;
	background: url('../images/tv_background.png');
}

.section{
	clear:both;
	padding-top:5px;
	width:931px;
	margin:0 auto;
}

#parole{
	clear:both;
	float:left;
	display:inline;
	width:198px;
	height:217px;
	background: url('../images/parole.png') no-repeat;
}

#parole .bouton{
	margin:0 auto;
	bottom:0px;
	width:174px;
	height:29px;
	position: relative; 
	top:175px;
}


#player{
	background: url('../images/player_background.png') no-repeat;
	height: 369px;
	width:933px;
}

.mp3Player{
	padding:5px 0 0 0;
	float:right;
	display:inline;
	z-index:1000;
	position:relative;
	width:210px;
}
#playerCover{
	width:354px;
	height:312px;
	margin:10px 0 0 10px;
	float:left;
	display:inline;
	clear:both;
}

#playerControl{
	padding:4px 0 0 0px;
	clear:both;
	width:355px;
}

#playerControl a{
	margin-left:1px;
}
#tracklist{
	float:right;
	display:inline;
	width:562px;
	height:348px;
	padding-top:10px;
}


#tracklist li{
	width:552px;
	height:28px;
	background:url('../images/track_background.jpg') repeat-y;
	margin-bottom:1px;
	vertical-align:middle;
	clear:both;
	float:left;
	display:inline;	
	cursor:pointer;
}


#tracklist li span{
	float:left;
	display:inline;	
	margin:5px;
}


#spectacle{
	float:left;
	display:inline;	
	margin:3px 0 0 5px;
	background: url('../images/spectacle_background.png') no-repeat;
	width:726px;
	height:209px;
}

#spectacleContainer{
	min-height:118px;
	height:118px;
	padding:36px 0 0 22px;
}

#spectacleContainer .date{
	margin:5px 0 0 2px;
}
#spectacle .eventDate{
	font-size:1.88em;
	font-weight:800;
}
#spectacle .venue{
		font-size:1.88em;
}
#spectacle .address{
		font-size:0.75em;
		font-weight:bold;
		margin:5px 0 0 0;
}
#spectacle .price{
		font-size:0.75em;
}

#billetSpectacle{
	width:112px;
	height:19px;
	margin:10px 0 0 0;
}

#spectacle_controles{
	padding:20px 0 0 20px;
}

#spectacle_controles a{
	margin: 0 -4px 0 0;
}

#blog{
	clear:both;
	float:left;
	display:inline;	
	background: url('../images/blog_background.png') no-repeat;
	width:659px;
	height:227px;
}

#blog .title{
	clear:both;
	float:left;
	display:inline;	
	font-size:1.88em;
	margin:15px 0 0 15px;
	width:100px;
}

#blogControl{
	padding:20px 0 0 0px;
	width:400px;
}

#posts{
	float:left;
	display:inline;	
	clear:both;
	padding:3px 0 0 5px;
	width:640px;
}

.post h2{
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:10px;
}

.post p{
	text-align: justify; 
}

.post .readMore{
	margin:15px 0 0 0;
	width:110px;
	height:23px;
}
#blogControl a{
	margin-left:-3px;
}

.post .blogImage{
	clear:both;
	float:left;
	display:inline;	
	width:195px;
	height:164px;
	margin:0 10px 0 10px;
}

#liste{
	float:left;
	display:inline;	
	background: url('../images/liste_background.png') no-repeat;
	width:269px;
	height:229px;
	margin:0 0 0 3px;
}


#logos{
	width:440px;
	height:26px;
	margin:0 auto;

}

#logos img{
	width:440px;
	height:26px;
}
/* Secondary layout structures
--------------------------------------*/



/* Form elements
--------------------------------------*/


/* Miscellaneous
--------------------------------------*/
#tv_screen{
	clear:both;
	float:left;	
	display:inline;	
	width:640px;
	height:464px;
	margin-left:9px;
	padding-top:8px;	
}
#tv_description{
	clear:both;
	width:640px;
	height:103px;
	background:url('../images/box_background.jpg') repeat-x;
}
#tv_description h2{
	padding:17px 0 0 13px;
}
#tv_description p{
	padding:5px 0 0 13px;
}
#tv_oembed{
	max-width:640px;
	width:640px;
	max-height:360px;
	min-height:360px;
	height:360px;
}
#tv_list{
	float:left;
	display:inline;	
	width:271px;
	height:464px;
	min-height:464px;
	min-width:271px;
	padding:8px 0 0 0;
	margin-left:5px;
	font-size:0.70em;
}

#tv_list .up{
	width:270px;
	height:28px;
	background:url('../images/btn_tv_up.jpg') no-repeat;
	cursor:pointer;
	margin-left:1px;
}

#tv_list li{
	width:271px;
	height:49px;
	background:url('../images/tv_list_background.jpg') repeat-y;
	margin-bottom:2px;
	cursor:pointer;
}


#tv_list li.hover {
	background: none;
	background-color:#fe4b08;
}

#tv_list li.hover div{
	color:white;
}


#tv_list li.hover div span{
	color:white;
}
#tv_list img{
	clear:both;
	float:left;
	display:inline;	
	padding-top:5px;
	margin-left:5px;
	width:60px;
	height:40px;
}
#tv_list .title{
	float:left;
	display:inline;	
	font-size:1.1em;
	font-weight:bold;
	margin-left:6px;
	margin-top:12px;
	text-align:left;
	
}

#tv_list .date{
	margin-left:5px;
	font-size:0.8em;
}

#tv_list .down{
	clear:both;
	width:270px;
	height:29px;
	background:url('../images/btn_tv_down.jpg') no-repeat;
	margin-left:1px;
}

.tracknumber{
	padding:3px 0 0 0px;
	font-size:0.75em;
}

.trackname{
	font-size:1.00em;
	font-weight:bold;
	padding:-5px 0 0 0px;
}

.selectedTrack{
	background-color:#fe4b08;
}

#tracklist li.selected{
	background:none;
	background-color:#fe4b08;
}

#tracklist li.selected span{
	color:#FFFFFF;
}


#tracklist li.hover{
	background:none;
	background-color:#fe4b08;
}

#tracklist li.hover span{
	color:#FFFFFF;
}


.facebook{
	margin:0 5px 0 0;
	width:460px;
	height:56px;
}

.myspace{
	width:460px;
	height:56px;
}

#mailForm{
	padding: 10px 0 0 8px; clear: both; float: left;	display:inline;
}
#mailForm input{
	margin:5px 0 0 0;
	width:230px;
}

#liste .intro {
	float: right; margin-right: 25px; margin-top: 75px; width: 120px; font-size: 0.7em; text-align: justify;height:45px;
	display:inline;
	
}
html, body {
height: 100%;
min-height: 100%;
}