/*
	In this file we add styles that are specifc to a particular blog.  This style guide is included last on the page and so anything can be overriden here.
	Generally, all we need to specify are background images, font colors (sizes can be overridden, but the themes contains the standard sizes already), text-decorations for links,
	etc.
 */

/* STRUCTURE

	Any elements that needs to have layout overrides should be placed here. Things like float, width, height, etc.
	
*/

/* END STRUCTURE */

/* TYPOGRAPHY

	Font overrides should go in this section.
	
 */

.word-wrap {

	word-wrap: break-word;
	
}

.page_title {
	text-align: center;
	color: #000000;
}

/* END TYPOGRAPHY */


/* PALLET

	All color scheme changes should go here.  Font colors, backgrounds, etc.

 */
 
body {
	color: #000000;
	background: #5b5248 url('../images/bg_image.jpg') no-repeat scroll center top;
	font-size:12px;
	font-weight:normal;
	text-align:left!important;
}

a {
	color: #63861b!important;
}

#login-quicklinks .fluxWidget a, #login-quicklinks .fluxWidget .link{
color:#63861B!important;
}
#header {
	background: #5b5248 url('../images/bg_image.jpg') no-repeat scroll center top;	
}

#page {
	background-color: #FFFFFF;	
}

#bet_banner {
	background-color: #FFFFFF;
}

#leftsidebar {
	background-color: #FFFFFF;
	padding-top:0px;
}

#sidebar {
	background-color: #FFFFFF;
	padding-top:0px;
}

.post h2 {
	color: #34312c;
	font-family: Helvetica;
	font-weight:bold;
	font-size:18px;
	text-transform:capitalize; 
}

.post h2 a {
	color: #34312c;
	font-family: Helvetica;
	font-weight:bold;
	font-size:18px;
	text-transform:capitalize;
}

small {
	color: #555555;
	font-family:Arial;
	font-size:11px;
	
}

.widgettitle, .widgettitle a {
	color: #34312c!important; 
	padding-top:7px!important; 
	padding-left:0px!important;
	/*marging-left:31px;*/
	font-size:18px;
	font-family:arial !important;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}


.widget_bet_subscribe #feedtype {
    font-size:12px;
	color:#63861b;
	font-family:Arial;
	font-weight:bold;
	
}
.widget_bet_subscribe #feedlink {
  font-size:11px;
  font-family:Arial;
}
.widget_bet_blogs_category {
font-size:12px;
font-family:arial;
color:#555555;
text-transform:uppercase;
font-weight:bold;
}

.external{
font-size:11px !important;
font-family:Arial;

}
.entry{
font-size:13px;
font-family:Arial;
color:#000000;
}
.postmetadata {
 
  font-family:Arial;
  font-size:12px;
   color:#333333;
   font-weight:bold;
}

.postmetadata a{
  margin-bottom: 10px;
  margin-top: 10px;
  font-family:Arial;
  font-size:12px;
   color:#63861b;
    font-weight:BOLD!important;
}


.searchresult .postmetadata {
  margin-top:5px;
  margin-bottom:5px;
}

.searchresult h3 {
	margin-bottom: 5px;
}

.widget_container ul{
   font-size:12px;
   font-family:Arial;
   }
.wp_commenttitle{
color:#555555;
font-family:Arial;
font-size:11px;
font-weight:bold;
} 
.wp_commentbody p{
color:#555555;
font-family:Arial;
font-size:12px;
} 

#searchBox{
font-size:13px;
font-family:arial;
color:#ffffff;
text-transform:uppercase;
}
#bet_mostrecent_posts{
font-size:12px;
font-family:Arial;
color:#930a9c;

}







hr {	
	background-color: #DCDCDC;
	color: #DCDCDC;
	border: none;
}

hr.searchseparator {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: none;
}

.wp_commentsblocktitle {
color:#63861b;
text-transform:uppercase;
}

.navigation {
/*background-color: #dcdcdc;*/
}	

.blog_button {
	background: #af0601 url('../images/button_bg.jpg');	
	color: #FFFFFF;	
	text-transform: uppercase;
	margin-top:13px;
}

