	 /*
    Project: Showbiz411 Front-End 
    Date: Nov. 29, 2010 
    Author: Matthew Simo
    Email: matt@hellomay.com

-- 1* General
-- 2* Header
-- 3* Footer
-- 4* Index Specific Styles
-- 5* Side Bar Specific Styles
-- 6* Misc Styles

----------


-- 1* General */

body { background: #C01B08; }
#main_content { background: #FFF; }

/* new clearfix */
.clearfix {
  position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

strong {
  font-weight: bold;
}

.wrapper {
  width: 960px;
  position: relative;
  margin: 0 auto;
}

#main_content {
  padding: 10px 0 20px;
}

.primary_col {
  width: 640px;
  float: left;
}

.secondary_col {
  width: 300px;
  float: right;
}


/*
-- 2* Header -- 
#main_header {
  background: #C01B08;
  color: #fff;
}

#main_header .wrapper {
  height: 109px;
}

#main_header a {
  color: #fff;
  font-weight: bold;
}

#main_header h1 { padding-top: 2px; margin-top: 10px; }

#main_header h1, #main_header h1 a {
  width: 201px;
  height: 98px;
  display: block;
}

#main_header h1 a {
  text-indent: -9999em;
  background: transparent url(../img/sb-logo-hdr.png) no-repeat center center scroll;
}


#main_nav {
  position: absolute;
  bottom: 0;
  left: 232px;
  width: 728px;
}


#main_nav, #main_nav ul, #main_nav ul li, #main_nav ul li a {
  height: 40px;
}

#main_nav ul {
  border-left: 1px solid #9D0902;
}

#main_nav ul li {
  float: left;
  line-height: 40px;
  border-left:  1px solid #CA3120;
  border-right: 1px solid #9D0902;
  font-size: 20px;
}

#main_nav ul li a {
  padding: 0 20px;
  text-shadow: -1px -1px 0 #9B0802, -2px -2px 1px #9B0802;
}

#main_nav ul#search_box {
  border: none;
  padding: 8px 0 0 20px;
  height: 30px;
  width: 175px;
  position: absolute;
  right: 0;
  top: 0;
}

#main_nav ul#search_box li {
  float: none;
  border: none;
}

#main_nav ul#search_box form {
  position: relative;
  background: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;	
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow:         inset 2px 2px 3px #D1D1D1;
  -moz-box-shadow:    inset 2px 2px 3px #D1D1D1;
  -webkit-box-shadow: inset 2px 2px 3px #D1D1D1;
  height: 24px;
  width: 100%;
}

input#search_field {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  height: 24px;
  width: 150px;
  padding: 0 0 0 3px;
  display: block;
  -webkit-border-radius:  6px;
  -khtml-border-radius:   6px;
  -moz-border-radius:     6px;
  border-radius:          6px;

  -webkit-border-top-right-radius:    0;
  -khtml-border-radius-topright:      0;
  -moz-border-radius-topright:        0;
  border-top-right-radius:            0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-radius-bottomright:   0;
  -moz-border-radius-bottomright:     0;
  border-bottom-right-radius:         0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input#search_field:focus {
  box-shadow:         inset 0 0 5px #558DC0;
  -moz-box-shadow:    inset 0 0 5px #558DC0;
  -webkit-box-shadow: inset 0 0 5px #558DC0;
}

input#search_submit {
  position: absolute;
  display: block;
  border: none;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 24px;
  width: 25px;
  text-indent: -9999em;
  font-size: 0px;
  margin: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;	
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent url(../img/sb-search_submit_icn.png) no-repeat center center scroll;

}

.breaking_now {
  width: 840px;
  display: block;
  float: none;
}

#breaking_news {
  background: #1D1D1D;
  color: #fff;
  border-bottom: 1px solid #595959;
  padding: 10px 0;
}

.breaking_list {
  width: 800px;
}


#breaking_news h3, .breaking_now a {
  color: #fff;
  font-style: italic;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 17px;
  padding-right: 5px;
  text-shadow: -1px -1px 0 #000;
}

.breaking_now a {
  width: 690px;
  padding-left: 145px;
}

a.breaking_item { display: none;}


#breaking_news ul.social_links, #breaking_news ul#menu-social-nav {
  position: absolute;
  right: 0;
  top: 2px;
}

#breaking_news ul#menu-social-nav li {
  margin-left: 4px;
}

#breaking_news ul#menu-social-nav li a { 
  width: 16px;
  height: 16px;
}


#header_ad {
  position: absolute;
  top: 4px;
  right: 0;
}


-- 3* Footer -- */

#main_footer {
  padding: 20px 0 0;
  background: #C01B08;
  border-top:     1px solid #D58C85;
  border-bottom:  1px solid #890A03;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main_footer, #main_footer .wrapper {
  height: 145px;
}

