@charset "UTF-8";
/* CSS Document */
/*
Description: Theme for Jazzbots Phase 2 (september 2008)
Version: 1.0
Author: Nicolò Volpato 
Author URI: http://www.gnvpartners.com
*/
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
/*   *:first-child+html body   hack for IE7 */

* {
	padding:0;
	margin:0;
	outline:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }

li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }

a img{ border:none; }

pre{
	background-color:#fff;
	font-size:9px;
}

html{
	background:#c2dff7 url(../img/bg_html.jpg) repeat-y center top;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#444;
	background:transparent url(../img/bg_body.jpg) repeat-x left top;
}

#top_bg{
	background:transparent url(../img/bg_top_bg.jpg) no-repeat center top;
}

#wrapper{
	background:transparent url(../img/bg_wrapper.jpg) repeat-x left bottom;
}

#bottom_bg{
	background:transparent url(../img/bg_footer.jpg) no-repeat center bottom !important;
}

.inside, #content, #forum{
	width:960px;
	margin:0 auto;
}

.main{
	width:523px;
	width /**/:533px;
	float:left;
	border-right:1px solid #EEE;
}
#forum .main{
	width:698px;
	margin-top:10px;
	padding-top:10px;
}
#page #content .main, #single #content .main{
	border-right:none;
}

.sidebar{
	width:416px;
	width /**/:426px;
	float:left;
	float /**/:right;
}
#forum .sidebar{
	width:260px;
	margin-top:10px;
	padding-top:10px;
}
#page #content .sidebar, #single #content .sidebar{
	border-left:1px solid #EEE;
}

.divider_rx{
	border-right:1px solid #E9EBEC;
}
.divider_btm, .main .post{
	border-bottom:1px solid #E9EBEC;
}

.border_top{
	border-top:1px solid #E9EBEC;
	padding-top:20px;
}

.main .post.last, .block.last{
	border-bottom:none;
}

.column{
	width:29%;
	float:left;
	padding:20px 2% 25px 2%;
}

.dividers{
	border:1px solid #E9EBEC;
	border-left:none;
	border-bottom:none;
}

/*-- h --------------------------*/
h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration:none;
}

h1, h1 a, h2, h2 a, h3, h3 a{
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#1c97ea;
}
.sidebar h1, .column h1{
	margin-bottom:15px;
}
h1.breadcrumbs{
	color:#333;
	margin-bottom:25px;
}

h2, h2 a{
	font-size:18px;
	line-height:20px;
	margin-bottom:20px;
}
h2 strong, h2 a strong{
	color:#ff0072;
	font-weight:normal;
}

h3, h3 a{
	font-size:16px;
	line-height:18px;
}
.related h3{
	margin-bottom:15px;
}

h5, h5 a, h4, h4 a, h5 tt{
	font-size:11px;
	line-height:18px;
	color:#AAA;
}
#forum table td h5 a{
	color:#333;
}	
.column h5 a{
	color:#1c97ea;
}	
h5 a:hover{
	color:#333;
}

h4, h4 a{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}	
h4 a:hover{
	color:#1c97ea;
}	

/*-- a --------------------------*/
p a, #content ul li a, #forum ul li a, #forum table td a, .post a{
	color:#1C97EA;
	text-decoration:none
}
p a:hover, #content ul li a:hover, #forum ul li a:hover, #forum table td a:hover, .post a:hover{
	text-decoration:underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration:none !important;
}
h1 a:hover, h3 a:hover{
	color:#162757;
}


/*-- Avatars, icons --*/
a.avatar, .flickr a{	
	display:block;
	float:left;
	padding:0;
	border:2px solid #CCC;
}
a.avatar:hover, .flickr a:hover{	
	border-color:#1C97EA;
}

.flickr a{
	margin:0 10px 30px 10px;
}
a.avatar.flickr img, .flickr a img{
	height:80px !important;
	width:80px !important;
	border:0;
	margin:0;
}
.post .flickr a img{
	width:60px !important;
	height:60px !important;
	border:0;
	margin:0;
}
/*--*/

