/*--------------------------------------------------------------
STtyle Sheet for KOKO Asia Version 1.0

---------------------------------------------------------------
*/
html{
 margin: 0;
  padding: 0;
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2{
font-family:Colossalis, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	padding:7px 0;
	margin:0;
	font-weight:bold;
}

h3{
		 font-size:12px;
		 font-weight:bold;}
p{
padding-top:0;
margin-top:0; 
text-align:justify;
margin-bottom:8px;
}
img{
border:0;}
ul{
margin:5px 0 5px 20px;
padding:0;
}

a:link, a:visited{
	color:#9d0a0e;
	text-decoration:underline;
	}

a:hover{
	color:#8a898c;
	text-decoration:none;
	}
.floatLeft{
float:left;
padding-right:10px;}

/*Background Styles
----------------------------------------------------------------------------------*/
#background { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/background_hori.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#background_top{
background-image:url(images/top_background.jpg);
height:7px;
}
#background_left{
background:url(images/lhs_background.jpg) no-repeat;
width:15px;
height:717px;
float:left;
}
#background_right{
background:url(images/rhs_background.jpg) no-repeat;
background-color:#000000;
width:12px;
height:717px;
float:right;
}
#container { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
	padding:0px;
} 

/*Header STyles
-------------------------------------------------------*/
#header{
background-image:url(images/header_background.jpg);
background-repeat:no-repeat;
height:175px;
} 

#header a:link, #header a:visited{
	color:#000000;
	text-decoration:none;
	}

#header a:hover{
	color:#9d0a0e;
	text-decoration:underline;
	}
#header_logo {
	float:left;
	width:239px;
	/*border:1px solid #FFFF00;*/
	padding: 15px 0 0 17px;
}
#header_rhs{
 float:right;
 width:172px;
 /*border:1px solid #33FF33;*/
 padding: 10px 0 0 0;
}
.input_text{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
}
.header_button{
font-family:Times New Roman, Times, serif;
font-size:10.5px;
padding-left:60px;
font-weight:bold;
text-transform:uppercase;
}
.header_form{
padding:0;
margin:0;
}
.club_koko_form{
padding:5px;
margin:0;
border:1px solid #999999;
}

/*Top Navigation
-----------------------------------------------*/
#top_nav{
background-image:url(images/top_nav_background.jpg);
background-repeat:no-repeat;
height:29px;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
text-transform:uppercase;
}

#top_nav a:link,#top_nav a:visited{
	color:#ffffff;
	text-decoration:none;
	}

#top_nav a:hover, #top_nav a.current{
	color:#9d0a0e;
	text-decoration:none;
	}
#top_nav ul{
list-style-type: none;
padding: 3px 0 5px 0;
margin: 0;
}
#top_nav li{
padding-right:25px;
padding-left:25px;
float:left;
   }
/*LHS NAvigation
-------------------------------------------------------*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;  /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	vertical-align:top;


}
#sidebar1 ul{
list-style-type: none;
padding:0;
margin:0;
vertical-align: top;
padding-top:5px;
}
#sidebar1 li{
background-image:url(images/lhs_menu_bg.jpg);
width:214px;
height:31px;
font-family:Colossalis, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;

}
#sidebar1 li a{
padding-left:25px;

}
.lhs_item{
padding-top:2px;
padding-bottom:5px;}
#sidebar1 a:link,#sidebar1 a:visited{
	color:#000000;
	text-decoration:none;
	}

#sidebar1 a:hover, #sidebar1 a.current{
	color:#9d0a0e;
	text-decoration:none;
	}

/*RHS NAvigation (For Homepage)
--------------------------------------------------------*/
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #fffffff;  the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */

}
#rhs_links{
margin-left:4px;
}
#rhs_links_item{
margin-top:5px;
}
#rhs_links_item img{
float:left;
width:58px;
}
.rhs_links_item_txt{
float:right;
margin-left:7px;
width:213px;
}
.rhs_links_item_title{
font-size:12px;
font-weight:bold;
}
.hori_grey_rhs{
background:url(images/grey_dot_big.gif) repeat-x bottom;
height:6px;
width:100%;
clear:both;

}
/*Main Content for Homepage
------------------------------------------------*/
#mainContent { 
	 /*margin: 0 280px 0 214px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:481px;
	float:left;
	
	/*border:1px red solid;*/
	
} 
/*.main_top_spacer{
background:url(images/main_top_border_spacer.jpg) top no-repeat;
height:6px;
}*/

/*Video Layout
------------------------------------------------------*/
#main_video_border{
border-left: 3px #000000 solid;
border-right: 3px #000000 solid;
margin-top:6px;
height: 545 px;
}
#main_video_middle{
padding-left:16px;
vertical-align:top;

}

