/*--------------------------------------------------------

   *Filename:		styles.css
   *Description:	Global CSS
   *Version: 		1.0.0(/-/-2009)
   *Website:		http://www.4etv.gr
   *Author: 		Brice Corbin for Webone.gr
   
   ==STRUCTURE:===========================================
   
   *Page width:		950px
   *Number of column: 	2
   
  
--------------------------------------------------------*/

/* CSS Reset
--------------------------------------------------------*/

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==STRUCTURE:===========================================
  
  $__header	Header Definitions
  $__menu	Global Site Navigation
  $__content	Everything within the content
  
-------------------------------------------------------*/

/* __General Styles
-------------------------------------------------------*/

body {
	background: #091c3f url('imgs/bodybg.jpg') top center no-repeat;
	font-size: 62.5%;
}

p {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #fff;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

ul {
	list-style: disc;
}

li {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #696969;
}

span {
	font-style: italic;
}


/* __layout
--------------------------------------------------------*/

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	background: url('imgs/header-bg.jpg') no-repeat;
	height: 94px;
}

#video {
	width: 950px;
	position: relative;
}

#video2 {
	width: 881px;
	position: relative;
	margin-left:30px;
}

.videoboxes {
	width: 300px;
	border-bottom: 1px solid #666;
	padding: 5px 0;
	clear: both;
	margin-left: 28px;
	min-height: 82px;
}

#stream {
	width: 589px;
	height: 396px;
	position: absolute;
	z-index: 500;
	top: -35px;
	left: 335px;
}

#content {
	width: 950px;
	float: left;
	margin-bottom: 30px;
}

#sidebar {
	width: 330px;
	float: left;
	margin: 30px 0 0 0;
	border-right: 1px solid #535152;
}

.sidebox {
	width: 290px;
	margin: 0 0 0 28px;
	min-height: 50px;
	background-color: #000;
	border: 1px solid #363636;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main {
	width: 580px;
	float: left;
	margin: 30px 0 0 20px;
}

.show {
	width: 269px;
	height: 118px;
	float: left;
	margin: 20px 20px 0 0;
	background: url('imgs/show-bg.jpg') no-repeat;
}

.main-boxes {
	width: 267px;
	height: 103px;
	float: left;
	margin: 20px 20px 0 0;
	background-color: #000;
	border: 1px solid #363636;
}

#footer {
	clear: both;
	height: 94px;
	background: url('imgs/footer-bg.png') repeat-x;
}

#footer-top {
	width: 950px;
	margin: 0 auto;
	height: 40px;
}
#footer-btm {
	width: 950px;
	margin: 0 auto;
	height: 40px;
}
/* --------------------- Titles ------------------------ */

#video h1 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	color: #fff;
	font-weight: 300;
	margin: 20px 0px 0px 28px;
	padding: 10px 0px 0px 30px;
	width: 370px;
	height: 44px;
	background: url('imgs/h1-bg.jpg') no-repeat;
	letter-spacing: -1px;
}

#sidebar h2 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #fff;
	border-bottom: 6px solid #f39209;
	font-weight: 300;
	margin: 20px 30px 0px 35px;
	padding: 0;
	letter-spacing: -1px;
}

#main h2 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #fff;
	border-bottom: 1px dotted #aaa;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
	padding: 20px 0 4px 0;
	letter-spacing: -1px;
	clear: both;
}

.show h3 {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: 300;
	margin: 3px 0 0 5px;
}


/* --------------------- Texts ------------------------ */

.videoboxes p {
	font-size: 1.2em;
}

.sidebox p {
	font-style: italic;
	color: #ccc;
	font-size: 1.4em;
	margin: 15px;
}

p.more {
	font-style: normal !important;
	text-align: right;
	margin: 5px !important;
	font-size: 1.4em !important;
}
.show p, .main-boxes p {
	margin: 5px 0 0 0;
	font-size: 1.2em;
	height: 75px;
	overflow: hidden;
}
.show span, .main-boxes span {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-top p {
	float: left;
	width: 300px;
	font-size: 1.4em;
	margin: 17px 0 0 28px;
	color: #fff;
}

#footer-top span {
	color: #333;
	font-style: normal;
}

#footer-btm p {
	float: left;
	width: 600px;
	font-size: 1.4em;
	margin: 20px 0 0 28px;
	color: #fff;
}

/* --------------------- Links ------------------------ */

#content a:link {
	color: #ff9919;
}
#content a:visited {
	color: #ff9919;
}

/* --------------------- List ------------------------ */

#header ul {
	margin: 35px 0px 0px 53px;
	float: left;
	list-style: none;
}

#header li {
	float: left;
	padding: 5px 15px;
	margin: 0;
	font-size: 1.6em;
	
}

#header li a {
	display: block;
}
#header li a:hover {
	display: block;
	color: #f39209;
	text-decoration: none;
}

.sidebox ul {
	list-style: none;
	margin: 15px 5px 5px 5px;
}

.sidebox li {
	margin: 7px;
}
.sidebox li a {
	color: #ccc !important;
}


#footer-top ul {
	list-style: none;
	float: left;
	margin: 17px 0 0 50px;
}

#footer-top li {
	display: inline;
	margin: 0 10px;
}

/* --------------------- Img ------------------------ */

#header img {
	margin-left: 40px;
	float: left;
}

.videoboxes img {
	float: left;
	margin-right: 5px;
}

#sidebar img {
	margin: 0 0 0 27px;
}

.show img, .main-boxes img {
	float: left;
	border: 1px solid #666666;
	margin: 5px;
}

#footer-btm textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #323030;
	height:18px;
	border: 0px;
	color: #ccc;
	padding: 3px;
	width:200px;
	margin: 20px 5px 0 40px;
}