.blog_button_hover {
	background: #af0601 url('../images/button_bg_rollover.jpg');	
	/*color: #FFFFFF;	*/
}



.wp_commentheader {
	background: transparent url('../images/comments_top.gif') no-repeat left top;
}

.wp_commentbody {
	background:  url('../images/comments_bottom.gif') no-repeat left bottom;	
}

.wp_commentbody p {	
	/*color: #ffffff;*/
}

.wp_commentformtitle {
	color: #63861b;
}

.commentCounter {
	background: transparent url(../images/comments_icon_large.gif) no-repeat scroll center top;
	color: #ffffff;
}

.commentCounter_hover {
	background: transparent url(../images/comments_icon_large_rollover.gif) no-repeat scroll center top;
}

.commentCounter_hover #countLabel {
	color: #ffffff;
}

.commentCounter #countLabel {
	color: #ffffff;
}

.commentCounter_hover #count {
	color: #ffffff;
}

.commentCounter #count {
	color: #ffffff;
}

.formfieldlabel {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	
}

/*
#wp_commentCount img {	
	display: inline;
	margin-right: 5px;
}
*/

/* END PALLET */

/* WIDGETS 

	Any changes dealing with sidebar widgets should go in this section regardless of whether it is a typography, pallet, structure change.

*/

.widget {
	color: #252525;
	font-family: Arial; /*Arial, Arial, arial, sans-serif;*/
	font-size:11px;
	font-weight: normal;
}

.widget {
	background: transparent;	
}

#widget_content {
	background: #FFFFFF;
	font-family:Arial;
	font-size:11px;
	color:#252525;
	
	
}
.widget_bet_about h3 {

	font-family:Arial;
	font-size:12px;
	color:#252525;
}
#widget_content a{
	background: #FFFFFF;
	font-family:arial !important;
	font-size:11px ;
	font-weight:bold !important;
	text-transform:none  !important;
	
}

#widget_header {
	height: 40px !important;
	padding-left: 10px;
	}


#sidebar .widget_tag_cloud #widget_content a
{
font-family:Arial;
font-size:12px ;
}

#leftsidebar #widget_header {
	background: transparent url('../images/left_modhdr.jpg') no-repeat;
	text-align:left!important;
}

#leftsidebar #widget_footer {
	background: transparent url('../images/left_modftr.jpg') no-repeat;
	
}

#sidebar #widget_header {
	background: transparent url('../images/right_modhdr.jpg') no-repeat;
}

#sidebar #widget_footer {
	background: transparent url('../images/right_modftr.jpg') no-repeat;	
}


.wp_commentformfield textarea#comment {
width:300px;
border-style:inset;
}
.wp_commentformfield input#email {

border-style:inset;
}
.wp_commentformfield input#author {

border-style:inset;
}

#sidebar .widgettitle, #sidebar .widgettitle a {
	padding-top: 7px;
}

.widget_bet_dart #widget_footer {
	display: none;
}

.widget_bet_dart {
	background-color: #FFFFFF;
}

.widget_bet_promo {
	/*background-color: #FFFFFF;*/
}

.widget_bet_tips #widget_bet_tips_show_form {
	color: #FFFFFF;
	background-color: #05a9e6;
	border: 0px;
	text-transform: uppercase;
}

.widget_bet_blogs {
	color: #eb751a;	
}

.widget_bet_blogs hr {
	background-color: #ffffff;	
	color: #ffffff;
	border-style: none;
}



#widget_bet_tips-form {
	color: #ed34ac;
	background-color: #E0DEDF;
}

#TB_window {
	background-color: #E0DEDF;
}

#TB_title {
	display: none;
}

#TB_ajaxContent {
	background-color: #E0DEDF;
}

.bet_AdBlock
{
	background:#000000 url(http://qa.blogs.bet.com/ontv/tinyandtoya/bet-blog/images/adv_300_hdr.jpg) no-repeat scroll 0 0;
	bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:300px;
}
/* END WIDGETS */
.wp_commentsCount
{
	font-family:Arial !important;
	font-size:12px !important;
	font-weight:bold !important;
}

