/*
Theme Name: Metaverse TV
Theme URI: Your Theme's URI
Description: Tribune.
Version: 1.0
Author: Robustus Hax
Author URI: metaversetv.com
*/

@charset "utf-8";
/* CSS Document */

body
{
    background: black url('http://metaversetv.com/blackback.png');
    min-width: 960px;
    width:expression(document.body.clientWidth < 960? "960px": "auto" );
}

#header {
	background: black;
	height: 130px;
		
	}

#cloud a:link {
color: white;
}
#cloud a:visited {
color: white;
}
#tribune a:link {
color: white;
font-size: 14px;
font-weight: bold;
}
#tribune a:visited {
color: white;
font-size: 14px;
font-weight: bold;
}
#lightgrey {
	background: #000000;
    padding: 5px 15px;
    border-right: 1px solid #333333;
line-height: 50%;
  		text-align:left;
color:#ccc;
}
#lightgrey a:link {
color: white;
text-decoration: none;
}
#lightgrey a:hover {
color: white;
text-decoration: none;
font-weight:bold;
}
#lightgrey a:visited {
color: white;
text-decoration: none;
}
#lightgrey2 {
	background: black;
    padding: 5px 15px;
text-align:left;
color:#ccc;
          		}
#lightgrey2 a:link {
color: white;
text-decoration: none;
}
#lightgrey2 a:hover {
color: white;
text-decoration: none;
font-weight:bold;
}
#lightgrey2 a:visited {
color: white;
text-decoration: none;
}
.featuredtext {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
}

.Friends {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subtitle {
	font-weight: normal;
	font-size: 10px;
    color: #fff;
    }
.subtitle a {
	text-decoration: none;
    color: #0066cc;
    font-size: 10px
}

#hidden-7 { background:#036 ; color:#FFF ; overflow:hidden ; text-align:center }
#toggle { display:none }


.vidtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
    color: white;
}
.vidsubtitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
text-transform: uppercase;
}
.vidsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
text-transform: uppercase;
}
.vidsubtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
    color: white;
}
.mainmenu {
	font-family: arial;
	font-size: 14px;
	font-weight: 900;
    color: #333;
text-transform: uppercase;
}
.mainmenu a {
	font-family: arial;
	font-size: 15px;
	font-weight: 900;
    color: white;
text-transform: uppercase;
}
.newfriends {
	font-family: arial;
	font-size: 12px;
	font-weight: 900;
    color: white;
}
.newfriends a {
	font-family: arial;
	font-size: 12px;
	font-weight: 900;
    color: white;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#slider, #slider li{ 
	width:800px;
	height:350px;
	overflow:hidden; 
	display:inline;
}
span#prevBtn{}
span#nextBtn{}
#ibox_wrapper {
    padding: 12px 12px 16px 12px;
    line-height: 16px;
    border-color:#333;
}
#ibox_wrapper, #ibox_footer_wrapper a { background:url(http://www.metaversetv.com/1.png); }
#ibox_content { background-color:black; border:1; border-color: #333; padding: 10px;}
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 1px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    background: url('http://metaversetv.com/closelabel.png');
    width: 42px;
    height: 14px;
}
#ibox_progress {
    text-indent: -100000px;
    background: black url('http://metaversetribune.com/images/loading.gif') center center no-repeat;
}
/* forms
----------------------------------------------- */
form {
	overflow:hidden;
background:black;
}
fieldset {
	border:1px solid #333;
	padding:10px;
	position:relative;
	background:url(http://www.metaversetv.com/1.png);
	margin-bottom:10px;
color:white;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:black;
	border:1px solid #333;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