#main_footer p {
  font-size: 12px;
}

#main_footer a {
  color: #fff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #9D0E04;
}

a#footer_logo {
  display: block;
  width: 141px;
  height: 76px;
}

div.footer_about {
  width: 245px;
  position: absolute;
  top: 15px;
  left: 200px;
}


#footer_nav {
  position: absolute;
  top: 15px;
  left: 330px;
}

#social_nav {
  position: absolute;
  top: 15px;
  left: 500px;
}

#social_nav ul li {
  display: block;
  padding-bottom: 4px;
  float: none;
}

#social_nav ul li a {
  text-indent: 0;
  line-height: 16px;
  padding: 1px 0 0 22px;
  
}

#mc_embed_signup {
  position: absolute;
  top: 17px;
  right: 0;
  width: 300px;
}

.mc-field-group {
  padding-top: 10px;
}

#mce-EMAIL {
  color: #999;
}


#mc-embedded-subscribe {
  background: #1D1D1D;
  border: 1px solid #353535;
  font-size: 13px;
  line-height: 19px;
  padding: 3px 0;
  height: 27px;
  text-transform: uppercase;
  font-weight: bold;
  color: #EAEAEA;
  -webkit-box-shadow: 0px 0px 3px #353535;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 130px;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  background: #353535;
}

#mce-success-response {
  font-size: 11px;
  margin-bottom: 5px;
}

p.copyright {
  font-size: 10px;
  line-height: 12px;
  color: #600900;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 5px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255,255,255,.4);
}


#footer_ad {
  padding: 20px 0 30px;
  background: #C01B08;
  border-top: #C92714 1px solid;
  text-align: center;}
/*
-- 4* Index Specific Styles -- */

#featured_slideshow {
  background: #D5D6CB;
  padding: 2px 0;
  position: relative;
  
}

#slides {
  width: 900px;
  height: 335px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 25;
  background: #1D1D1D;
}

.slide .slide_details h2 {
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  /*text-shadow: 1px 1px 1px #444444;*/
  padding-bottom: 10px;
  width:400px
}

.slide .slide_details h2 a {
  color: #ffffff;
}

.slide .slide_details h2 a:hover {
  text-decoration: none;
}

.slide a.slide_image {
  display: block;
  float: left;
  height: 335px;
  width: 480px;
  overflow: hidden;
  background: #1D1D1D;
}

.slide_details {
  background: #1D1D1D;
  color: #EAEAEA;
  width: 321px;
  height: 325px;
  float: right;
  padding: 10px 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: -1px -1px 1px #000;
}


.slide_details .post_blurb, .slide_details .post_details {
  border-bottom: 1px solid #000;
   width: 400px;
}

.slide_details .post_details, .slide_details .social_share {
  border-top: 1px solid #353535;
  width: 400px;
}

.slide_details .post_details {
  padding: 10px 0;
  font-size: 11px;
}

.slide_details .post_details time, .slide_details .post_details a {
  margin-right: 6px;
}

.slide_details .social_share {
  padding-top: 20px;
}

#featured_slideshow .wrapper > span {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(../img/sb-next_prev-buttons.png) no-repeat scroll;
  text-indent: -9999em;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
}

#featured_slideshow span.prev { background-position: top left; left: 2px;}
#featured_slideshow span.next { background-position: top right; right: 2px;}


