@charset "utf-8";
/*** Start Autocomplete ***/
.ac_results {
	padding-top: 3px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	background-color: #000;
	overflow: hidden;
	z-index: 99999;
	margin: -2px 0px 0px -4px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}
.ac_odd {
	background-color: #0F0F0F;
}
.ac_over {
	background-color: #333;
	color: #FFF;
}
/*** End Autocomplete ***/
/*** Start ScrollBars ***/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 10px;
	background: #141414 url(../images/scroll_v_bg.gif) no-repeat;
}
.vscrollerbar {
	width: 10px;
	background: url(../images/scroll_v.gif) repeat-y;
	padding: 10px 0px 10px 0px;
}
.hscrollerbase {
	height: 10px;
	background: #141414 url(../images/scroll_h_bg.gif) no-repeat;
}
.hscrollerbar {
	height: 10px;
	background: url(../images/scroll_h.gif) repeat-x;
	padding: 0px 10px 0px 10px;
}
.vscrollerbar, .hscrollerbar {
	z-index: 2;
}
.vscrollerbarbeg {
	background: url(../images/scroll_v_top.gif) no-repeat;
	width: 10px;
	height: 10px !important;
	margin-top: -10px;
}
.vscrollerbarend {
	background: url(../images/scroll_v_bottom.gif) no-repeat;
	width: 10px;
	height: 10px;
	margin-top: 10px;
}
.hscrollerbarbeg {
	background: url(../images/scroll_h_left.gif) no-repeat;
	height: 10px;
	width: 10px !important;
	margin-left: -10px;
}
.hscrollerbarend {
	background: url(../images/scroll_h_right.gif) no-repeat;
	height: 10px;
	width: 10px;
	margin-left: 10px;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}
/*** End ScrollBars ***/
/*** Start ShadowBox ***/
#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding: 7px 10px 7px 10px;
overflow:hidden;
border-left: 2px #CECB00 solid;
border-right: 2px #CECB00 solid;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow: hidden; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#141414; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #999;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size: 11px;
padding:5px 0;
color:#999;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size: 11px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../images/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../images/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../images/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../images/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../images/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
/*** End ShadowBox ***/
html, body {
	width: 100%;
	height: 100%;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
body {
	background: #0F0F0F;
	margin: 0px;
	padding: 0px;
	display: table; 
	height: 100%; 
	width: 100%; 
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
object {
	outline: none;
}
#header {
	width: 868px;
	height: 85px;
	overflow: hidden;
	cursor: default;
	margin: 0px auto 0px auto;
	background: url(../images/bg.png) top center no-repeat;
}
#country {
	width: 868px;
	height: 13px;
	line-height: 15px;
	overflow: hidden;
	text-align: right;
	cursor: default;
	margin: 7px auto 0px auto;
}
#country span {
	color: #FFF;
}
#country img {
	vertical-align: middle;
	margin: -4px 20px 0px 0px;
}
#search {
	width: 183px;
	height: 25px;
	float: right;
	overflow: hidden;
	margin: 17px 20px 0px 20px;
	_margin: 17px 10px 0px 20px;
	border-left: 2px #333 solid;
}
#search input {
	width: 130px;
	background: none;
	border: none;
	margin: 2px 0px 0px 24px;
	*margin: 1px 0px 0px 24px;
	padding: 4px 2px 4px 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
#sign_in {
	width: 114px;
	height: 25px;
	overflow: hidden;
	margin: 17px 0px 0px 20px;
	border-left: 2px #333 solid;
	text-align: right;
	float: right;
}
#sign_in a, #sign_in p {
	width: 79px;
	height: 25px;
	display: block;
	line-height: 23px;
	padding: 0px 35px 0px 0px;
	margin: 0px;
	background: url(../images/facebook_sign_in.gif) 89px 25px no-repeat;
}
#sign_in a:hover {
	background: url(../images/facebook_sign_in.gif) 89px 0px no-repeat;
}
#menu {
	height: 25px;
	margin-top: 17px;
	float: right;
	text-align: right;
	line-height: 23px;
}
#menu a {
	height: 25px;
	display: block;
	float: right;
	padding-left: 10px;
}
#feature {
	height: 320px;
	background: #0F0F0F;
}
#install_flash {
	height: 300px;
	background: #141414;
}
#install_flash p {
	width: 828px;
	height: 300px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
#install_flash p img {
	border: none;
	margin-top: 20px;
}
#body_container {
	width: 848px;
	height: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
