/* CSS Document */

/* 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : KLAZ Style Sheet

Author : Patrick Laxson

Email : patrick@klaz.com

website : 

Description: 

Created : 9/20/09

Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

*/


/* ==Globals== */

html {
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 100%;
}

body {
	margin: 0 auto;
	font-family: Verdana, arial, Sans-serif;
	font-size: 12px;
	min-height: 1200px;
	height: 100%;
	width: 980px;
	text-align:center;	
}

#container {
	width: 980px;
	background-color: #000000;
	margin: 0 auto;
	height: 100%;
}

#heading {
	height: 300px;
}

#spacity-old {
	float: right;
	width: 100px;
	height: 70px;
	margin-top: -240px;
	margin-right: 100px;
}

#spacity {
	float: right;
	width: 100px;
	height: 70px;
	margin-top: 0px;
	margin-right: 30px;
}

#leaderboard {
	color: #FFF;
	background-color: #000;
	height: 100px;
	margin-top: 15px;
	position: relative;
	float:left;
}

#klazlogo {
	margin-left: 355px;
	margin-top: -120px;
	width: 100px;
	float: left;
	position:relative;
	z-index: 1000;
}

#listenlive {
	margin-left: 700px;
	margin-top: -100px;
	width: 100px;
	float: left;
	position:relative;
	z-index: 1000;
}

#middle {
	width: 980px;
	background: #000000;
	height: auto;
	position:relative;
	float:left;
	text-align: left;
	margin-top: 35px;
	min-height: 1000px;
}

#maincontent {
	background: #000;
	color: #ff0;
	margin-left: 0px;
	margin-top: 20px;
	position: relative;
	float: right;
	width: 300px;
}

#skyscraper {
	background: #000;
	color: #ff0;
	margin-left: 25px;
	position: relative;
	float: left;
	vertical-align: top;
	width: 200px;
}

#skyscraper-tinbu {
	background: #000;
	color: #ff0;
	height: 610px;
	float: left;
	position: relative;
	vertical-align: top;
	margin-left: 25px;
	width: 190px;
}

#skyscraper-weather {
	background: #000;
	color: #ff0;
	height: 610px;
	float: left;
	position: relative;
	vertical-align: top;
	margin-left: 25px;
	width: 190px;
}

#skyscraper-recipe {
	background: #000;
	color: #ff0;
	height: 610px;
	float: left;
	position: relative;
	vertical-align: top;
	margin-left: 25px;
	width: 190px;
}

#klazvip {
	padding-left: 15px;
	text-align: center;
	width: 800px;
}

#secfront {
	margin-top: 23px;
	width: 680px;
	height: 900px;
	background: #000;
	float:left;
	position:relative;
}

#secondary {
	margin-top: 23px;
	width: 750px;
	height: 100%;
	margin-left: 5px;
	float:left;
	position:relative;
	min-height: 900px;
	background: #000;
}

#secondary-tinbu {
	margin-top: 23px;
	width: 750px;
	height: 100%;
	margin-left: 5px;
	float:left;
	position:relative;
	min-height: 900px;
	background: #000;
}

#header {
	background: #000000;
	color: #FFF;
	width: 980px;
	height: 300px;
}

#slider_wrap {
	width: 650px;
	padding:0 0px 20px 0px;
	height: 340px;
}

#slider {
	width:650px;
	height:340px;
}

#contentmain {
	width: 700px;
}

.clearit {
	clear: both 
}

#sidebar2 {
	margin: -80px 26% 0 10px;
	width: 300px;
	float: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#wrapper {
	background: #000;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

.newform {
	background: #000000;
	color: #FFF;
	width: 740px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

a:link {
	color: #ebaa00;
	text-decoration: none;
}

a:visited {
	color: #ebaa00;
	text-decoration: none;
}

a:hover, a:active {
	color: #bbb;
	text-decoration: underline;
}

#topline {
	background: #000000;
	color: #0FF;
	width: 100%;
	height: 20px;
}

#vip {
	background: #000000;
	margin-top: 5px;
	vertical-align:middle;
	float:left;
}

#weather {
	background: #000000;
	width: 200px;
	height: 30px;
	float: right;
	font-family:Verdana, Geneva, sans-serif;
}

#weatherframe {
	margin-left: 20px;
	width: 600px;
	border:0px;
	float: left;
	background-color:#000;
}

#gamebubble {
	width: 475px;
	margin-left: 25px;
}


#topad {
	width: 785px;
	margin-left: -20px;
	height: 95px;
	position:relative;
	float:left;
}

#onair {
	margin-top: -95px;
	margin-left: 740px;
	height: 95px;
	width: 220px;
	position:relative;
	float:right;
}

#bracket {
	width: 670px;
}

#streaminginc {
	color: #000;
	border:solid 2px #fff;
	padding-left: 5px;
	background-color: #99a;
	margin-top: -30px;
	position:relative;
	z-index:2;
}