a.comment_count {
  padding-left: 22px;
  background: transparent url(../img/sb-comment_icon_small.png) no-repeat center left scroll;
}

.content_section header {
  background: #fff;
  border-bottom: 1px solid #BFC0B6;
  margin-bottom: 10px;
}

.content_section header h3, h3.heading, .widget h3,.rorss_header {
  padding-bottom: 0px;
  font-family: "ronnia-condensed-1","ronnia-condensed-2";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
}

#columns {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBE6;
  margin-bottom: 20px;
}

#columns li {
  float: left;
  width: 185px;
  margin: 0 21px;
}

#columns li.first, #videos li.first { margin-left: 0;}
#columns li.last, #videos li.last  { margin-right: 0;} 

#columns h4 {
  font-size: 16px;
  line-height: 17px;
  margin-top: 10px;
}

#columns h4 span {
  font-size: 13px;
  font-style: italic;
}

#columns a img, #videos ul li a img {
  box-shadow: 0 1px 5px #B2B2B2;
  -moz-box-shadow: 0 1px 5px #B2B2B2;
  -webkit-box-shadow: 0 1px 5px #B2B2B2;
}

#columns a:hover img, #videos ul li a:hover img {
  box-shadow: 0 1px 5px #666;
  -moz-box-shadow: 0 1px 5px #666;
  -webkit-box-shadow: 0 1px 5px #666;
}


#features {
  margin-bottom: 20px;
}

.column_container {
  margin-bottom: 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBE6;
}

.column_container li p {
  padding-bottom: 2px;
}

#features li.odd.first, #features li.even {
/*  margin-bottom: 20px; */
}

#features li, #features li.odd, #features li.even.last {
  width: 310px;
  float: left;
/*  padding-bottom: 20px; */
  margin-bottom: 0;
}

#features li.odd  { padding-right:  10px; }
#features li.even { padding-left:   10px; }

#rss-3{background: url('http://www.showbiz411.com/wp-content/themes/showbiz411/style/img/sb-videos_bg_tile.png') repeat scroll;
padding: 16px 10px 16px 5px;}
#rss-3 header{display:none}/**/

.rorss_header {
  border-bottom: 0px solid #BFC0B6;
  padding-bottom: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
}
#rss-3  ul li{font:bold 13px}
#rorss #features li.odd.first, #rorss #features li.even {
/*  margin-bottom: 20px; */
}

#rorss #features li, #rorss #features li.odd, #rorss #features li.even.last {
  width: 625px;
  float: left;
/*  padding-bottom: 20px; */
  margin-bottom: 0;
}

#rorss #features li.odd  { padding-right:  10px; }
#rorss #features li.even { padding-left:   10px; }



/*
#features li > a {
  width: 310px;
  height: 175px;
  display: block;
  overflow: hidden;
} */

#features li h4,#moreheadlines li h4  {
  padding: 5px 0;
}


#features li .social_share {
  height: 21px;
}

#features li footer {
  margin-bottom: 0;
}


.content_section h4 a {
  color: #1D1D1D;
}

.content_section a:hover {
  text-decoration: underline;
}

.content_section .post_details a {
  color: #C11C09;
}


#videos {
  background: transparent url(../img/sb-videos_bg_tile.png) repeat top left scroll;
  text-align: center;
  padding-bottom: 20px;
}

#videos h3 {
  margin-top: 30px;
}

#videos header {
  text-align: left;
}

.videos_wrapper {
  background: transparent url(../img/ajax-loader.gif) no-repeat center 152px scroll;
  padding: 0 20px 10px;
  position: relative;
}

#feat_vid_1, #feat_vid_2, #feat_vid_3, #feat_vid_4 {
  position: absolute;
  top: 0;
  left: 20;
  display: none;
}

#video_thumbs {
  margin: 0 12px;
  padding-top: 382px;
}

#video_thumbs div {
  margin: 0 10px;
  width: 124px;
  float: left;
}

.feat_vid_thumb {
  margin-bottom: 5px;
  padding: 2px;
  cursor: pointer;
}

#video_thumbs h5 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.active_feat_vid {
  background: #C01B08;
}


/*
-- 5* Side Bar Specific Styles -- */

