@charset "UTF-8";
/* 
    Theme Name: mf.thenextday.tv
    Description: example website mf
    Version: 1
    Author: Serge Hufkens
    Contact: serge@mediatower.be

*/

body {
	background: #FFF;
	font-family: "Verdana", Geneva, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

h2 {
	color:#ffffff;
	}

#container {
	background:url(../img/bg_container.jpg) no-repeat top center;
	width:850px;
	height:750px;
	margin:0px auto;
	position:relative;
}

#nav {
	font-size:1em;
	font-weight:bold;
	width:225px;
	height:200px;
	position:absolute;
	top:210px;
	left:86px;
}

#nav ul {
	line-height:1.8em;
	list-style-type:none;
	margin:0;
	padding:0;
	}

#nav ul li a {
	color:#212448;
	text-decoration:none;
	}
	
#nav ul li a.select {
	color:#215160;
	text-decoration:none;
	border-bottom:1px solid #215160;
	}

#nav ul li a:hover {
	color: #44a6cb;
	}

#logo {
	background:#333 url(/img/logo.gif) no-repeat;
	background-color:#990;
	width:200px;
	height:150px;
	position:absolute;
	top:100px;
	left:648px;
}


#player {
	width:400px;
	height:260px;
	position:absolute;
	top:162px;
	left:373px;
	z-index:100;
}


#player_nav {
	width:405px;
	height:232px;
	position:absolute;
	top:349px;
	left:371px;
	color:#44A7C7;
	font-size:0.9em;
	font-weight:bold;
	line-height:16px;
	z-index:10
}

#text_small {
	width:398px;
	height:173px;
	font-size:0.7em;
	position:absolute;
	top:442px;
	left:373px;
}

#text_medium {
	background-color:#EEE;
	width:395px;
	height:125px;
	font-size:0.8em;
	position:absolute;
	top:303px;
	left:48px;
}

#text_large {
	width:375px;
	height:425px;
	padding:10px;
	font-size:0.8em;
	position:absolute;
	top:150px;
	left:373px;
}

#tellafriend {
	background-color:#74C7E9;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	width:352px;
	height:411px;
	font-size:0.8em;
	position:absolute;
	top:169px;
	left:379px;
}

#btn_tellafriend {
	background:url(../img/btn_taf.gif) 0 0 no-repeat;
	width:220px;
	height:40px;
	position:absolute;
	top:349px;
	left:80px;
	font-size:0.7em;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}

#btn_tellafriend a {
	color:white;
	text-decoration:none;
	width:220px;
	height:40px;
	display:block;
}

#btn_tellafriend a:hover {
	color:#212448;
	background:url(../img/btn_taf.gif) 0 -40px no-repeat;
}

#language {
	color:#7ccced8;
	font-size:0.8em;
	width:63px;
	height:17px;
	position:absolute;
	top:92px;
	left:767px;
	}	

#language a {
	color:#212448;
	text-decoration:none;
	}

#logo_ndtv a {
	width:200px;
	height:56px;
	position:absolute;
	top:648px;
	left:69px;
	display:block;
}