#body_load {
	width: 848px;
	height: 900px;
	background: #0F0F0F url(../images/ajax-loader-dark.gif) 390px 0px no-repeat;
	margin: 0px auto 0px auto;
	text-align: center;
	position: absolute;
	*position: relative;
	z-index: 10;
}
#body_load p {
	padding-top: 50px;
}
#videos_animation, #guests_animation, #about_animation, #follow_animation, #community_animation, #photos_animation, #music_animation, #store_animation {
	width: 554px;
	height: 140px;
	padding: 53px 12px 12px 12px;
	background: none;
}
#videos, #guests, #about, #follow, #community, #photos, #music, #store {
	width: 578px;
	height: 205px;
	float: left;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
	background: url(../images/bg.png) -20px -402px no-repeat;
}
#guests_animation {
	width: 206px;
}
#guests {
	width: 230px;
	background: url(../images/bg.png) -618px -402px no-repeat;
}
#about_animation {
	width: 804px;
	background: none;
}
#jon {
	width: 828px;
	background: url(../images/about_jon.jpg) 711px 20px no-repeat;
}
#about {
	width: 828px;
	background: url(../images/bg.png) -20px -627px no-repeat;
}
#follow_animation {
	width: 206px;
}
#follow {
	width: 230px;
	background: url(../images/bg.png) -20px -852px no-repeat;
}
#community_animation {
	width: 554px;
}
#community {
	width: 578px;
	background: url(../images/bg.png) -270px -852px no-repeat;
}
#photos_animation {
	width: 206px;
}
#photos {
	width: 230px;
	background: url(../images/bg.png) -20px -1077px no-repeat;
}
#theo {
	width: 328px;
	background: url(../images/theo.jpg) bottom right no-repeat;
}
#music_animation {
	width: 304px;
}
#music {
	width: 328px;
	background: url(../images/bg.png) -270px -1077px no-repeat;
}
#store_animation {
	width: 206px;
	background: url(../images/store_jon.gif) bottom right no-repeat;
}
#store {
	width: 230px;
	background: url(../images/bg.png) -618px -1077px no-repeat;
}
#video_scroll {
	width: 554px;
	height: 140px;
	overflow: hidden;
	outline: none;
}
#video_scroll {
	width: 554px;
	height: 140px;
	overflow: hidden;
	position: relative;
	outline: none;
}
#video_scroll_inner {
	height: 125px;
	overflow: hidden;
}
#video_thumb {
	width: 131px;
	height: 125px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	overflow: hidden;
	outline: none;
}
#video_thumb img {
	border: none;
	position: relative;
}
#video_thumb .saturate {
	position: absolute;
	margin-left: -131px;
}
#video_thumb a {
	width: 131px;
	height: 130px;
	display: block;
	color: #999;
}
#video_thumb a:hover {
	color: #999;
}
#video_thumb h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 0px 1px 2px;
	color: #7D079F;
}
#video_thumb p {
	margin: 0;
	padding: 0px 0px 0px 2px;
	color: #999;
}
.small_loading {
	height: 140px;
	/* background: url(../images/ajax-loader.gif) 91px 40px no-repeat; */
}
#small_scroll {
	height: 140px;
	overflow: hidden;
	position: relative;
	outline: none;
}
#small_thumb {
	width: 131px;
	height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
	outline: none;
}
#small_thumb img {
	border: none;
	position: relative;
}
#small_thumb .saturate {
	position: absolute;
	margin-left: -40px;
}
#guests h3, #follow h3, #photos h3, #community h3, #photos_comments h3, #videos_comments h3 {
	font-size: 11px;
	font-weight: normal;
	margin: -40px 0px 0px 50px;
	padding: 0px;
	color: #1366B0;
}
#guests h3 a, #guests h3 a:hover {
	color: #1366B0;
}
#follow h3 a, #follow h3 a:hover {
	color: #00FFFF;
}
#community h3 a, #community h3 a:hover, #community h3 {
	color: #669900;
}
#small_thumb p {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	color: #999;
}
#about_text {
	width: 218px;
	float: left;
	margin-right: 20px;
	cursor: default;
}
#about_text h3 {
	font-size: 11px;
	font-weight: normal;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	color: #B8171E;
}
#about_text p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#about_text h4 {
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}
#map {
	width: 90px;
	height: 65px;
	margin: 5px 5px 0px 0px;
	background: #999;
	float: left;
}
#map img {
	border: none;
	position: relative;
}
#map .saturate {
	position: absolute;
	margin-left: -90px;
}
#follow #small_thumb, #photos #small_thumb, #follow #small_thumb a, #photos #small_thumb a {
	width: 186px;
	cursor: pointer;
}
#follow #small_thumb h3, #follow #small_thumb p, #photos #small_thumb h3, #photos #small_thumb p {
	width: 135px;
}
#footer {
	clear: both;
	background: #161616;
}
#footer_menu {
	width: 836px;
	height: 62px;
	margin: 0px auto 0px auto;
	padding: 66px 0px 0px 32px;
	background: #161616 url(../images/bg.png) 0px -1302px no-repeat;
	overflow: hidden;
}
#footer_menu div {
	width: 104px;
	float: left;
	line-height: 16px;
}
#sponsors {
	width: 868px;
	height: 179px;
	margin: 0px auto 0px auto;
	padding-bottom: 80px;
}
#sponsors_asia_uncut, #sponsors_star_world, #sponsors_pepsi, #sponsors_four_seasons, #sponsors_ea, #sponsors_grand_hyatt, #sponsors_crown, #sponsors_farwest {
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}
#sponsors_asia_uncut, #sponsors_asia_uncut a {
	width: 247px;
	height: 104px;
	display: block;
	background: url(../images/sponsors_v2.png) 0px -199px no-repeat;
}
#sponsors_asia_uncut a:hover {
	background: url(../images/sponsors_v2.png) 0px -0px no-repeat;
}
#sponsors_star_world, #sponsors_star_world a {
	width: 221px;
	height: 104px;
	display: block;
	background: url(../images/sponsors_v2.png) -247px -199px no-repeat;
}
#sponsors_star_world a:hover {
	background: url(../images/sponsors_v2.png) -247px -0px no-repeat;
}
#sponsors_pepsi, #sponsors_pepsi a {
	width: 219px;
	height: 104px;
	display: block;
	background: url(../images/sponsors_v2.png) -468px -199px no-repeat;
}
#sponsors_pepsi a:hover {
	background: url(../images/sponsors_v2.png) -468px -0px no-repeat;
}
#sponsors_four_seasons, #sponsors_four_seasons a {
	width: 181px;
	height: 104px;
	display: block;
	background: url(../images/sponsors_v2.png) -687px -199px no-repeat;
}
#sponsors_four_seasons a:hover {
	background: url(../images/sponsors_v2.png) -687px -0px no-repeat;
}
#sponsors_ea {
	margin-left: 247px;
}
#sponsors_ea, #sponsors_ea a {
	width: 136px;
	height: 75px;
	display: block;
	background: url(../images/sponsors_v2.png) -247px -303px no-repeat;
}
#sponsors_ea a:hover {
	background: url(../images/sponsors_v2.png) -247px -104px no-repeat;
}
#sponsors_grand_hyatt, #sponsors_grand_hyatt a {
	width: 244px;
	height: 75px;
	display: block;
	background: url(../images/sponsors_v2.png) -383px -303px no-repeat;
}
#sponsors_grand_hyatt a:hover {
	background: url(../images/sponsors_v2.png) -383px -104px no-repeat;
}
#sponsors_crown, #sponsors_crown a {
	width: 241px;
	height: 75px;
	display: block;
	background: url(../images/sponsors_v2.png) -627px -303px no-repeat;
}
#sponsors_crown a:hover {
	background: url(../images/sponsors_v2.png) -627px -104px no-repeat;
}
#sponsors_farwest, #sponsors_farwest a {
	width: 247px;
	height: 75px;
	display: block;
	background: url(../images/sponsors_v2.png) 0px -303px no-repeat;
}
#sponsors_farwest a:hover {
	background: url(../images/sponsors_v2.png) 0px -104px no-repeat;
}
#photos h3 a, #photos h3 a:hover {
	color: #CDCB00;
}
#music_player {
	width: 200px;
	height: 72px;
}
#music_text, #store_text, #comment_text {
	width: 230px;
	margin-left: 3px;
	cursor: default;
}
#music_text h3, #store_text h3, #comment_text h3 {
	font-size: 11px;
	font-weight: normal;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	color: #CA0868;
}
#music_text p, #store_text p, #comment_text p {
	margin: 0px;
	padding: 0px;
	height: 52px;
}
#store_text {
	width: 100px;
	cursor: default;
}
#store_text h3 {
	color: #FF9900;
}
#comment_text {
	margin-left: 0px;
	cursor: default;
}
#comment_text h3 {
	color: #669900;
}
#comment_text p {
	height: 34px;
}
#store_text p br {
	line-height: 5px;
}
#community_comments {
	width: 316px;
	height: 140px;
	float: left;
}
#community #small_thumb, #community #small_thumb a {
	width: 296px;
	cursor: default;
}
#community #small_thumb h3, #community #small_thumb p {
	width: 246px;
}
#community_comment_box, #photos_comment_box, #videos_comment_box {
	width: 218px;
	height: 140px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