.section_title {
	font-family: ronnia-condensed-1, ronnia-condensed-2;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.secondary_col {
  font-family: Helvetica, Arial, sans-serif;
}

.secondary_col > div {
  margin-bottom: 20px;
}
#text-14{margin-bottom:5px}
.widget {
  margin-bottom: 0px;
}

#gallery_slides {
  background: #000;
  padding: 10px;
}

#gallery_images {
  height: 280px;
}

#gallery_images li {
  display: none;
}

#gallery_images li:first-child {
  display: block;
}

#gallery_slides .prev, #gallery_slides .next {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  margin-top: 10px;
}

#gallery_slides .prev {
  float: left;
}

#gallery_slides .next {
  float: right;
}


.widget h3{
  border-bottom: 0px solid #BFC0B6;
  padding-bottom: 2px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
}


.widget ul li {
  border-bottom: 1px solid #E1E2D8;
  font-weight: bold;
  padding: 3px 0;
}

.secondary_col .widget_nav_menu, #sidebar_nav {
  border-top: 1px solid #BFC0B6;
  padding-top: 8px;
}

.secondary_col .widget_nav_menu ul li, #sidebar_nav ul li {
  padding: 4px 0;
}

/*
-- 6* Misc Styles -- */

.contributor_wrapper {
  width: 445px;
  float: right;
  padding-left: 20px;
  border-left: 1px solid #E1E2D8;
}

.contributor_details {
  padding: 20px 19px 18px 20px;
  background: #EBEBE6;
  width: 135px;
}

.contributor_details header, .contributor_details img {
  margin-bottom: 20px;
}

.contributor_details p {
  font-size: 11px;
  line-height: 15px;
}


article.post > header, article.post .contributor_wrapper > header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBE6;
}

article.post > header h2, article.post .contributor_wrapper > header h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 15px;
}

div.post_meta .post_details {
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  position: relative;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}

div.post_meta .post_details time {
  font-size: 10px;
  line-height: 25px;
}

div.post_meta .post_details img, div.post_meta .post_details time, div.post_meta .post_details a {
  display: block;
  float: left;
  padding-right: 4px;
  font-weight: bold;
}

div.post_meta .post_details a.comment_count {
  padding-left: 20px;
  background: transparent url(../img/sb-comment_icon_small.png) no-repeat center left scroll;
  margin-left: 8px;
}

.article_wrapper img {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}

.article_wrapper .article_video {
  display: block;
  float: none;
  margin-bottom: 20px;
}



/*
** Comment Styles */

div.post_comments {
  color: #383838;
}

div.post_comments > header {
  padding: 10px 0;
  border-top:     1px solid #EBEBE6;
  border-bottom:  1px solid #EBEBE6;
  margin-bottom: 1px;
}

div.post_comments > header h3 {
  font-size: 23px;
  line-height: 27px;
  padding-left: 40px;
  background: transparent url(../img/sb-comments_icon_big.png) no-repeat center left scroll;
}

ol.commentlist {
  border-bottom:  1px solid #EBEBE6;
  margin-bottom: 10px;
}

li.comment, li.pingback {
  padding: 17px 10px 0;
  margin-bottom: 1px;
}

li.comment.even {
  background: #EBEBE6;
}

li.pingback {
  background: #EEE;
/*
  border-top:     1px solid #DCDCD7;
  border-bottom:  1px solid #DCDCD7;*/
} 

li.comment.odd {
  border-top:     1px solid #EBEBE6;
  border-bottom:  1px solid #EBEBE6;
}

li.comment header {
  margin-bottom: 20px;
}

li.comment header h4 {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}
li.comment header time {
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
}


/*
** Comment & General Forms */

.commentlist {
  list-style: none;
}



#comment_form h3 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 13px;
  font-weight: normal;
  color: #383838;
}

input, label, textarea {
  display: block;
}

label {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 3px;
}