#header
{width:auto;
}
#main-nav{margin-left:0px!important;}
.page-container {
background:none!important;}
#bottom-ad-ad {
	display:inline-block;
	text-align:center;
}
#bottom-ad 
{
width:95%!important;
margin-left:10px!important;
margin-right:10px!important; 
}
#footer
{/*margin-left:115px!important;*/
width:100%!important;
/*background:#5B5248 url(../images/bg_image.jpg) no-repeat scroll center top !important;*/
}
#subPageWrap2
{width:100%;}
#main-nav,#main,#leftsidebar
{margin-left:10px!important;}
#login-quicklinks #quicklinks a
{
}
#footer-links a {
color:#63861B !important;
}
#main-nav li a {
color:#FFFFFF!important;
}
.widget_bet_about h3
{
text-align:left !important;
}
#quicklinks-title 
{
color:#312d29 !important;
}

.fluxWidget, .fluxWidget .fbook, .fluxWidget .editorActivator {
color:#F1E9E0!important;
}
#login-quicklinks .fluxWidget .fluxBtn {
color: #63861B!important;
}

#header {
/*color:#7A6B67!important;
*/}
#breadcrumbs {
clear:both;
padding:10px 8px 0 20px;/*10px 8px 150px 10px!important;*/
font-size:13px;
}
#bet-about h2
{
/*text-align:left !important;*/
}
.center
{
	color:#34312c!important;
}
#main
{
	width:93%!important;
	background:none!important;
	background-image:none!important;
}

#bet-about .widget_header .widgettitle
{
	text-align:left !important;
	backgound-color:#CCCCCC;
}

#sidebar-container
{
float:right!important;
}
#all-times-est
{
color:#ffffff!important;
}
.commentCounter #count {
	font-size:13px!important;
	font-weight:bold!important;
}

#countLabel {
color:#63861b!important;
font-weight:bold!important;
font-size:12px!important;
}

.show {
color:#63861b!important;
font-weight:bold!important;
}

#follow-centric h4 {
background:transparent url(http://blogs.centrictv.com/music/soulsessions/wp-content/themes/photo/follow-centric-sprite.gif) scroll -32px 0!important;
}

#follow-twitter, #follow-facebook {
	background:transparent url(http://blogs.centrictv.com/music/soulsessions/wp-content/themes/photo/follow-centric-sprite.gif) scroll 0 0!important;
	display:block;
	float:left;
	height:90px;
	width:90px;
}

#follow-twitter {
	background-position:0 -55px!important;
}

#follow-facebook {
	background-position:-110px -55px!important;
	margin:0 0 0 20px!important;
}

#follow-twitter a{
	background-position:0 -55px!important;
}

#follow-facebook a{
	background-position:-110px -55px!important;
	margin:0 0 0 20px!important;
}

#sidebar-searchinput {
	background:transparent url(http://blogs.centrictv.com/music/soulsessions/wp-content/themes/photo/search-input.png) no-repeat scroll 0 0;
	/*border:medium none;*/
	color:#989898;
	float:left;
	font-size:0.8em;
	height:15px;
	margin:9px 0 0 13px;
	padding:7px 4px 2px;
	width:170px!important;
}

.alignleft , .alignright
{
font-weight : bold!important;
color:#63861b!important;
}
.soulsessionsImage
{
	visibility:hidden;
}

/********************Styles for Flux Comments Start********************/