#streaminginc a {
	color: #a00;
	font-weight:bold;
}

#streaminginc ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.75;
	font-weight:bold;
}

.streamingtitle {
	color: #000;
	text-align:center;
}

#navvy {
	margin-top: 5px;
	background-image: url(navback.png);
	background-repeat:no-repeat;
}


/* navigation */
#wrap {
   font-size: 1.3em;
   width: 750px;
   padding: 5px; 
   float:left;
   height:70px;
   z-index:5000;
   position:relative;
   }

#navbar {
   font-size: 20px;
   font-weight: bold;
   padding: 0;
   height:70px;
   margin-top: 5px;
   margin-left: 10px;
   z-index:3000;
   position:relative;
    }
   
#navbar li {
   list-style: none;
   float: left;
   z-index:1000;
   position:relative;
   }
   
#navbar li a {
   display: block;
   padding: 5px 16px;
   color: #fff;
   text-decoration: none; }
   
#navbar li ul {
   display: none; 
   width: 180px;
   font-size: 12px;
   width: 12em; /* Width to help Opera out */
   background-color: #03f;
   }
   
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
   
#navbar li:hover li, #navbar li.hover li {
   float: none; }
   
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #ff0;
   border-bottom: 1px solid #ccc;
   color: #300; }
   
#navbar li li a:hover {
   background-color: #da0; }


#mainfront {
	float: left;
	min-height: 900px;
	background-color: #000;
}

#bigwindow {
	width: 590px;
	z-index: 1;
	background: #000;
	float: left;
}

#middlefront {
	background: #000;
	width: 650px;
	float: left;
	position:relative;
}

#footer {
	width: 980px;
	color: #ffffff;
	background-color: #000;
	margin-top: -30px;
	margin-left: 150px;
	padding-bottom:30px;
	float:left;
	position:relative;
}

#footer-tinbu {
	width: 980px;
	color: #ffffff;
	background-color: #000;
	margin-top: -30px;
	margin-left: 150px;
	padding-bottom:30px;
	float:left;
	position:relative;
}

#bottom {
	width: 980px;
	text-align: center;
	color: #ffffff;
	background-color: #000;
	float:left;
	position:relative;
	margin-top: 40px;
	margin-left: -150px;
}

#bottom ul {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#bottom ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.75;
	background-color: #000;
}

#photopadding {
	color: #000;
	padding: 5px;
}

#phonebuttons {
	background: #000;
	color: #ff0;
}

#phonepad {
	background: #000;
	color:#ff0;
	float:left;
	margin-left: 15px;
}

#nowplaying {
	background: #000;
	color:#ff0;
	width: 200px;
	margin-top: 0px;
	margin-left: 18px;
	float: left;
}

#musicbadge {
	background: #000;
	float:left;
	margin-top: 20px;
	margin-left: 5px;
}

#wxsolicit {
	border:#FFF solid 2px;
	float:left;
	width:170px;
	margin-top: 30px;
	margin-left: 7px;
}

#fanbadge {
	background: #000;
	color:#ff0;
	margin-top: 28px;
	margin-left: 5px;
	float:left;
	position:relative;
}

#secondary-games {
	float: left;
	position:relative;
	width: auto;
	height: 100%;
	margin-top: -60px;
	margin-left: 15px;
	background: #000;
	border: 0;
	min-height: 750px;
}

#tertiary-games {
	float: left;
	position:relative;
	width: auto;
	height: 100%;
	margin-top: -60px;
	margin-left: 15px;
	background: #000;
	border: 0;
	min-height: 750px;
}

#weatherframe {
	margin-left: 20px;
	width: 720px;
	border:0px;
	float: left;
	background-color:#000;
}

#smallads {
	margin-left: 30px;
	margin-top: 30px;
	background-color:#000;
	height:auto;
	margin-bottom: 30px;
	width:980px;
}

#smalladbox-one {
	margin-left: 50px;
	background-color: #000;
}

#adspacer-one {
	float: left;
	width: 140px;
	margin-left: -30px;
	background-color: #000;
}

#adspacer-two {
	width: 250px;
	float: left;
	margin-left: 90px;
	background-color: #000;
}

#adspacer-three {
	float:left;
	width: 130px;
	margin-left: 50px;
	background-color: #000;
}

#smalladbox-three {
	background-color: #000;
}

#musicvideo {
	margin: 0;
	padding: 0;
	border: 2px solid #CCC;
	width: 400px;
}

.salesphoto {
	margin: 5px;
	padding: 5px;
	color: #fff;
}

.salesbio ul li {
	margin: 5px;
	padding-left: 5px;
	color: #fff;
	list-style-type:none;
}

.requests {
	margin: 0;
	padding: 0;
	color: #fff;
}
.requests p {
	margin: 0;
	padding: 0;
	color: #fff;
}
#requests {
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
}

