@import url(http://fonts.googleapis.com/css?family=PT+Sans);
html {
	background-color:#000;
	background-image:url(images/bk_body.jpg);
	}
body {
	font-family: 'PT Sans', "Segoe-UI", Arial;
	font-size:20px;
	margin:0px;
}
a, a:hover, a:visited { border:0px; }
img {  border-style: none; }

.container {
	margin:0px auto;
	width:100%;
}
/* HEADER */

.header {
	height:90px;
	width:100%;
	margin-bottom:5px;
	
}
.header img {
	padding-left:10px;
	padding-right:30px;
	float:left;
}
.meniu {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
	font-size:28px;
	height:90px;
}
.meniu li {
	float:left;
	padding-left:60px;
	padding-top:28px;
}
.meniu li a, a:visited {
	text-decoration:none;
	color:#232323;
}
.meniu li a:hover {
	color:#C03;
}
	

/* FEATURED */

.featured {
	display:block;
	margin:0px auto;
	width:100%;
	height:450px;
	background-color:#FFF;
	-webkit-box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
			box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
	text-align:center;
	overflow:hidden;
}
.stream {
	width:620px;
	height:414px;
	padding-top:36px;
	display:inline-block;
}
.streaminfo {
	width:200px;
	height:378px;
	margin-top:0px;
	display:inline-block;
	vertical-align:top;
	padding-top:36px;
	font-size:16px;
	padding-right:10px;
	color:#333;
}
.streaminfo h2 {
	color:#C03;
	padding-bottom:5px;
	margin:0px;
	border-bottom:1px #333 solid;
}
.autor {
	text-align:right;
	padding-top:0px;
	margin:0px;
	padding-bottom:10px;
}
.streaminfo a, a:visited {
	text-decoration:none;
	color:#C03;
}
.streamchat {
	width:300px;
	margin-top:0px;
	display:inline-block;
	vertical-align:top;
	padding-top:36px;
}
.streamchat2 {
	margin:0px auto;
	text-align:center;
	width:700px;	
}

/* LIST */

.spacer {
	-webkit-box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
			box-shadow: inset 0px 1px 5px rgba(0,0,0,.5);
	width:100%;
	height:1px;
}
.list {
	width:100%;
	padding-top:30px;
}

.box {
	margin-left: 50px;
	border:5px solid #FFF;
	overflow:hidden;
	width:160px;
	height:145px;
	float:left;
	margin-bottom:25px;
	-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.94);
	-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.94);
	box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.94);
}

.box img {
	width:160px;
	height:120px;
	display:block;
}

.box p {
	margin:0px;
	padding:0px;
	width:100%;
	height:25px;
	text-align:center;
	color:#333;
	background:#FFF;
	font-size:18px;
}
.box a {
	text-decoration:none;
	color:#000;
}
.box:hover {
  	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.94);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.94);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.94);
}
.box a:hover p {
	color:#C03;
}
/* FOOTER */