input, textarea {
  border: 1px solid #EBEBE6;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;	
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  box-shadow: inset 2px 2px 5px #EBEBE6;
  -moz-box-shadow: inset 2px 2px 5px #EBEBE6;
  -webkit-box-shadow: inset 2px 2px 5px #EBEBE6;
  background: #fff;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}

input {
  width: 210px;
  height: 18px;
}

textarea {
  width: 460px;
  height: 150px;
}

.contributor_wrapper textarea {
  width: 445px;
}

input.submit_button, input#comment_submit {
  box-shadow: 0 0 0 #FFF;
  -moz-box-shadow: 0 0 0 #FFF;
  -webkit-box-shadow: 0 0 0 #FFF;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  width: auto;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: -1px -1px 1px #7A0602;
  
  background-color: #C01B08;
    background-image: -moz-linear-gradient(top, #C01B08, #9C1506); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C01B08),color-stop(1, #9C1506)); /* Saf4+, Chrome */
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#C01B08', EndColorStr='#9C1506'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C01B08', EndColorStr='#9C1506')"; /* IE8 */
}



ul.social_links li {
  display: block;
  float: left;
}

ul.social_links li a {
  text-indent: -9999em;
  display: block;
  background: transparent url(../img/sb-social_icons.png) no-repeat scroll;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;	
  -moz-border-radius: 2px;
  border-radius: 2px;
}

ul.social_links li.menu-item-10154 a, li#menu-item-10154 a   {  background-position: 0 0; }
ul.social_links li.menu-item-10155 a, li#menu-item-10155 a   {  background-position: -20px -20px; }
ul.social_links li.menu-item-10156 a, li#menu-item-10156 a   {  background-position: -40px -39px; }
ul.social_links li.menu-item-10157 a, li#menu-item-10157 a   {  background-position: -60px -57px; }



#breaking_news ul.social_links li a:hover {
  box-shadow: 0 0 3px #FFF;
  -moz-box-shadow: 0 0 3px #FFF;
  -webkit-box-shadow: 0 0 3px #FFF;
}

#main_content.archive .primary_col article > header {
  padding-bottom: 16px;
  min-height: 106px;
}


ul.article_list li.article_preview article {
  position: relative;
  border-bottom: 1px solid #EBEBE6;
  margin-bottom: 20px;
}

ul.article_list li.article_preview article.has_thumbnail header {
  padding-left: 210px;
}

ul.article_list li.article_preview article > a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 200px;
  height: 113px;
}

ul.article_list li.article_preview article > header {
  margin-left: 220px;
}

ul.article_list li.article_preview article.video_archive_post > header {
  margin-left: 0;
}



ul.article_list li.article_preview article > header h4 {
  padding-bottom: 14px;
}

ul.article_list li.article_preview article > header h4 a {
  color: #1D1D1D;
}


ul.article_list li.article_preview article > header .post_details {
  margin-bottom: 8px;
}

.twtr-hd h3 { border-bottom:  none;}


/* Pagination Related Styles */

nav.pagination ol {
  list-style: none;
  text-align: center;
}

nav.pagination ol li {
  text-align: center;
  display: inline;
  width: 16px;
  height: 16px;
  padding: 3px;
}

nav.pagination ol li a {
  display: inline;
  width: 16px;
  height: 16px;
}

/* FB share button styles */

.social_share iframe {float:left;}


/* Single Template Featured Image Related Styles */

article.single_post header h2 {
  margin-bottom: 0;
}

article.single_post header img.wp-post-image {
  padding-bottom: 16px;
}


/* Contact page form button */

#c_submit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #890A03;
  background: #C01B08;
  color: #FFF;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}

#c_submit:hover {
  background: #C92714;
}

#comments header .navigation {
  margin: 10px 0 0;
}

#comments > .navigation {
  margin: 0 0 10px;
}

#comments .nav-previous {
  float: left;
}

#comments .nav-next {
  float: right;
}

.single_post footer {
  clear:left;
}


/* Styles specific to the updated version of the header */
/* Edited 2011-03-09 */


#breaking_news {
  background: #EBEBE6 url(../img/sb-breaking_news-shade.png) left bottom repeat-x scroll;
  height: 40px;
}

#breaking_news h3 {
  background: #C01B08 url(../img/sb-breaking_news-shade.png) left bottom repeat-x scroll;
  width: 150px;
  height: 40px;
}