.radio_title{
padding:10px 0 7px 0;
margin:0;
font-family:Colossalis, Arial, Helvetica, sans-serif;
font-size:16px;


}
.radio_txt{
padding-left:10px;
height:470px;
}
.video_top_border{
background:url(images/main_top_border.jpg) top no-repeat;
height:16px;
 }
.video_bottom_border{
background:url(images/main_bottom_border.jpg) bottom no-repeat;
height:15px;}

/*Homepage Middle Content Images Links
------------------------------------------------------------*/
/*#main_links_bg{
background:url(images/main_links_bg.jpg) bottom no-repeat;
height:200px;
}*/
#main_links_item {
padding:2px 0 2px 0;
}
#main_links_item img{
vertical-align:middle;
}
.hori_grey_main{
background:url(images/grey_dot.gif) repeat-x;
height:1px;
width:445px;
}
/*Homepage scrollable text area
-------------------------------------------------- */
.scrollable {
  width: 443px;
  height: 155px;
  text-align:justify;
  overflow: auto;
  border:1px solid #CCCCCC; 
  scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #B5B1AA;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;
}
.scrollable_txt{
padding:3px 8px 3px 3px;}
/*Middle Content for the rest of the page 
-----------------------------------------------------------*/
#mainContent2 { 
	 /*margin: 0 280px 0 214px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:764px;
	float:right;
	/*border:1px red solid;*/
} 
#mainContent_section{
padding:10px 16px 10px 12px;
}
#mainContent_txt{
padding-left:5px;

}
#mainContent_txt h1{
padding:10px 0 7px 0;
margin:0;
font-family:Colossalis, Arial, Helvetica, sans-serif;
font-size:16px;

}
#mainContent_txt p{
padding-top:0;
margin-top:0; 
text-align:justify;
margin-bottom:8px;
}
#mainContent_txt img{
border:0;}
img.floatRight {
float:right;
padding:0 0 5px 15px;
}
img.floatLeft {
float:left;
padding:0 15px 5px 0;
}
.floatRight_section{
float:right;
padding:0 0 5px 15px;
}

.floatRight_section_fx{
float:right;
padding:0 0 5px 15px;
width:260px;
}
.floatLeft_title{
float:left;
padding:0 3px 5px 0;}

/*Forms
------------------------------------------------*/
#forms_layout .submit_button{
font-family:Times New Roman, Times, serif;
font-size:12.5px;
font-weight:bold;
text-transform:uppercase;
}
#forms_layout a:link, #forms_layout  a:visited{
	color:#000000;
	text-decoration:none;
	}

#forms_layout a:hover{
	color:#9d0a0e;
	text-decoration:underline;
	}

/*Additional Style sheet for Venue - Image Thumbnail Viewer 
----------------------------------------------------------------*/
#venue_items{
float:left;
width:145px;
padding-bottom:5px;
padding-top:5px;
}
#venue_items img{
border:0;
}
#loadarea{
float:right;
padding-left:10px;}


/*Additional Style sheet for Club KOKO
-------------------------------------------------------------------*/
 .club_lhs{
		 float:left;
		 width:150px;
		 }
.club_center{
		 float:left;
		 width:390px;
		 padding-left:10px;
		 padding-right:10px;
		 }
.club_rhs{
		 float:right;		 
		 width:150px;
		 }

/*Additional Style sheet for Video Visions
-------------------------------------------------------------------*/
#vvideo_embed{
 float:left;
 width:430px;
}
#vvideo_desc{
float:left;
width:300px;
text-align:justify;
}
/*Additional style for KOKO Top Bloggers
---------------------------------------------------------------------*/
.blog_title{
		 font-size:13px;
		 font-weight:bold;}
		 
.sub_title{
		 font-size:12px;
		 font-weight:bold;}
/*Additional style sheet for koko top5
------------------------------------------------------------------*/
.top5 tr{
padding:5px 0 3px 5px;
}
.top5 th{
background-color:#333333;
color:#FFFFFF;
border-bottom: 2px solid #ffffff;
font-size:14px;
font-weight:bold;
}

.top5 td{
background-color:#d5d2d2;
border-bottom: 1px dashed #000000;
font-size:11px;
}

