@font-face {
	font-family: 'Museo500';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontUnwPvWom') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { margin:0; padding:0; outline:none; }
body { background-color: #4C230A; color:#eeddcc; }
body, p { font-family: 'Museo500', Georgia, Lucida, Verdana, sans-serif; font-size:14px; font-style:normal; line-height: 1.5em; }

p { margin: 5px 0 25px 0; }
h1 { font-size:24px; margin:0px 0 15px 0; font-weight:normal; font-style:normal; }
h2 { font-size:18px; margin:0px 0 10px 0; font-weight:normal; font-style:normal; }
a, a:hover, a:visited { color:#eeddcc; }
ul { list-style-type:square; padding-left:20px; margin:5px 0 20px 20px; }
li { padding:0; margin:0; }
.clearfix { clear:both; }

#bgrwrap { margin:0px auto; width:100%; background-image:url('bgr.png'); background-repeat:no-repeat; }
#maincol { margin:0px auto; width:80%; height:100%; position:relative; }
#maincol > div { padding:20px; }
#transparenter-wrap { margin:0px auto; width:80%; }
#transparenter { width:80%; height:802px; position:absolute; background-color:#4C230A; opacity:0.7; filter:alpha(opacity=70); }
#platform-links { float:right; }
#platform-links img { margin:10px 0 0 20px; vertical-align: middle; border:0; }
#logo { float:left; width:190px; }
#footer { font-size:11px; margin:30px 0 0 0; }

#content-wrap { padding:20px; height:520px; color:#eeddcc; background-color:#111; overflow:auto; overflow-y:hidden;
  /*border:1px dashed #999;*/
  border:1px solid #999;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.content-gradient { 
  background: -moz-linear-gradient(top, #111, #222);
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#222));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#111111, endColorstr=#FF222222);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#111111, endColorstr=#FF222222)";
}
/*.content {  }*/

#menu { padding:40px 0 9px 0px; }
#menu a { text-decoration:none; font-size:20px; padding:10px; margin:15px 5px 10px 0; font-weight:normal; font-style:normal; color:#eeddcc; 
  border-left:1px solid #999;
  border-top:1px solid #999;
  border-right:1px solid #999;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#menu a:hover { color:#eeccbb; }
#menu a:active { background-color:#111; opacity:0.5; filter:alpha(opacity=50); }
a.menu-active {  background-color:#111; }

.chunk {
  float:left; margin-right:20px; padding:20px; height:100%;
  -moz-border-radius: 16px; 
  border-radius: 16px;
  background: -moz-linear-gradient(top, #222, #111);
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#FF111111);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#FF111111)";
}
.news-item { width:400px; height:460px; }
.live-item { width:400px; height:460px; }
.info-item { width:400px; height:460px; }
/*
.audio-item { height: 100%; }
.video-item { height: 100%; }
.pics-item  { height: 100%; }
*/
#pics .chunk { margin-right: 20px; }
#video .chunk { margin-right: 20px; }