#breaking_news h3 span {
  width: 150px;
  height: 40px;
  display: block;
  font-family: "ronnia-condensed-1","ronnia-condensed-2";
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-shadow: -1px -2px 1px #8F1406;
}

.breaking_list {
  width: 795px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 150px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.breaking_list span {
  padding: 0 0 0 15px;
  display: none;
  width: 795px;
  height: 40px;
  line-height: 40px;
}

.breaking_list span:first-child {
  display: block;

}

.breaking_list a.breaking_item {
  font-size: 17px;
  font-style: italic;
  color: #2A2A2A;
  text-decoration: none;
}

.breaking_list a.read_more {
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: bold;
  padding: 0 10px;
}

.breaking_list a:focus, .breaking_list a:hover {
  text-decoration: underline;
}

#main_header {
 background: #FFFFFF url(../img/sb-header_curtain.png) no-repeat center  top scroll;
 height: 77px;
}

#main_header .wrapper { height: 77px;}

#main_header h1, #main_header h1 a{
  width: 361px;
  height: 77px;
  display: block;
}

#main_header h1 {
  margin: 0 auto;
}

#main_header h1 a {
  text-indent: -9999em;
  background: transparent url(../img/sb-main_header-logo.png) no-repeat center top scroll;
}


#main_header #global_fb_like {
  position: absolute;
  bottom: 12px;
  left: 75px;
  width: 180px;
  height: 21px;
}

#main_header #edition_date {
  width: 225px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 13px;
  line-height: 35px;
  color: #1A1A1A;
}

#main_header #s {
  display: block;
  width: 200px;
  height: 32px;
  position: absolute;
  bottom: 12px;
  right: 0;
}

#search_field:focus,
#mce-EMAIL:focus {
  outline: none;
}

#main_header #search_field {
  border: 4px solid #EBEBE6;
  background: #fff;
  display: block;
  width: 156px;
  height: 24px;
  box-shadow: inset 2px 2px 5px #CBCBCB;
  -moz-box-shadow: inset 2px 2px 5px #CBCBCB;
  -webkit-box-shadow: inset 2px 2px 5px #CBCBCB;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;	
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 28px 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}


#main_header #search_submit {
  width: 26px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 3px;
  z-index: 150;
  background: transparent url(../img/sb-search_submit_icn.png) no-repeat center center scroll;
  text-indent: -9999em;
  font-size: 0.5px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  cursor: pointer;
}


#main_nav {
  background: #C01B08 url(../img/sb-breaking_news-shade.png) left bottom repeat-x scroll;
  border-top: #921506 1px solid;
  height: 35px;
  position: relative;
  z-index: 50;
}

#main_nav a { color: #fff;}

ul#topnav {
  display: block;
  float: left;
  border-left: 1px solid #910300;
  border-right: 1px solid #CF5243;
  z-index: 1;
  position: relative;
}

ul#topnav li {
  border-right: 1px solid #910300;
  border-left: 1px solid #CF5243;
  display: block;
  float: left;
  position: relative;
  z-index: 3;
}


ul#topnav li a {
  float: left;
  text-transform: uppercase;
  line-height: 16px; /*   line-height: 30px; kp*/
  font-size: 15px; /*   font-size: 17px;*/
  font-family: "ronnia-condensed-1","ronnia-condensed-2";
  font-weight: bold;
  text-shadow: -1px -2px 1px #8F1406;
  padding: 0 5px; /*   padding: 0 5px; */
  z-index: 5;
  position: relative;
}

ul#topnav li a:focus, ul#topnav li a:hover, ul#topnav li.current a, ul#topnav li.onHover a {
  text-decoration: none;
  color: #1D1D1D;
  text-shadow: 0 -1px 1px #B9B9B9;
  background: #fff url(../img/sb-main_nav-hover_shade.png) repeat-x top left scroll;
}

ul#topnav li#nav_actors, ul#topnav li#nav_actresses, ul#topnav li#nav_singers, ul#topnav li#nav_celebs {
  width: 98px;
}