/*--- Sliding doors buttons ---*/
.sliding_btns{ /* generic container for floating buttons */
    overflow: hidden;
	width:auto;
	margin:0 5px 0 0;
}

.sidebar .sliding_btns{
	float:right;
	margin:0;
}
* html body  .sidebar .sliding_btns a.btn{
	float:right;
}

a.btn, .nav span.btn{
    background:transparent url(../img/btn_a.gif) no-repeat scroll top right;
    color:#fff !important;
    display:block;
    float:left;
    font:bold 10px 'Arial', sans-serif;
	text-transform:uppercase;
    line-height:15px;
    text-decoration: none !important;
	margin-right:5px;
}

a.btn:hover, .nav span.btn:hover{
    background:transparent url(../img/btn_a.gif) no-repeat scroll bottom right;
    text-decoration: none !important;
}

a.btn span, .nav span.btn a{
    background:transparent url(../img/btn_a_span.gif) no-repeat top left;
    display: block;
	text-transform:uppercase;
    padding:7px 5px 8px 18px;
	margin-right:13px;
	color:#fff !important;
	text-decoration: none !important;
} 

a.btn:hover span, .nav span.btn:hover a{
	background:transparent url(../img/btn_a_span.gif) no-repeat bottom left;
}

a#btn_join_cmnt{
	display:block;
	margin:0 0 20px 0;
}

a.cmnt_avatar{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #CCC;
}
a.cmnt_avatar img{
	width:24px;
	height:24px;
}
 
h5.cmnt{
	text-align:center;
}

.navigation{
	padding:20px 0;
}

/*--- Header ---------------------------------------------------------*/
#header{
	height:320px;
}

#header .inside{
	width:965px;
}

#header .main{
	border:none;
}

a#logo_left{
	display:block;
	height:122px;
	width:127px;
	text-indent:-99999px;
	margin-top:25px;
}

a#fsn{
	display:block;
	height:45px;
	width:73px;
	text-indent:-99999px;
	margin:23px 0 46px 28px;
}

#mini_menu{
	width:270px;
	float:left;
	float /**/:right;
	padding:0 8px 0 0;
	margin:11px 0 0 80px;
	margin /**/:11px 0 0 0;
	text-align:right;
}

#mini_menu a{
	color:#5e91c5;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#mini_menu a:hover{
	color:#004279;
}

#mini_menu a#official_site{
	margin:0 32px 0 0;
	margin /**/:0 37px 0 0;
}
#mini_menu a#store{
	margin:0;
}

a#main_logo{
	display:block;
	float:right;
	height:80px;
	width:305px;
	text-indent:-99999px;
	margin:43px 7px 0 0;
}


/*--- TOOLBAR -----------*/
#toolbar{
	width:964px;
	margin:0 auto;
}
/*-- Main menu--*/
#main_menu{
	width:720px;
	float:left;
}

#main_menu ul li{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	display:inline;
}

#main_menu ul li a{
	display:block;
	float:left;
	padding:17px 9px 17px 9px;
	color:#FFF;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent url(../img/bg_menu_a.jpg) no-repeat right center;
}
#main_menu ul li a:hover, #main_menu ul li a.selected{
	background:transparent url(../img/bg_menu_hover.jpg) no-repeat center center;
}

/*-- Search --*/
#search{
	float:right;
	width:220px;
	margin:8px 0 0 0;
}

#search a#btn_search{
	display:block;
	float:left;
	height:23px;
	width:18px;
	text-indent:-99999px;
	margin-top:3px;
	background:transparent url(../img/magnifier.jpg) no-repeat right center;
}
#search_form{
	float:right;
}
#search_form input{
	width:175px;
	height:15px;
	padding:8px 10px 7px 15px;
	color:#9a9a9a;
	background:transparent url(../img/bg_search.jpg) no-repeat center center;
	border:none;
}