/*.Flux #postComment
{
	color:#ED34AC!important;
	margin-bottom:5px!important;
	margin-top:5px!important;
	font-size:16px;
}

.Flux .comments3 .commentEditor .inputTextArea textarea
{
	background-color:#DDDDDD!important;
	border:medium none!important;
	color:#000000!important;
}

.wp_commentbody {
	padding-bottom:0px!important;
}

.Flux a.commonButton .btnColorShare .btnLeft, .Flux a.commonButton .btnColorOrange .btnLeft, .Flux a.commonButton .btnColorDefault .btnLeft, .Flux a.commonButton .btnColorAllCommunitiesSilver .btnLeft {
	background-position:left 0;
	padding-left:4px;
}

.Flux a.commonButton .btnColorShare .btnRight, .Flux a.commonButton .btnColorOrange .btnRight, .Flux a.commonButton .btnColorDefault .btnRight, .Flux a.commonButton .btnColorAllCommunitiesSilver .btnRight {
	background-position:right -80px;
	padding-right:4px;
}

.Flux .commonButton, .Flux .commonButton span {
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	white-space:nowrap;
}

.Flux .btnColorDefault * {
	background-image:url(http://static0.fluxstatic.com/-/Clients/Common/Img/Css25/btn_default_xy_0x40.gif);
}

.Flux .btnLeft, .Flux .btnRight {
	background-repeat:no-repeat;
}

.Flux a.commonButton .btnColorDefault .btnCenter {
	background-position:center -40px;
	font-size:14px;
	height:26px;
	line-height:26px;
}

.Flux a.commonButton .btnColorDefault .btnCenter {
	width:110px;
}

.Flux a.commonButton, .Flux a.commonButton span.btnCenter {
	color:white;
}

.Flux .commonButton .btnCenter {
	background-repeat:repeat-x;
	display:block;
	text-align:center;
}

.commentEditor .inputNameArea, .Flux .comments3 .commentEditor .inputAddressArea, .Flux .comments3 .commentEditor .captchaCodeImage, .Flux .comments3 .commentEditor .captchaCodeArea, .Flux .comments3 .commentEditor .captchaMessageArea, .Flux .comments3 .commentEditor .commonButton {
	padding:5px 0;
}

.Flux a.commonButton, .Flux a.commonButton span.btnCenter {
	color:white;
}

.Flux .comments3 div, .Flux .comments3 p, .Flux .comments3 td, .Flux .comments3 a {
	color:#000000;
	font-family:Arial;
	font-size:12px;
}

.Flux .commonButton, .Flux .commonButton span {
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	white-space:nowrap;
}

.Flux a, .Flux a:hover {
	color:#FFFFFF;
}

.Flux a, .Flux a:hover {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

.Flux a, .Flux a:hover, .Flux a:active, .Flux a:visited {
	color:#05A9E6 !important;
}*/

.Flux #postComment
{
	color:#ED34AC!important;
	margin-bottom:5px!important;
	margin-top:5px!important;
	font-size:16px;
}

.Flux .comments3 .commentEditor .inputTextArea textarea
{
	background-color:#DDDDDD!important;
	border:medium none!important;
	color:#000000!important;
}

.wp_commentbody {
	padding-bottom:0px!important;
}


.Flux .commonButton,
.Flux .commonButton span {
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	color:#000000!important;
}

.Flux .btnLeft,
.Flux .btnRight {
	background-repeat: no-repeat;
}

.Flux  .commonButton .btnCenter {
	background-repeat: repeat-x;
	text-align: center;
	display: block;
}

.Flux a.commonButton .btnColorShare .btnRight,
.Flux a.commonButton .btnColorOrange .btnRight,
.Flux a.commonButton .btnColorDefault .btnRight,
.Flux a.commonButton .btnColorAllCommunitiesSilver .btnRight {
	padding-right: 4px;
	background-position: right -80px;
}

.Flux a.commonButton .btnColorDefault .btnCenter {
	background-position: center -40px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
}

.Flux a.commonButton .btnColorShare .btnLeft,
.Flux a.commonButton .btnColorOrange .btnLeft,
.Flux a.commonButton .btnColorDefault .btnLeft,
.Flux a.commonButton .btnColorAllCommunitiesSilver .btnLeft  {
	background-position: left 0px;
	padding-left: 4px;
}

.Flux a.commonButton:hover .btnColorShare .btnRight,
.Flux a.commonButton:hover .btnColorOrange .btnRight,
.Flux a.commonButton:hover .btnColorDefault .btnRight,
.Flux a.commonButton:hover .btnColorAllCommunitiesSilver .btnRight {
	background-position: right -200px;
}