ul#topnav li#nav_actors > a, ul#topnav li#nav_actresses > a, ul#topnav li#nav_singers > a, ul#topnav li#nav_celebs > a {
  text-align: center;
  width: 78px;

}


ul#topnav li#nav_news.current {
  border-left: 1px solid #D5D6CB;
  border-right: 1px solid #AFB0A7;
}

ul#topnav li#nav_news.current a {
  background: #D5D6CB url(../img/sb-main_nav-hover_shade.png) repeat-x top left scroll;
}


#main_nav ul li ul.subnav {
  display: none;

}

#main_nav ul li.onHover ul.subnav {
  display: block;
  z-index: 500;
  position: absolute;
  left: -29px;
  top: 26px;
  width: 426px;
  height: 95px;
  padding: 22px;
  background: transparent url(../img/sb-main_nav-sub_nav_hover.png) no-repeat top left scroll;
}





ul#topnav li ul.subnav li {
  display: block;
  border: none;
  width: 192px;
  padding: 0 8px 0 13px;
}

ul#topnav li ul.subnav li a {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #1D1D1D;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  background: transparent;
}

ul#topnav li ul.subnav li a:hover, ul#topnav li ul.subav li a:focus {
  color: #878787;
  text-decoration: none;
  text-shadow: none;
  background: none;
}





#main_nav .social_nav {
  float: right;
  position: relative;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
}

#main_nav .social_nav li {
  float: left;
  display: block;
  line-height: 36px;
  height: 36px;
}

#main_nav .social_nav li.twitter  { width: 89px; }
#main_nav .social_nav li.facebook { width: 89px; }
#main_nav .social_nav li.youtube  { width: 88px; }

#main_nav .social_nav li a {
  display: block;
  height: 36px;
  text-indent: -9999em;
}

#main_nav .social_nav li.twitter a  { width: 89px; background: transparent url(../img/sb-tw-sprite.png) no-repeat left bottom scroll;  }
#main_nav .social_nav li.facebook a { width: 89px; background: transparent url(../img/sb-fb-sprite.png) no-repeat left bottom scroll; }
#main_nav .social_nav li.youtube a  { width: 88px; background: transparent url(../img/sb-yt-sprite.png) no-repeat left bottom scroll; }

#main_nav .social_nav li.twitter a:hover,
#main_nav .social_nav li.facebook a:hover,
#main_nav .social_nav li.youtube a:hover  {
  background-position: left top;
}

/* END */
/* Styles specific to the updated version of the header */


/* annoying social popup */
#social_bugger {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent url('../img/sb-popdown-bg.png') repeat left top;
  z-index: 1000;
  display: none;
}

#social_bugger_wrapper {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

.share_note {
  font-family: ronnia-condensed-1, ronnia-condensed-2;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #C01B08;
}

#bugger_social {
  display: inline;
  float: right;
}

#social_bugger p {
  width: 680px;
  font-size: 19px;
  padding-bottom: 5px;
  color: #fff;
}

#bugger_social .facebook_share {
  position: relative;
  top: 1px;
}


/* Google Plus One Button in header CSS */

#global_g_pone {
  position: absolute;
  bottom: 11px;
  left: 0;
}

/* Recent News Revamps */


.widget.widget_beefy_recent_posts header h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_beefy_recent_posts li, .widget_beefy_recent_posts li a {
  display: block;
  position: relative;
}

.widget_beefy_recent_posts a {
  color: #333;
  padding: 5px 0;
  font-size: 13px;
  line-height: 15px;
}

.widget_beefy_recent_posts a:hover {
  color: #C11C09;
  background: #F3F3F3;
  display: block;
  text-decoration: none;
  
}

.widget_beefy_recent_posts li.first a {
  padding-top: 8px;
}


.widget_beefy_recent_posts a .the_post_thumbnail_shade {
  width: 80px;
  height: 50px;
  display: block;
  float: left;
  margin: 0 7px;
}

.widget_beefy_recent_posts a img {

  display: block;
  padding: 0;
  width: 80px;
  height: 50px;
}

.widget.widget_beefy_recent_posts li {
  padding: 0;
}