/*-- Content ---------------------------------------------------------*/
.main .post{
	padding:20px 25px 20px 0;
}

.title{	
	margin-bottom:15px;
}
.title .h{
	width:450px;
	float:left;
}
.title a.avatar, .sidebar .post .pix a.avatar, .column .post .pix a.avatar{
	display:block;
	border:2px solid #CCC;
	padding:0;
	float:right;
}
.title a.avatar img, .sidebar .post .pix a.avatar img, .column .post .pix a.avatar img{
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	border:none;
}
.title a.avatar:hover, .sidebar .post .pix a.avatar:hover, .column .post .pix a.avatar:hover{
	border-color:#629ad1;
}
.title .sliding_btns{
	float:right;
}
* html body  .title .sliding_btns a.btn{
	float:right;
}

 /*-- POST --*/

.post p, .column p{
	margin-bottom:15px;
}

.post img{	
	border:3px solid #629ad1;
	margin-bottom:15px;
}

.post .pix{
	width:190px;
	float:left;
	overflow:hidden;
}

.post .pix a img{
	display:block;
	border:3px solid #629ad1;
}
.post .pix img{
	/*height:120px;
	width:180px;*/
}

.post .text{
	width:305px;
	float:right;
}

.post_info{	
	font-size:11px;
	line-height:18px;
	color:#999;
	margin-bottom:10px;
}
.post_info a{	
	color:#000;
	text-decoration:none;
}
.post_info a:hover{
	text-decoration:none;
	border-bottom:1px solid #629ad1;	
}
/**********************************************/
.post.topic{
	background-color:#e3f0f9;
	border:none;
	padding:0 !important;
	margin:0 22px 30px 0;
	min-height:230px;
}
.post.topic .pix{
	width:108px;
	float:left;
	padding:15px 20px 0 20px;
	font-size:11px;
	line-height:18px;
	color:#666;
	margin-right:2px;
}

.post.topic .pix h4, .post.topic .pix h4 a{
	text-transform:lowercase;
}

.post.topic .pix a img{
	display:block;
	border:2px solid #CFCFCF;
	margin:5px 0 5px 0;
}
.post.topic .pix img{
	height:64px;
	width:64px;
}

.post.topic .text{
	width:482px;
	float:left;
	background-color:#eef6fb;
	padding:0 20px 10px 20px;
	margin:0;
	min-height:230px;	
	border-left:4px solid #f8fdff;
}
* html body .post.topic .text{
	height:230px;
}

.text .rate{
	font-size:11px;
	line-height:18px;
	color:#999;
	padding:15px 0 0 0;
}
.text .rate img{
	border:none
}

.text .rate span{
	float:right;
}
.text .rate .star{
	float:right;
}

.topic blockquote{
	background-color:#fefdf7;
	border:1px solid #ebe8da;
	padding:20px;
	color:#555;
	margin-bottom:15px;
}

 /*-- POST --*/
.comment{
	margin:15px 0;
}

.comment .pix{
	float:left;
	width:40px;
} 

.comment .text{
	width:450px;
	float:right
} 

.comment .text p img{
	border:0;
	padding:0;
	margin:0;
} 

.comment h5{
	margin-bottom:8px !important;
} 

.comment h5 strong{
	color:#444;
} 

#comment-form label{
	color:#444;
	padding-left:15px;
	font-size:11px;
}

#comment-form label small{
	color:#aaa;
}

#comment-form textarea{
	width:450px;
	width /**/:490px;
	height:150px;
}

/*-- Recents --*/
#cloud a{
	color:#8c8c8c;
	font-weight:normal;
	text-decoration:none;
	margin-right:10px;
	line-height:20px;
}

#cloud a:hover{
	color:#1C97EA;
}
/*--*/

.column ul li, #content .sidebar ul li, #forum .sidebar ul li{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	color:#666;
	padding:1px 0 2px 0;
	clear:both;
}

