/*

CSS for OnlineShowz.com

Copyright:
	Copyright (c) 2009 OnlineShowz.com, <http://onlineshowz.com/>.
	
*/

/* Layout
---------------------------------------------------------------- */
body {
	overflow: hidden;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
h1 {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
#links {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFF;
	position:absolute;
	left:0;
	top:0;
}
#links a{
	color: #FFF;
	text-decoration: none;
}
#links a:hover{
	color: #FFF;
	text-decoration: underline;
}
#widget {
	position:absolute;
	left:0;
	top:15px;
	width: 100%;
	height: 99%;
}
#about-onlineshowz,
#footer {
	display: none;
}
#about_window_content,
#footer_window_content  { /* _content is special to mocha.js */
	background-color: #FFFFFF;
	color: #000000;
}
#search-onlineshowz {
	position: absolute;
	display: none;
	top: 15px;
	left: 0px;
	z-index: 20;
	float: right;
}
#sponsored-links {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 20%;
	text-align: center;	
	/*display: none;*/
}
#flashcontent {
	position: absolute;
	left: 20%;
	top: 15px;
	width: 80%;
	height: 101%;
	z-index: 10;
	/*display: none;*/
}
.floatleft  { 
	float: left;  
	margin:0 0 0 0px; 
	font-weight: bold;
}
.floatright { 
	float: right; 
	margin:0 5px 0 0; 
}
#copyright {
	position: absolute;
	font-size: 10px;
	left: 0px;
	width: 20%;
	top: 98%;
	background-color: #000;
	text-align: center;	
}
#copyright a{
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover{
	color: #FFF;
	text-decoration: underline;
}