#community_comment_box form, #photos_comment_box form, #videos_comment_box form {
	padding: 0px;
	margin: 0px;
}
#community_comment_box textarea, #photos_comment_box textarea, #videos_comment_box textarea {
	width: 206px;
	height: 48px;
	padding: 5px;
	margin: 0px;
	background: #0F0F0F;
	border: 1px #000 solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	overflow: auto;
}
#share_btn_content {
	display: none;
}
#share_btn {
	width: 58px;
	height: 20px;
	margin: 8px 0px 0px 160px;
}
#share_btn a {
	width: 58px;
	height: 20px;
	line-height: 19px;
	display: block;
	text-align: center;
	outline: none;
	background: url(../images/share_btn.png) 0px 0px no-repeat;
}
#share_btn a:hover {
	background: url(../images/share_btn.png) 0px -20px no-repeat;
}
#share_btn a:active {
	background: url(../images/share_btn.png) 0px -40px no-repeat;
	outline: none;
}
#share_msg_wall, #share_msg {
	position: absolute;
	width: 218px;
	height: 20px;
	line-height: 19px;
	margin-top: -20px;
	background: #141414 url(../images/msg_spinner.gif) 0px 2px no-repeat;
	display: none;
}
#photos_top, #photos_bottom, #videos_top, #videos_bottom, #guests_top, #guests_bottom {
	height: 5px;
	overflow: hidden;
}
#photos_top {
	background: url(../images/rounded/photos_tr.gif) bottom right;
}
#photos_bottom {
	background: url(../images/rounded/photos_br.gif) bottom right;
}
#videos_top {
	background: url(../images/rounded/videos_tr.gif) top right;
}
#videos_bottom {
	background: url(../images/rounded/videos_br.gif) bottom right;
}
#guests_top {
	background: url(../images/rounded/guests_tr.gif) top right;
}
#guests_bottom {
	background: url(../images/rounded/guests_br.gif) bottom right;
}
#about_top {
	background: url(../images/rounded/about_tr.gif) top right;
}
#about_bottom {
	background: url(../images/rounded/about_br.gif) bottom right;
}
.photos_ajax_photo, .videos_ajax_photo {
	width: 604px;
	height: 497px;
	overflow: hidden;
	float: left;
	display: none;
}
.videos_ajax_photo {
	width: 480px;
	height: 502px;
}
#videos_content {
	width: 480px;
	height: 352px;
	background: #141414;
	margin-bottom: 10px;
	overflow: hidden;
}
#overlay_content {
	height: 347px;
	margin-bottom: 10px;
	overflow: hidden;
}
#photos_comment_box #comment_text h3 {
	color: #CDCB00;
}
#videos_comment_box #comment_text h3 {
	color: #7D089F;
}
#photos_comments, #videos_comments {
	width: 366px;
	height: 140px;
	overflow: hidden;
	z-index: 3;
	float: left;
}
#videos_comments {
	width: 242px;
}
#photos_comments h3, #photos_comments h3 a {
	color: #CDCB00;
	width: 346px;
}
#videos_comments h3, #videos_comments h3 a {
	color: #7D089F;
	width: 222px;
}
#photos_comments #small_thumb {
	width: 346px;
	cursor: default;
}
#videos_comments #small_thumb {
	width: 222px;
	cursor: default;
}
#photos_ajax_slider_control {
	width: 599px;
	height: 20px;
	text-align: right;
	padding-right: 5px;
	line-height: 19px;
	background-image: url(../images/black_bg.png);
	_background-image: none;
	_background-color: #000;
	margin: -30px 0px 0px 0px;
	*margin: -30px 0px 0px -604px;
	position: absolute;
	z-index: 4;
}
#photos_ajax_slider_control, #photos_ajax_slider_control a {
	color: #CCCB00;
}
#photos_ajax_slider_control a:hover {
	color: #CCCCCC;
}
#overlay_content ul, #overlay_content li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#overlay_content li {
	width: 604px;
	height: 347px;
	overflow: hidden; 
}
#see_us, #about_jon, #about_asia_uncut {
	background: #141414;
	width: 576px;
	height: 250px;
	overflow: hidden;
	display: none;
}
#see_us_map {
	background: #333;
	width: 300px;
	height: 250px;
	float: right;	
}
#see_us_text {
	background: url(../images/jon_tickets.gif) bottom right no-repeat;
	width: 276px;
	height: 250px;
	float: right;	
}