#forum .sidebar ul li a{
	display:block;
	width:60%;
	float:left;
	clear:right;
}

#forum .sidebar ul li span{
	display:block;
	width:40%;
	text-align:right;
	float:right;
	clear:right;
}

#forum .column .post{
	margin-bottom:15px;
}

#forum .column .post .text{
	width:180px;
	float:left;
}

#forum .column .post .pix{
	width:50px;
	float:right;
}



ul.blogroll{
	display:block;
	width:120px;
	padding-right:15px;
	float:left;
}



/*-- Sidebar -------------------------------------*/
#content .sidebar .block, #forum .sidebar .block{
	border-bottom:1px solid #E9EBEC;
	padding:20px 0 20px 20px;
}

.sidebar .title .h{
	width:320px;
	float:left;
}

.sidebar .post{
	margin-bottom:10px;
}
#forum .sidebar .post{
	margin-bottom:0;
}

.sidebar .post .text{
	width:330px;
	width /**/:350px;
	float:left;
}

#forum .sidebar .post .text{
	width:180px;
	float:left;
}

.sidebar .post .pix{
	width:50px;
	float:left;
	float /**/:right;
}

a#rss_icon{
	display:block;
	float:right;
	height:55px;
	width:56px;
	text-indent:-99999px;
	background:transparent url(../img/rss_icon.jpg) no-repeat center center;	
}

#feed_subscribe, #newslttr_subscribe{
	margin:10px 0 20px 0;
}
input.email_box, textarea.email_box{
	width:232px;
	height:12px;
	padding:5px 8px 5px 7px;
	background:transparent url(../img/bg_input_rss.jpg) no-repeat left top;
	border:1px solid #e5e5e5;
	color:#9d9c9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin:3px 0 0 0;
}
.subscribe_form{
	float:left;
}
.subscribe_form .sliding_btns, #plusmo .sliding_btns{
	float:right;
}

#get_plusmo{
	width:270px;
	float:left;	
}
#plusmo .sliding_btns{
	margin-top:5px;
}

/*- YouTube -*/
#youtube{
	width:265px;
	width /**/:285px;
	float:left;
	margin-bottom:20px;
}
#btn_youtb{
	float:right;
}

.video_block{
	width:120px;
	margin:0 6px 15px 4px;
	margin /**/:0 10px 15px 4px;
	float:left;
}


a.video{
	border:3px solid #629ad1;
	padding:0;
	display:block;
	width:113px;
	height:85px;
	margin-bottom:10px;
} 
.video img{
	width:113px;
	height:85px;
}


.video_info{
	font-size:11px;
	line-height:14px;
}
.video_info a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
}
.video_info a:hover{
	color:#1c97ea;
}




.tubepress_container, .tubepress_thumb_widget{
	margin:-15px 0 0 0;
	padding:0;
}

.tubepress_container .tubepress_thumb{
	float:left;
	width:117px;
	height:190px;
	overflow:hidden;
	margin:0 8px 15px 4px;
}

.tubepress_container .tubepress_thumb img{
	width:105px;
	height:77px;
	margin-top:3px;
}

#tubewrapper{
	width:387px;
	height:190px;
	overflow:hidden;
}
#tubeitems{
	width:2000px;
	height:190px;
}
#btn_next_vids, #btn_prev_vids{
	color:#629ad1;
	font-size:11px;
	float:left;
	width:45%;
	text-decoration:none;
}
#btn_next_vids{
	float:right;
	text-align:right;
}
#btn_next_vids:hover, #btn_prev_vids:hover{
	color:#1c97ea;
}

.tubepress_container img {
	border:3px solid #629ad1;
	margin:0 0 10px 0;
}

.tubepress_container .tubepress_meta_group, .tubepress_container .tubepress_meta, .tubepress_container .tubepress_runtime, .tubepress_container .tubepress_stitle, .tubepress_container tt{
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#444;
	font-style:normal;
}

.tubepress_container h5 tt{
	color:#aaa;
}