.Flux a.commonButton:hover .btnColorShare .btnCenter,
.Flux a.commonButton:hover .btnColorOrange .btnCenter,
.Flux a.commonButton:hover .btnColorDefault .btnCenter ,
.Flux a.commonButton:hover .btnColorAllCommunitiesSilver .btnCenter {
	background-position: center -160px;
	color: #000000!important;
}

.Flux a.commonButton:hover .btnColorShare .btnLeft,
.Flux a.commonButton:hover .btnColorOrange .btnLeft,
.Flux a.commonButton:hover .btnColorDefault .btnLeft,
.Flux a.commonButton:hover .btnColorAllCommunitiesSilver .btnLeft {
	background-position: left -120px;
}

.Flux .btnColorDefault * {
	background-image:url(http://static0.fluxstatic.com/-/Clients/Common/Img/Css25/btn_default_xy_0x40.gif);
}


/********************Styles for Flux Comments End********************/


#tonight-on-centric {
	background-image:url(http://blogs.centrictv.com/music/soulsessions/wp-content/themes/photo/tonightoncentric.gif);
	background-repeat:no-repeat;
}

#tonight-on-centric-div-body
{
	position:relative;
	height:170px;
	left:40px;
	width:306px;
}

#non-feature-container {
	background:#FFFFFF!important;
	width:443px!important;
	top:0px!important;
	min-height:380px!important;
}

#post-comment h3 {
	background-image:none!important;
	width:395px!important;
	height:15px!important;
}

.fluxWidget .textEditor {
	width:395px!important;
}

.floatsWrapper {
	width:395px!important;
}

#post-comment .fluxWidget {
	margin-top:-3px;
	padding:10px 0 0;
}

.flux .moduleContent, .fluxWidget .widgetContent {
	background-color:#FFFFFF!important;
}

#post-comment
{
	float:none!important;
	width:400px!important;
}

.connectToFacebook {
	width:395px!important;
}

.fluxWidget .comments{
	width:425px;
}

.content
{
	width:327px !important;
}

.fluxWidget, .fluxWidget .fbook, .fluxWidget .editorActivator
{
	color:#666666!important;
}

.paging
{
	display:none!important;
}

.fluxWidget .comments ol.commentsList li.comment {
	border-top:1px solid #D6D6D6;
	margin:0;
	padding:16px 0 14px!important;
}

.fluxWidget .comments .fbLoginText
{
	padding-top:3px;
}

.widgetTitle
{
	background:transparent url(http://www.centrictv.com/image/title-sprite.jpg) no-repeat!important;
	background-position: -27px -727px!important;
	height:30px!important;
	color:#f7f6f2!important;
	font-size:0px!important;
}


.fluxWidget .contentAction .cacVertical {
	border:0px!important;
	padding:0px!important;
	width:64px !important;
}

.fluxWidget .contentAction .cacVertical li.cacItem {
	float:none;
	margin:0px;
}

.fluxWidget .contentAction .textItem .itemText {
	width:38px!important;
	text-align:center!important;
}

.fluxWidget .contentAction .itemText, .fluxWidget .contentAction .flag 
{
	margin:0 10px!important;
}

.fluxWidget .itemText .txtCount
{
	font-size:13px!important;
	color:#FFF;
	height:22px;
}

.txtLabel
{
	display:none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
font-weight:bold!important;
}

#sidebar  #twitter-1  .widgettitle {


background:transparent url(http://www.bet.com//webapplications/betroot/includes/theme/honors10/img/honors-sprite.png) no-repeat scroll -1635px -240px;
height:45px;
width:100%;
	
}
#sidebar  #twitter-1  #widget_footer {
background:transparent url(http://www.bet.com//webapplications/betroot/includes/theme/honors10/img/honors-sprite.png) no-repeat scroll -1619px 22% ;
height:45px;
width:100%;

	
}
.twitter-item  {

 font-weight:bold;
 border-bottom:1px solid #E5E4E4;
padding:0 10px 10px;
line-height:normal;
}
#twitter-1 #widget_content a  {
color:#6B2FCD !important;
}
.twitter-timestamp
{
color:#535353;
display:block;
font-size:1em;
font-style:italic;
width:100%;

} 
  