/*
Title: TV Penna
Version: 1.0
Author: Bruno Tarmann
Author URI: http://tarmann.com.br
*/

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}


/* RESET */

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #529140 url(../images/bg.jpg) repeat-x;
}

#page{
	position: relative;
	background: url(../images/tv2.jpg) repeat-x;
	width: 800px;
	height: 527px;
	margin: 0px auto;
}

#info{
	position: absolute;
	top:420px;
	left: 40px;
	color: #333333;
}

#controls{
	position: absolute;
	top:420px;
	left: 244px;
}


#player{
	position: absolute;
	display: block;
	width: 321px;
	height: 240px;
	top:166px;
	left: 38px;
}

#jc-chatarea{
	position: absolute;
	background: white;
	width: 398px;
	height: 213px;
	top:192px;
	left:369px;
	overflow: auto;
}

#jc-chatarea p{
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}

#jc-chatarea p em{
	color: #CCCCCC;
	font-size: 11px;
}

#jc-chatarea p strong{
	font-weight: bold;
}

#jc-chatarea p.moderator{
	font-size: 14px;
	background: #D9F2CD;
	color:#19653F;
}



#jc-form{
	display: block;
	position: absolute;
	width: 398px;
	left: 369px;
	top:422px;
}

#jc-form input{
	border: solid 1px #19653F;
	padding: 4px;
	vertical-align: bottom;
}

#jc-form #name{
	width: 80px;
}

#jc-form #message{
	width: 225px;
}

h1{
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

.who{
	position: absolute;
	bottom: 6px;
	left: 35px;
}

.back{
	position: absolute;
	right: 65px;
	bottom: 6px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