.tubepress_container .tubepress_stitle{
	font-size:12px !important;
}

.tubepress_container .tubepress_runtime{
	color:#333;
	font-weight:bold;
}

.tubepress_container .tubepress_meta_group a{
	color:#629ad1;
	text-decoration:none;
}

.tubepress_container .pagination{
	display:none;
}


/*-- Widget --*/
#widget{
	margin-bottom:20px;
}

/*-- .banner --*/
.banner{
	margin:0 0 20px;
}
.banner img, .banner embed, .banner div, .banner object{
	border:1px solid #CCC;
}
.banner embed, .banner div, .banner object{
	margin:20px 0 0 0;
}


/*--- Forum ----------------------------------------------------------*/
#forum table{
	margin:0 0 40px 0; 
	width:97%;
	
}

#forum table th{
	text-align:left;
	font-size:11px;
	line-height:18px;
	color:#666;
	font-weight:normal;
	padding:0 15px 10px 15px;
}
#forum table th span{
	background:transparent url(../img/bg_th_span.gif) no-repeat center right;
	padding-right:20px;
}

#forum table tr{
	background-color:#FEFEFE;
}
#forum table tr.alt{
	background-color:#edf5fb;
}
#forum table tr#table_head{
	background-color:transparent;
}

#forum table td{
	padding:8px 15px 10px 15px;
}

#forum table td h1{
	line-height:28px
}

#forum table td.numb{
	font-size:16px;
	line-height:18px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 22px;
}

/*--- Footer ---------------------------------------------------------*/
#footer{
	margin:0 auto;
	height:230px;
	padding-top:200px;
	font-size:11px;
	line-height:15px;
	color:#999;
}
#footer a{
	font-size:11px;
	line-height:15px;
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:underline;
}

#footer p{
	width:400px;
	float:left;
	margin:9px 25px;
}

#footer a#nba, #footer a#jazz{
	display:block;
	float:left;
	text-indent:-99999px;
	margin-right:10px;
	height:45px;
	width:20px;
}

#footer a#jazz{
	margin-right:0;
	height:50px;
	width:65px;
}

/*-- Social Icons --*/
#btn_mlb, #btn_flickr, #btn_youtube, #btn_fb, #btn_twitter, #btn_myspace, #btn_mbl{
	width:100px;
	height:30px;
	margin:-12px 13px 25px 12px;
	padding:0;
	text-decoration:none;
	border:0;
	text-indent:-9999px;
	display:block;
	float:left;
	background-image:url(../img/social.jpg);
	background-repeat:no-repeat;
	background-position:0px -30px;
}
#btn_mlb{ width:150px; background-position:0px -30px; margin-left:15px; } 
#btn_mlb:hover{ width:150px; background-position:0px 0px; }

#btn_flickr{ width:120px; background-position:-150px -30px; }
#btn_flickr:hover{ width:120px; background-position:-150px 0px; }

#btn_youtube{ width:100px; background-position:-270px -30px; }
#btn_youtube:hover{ width:100px; background-position:-270px 0px; }

#btn_twitter{ width:120px; background-position:-370px -30px; }
#btn_twitter:hover{ width:120px; background-position:-370px 0px; }

#btn_fb{ width:160px; background-position:-490px -30px; }
#btn_fb:hover{ width:160px; background-position:-490px 0px; }

#btn_myspace{ width:150px; background-position:-650px -30px; }
#btn_myspace:hover{ width:150px; background-position:-650px 0px; }

#btn_mbl{ width:120px; background-position:-790px -30px; }
#btn_mbl:hover{ width:120px; background-position:-790px 0px; }


/* --- Upcoming Games --- */
.game{
	width:100%;
	margin:0 0 8px 0;
}
.game a{
	color:#222;
	text-decoration:none;
}
.game a img{
	border:2px solid #ccc;
	float:left;
	width:32px;
	height:32px;
}
.game a strong{
	font-size:12px;
	display.block;
	float:left;
	margin:9px 0 0 0;
	width:25px;
	text-align:center;
}
.game a span{
	float:right;
	margin:10px 20px 0 0;
	font-size:10px;
}
.game a span.channel{
	float:right;
	margin:10px 20px 0 0;
	font-size:10px;
	font-weight:bold;
	color:#999;
}