/*Advertistment
----------------------------------------------------------------*/
#advert_title{
background:url(images/long_hori_line.jpg) no-repeat;
width:977px;
height:40px;
/*height:50px;*/
background-position:bottom;
}
#advert_desc{
float:left;
width:682px;}
#advert_title img{
padding-left:32px;
}
#advert_list{
padding-left:14px;}
#advert_items{
float:left;
width:235px;
padding-right:3px;
padding-bottom:10px;}
#advert_items p{
padding:0 20px 0 20px;
text-align:center;
margin:0;
}
#advert_items img{
border:0;}
.advert_lower_hori{
background:url(images/advert_hori.jpg) no-repeat;
width:978px;
height:30px;
}
/*Koko Poster 
-----------------------------------------------------------*/
#koko_poster{
background-image:url(images/koko_poster_bg.jpg);
background-position:top;
background-repeat:no-repeat;
width:978px;
height:190px;
}
#koko_poster_title{
padding-left:32px;}

#koko_poster_list{
padding-left:20px;
padding-top:18px;
}
.koko_poster_item{
float:left;
padding-right:10px;}
.koko_poster_rhs{
float:right;
}
.koko_poster_monthly{ /*For koko_live_poster.php*/
float:left;
padding-left:20px;
}

/*RSS Text-------------------------------------*/

.rss_txt a:link, .rss_txt a:visited{
		color:#000000;
	text-decoration:none;
	}

.rss_txt a:hover{
color:#9d0a0e;
	text-decoration:underline;

	}
/*Additional KOKO Asia Music news style sheet
--------------------------------------------------*/

			#news_item{
			margin-top:5px;
			float:left;
			}
			#news_item img{
			float:left;
			width:100px;
			height:100px;
			}
			.news_item_txt{
			float:left;
			margin-left:7px;
			margin-right:7px;
			width:240px;
			}
			.news_item_title{
			font-size:16px;
			font-weight:bold;
			vertical-align:middle;
			}
			
			
			#news_archive_item{
			margin-top:5px;
			}
			#news_archive_item img{
			float:left;
			width:58px;
			}
			.news_archive_item_txt{
			float:right;
			margin-left:7px;
			width:660px;
			}
			.news_archive_item_title{
			font-size:12px;
			font-weight:bold;
			}
			.hori_grey_news{
			background:url(images/grey_dot_big.gif) repeat-x bottom;
			height:6px;
			margin-bottom:10px;
			margin-top:10px;
			width:100%;
			clear:both;
			
			}
			
 /*Additional style sheet for koko top5 - Night Vibe
------------------------------------------------------------------*/
.sml_box tr{
padding:2px;
}
.sml_box th{
background-color:#333333;
color:#FFFFFF;
border-bottom: 2px solid #ffffff;
font-size:12px;
font-weight:bold;
}

.sml_box td{
background-color:#d5d2d2;
/*border-bottom: 1px dashed #000000;*/

}
/*Sitemap
---------------------------------------------*/

#sitemap_list li{
list-style-type: none;
padding: 0;
margin: 0;
font-size:12px;
}

#sitemap_list .sitemaplv1
	{ color: #000000;  font-weight: bold;  padding-top : 3px; padding-bottom : 3px; }
#sitemap_list .sitemaplv1 A:link
	{ text-decoration: underline; color:#9d0a0e; }
#sitemap_list .sitemaplv1 A:visited
	{ text-decoration: underline; color:#9d0a0e; }
#sitemap_list .sitemaplv1 A:active
	{ text-decoration: underline; color:#9d0a0e; }
#sitemap_list .sitemaplv1 A:hover
	{ text-decoration: none; color:#000000; }			

#sitemap_list .sitemaplv2
	{ color: #000000;  padding-left : 15px; padding-top : 3px; padding-bottom : 3px;  }
#sitemap_list .sitemaplv2 A:link
	{ text-decoration: underline; color:#666666; }
#sitemap_list .sitemaplv2 A:visited
	{ text-decoration: underline; color:#666666; }
#sitemap_list .sitemaplv2 A:active
	{ text-decoration: underline; color:#666666; }
#sitemap_list .sitemaplv2 A:hover
	{ text-decoration: none; color:#000000; }	
/*Footer
-----------------------------------------------------*/
#footer { 
	/* margin: 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:977px;
	height:68px;
} 

#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
	}

#footer a:hover{
	color:#9d0a0e;
	text-decoration:underline;
	}
#footer .facebook_img{ 
float:left;
/*padding-left:68px;*/
margin-left:3px;


}
#footer .footer_txt{
margin-top:10px;
padding-left:23px;
float:left;
font-size:13px;

	/*margin: 0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .footer_design{
}
#lower_footer{
background-image:url(images/footer_lower_bg.jpg);
background-repeat:no-repeat;
width:978px;
height:12px;
}


/* 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 
-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.clearfloat { 
	clear:both;
    height:0;
   
    line-height: 0px;
}

.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 */
	float: left;
	margin-right: 8px;
}