#requests ul li{
	list-style-type:none;
}


.brackets {
	margin: 0;
	padding: 0;
	color: #fff;
}
.brackets p {
	margin: 0;
	padding: 0;
	color: #fff;
}
#brackets {
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
}

#brackets ul {
	list-style-type:none;
}


#musicheader {
	border: 1px solid #fff;
}


/* RESTAURANT GUIDE */

#restaurantshell {
	width: 750px;
}

#restaurantlibrary {
	height: auto;
	text-align:center;
	margin-top: 0px;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	font: Verdana, Geneva, sans-serif 14pt bold;
	margin: 0;
	float:left;
	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration:none;
	list-style-type: none;
	width: 148px;
	
}


#restaurantlibrary a {
	color: #ccc;
	font: Verdana, Geneva, sans-serif 14pt bold;
	text-decoration:none;
	color: #ccc;
}

#restaurantlibrary a:hover {
	background: #666;
	color: #fff;
}



/* MUSIC VIDEOS */

#musicvidlibrary {
	width: 400px;
	height: 168px;
	margin-top: 0px;
	color: #aa0000;
	background-color: #000;
	border: 2px solid #fff;
	overflow: auto;
	scrollbar-3dlight-color:#700;
	scrollbar-arrow-color:#a00;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#ccc;
}

#musicvidlibrary ul {
	margin: 0;
	padding: 0;
	border: 2px solid #CCC;
}
#musicvidlibrary ul li {
	font: Verdana, Geneva, sans-serif 14pt bold;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border: 1px solid #fff;
	text-decoration:none;
	list-style-type: none;
}

#musicvidlibrary ul li a {
	color: #ccc;
	font: Verdana, Geneva, sans-serif 14pt bold;
	text-decoration:none;
	color: #d30;
}

#musicvidlibrary ul li:hover {
	background: #ccc;
	color: #a00;
}

#musicvidlibrary ul li a:hover {
	color: #a00;
}


/* VIDEO GAMES */

#gameslibrary {
	width: 550px;
	height: 168px;
	margin-top: 0px;
	margin-left: 20px;
	color: #a00;
	background-color: #000;
	border: 2px solid #0aa;
	overflow: auto;
	scrollbar-3dlight-color:#700;
	scrollbar-arrow-color:#a00;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color: #000;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#ccc;
}

#gameslibrary ul {
	margin: 0;
	padding: 0;
	border: 2px solid #CCC;
}

#gameslibrary ul li {
	font: Verdana, Geneva, sans-serif 14pt bold;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border: 1px solid #666;
	text-decoration:none;
	list-style-type: none;
}

#gameslibrary ul li a {
	color: #fff;
	font: Verdana, Geneva, sans-serif 14pt bold;
	text-decoration:none;
	color: #d30;
}

#gameslibrary ul li:hover {
	background: #ccc;
	color: #fff;
}

#gameslibrary ul li a:hover {
	color: #fff;
}



/* BILLBOARD */

#musicvids {
	float:left;
	position:relative;
	height:450px;
	margin-bottom: 35px;
}

#charts {
	background: #000;
	width:325px;
	height:457px;
	float:left;
	position:relative;
}

#mtv {
	width:400px;
	margin-left: -12px;
	
}

#mtv_wrapper {
	width: 400px;
}

#musicnewsheader {
	height: 25px;
	width: 400px;
	background: #000;
}

.mtvheadline {
	font-weight:bold;
}

.mtvstory {
	padding-left:10px;
}

.mtvrecord {
	display: inline-block;
	width: 400px;
	margin:0 10px;
	padding:12px 0;
	font-size: 14px;
	background:#fff;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid black;
	border-bottom: none;
}

.billboard {
	float:left;
	margin: 1px auto;
	width: 350px;
	background: #000;
	padding-bottom:0px;
}

.billboard h4 {
	height: 25px;
	width: 323px;
	background: #000;
	margin: 0 10px 0 5px;
	color:#aa0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	font-size: 18px;
}

#charts {
	background: #000;
	width:325px;
	height:457px;
	margin-left:20px;
	float:left;
	position:relative;
}

#chart_wrapper {
	background: #000;
	width:325px;
}
.record {
	width: 325px;
	min-height:25px;
	margin:0 10px 0 5px;
	padding:6px 0 10px;
	font-size: 14px;
	background:#900;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid black;
	border-bottom: none;
	display:block;
}
.billboard a {
	font-weight:normal;
}

.record:hover {
	background:#CCC;
	color:#700;
}
.last {
	border-bottom:1px solid black;
}
.number {
	width:15px;
	float:left;
	text-align:center;
}
.song {
	float:left;
	margin-left:15px;
	font-weight:bold;
}
.artist {
	float:left;
	margin-left:35px;
}


	