/*---- Fan of the week -----*/
.fan_week .post .pix.large{
	width:70px;
}
.fan_week .post .text{
	width:250px;
}
.fan_week .post .pix img{
	width:64px !important;
	height:64px !important;
}
.fan_week h4{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#1c97ea;
	margin-bottom:10px;
	text-transform:none;
}
.fan_week ul{
	margin:5px 0 15px 0;
}
.fan_week ul.blogroll{
	width:45%;
}


/*---- Featured Posts -----*/
#featured{
	width:100%;
	height:350px;
	overflow:hidden;
	border-bottom:1px solid #E9EBEC;
	position:relative;
}
#featured_wrapper{
	width:2550px;
	position:relative;
}
#featured_wrapper .post{
	float:left;
	width:508px;
	height:350px;
	background /**/:transparent url(../img/bg_featured.png) no-repeat center 35px;
}
#featured_wrapper .post h5{
	margin-bottom:12px;
}
#featured_nav{
	margin:-50px 50px 0 0;
	position:absolute;
	z-index:1;
	width:508px;
	clear:both;
}
#featured_nav p{
	float:right;
	width:240px;
	width /**/:auto;
	background:transparent url(../img/btn_a.gif) no-repeat scroll top right;
}
#featured_nav p strong{
	display:block;
	height:25px;
	clear:both;
	margin-right:15px;
	padding:0 5px 0 20px;
	background:transparent url(../img/btn_a_span.gif) no-repeat top left;
	font:bold 10px 'Arial', sans-serif;
}
#featured_nav a{
	display:block;
	float:left;
	padding:1px 3px !important;
	margin:7px 1px 0 0;
	color:#fff;
	text-decoration:none;
}
#featured_nav a:hover, #featured_nav a.selected{
	color:#162757;
}
#featured_nav span{
	display:block;
	float:left;
	padding:1px 3px !important;
	margin:7px 10px 0 0;
	color:#fff;
	text-transform:uppercase;
}


/* Countdown */
#countdown{
	width:357px;
	height:65px;
	margin:-10px 0 10px 15px;
	background:transparent url(../img/bg_countdown.jpg) no-repeat left top;	
}
#countdown #ctoverlay{
	display:block;
	width:357px;
	height:65px;
	position:absolute;
	margin-top:-65px;
	background:transparent url(../img/overlay_countdown.gif) no-repeat left top;	
}
#countdown #timeleft{
	display:block;
	width:357px;
	height:62px;
	padding:3px 0 0 8px;
	color:#fff;
	font-family:Arial, Helvetica, Tahoma;
	font-size:43px;
	line-height:49px;
	font-weight:bold;
	letter-spacing:8.2px;
}




.related_post{
	padding-top:20px;	
}
.related_post .post{
	width:508px;
	padding-bottom:0;
}
.related_post .post .pix{
	float:left; 
	margin-right:5px;
	width:100px;	
}
.related_post .post .text{
	float:right;
	width:403px; 
}
.related_post .post h3, .related_post .post h5{
	margin:0;	
}


.tweet_bird{
	padding:2px 0 2px 20px;
	line-height:20px;
	background:transparent url(../img/twitter.png) no-repeat left center;	
}
.facebook{
	padding:2px 0 2px 20px;
	line-height:20px;
	background:transparent url(../img/facebook.png) no-repeat left center;	
}


#kfan{
	background:transparent url(../img/kfan_header.jpg) no-repeat left top;	
	height:200px;
	text-indent: -99999px;
}

#broadcasters .post_info{
	color:#333;
	padding-top:10px; 	
}

.post_rating{
	margin:15px 0 25px 0;	
}