/*
Theme Name: Buffalo News
Theme URI: http://buffalonews.com
Author: The Buffalo News
Author URI: http://buffalonews.com
Description: Theme for use by The Buffalo News niche content websites
Version: 1.0
License: Copyright 2013 The Buffalo News
*/

@charset "utf-8";

/* STYLESHEET OUTLINE
	1. BASE
	2. GLOBALS
	3. FONTS
	4. TYPOGRAPHY
	5. LAYOUTS
	6. COMPONENTS
	7. HELPERS
*/


/* BASE */
/*--------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font: 13px/1.50 Georgia,"Times New Roman",Times,serif;
}

ol, ul {
    list-style: none;
}

strong {
    font-weight: bold !important;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: 0;
}
/*------END--------*/


/* FONTS */
/*--------------*/
@font-face {
    font-family: 'MillerHeadline';
	src: url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-2.eot');  
	src: local('â˜º'),          
	url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-3.woff') format('woff'),   
	url('/wp-content/themes/tbn-2013/fonts/bb1ae730-64fc-41c9-baa2-37860faea404-1.ttf') format('truetype'); 
	font-style: normal;
	font-weight: bold;
}

.myriad {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, 'Trebuchet MS', sans-serif !important;
}

body {
    font: 13px/1.50 Georgia, "Times New Roman", Times, serif;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.1;
    font-weight: bold;
    color: #333333;
    /*margin: 0em 0em .3em;*/
    margin: 0em 0em .1em;
}

h1 {
    font-size: 2.15em;
}

h2 {
    font-size: 1.35em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .80em;
}

h5 {
    font-size: .70em;
}

h6 {
    font-size: .60em;
}

p {
    font-size: 1em;
    color: #666666;
    margin: 0em 0em 1em;
}

ul, li {
    list-style: none;
}

a {
    color: #333333 !important;
    text-decoration: none;
}

a:hover {
    -moz-transition: all 75ms linear;
    -webkit-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    transition: all 75ms linear;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: #9e0700 !important;
    text-decoration: underline;
}

a p:hover {
    color: #9e0700 !important;
}

.uppercase {
    text-transform: uppercase;
}

h2.storyHeadline {
    font-size: 1.3em;
}

h3.oneColumnList a {
    color: #9e0700;
    text-transform: uppercase;
    font-size: 1.15em;
}

.aundrline {
    text-decoration: underline;
}

/* @fontface selectors */
h1.storyHeadline,
h2.storyHeadline, 
h2.riverArticleHeadline,
h1.articleHeadline, 
h3.containerLabel,
h3.oneColumnList, 
h3.relatedArticleLabel,
.bawmrp h3,
.sf-widget-title {
    font-family: MillerHeadline, Georgia, "Times New Roman", Times, serif;
}
/*------END--------*/


/* GRID */
/*--------------*/
.col100 {
    width: 94.6%!important;
}

.col80 {
    width: 74.6%!important;
}

.col75 {
    width: 69.6%!important;
}

.col70 {
    width: 64.6%!important;
}

.col66 {
    width: 60.6%!important;
}

.col60 {
    width: 54.6%!important;
}

.col50 {
    width: 44.6%!important;
}

.col40 {
    width: 34.6%!important;
}

.col33 {
    width: 27.6%!important;
}

.col30 {
    width: 24.6%!important;
}

.col25 {
    width: 13.6%!important;
}

.col20 {
    width: 14.6%!important;
}

.col15 {
    width: 4.4%!important;
}

.col100,.col80,.col75,.col70,.col66,.col60,.col50,.col40,.col33,.col30,.col25,.col20,.col15,.col10,.col5 {
    display: block;
}
/*------END--------*/



#content {
    margin: 1.5em 0;
}

.wrapper {
    width: 100%;
    margin-bottom: 60px;
}

.page-page {
    width: 960px;
    background: #fff;
}

.centerOuter {
    margin: 0 auto;
}

#main {
    margin-bottom: 1em;
}

body.error404 #main {
    padding-bottom: 0 !important;
}

.right-rail-bg {
    background: url(images/site/full-bg-border.png) repeat-y;
}

body.single .right-rail-bg,
body.error404 .right-rail-bg,
body.page-template-page_fullWidth-php .right-rail-bg {
    background: none !important;
}

.mainPrimary {
    display: block;
    float: left;
    width: 628px;
    padding-right: 16px;
}

body.single .mainPrimary {
    border-right: 1px solid #ccc;
}

.mainPrimaryFull {
    width: 100% !important;
}

.mainSecondary {
    display: block;
    float: right;
    width: 300px;
}

.fullPage {
    width: 100% !important;
}

/*MASTHEAD*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#header {
    display: block;
    width: 960px;
    height: 90px;
	/*margin-top: 36px*/;
}

/*#header a { display:block;width:960px; height:90px}*/
#header a.header-link {
    display: block;
    width: 960px;
    height: 90px;
}

#divLoginRegister ul li {
    margin-top: 5px;
}

#divLoginRegister ul li a {
    color: #fff !important;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
}

.ulLoginRegister li {
    padding: 0 8px;
}

/*TOP NAVIGATION*/
.barTopWrap {
/*margin-bottom: .6em;*/
    overflow: auto;
}

.barTop {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.navTopPrimaryWrap {
    width: 100%;
    background: #222;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    position: fixed;
    z-index: 9999999999;
    top: 0px;
}

.navTopPrimary {
    margin: 0 auto;
    width: 960px;
}

#logoSpecial {
    display: block;
    height: 40px;
    width: 184px;
    margin: 0 1em;
    background: url("http://buffalonews-resources.s3.amazonaws.com/img/sprite.png") no-repeat -27px -107px;
    text-indent: -9999px;
    float: left;
}

.navTopPrimary a {
    line-height: 2.5em;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: bold;
}

.barTop a {
    color: #fff !important;
}

/* ===============
   Nav
   =============== */

#nav {
    width: 960px;
    height: 32px;
    position: relative;
}

#navPrimary {
    margin: 0;
    /*margin-left: 8px;*/
    padding: 0;
    font-size: 1em;
  	/*height: 38px;*/
    position: relative;
    color: #ffffff;
}

#navPrimary .navItem {
    color: #fff;
    display: block;
    float: left;
}

#navPrimary li.navItem a.navLink {
    display: block;
    padding: .6em .6em;
    margin: 0 0;
    font-family: 'Swiss 721', 'Arial Black', Gadget, sans-serif;
    color: #ffffff !important;
    font-size: 1.15em;
    line-height: 1em;
    text-transform: uppercase;
	/*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: hsl(0,0%,0%) 1px 1px;*/;
}

#navPrimary a.navLink:hover {
    text-decoration: none;
}

#navPrimary a.navLink:active {
    background-color: #444444;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#666666));
    background-image: -webkit-linear-gradient(top, #444444, #666666);
    background-image: -moz-linear-gradient(top, #444444, #666666);
    background-image: -o-linear-gradient(top, #444444, #666666);
    background-image: linear-gradient(to bottom, #444444, #666666);*/
	/*-moz-box-shadow: inset 0 2px 6px #212121;
	-webkit-box-shadow: inset 0 2px 6px #212121;*/;
}

.navSubHover {
    background-color: #555555;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
    background-image: -webkit-linear-gradient(top, #888888, #666666);
    background-image: -moz-linear-gradient(top, #888888, #666666);
    background-image: -o-linear-gradient(top, #888888, #666666);
    background-image: linear-gradient(to bottom, #888888, #666666);*/;
}

#nav .navCurrent {
}

#nav .navCurrent .navLink {
    text-decoration: underline !important;
}

#navSpecial {
    margin: 1em 0 0;
}

#navSpecial .navItem {
    margin: 0 .3em;
    background: #333333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#navSpecial li.navItem:hover {
    background: #666666;
}

#navSpecial a.navLink {
    color: #ffffff;
 /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);*/
    text-shadow: hsl(0,0%,0%) 1px 1px;
}

#navSpecial a.navLink :hover {
}

#navSpecial .navCurrent {
    background: #666666;
}

#navSpecial .navCurrent .navLink {
    text-decoration: underline !important;
}

#navPrimary .navItem:hover .navSub {
	/*display:block;*/;
}

#navPrimary .navSub {
    position: absolute;
    display: none;
    width: 946px;
    background: #555555;
    left: 0px;
	/*top:37px;*/
    padding: .6em;
    z-index: 9999;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
 /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
 /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */;
}

#nav {
    z-index: 9999999;
}

#navPrimary .navSub a {
    color: #333333;
}

#navPrimary .navSub a:hover {
    color: #9e0700;
}

#navPrimary .navSubPrimary {
    display: block;
    float: left;
    width: 100%;
    background: #dddddd;
    border-bottom: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

#navPrimary .navSubPrimary a {
    padding: .85em;
    font-weight: bold;
 	/*color:#ffffff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: hsl(0,0%,0%) 1px 1px;*/;
}

#navPrimary .navSubPrimary a:hover {
/*color:#ffffff;*/;
}

#navPrimary .navSubSecondary {
    display: block;
    float: left;
    width: 920px;
    padding: 1em;
    background: #f9f9f9;
}

.navSubSecondary h3 {
    text-transform: uppercase;
    color: #999999;
}

/* nav dropdown style types */
.nav-simple {
}

.nav-simple #navPrimary .navSub {
    width: 300px;
    left: auto;
}

.nav-simple #navPrimary .navSub .navSubPrimary {
    background: none;
    border-bottom: none;
    box-shadow: none;
}

.nav-simple #navPrimary .navSub .navSubPrimary ul {
    float: none !important;
}

.nav-simple #navPrimary .navSub .navSubPrimary .listHorizBtn li {
    display: block;
    width: 100%;
 /*border-top: 1px solid #444;*/;
}

.nav-simple #navPrimary .navSub .navSubPrimary .listHorizBtn li a {
    color: #ccc !important;
    padding: .4em;
}

.nav-simple #navPrimary .navSub .navSubPrimary .listHorizBtn li a:hover {
    color: #ffffff !important;
}

/*Nav Primary Sabres*/
body.site-id-8 #navPrimary li.navItem a.navLink {
    color: #f6dc75 !important;
}
/*Nav Primary Gusto*/
body.site-id-7 #navPrimary li.navItem a.navLink {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    padding: .6em .9em;
    letter-spacing: .5px;
}
/*Nav Primary HFE*/
body.site-id-25 #nav { border-width: 1px;border-style: solid;border-color: #48b2ff #48b2ff #194674;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
box-shadow: 0 2px 3px rgba(0,0,0,0.4);
background-color: #1a6eac !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1e80c6), to(#165d95)) !important;
background-image: -webkit-linear-gradient(top, #1e80c6, #165d95) !important;
background-image: -moz-linear-gradient(top, #1e80c6, #165d95) !important;
background-image: -o-linear-gradient(top, #1e80c6, #165d95) !important;
background-image: linear-gradient(to bottom, #1e80c6, #165d95) !important; 
-webkit-border-radius: 6px !important;
border-radius: 6px !important;
-webkit-background-clip: padding-box !important;
background-clip: padding-box !important;
}
body.site-id-25 #navPrimary li.navItem {border-right: 1px solid #165d95;border-left: 1px solid #1d7fc5;}
body.site-id-25 #navPrimary li.navItem:first-of-type {border-left:0px !important}
body.site-id-25 #navPrimary li.navItem:last-of-type {border-right:0px !important}
body.site-id-25 #navPrimary li.navItem a.navLink {font-family: Georgia, Times, 'Times New Roman', serif;font-weight: bold;padding: .6em .9em;text-transform:none;text-shadow: hsla(0,0%,0%, 0.5) 1px 1px;font-size:1.15em}
body.site-id-25 #navPrimary li.navItem:hover {background:#10578c !important}

/*Nav Primary BRIDES*/
body.site-id-56 #nav { border-width: 1px;border-style: solid;border-color: #127181 #127181 #014956 ;
/*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
background-color: #127181 !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#127181), to(#014956)) !important;
background-image: -webkit-linear-gradient(top, #127181, #014956) !important;
background-image: -moz-linear-gradient(top, #127181, #014956) !important;
background-image: -o-linear-gradient(top, #127181, #014956) !important;
background-image: linear-gradient(to bottom, #127181, #014956) !important; 
-webkit-border-radius: 6px !important;
border-radius: 6px !important;
-webkit-background-clip: padding-box !important;
background-clip: padding-box !important;
border-left: none;
border-right:none
}
body.site-id-56 #navPrimary li.navItem {border-right: 1px solid #127181;border-left: 1px solid #014956;}
body.site-id-56 #navPrimary li.navItem:first-of-type {border-left:0px !important}
body.site-id-56 #navPrimary li.navItem:last-of-type {border-right:0px !important}
body.site-id-56 #navPrimary li.navItem a.navLink {font-family: Georgia, Times, 'Times New Roman', serif;font-weight: normal;padding: 0.5em 1em;text-transform:none;text-shadow: hsla(0,0%,0%, 0.5) 1px 1px; font-size:1.25em}
body.site-id-56 #navPrimary li.navItem:hover {background:#014956 !important}  
body.site-id-56 .nav-simple #navPrimary .navSub {width: 260px; background:#ccc}
body.site-id-56 .nav-simple #navPrimary .navSub .navSubPrimary ul.listHorizBtn li a {color:#333 !important; font-weight:normal !important}
body.site-id-56 .page-page { background: none !important}


/* search form */
#searchSite {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 28px;
    margin: 0;
    padding: 0;
}

#searchSite .search_input {
    width: 150px !important;
    height: 14px;
    filter: alpha(opacity=80);
 /* internet explorer */
    -khtml-opacity: 0.8;
      /* khtml, old safari */
    -moz-opacity: 0.8;
       /* mozilla, netscape */
    opacity: 0.8;
           /* fx, safari, opera */;
}

body.page-id-21739 #searchSite .search_input {
    height: 23px;
}

.icon-search {
    background-position: -48px 0;
}

.search {
    position: relative;
    padding: 0 0;
    margin: 0 0;
}

.searchBtn {
    padding: 4px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
    background: none transparent;
    border: 0 none;
    cursor: pointer;
}


/*WP search widget*/
.widget_search #searchSite {
    background: #ccc;
    width: 100%;
    margin-bottom: 1em;
/* margin: 20px 0px; */
    position: relative;
    padding: 20px 0px;
}

.widget_search #searchSite .search_input {
    width: 265px !important;
    left: 16px;
    position: absolute;
    height: 23px;
}

.widget_search #searchSite .searchBtn {
    top: 0px;
    right: 20px;
}

/*Search Results*/
.search-terms {
    color: #333 !important;
    font-weight: bold;
}
/* ===============
   MY HELPER CLASSES
   =============== */
   
/*Structure & position classes*/ 

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.centerOuter {
    margin: 0 auto !important;
}

.centerInner {
    text-align: center !important;
}

.marginT {
    margin-top: 1em !important;
}

.marginB {
    margin-bottom: 1em !important;
}

.marginL {
    margin-left: 1em !important;
}

.marginR {
    margin-right: 1em !important;
}
.noMarginB {
	margin-bottom: 0px !important;
}

.aundrline {
    text-decoration: underline;
}

.slogan .textwidget {
    font-size: 18px;
    text-align: center;
    color: #9e0700;
}

.BNcontainer {
	/*padding: 1.5em 1em 1em;*/
   /* margin: 1em 0em 2em;
    padding:2em 0 0;*/
    margin: 0 0 2em;
    position: relative;
}

.container-no-padding {
    padding: 0;
}

.containerLabel,
.sf-widget-title {
    display: block;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -15px;
    margin: 0 0;
    padding: .4em .6em;
    text-transform: uppercase;
    background: #222222;
    color: #ffffff;
}

.containerLabel a {
 /*color:white !important*/;
}

.containerWidthReset {
    padding: 2em 0em;
}

.containerReset {
    padding: 1em 1em;
    margin: 0em 0em;
}

.containerLabel a {
    /*color: #ffffff;*/;
}

.container-padding-top {
	/*padding:0; padding-top:2em !important;*/;
}

.container-no-vertical-padding {
    margin: 1em 0em 2em;
    padding: 0em 1em;
    position: relative;
}

.container-no-horizontal-padding {
    padding: 2em 0em;
}

.content {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.FrontLiveChild {
    padding-right: 2em;
    display: none;
}

.wrapper {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 44px;
}

.lastItem {
    border-bottom: none;
}


/*Skin classes*/
.news-list-container {
    padding-bottom: 2em;
    padding-right: 0em;
    margin-top: 1.25em;
}

body.home .news-list-container {
    padding-bottom: 1em;
}

.borderT {
    border-top: 1px solid #eeeeee;
}

.borderB {
    border-bottom: 1px solid #eeeeee;
}

.borderL {
    border-left: 1px solid #eeeeee;
}

.borderR {
    border-right: 1px solid #eeeeee;
}

.skinLines {
    padding: 2em 0 0;
    border-top: 4px double #666666;
}

.skinRound .containerLabel,
.skinLineThick .containerLabel,
.skinLineThicknoMarginBottom .containerLabel,
.skinLineThin .containerLabel,
.skinDoubleLineThin .containerLabel,
.skinPlainText .containerLabel,
.skinPlainTextnoMarginBottom .containerLabel,
.skinPlainTextLeft .containerLabel,
.skinWhitePadding .containerLabel {
    text-transform: uppercase;
    background: none;
    top: 0px;
    color: #333;
    padding: 0;
    margin-bottom: .65em;
    font-size: 1.35em;
    position: static;
    font-weight: bold;
    text-shadow: hsla(0,100%,100%, 1.0) 1px 1px;
}

.skinRound .containerLabel span,
.skinLineThick .containerLabel span,
.skinLineThicknoMarginBottom .containerLabel span,
.skinLineThin .containerLabel span,
.skinDoubleLineThin .containerLabel span,
.skinPlainText .containerLabel span,
.skinPlainTextnoMarginBottom .containerLabel span,
.skinPlainTextLeft .containerLabel span {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: normal;
}

.skinLineThick {
    border-top: 6px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
}

.skinLineThicknoMarginBottom {
    border-top: 6px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}

.skinPlainText {
    padding: 0em !important;
    border-top: none !important;
}

.skinPlainTextnoMarginBottom {
    padding: 0em !important;
    margin-bottom: 0px !important;
}

.skinPlainTextLeft { float:left;}

.skinWhitePadding { background:white; padding:15px; outline:1px solid #ccc; -moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;}

.skinLineThin {
    border-top: 1px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
}
.skinDoubleLineThin {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0 0;
    margin: 0 0 1em;
}
.skinRound {
    background: #f1f1f1;
    padding: 1em;
    border-radius: 6px;
}
.skinRound .sf-widget-body {
    background: #fff;
    padding: 1em;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    overflow:hidden
}

/*.sf-widget-body p { line-height: 15px !important; color:#333 !important; font-size:12px !important;} removed by Beth 5.15.14*/   
   
.skinDarkGray {
    background: #333333;
    color: #ffffff;
 /*border-bottom:1px solid #3B3B3B;*/
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.3);
 /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.3);
 /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */;
}

.skinDarkGray,
    .skinBox,
    .skinTan,
    .skinGray,
    .skinLightGray {
    /*margin: 1em 0em 2em;
    padding:2em 0 0;*/
    padding: 1.5em 1em 1em;
}

.skinDarkGray .containerLabel,
	.skinBox .containerLabel,
	.skinTan .containerLabel,
	.skinGray .containerLabel,
	.skinLightGray .containerLabel {
    left: 1em;
}

.skinDarkGray .containerLabel a,
    .skinLines .containerLabel a,
    .skinBox .containerLabel a,
    .skinTan .containerLabel a,
    .skinGray .containerLabel a,
    .skinLightGray .containerLabel a {
    color: #fff !important;
}

/**/.skinDarkGray .storyHeadline a {
    color: #ffffff;
}

.skinDarkGray .storyHeadline a:hover {
    color: #dddddd;
}

.skinDarkGray .containerLabel {
    background: #9e0700;
    color: #ffffff;
}

.skinDarkGray a {
    color: #999999 !important;
}

.skinDarkGray a:hover {
    color: #ffffff !important;
}

.skinDarkGray p {
    color: #bbbbbb !important;
}

.skinDarkGray a.linkP {
    color: #bbbbbb;
}

.skinDarkGray h1,
.skinDarkGray h1,
.skinDarkGray h2,
.skinDarkGray h3,
.skinDarkGray h4,
.skinDarkGray h5,
.skinDarkGray h6 {
    color: #ffffff;
}

.skinTan {
    background: #E6E5D2;
}

.skinTan .story {
    border-bottom: 1px solid #cfcebc;
}

.skinRed {
    background: #9e0700;
    color: #ffffff;
}

.skinBox {
    border: 4px solid #e5e5e5;
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
 /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
 /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    ;
}

.skinLightGray {
    background: #ddd;
}

.skinGray {
    background: #dddddd;
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
 /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.1);
 /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    ;
}

.rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.story {
    margin-bottom: 1em;
}

.storyHeadline a {
    color: #333333;
}

.storyHeadline a:hover {
    color: #9e0700;
/* border-bottom:1px dashed #999;*/;
}

hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    color: #ccc;
    border: 0 none;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.LineThick {
    border-top: 6px solid #ccc;
    margin: 0 0 1em;
}

hr.LineThick-stand-alone {
    margin-top: 1em;
}
/*content */

.kicker {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 .3em;
    color: #666666;
    ;
}

.time {
    color: #9e0700;
    font-size: .80em;
    font-weight: normal;
}

.name {
    font-size: 1em;
}

.date, .date a {
    color: #9E0700 !important;
    margin-bottom: .5em;
    font-weight: normal;
}

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

.bylinePosition, .bylineTwitter {
    font-style: italic;
    font-weight: normal;
}

.captionPosition {
    position: absolute;
    width: 60%;
    bottom: 20px;
}

.captionWrap {
    font-weight: normal;
    display: inline;
    text-align: justify;
    padding: .3em;
    color: #333333;
    background: #222222;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.caption {
    color: #333;
    margin: 0;
}

.credit {
    font-size: .80em;
    color: #777;
    margin: 0;
}

.linkMore {
    display: block;
    float: left;
    padding: .6em 0;
}

/*RIVER OF CONTENT*/
.river-feature .storyHeadline {
    font-size: 2.3em !important;
    line-height: 1.1em;
}

.imgWrap {
    display: block;
    position: relative;
    margin-bottom: .3em;
}

a .imgWrap img:hover, .riverImage a img:hover {
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.md1-featured-image img {
 /*width:565px*/;
}

.iconWrap {
    display: block;
    position: relative;
    float: left;
    position: relative;
}

a .iconWrap img:hover {
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.storyTopMedia img {
    margin-bottom: .5em;
}

.river-intro {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 0;
}

.river-intro h2 {
    font-size: 1.75em !important;
    margin-bottom: .5em !important;
    padding: 0px !important;
}

.intro-para p {
    color: #000;
}

.riverDetails {
    margin-bottom: .75em;
}

.riverDetails .bylineName {
    color: #9E0700;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
}

.riverDetails p {
    margin-bottom: .5em;
}

a.slider-readmore, a.readmore {
    color: #9E0700 !important;
}

.riverImage {
    position: relative;
}

.social-comments .extra {
    background: none !important;
    padding: 6px;
    height: 21px;
    width: 21px;
}

.extras-container .icon-new {
    margin-top: -4px;
}

.extras-container .extra {
    margin-left: .75em;
}

.riverImage .icon-type {
    background: #000;
    padding: 6px;
    height: 21px;
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

/*ICONS FROM VINCE*/
.icon-new {
    background: url(images/site/icons-NEW.png) no-repeat;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.icon-play-circle {
    background-position: 0px 0px;
}

.icon-camera-circle {
    background-position: 0px -27px;
}

.icon-play-circle-black {
    background-position: -26px 0px;
}

.icon-camera-circle-black {
    background-position: -26px -27px;
}

.icon-play-circle-gray {
    background-position: -52px 0px;
}

.icon-camera-circle-gray {
    background-position: -52px -27px;
}

.social-comments {
    background: url(images/site/social_entry.png) no-repeat;
    height: 20px;
    width: 120px;
    position: relative;
    z-index: 200;
}

.social-comments span {
    display: block;
    float: right;
/*margin-top: -20px;*/
    text-align: center;
    width: 32px;
    overflow: hidden;
    height: 19px;
}

.comment-count {
    float: right;
    text-align: center;
    width: 32px;
}

/*DROP NAV*/
.story {
    margin-bottom: 1em;
}

.storyHeadline a {
    color: #333;
}

.storyHeadline a:hover {
    color: #9e0700;
}

.iconWrap {
    display: block;
    position: relative;
    float: left;
    position: relative;
}
/*LISTS*/
.listHoriz {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.listHoriz li {
    display: inline;
    float: left;
    padding: 0 .6em;
    border-bottom: 0px !important;
}

.listHorizBtn {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.listHorizBtn a {
    display: block;
    font-weight: bold;
    margin: 0;
    padding: .6em;
}

.listHorizBtn li {
    display: inline;
    float: left;
}

.list-vert li {
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.list-arrows li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
}

.list-lines li {
    border-bottom: 1px solid #ccc;
}

.list-bullets li {
    list-style: disc inside none !important;
    color: #000;
    font-size: 1em;
}

.widget_better_rss_widget li {
    border-bottom: 1px solid #ccc;
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.widget_better_rss_widget li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
}

.widget_better_rss_widget ul li, 
.mainPrimary div.sf-widget ul li,
.sf-widget ul li,
.divider-item,
/*targets WP out-of-the-box widgets*/
.widget_pages ul li,
.widget_calendar ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_search ul li,
.widget_text ul li {
    border-bottom: 1px solid #ccc;
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.divider-item {
    overflow: auto;
}

.widget_better_rss_widget ul li:before, 
.mainPrimary div.sf-widget ul li:before,
.sf-widget ul li:before,
/*targets WP out-of-the-box widgets*/
.widget_pages ul li:before,
.widget_calendar ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before, 
.widget_recent_entries ul li:before,
.widget_search ul li:before,
.widget_text ul li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
}

/*HFE Remove content:before on list*/
body.site-id-25 .mainPrimary div.sf-widget ul li:before,
body.site-id-25 .listHoriz li:before,
body.site-id-25 .textwidget ul li:before,
.category-sidebar li:before{display:none !important}

/*{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}*/

/*these classes target printed category lists*/
.widget_categories ul li:before {display:none !important}
.cat-item {margin-bottom:6px !important}
ul.children li,
ul.children li a{   margin-left: 10px;border-bottom: 0px !important;margin-bottom: 0px;padding: 0px !important;}


/*Overwrites sf-widget ul li styles for Multi Slider*/
.sf-widget .sf-widget-body .post .multislider-container .centered-horList ul.multi-slide li {
    border-bottom: 0px !important;
    line-height: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.centered-horList ul.multi-slide {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center !important;
}

.centered-horList ul.multi-slide li {
    display: inline !important;
}

.sf-widget .sf-widget-body .post .multislider-container .centered-horList ul.multi-slide li:before {
    content: "" !important;
    padding-right: 5px !important;
    color: transparent !important;
}

.widget_better_rss_widget ul li span, 
.mainPrimary div.sf-widget ul li span {
    color: #9e0700;
}

.sf-widget h2 {
    padding: .5em 0em;
}

.sf-widget a:hover h2 {
    color: #9e0700 !important!;
}
/*RIGHT RAIL*/
.three-col-rightRail {
    width: 27.3%;
}

.three-col-rightRail a h2 {
    font-size: 1.25em;
    font-family: MillerHeadline, Georgia, "Times New Roman", Times, serif;
}
/*.three-col-rightRail a h2:hover,
.three-col-rightRail a p em:hover{
	color: #9e0700 !important;
	text-decoration:none !important;
}*/
.three-col-rightRail a:hover {
    text-decoration: none;
}

.three-col-rightRail a *:hover {
    color: #9e0700 !important;
    text-decoration: underline !important;
}

.three-col-rightRail-lines {
    background: url(images/site/three-col-rightRail-lines.gif) repeat-y;
    overflow: auto;
    overflow-x: hidden;
}

.center-col-separation {
	/*padding: 0 1em;
	margin: 0 1em;*/
    margin-right: 26px;
    margin-left: 26px;
}

.square-img-thumb {
    height: 75px;
    width: 75px;
}
/*ADS*/
.adLeaderboardTop {
    width: 960px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
}

.adBadge {
    display: block;
    float: right;
}

.adPencil {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
}

.adMediumBox {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    position: relative;
}

.adLeaderboardBottom {
    width: 960px;
    display: block;
    float: left;
    margin: auto;
    text-align: center;
    margin-bottom: 1.6em;
}

.adSky {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: .6em;
}

.adYahooText {
    display: block;
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: .6em;
}

#div-gpt-ad-badgesmall-finder {
    margin-bottom: 1em;
}

.floatover {
    z-index: 9999999999;
 /*position:absolute;*/ /* border:1px solid #F6C; position:absolute; z-index: 9999999999; right:0px; top:0px; width:200px; height:200px; display:block;*/;
}
/*river ad break*/
.river-ad-break {
    overflow: auto;
    padding-bottom: 0px;
}

.river-ad-break .adMediumBox {
    width: 300px;
    overflow: hidden;
    height: 250px;
}

.newsroom-feature {
	/*width:280px; removed by beth 04/01/14*/
    height: 250px;
    float: right;
    margin-bottom: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1.25em;
}

.mainSecondary .newsroom-feature {
    border-left: none !important;
    float: none;
    padding-left: 1em;
}	

/*Sky reset*/
.ad-wide-skyscraper {
    display: block;
    float: left;
    margin-right: 2em !important;
    margin-bottom: 2em !important;
    padding: .6em;
}

.story-wide-skyscraper {
    background-color: #efefef;
    color: #333;
    margin-bottom: 1em;
}

/*UIX classes*/

.arrowUp {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.commentBody .arrowUp {
    border-bottom: 6px solid #f1f1f1;
}

a.primaryBtn {
    display: block;
    float: left;
    padding: .6em;
    font-weight: bold;
/*font-size:1em;*/
    background: #9e0700;
    color: #ffffff;
    border-radius: 3px;
}

a.primaryBtn:hover {
    background: #bd0800;
}

.primaryBtn {
    display: block;
    float: left;
    padding: .6em;
    font-weight: bold;
/*font-size:1em;*/
    background: #9e0700;
    color: #ffffff;
    border-radius: 3px;
}

.primaryBtn:hover {
    background: #bd0800;
}
/*FOOTER*/
footer {
    clear: both;
}

.footerConnect {
    padding: .6em;
}

.footerConnect a {
    display: block;
    width: 104px;
    height: 30px;
    padding-top: 75px;
    margin: auto;
    background: url("http://buffalonews-resources.s3.amazonaws.com/img/sprite.png") no-repeat;
    direction: ltr;
    color: #9e0700;
    font-size: 1.5em;
    font-style: italic;
}

.footerConnect a:hover {
    color: #9e0700;
}

#footer .navLink[href="http://buffalo.com"] {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    width: 250px;
    font-style: italic;
}

.footerFacebook {
    background-position: -10px -200px !important;
}

.footerTwitter {
    background-position: -103px -200px !important;
}

.footerAlerts {
    background-position: -195px -200px !important;
}

.footerRss {
    background-position: -287px -200px !important;
}

.footerNewsletter {
    background-position: -380px -200px !important;
}

.footerProducts {
    background-position: -463px -200px !important;
}

.footerPrimary {
    width: 924px;
    padding: 2em;
	/*position:absolute;*/
    margin-left: -8px;
    background: #333333;
	/*border-top:1px solid #eeeeee;
	border-bottom:1px solid #3b3b3b;*/
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
 /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
 /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */;
}

.footerPrimary h3 {
    text-transform: uppercase;
    color: #ffffff;
}

.footerSecondary {
    padding: 1em;
    background: #222222;
}

#footer ul {
    list-style-type: none !important;
}

#footer .footerPrimary .col40 .listVert {
    padding-left: 0px !important;
    list-style-type: none !important;
    float: left;
}

#footer .footerPrimary .listVert li {
    padding: .1em 0em !important;
}

.footerPrimary .listVert li a {
    font-weight: normal !important;
    font-size: 12px !important;
}

.footerPrimary div h3 {
    text-transform: none;
    color: white;
    font-weight: normal !important;
    font-size: 1.4em !important;
    height: 26px;
    border-bottom: 1px solid #605f5f;
}

.footerSecondary p {
    margin: 0px !important;
    padding-top: 6px;
}

.footerConnect .BNcontainer .box {
    padding-right: 1.44em !important;
}

.footerProducts {
    background-position: -463px -200px !important;
}

.footerProducts:hover {
    cursor: pointer !important;
} 

/*ETC*/
.alignleft {
    margin-right: .5em;
    float: left;
}

.alignright {
    margin-left: .5em;
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.left-image {
    margin-right: 1em;
}

.full-image {
    width: 100%;
    height: 100%;
}

.all-caps {
    text-transform: uppercase !important;
}

.border-right {
    margin-right: 1em !important;
    border-right: 1px solid #ccc;
    padding-right: 1em !important;
}

.border-left {
    margin-left: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

.margin-right {
    margin-right: 1em;
}

.last-no-margin-right {
    margin-right: 0 !important;
}

.last-no-border-right {
    margin-right: 0em !important;
    border-right: 0px !important;
    padding-right: 0em !important;
}

.padding-bottom {
    padding-bottom: 1em;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.margin-bottom {
    margin-bottom: 1em !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.hundred-percent-width {
    width: 100% !important;
}

.display-none {
    display: none !important;
}

.rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.all-caps {
    text-transform: uppercase !important;
}

.red {
    color: #9e0700 !important;
}

.bold {
    font-weight: 700 !important;
}

.bodoni {
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif !important;
}

.padding-start-zero {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start 0px;
	-o-padding-start 0px;
	padding-start 0px;
	padding: 0px;
    *margin-left: 0px;
}

.margin-top-zero {
    -moz-margin-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -khtml-margin-start 0px;
	-o-margin-start 0px;
	margin-start 0px;
	margin-top: 0px;
    *margin-top: 0px;
}

i, cite, em, var, address, dfn {
    font-style: italic !important;
}

.more_post {
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #9e0800;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#9e0800),to(#7a0905));
    background: -webkit-linear-gradient(#9e0800,#7a0905);
    background: -moz-linear-gradient(#9e0800,#7a0905);
    background: -ms-linear-gradient(#9e0800,#7a0905);
    background: -o-linear-gradient(#9e0800,#7a0905);
    background: linear-gradient(#9e0800,#7a0905);
    -pie-background: linear-gradient(#9e0800,#7a0905);
    behavior: url(http://css3pie.com/pie/PIE.htc);
    cursor: pointer;
    text-align: center;
}

.more_post a {
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.more_post a:hover{
	color: #fff !important;
}
.remove-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
}

/*PARTNER RIGHT RAIL*/
.PartnerRR li a {
    float: left;
    width: 131px;
    height: 58px;
    display: block;
    line-height: 1.25em;
    border: 1px solid #efefef;
    padding: 5px;
    border: solid 1px #EFEFEF;
    padding-top: .5em;
    padding-bottom: 1em;
}

.PartnerRR li a:hover {
    text-decoration: none !important;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.PartnerRR li a span {
    font-size: 11px;
    font-weight: normal !important;
    font-style: italic;
}
/*TABS*/
.tab-wrapper {
    display: block;
    position: relative;
}

.tab-wrapper ul.tab-title {
    clear: both;
    width: 100%;
}

.tab-wrapper ul.tab-title li {
    font-family: MillerHeadline, Georgia, "Times New Roman", Times, serif;
    float: left;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #666;
}

.tab-wrapper ul.tab-title li.active, .tab-wrapper ul.tab-title li.active:hover {
    color: #9E0700;
}

.tab-wrapper ul.tab-title li:hover {
    color: #000;
}

.tab-wrapper ul.tab-title li span {
}

.tab-wrapper .tab-container {
    clear: both;
    width: 100%;
    padding-top: 1em;
}

.tab-wrapper .tab-container > div {
    display: none;
}

.tab-wrapper .tab-container > div.active {
    display: block;
}

    /* temp tab fix overrides style from following classes -
    .mainPrimary div.sf-widget ul li, .sf-widget ul li 
    for better fix make the selectors class based and not on the li: 
    */
.tab-wrapper ul li {
    border-bottom: 0 !important;
    line-height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.tab-wrapper ul li:before {
    content: "" !important;
    content: initial !important;
}

.tab-wrapper ul li span {
    color: inherit !important;
}

/*ARTICLE*/
#headline {
    margin-bottom: 0;
}

body.article #headline {
    margin-bottom: 0em !important;
}

.articleHeadline {
    font-size: 3em;
}

.articleMainPhoto {
    margin-bottom: 1.5em;
}

#articleInfo {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 0 0 30px 0;
}

.articleByline {
    font-size: 1em;
    color: #333;
    margin-bottom: .1em;
}

.articleDeck {
    font-size: 1.8em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1em;
}

.articleP {
    font-size: 1.15em;
}

.articleP p {
    color: #000;
}

.articleP p a {
    text-decoration: underline !important;
}

.articleP h3 {
    font-size: 1.1em;
}

.articleP a:link,.articleP a:visited,.articleP a:active {
    color: #9e0700;
    text-decoration: none;
}

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

.articleTools {
    margin-bottom: 1em;
}

.socialWrap {
    padding: .4em;
}

.articleAttr {
    margin-bottom: 1em;
}

.articleQuote {
    font-size: 2em;
    line-height: 1.25;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}

#embedded-video {
    margin-bottom: 1.5em;
}

#comments li {
    padding: 1em 0;
}

.commentBody {
    position: relative;
    padding: 1em;
}

.relatedArticleContent {
    width: 174px;
    float: left;
    margin-right: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.relatedArticleLabel {
    text-transform: uppercase;
    font-size: 1.3em;
}

.relatedArticleLabel2 {
    padding-bottom: .5em;
}

div#article-connection-rail {
    float: left;
    max-width: 194px;
}

div#article-connection-rail li.extra-picture {
    width: 174px;
    padding: 5px 0;
    margin-bottom: 8px;
}

div#article-connection-rail li.extra-picture a:hover img,
.newsroom-feature img:hover {
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.bawmrp h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #333;
}

.bawmrp ul li {
    border-bottom: 1px solid #ccc;
    line-height: 17px;
    padding-bottom: .5em;
    margin-bottom: .5em;
    margin-right: 1.5em;
}

.bawmrp ul li a {
    display: block;
    font-style: italic !important;
    margin: 0;
}

.bawmrp ul li:before {
    content: "\bb";
    padding-right: 5px;
    color: #9e0700;
    float: left;
}

/*target article content area and page content area*/
.entry-content ul li,
.page-content ul li,
.entry-content ol li,
.page-content ol li {
    margin-bottom: .5em;
    color: #000;
    font-size: 1em;
}

.entry-content ul li,
.page-content ul li {
    list-style: disc inside none !important;
}

.entry-content ol li,
.page-content ol li {
    list-style: decimal inside none !important;
}

/*SHARE TOOLS*/
.shareTools .listHoriz li {
    padding: 0 !important;
    margin-right: 1em;
}

.shareTools .listHoriz li.last {
    padding: 0 !important;
    margin-right: 0 !important;
}

.g-plusone {
    width: 40px;
}

#share-buttons {
    height: 30px;
}

#share-buttons a img {
    width: 30px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
/*404*/
/*Bills Blitz 404*/
.nopage-container {
    background: url('/wp-content/themes/tbn-2013/images/404.jpg') no-repeat 136px -77px;
    height: 454px;
    padding-left: 65px;
}

.nopage-container h1 {
    font-size: 72px;
    font-weight: normal !important;
}

.nopage-container h2 {
    font-size: 24px;
    width: 400px;
    font-weight: normal !important;
    line-height: 32px;
    margin-bottom: 1em;
}
/*general 404*/
.not-found {
    clear: both;
    background: #efefef;
    padding: 20px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.not-found h1 {
    font-size: 72px;
}
/*DISQUS RECENT COMMENTS*/
.disqus_rcw_author_name {
    margin-top: 5px;
    font-size: 12px !important;
}

.disqus_rcw_author_name a {
    font-size: 12px;
    color: #666 !important;
}

.disqus_rcw_single_comment_wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.disqus_rcw_avatar {
    width: 35px;
}

.disqus_rcw_thread_title {
    font-family: MillerHeadline, Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    line-height: .25em;
}

.disqus_rcw_comment_actual_wrapper {
    font-style: italic;
}

.disqus_rcw_clear {
    clear: both;
}

.disqus_rcw_comment_actual_wrapper {
    font-size: 12px;
    margin-top: .5em;
}


/*BN COLUMN STYLES*/
.column-border-right {
    margin-right: 1em;
    border-right: 1px solid #ccc;
    padding-right: 1em;
}

.column-border-left {
    margin-left: 1em;
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

.pull-column {
    margin-left: -30px;
}



/*GAME DAY LIVE BLOG WIDGET*/
.section-front {
    float: left;
}

.cover-it-live {
    border-top: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 13px;
}

.live-scoreboard {
    margin-top: 43px !important;
}

#wide-column {
    background-color: white;
    outline: 20px solid white;
    padding: 0 !important;
    padding-bottom: 1em !important;
    margin-bottom: 1.5em;
}

@-moz-document url-prefix() {
    #wide-column {
        outline-offset: -7px;
    };
}

#wide-column .sf-widget {
    margin: 1em 0em 2em;
    /*padding: 1.5em 1em 1em;*/
    padding-top: 20px;
    position: relative;
    border-top: 4px double #666666;
}
/*TSN*/
.TSN4 {
    font-weight: bold !important;
    color: black;
    font-size: 16px;
    font-family: MillerHeadline, Georgia, "Times New Roman", Times, serif;
}

.TSN5 {
    padding: .25em 0;
    border-bottom: 1px solid #ccc;
}

.tab-box {
    padding-top: 1em;
}

.tab-box a:hover {
    text-decoration: underline;
}

.more-box .moreLink {
    font-size: 0.9em;
    padding: 0;
    margin-right: 3px;
    padding-right: 6px;
    border-right: 1px solid #ccc;
}

.more-box a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 6px;
    text-transform: uppercase;
    color: #9e0700;
}

.more-box .last {
    margin: 0;
    padding: 0;
    border: 0;
}

#FF-coverup-line {
    display: block;
    background: #efefef;
    width: 20px;
    height: 30px;
}
/* BODY IMAGES */

/*.entry-content p img,
.entry-content img { width:300px !important; float:left; border:1px solid #ccc}*/
.entry-content p img,
.entry-content img.asset-image {
 /*width:300px !important;border:1px solid #ccc; margin-right:1em;
    float: left;*/
    margin-bottom: 1em;
}

/* old caption on hover
.wp-caption { position:relative; }
.wp-caption-text {float: left;
font-size: 11px;
color: #efefef !important;
width: auto;
padding: 6px; margin-bottom:0; }
.wp-caption-text {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 90%;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.wp-caption:hover .wp-caption-text {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
}
.wp-caption-text * {
  padding: 0 10px;
  margin: 0;
}
.wp-caption-text *:first-child {
  padding-top: 5px;
}
.wp-caption-text *:last-child {
  padding-bottom: 5px;
}
*/


/*New Caption 10.22.14 beth*/
.wp-caption {
    width: 434px !important;
    display: inline-block !important;
}

.wp-caption-text {
    width: 100%;
    color: #fff;
    font-size: 12px;
    width: auto;
    padding-bottom: 6px;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #ccc;
}

.wp-caption-text * {
    padding: 0 10px;
    margin: 0;
}

.entry-content-image {
    width: auto;
    height: 100%;
}

img.size-medium {
    width: 434px !important;
    display: inline-block;
}

/*LIVE BLOG*/
img.avatar-30 {
    width: 30px !important;
    height: 30px !important;
}

/*JUST COLORS*/
.color-333 {
    color: #333 !important;
} 

/*GUSTO*/ 
h2 {
    font-size: 1.1em;
    line-height: 1.2em;
}
/*carousel*/
body.site-id-7 #lead-story-E-container, 
body.site-id-7 #lead-story-G-container {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
}
/*section front headers + descrip - is also in the Lead Story style G */
h1#sectionfront-title {
    font-size: 2.15em !important;
    font-weight: bold !important;
}
/*movies section front*/
#movie-thumbs-slider .jcarousel-skin-tango .jcarousel-container .jcarousel-list li.jcarousel-item:before {
    content: "" !important;
    padding-right: 0px !important;
    color: transparent !important;
}

#movie-thumbs-slider .jcarousel-skin-tango .jcarousel-container .jcarousel-list li.jcarousel-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: 256px;
    border-bottom: 0px !important;
}

#sectionfront-title span {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    color: #333;
    font-weight: normal!important;
}

#top-finder-holder {
    padding-top: 75px;
}

/*category search tool*/
.button-submit {
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 12px;
    color: #fff;
    background-color: #898989;
    background: -webkit-linear-gradient(#888, #666);
    background: linear-gradient(#888, #666);
    border: 0 none;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 3px 0 #444, 0 4px 4px rgba(0,0,0,0.4);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 1px;
}

.button-submit:active {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
    -webkit-animation: none;
    animation: none;
}

.category-form input {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    padding: 4px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 0 !important;
}

.category-form .go-button {
    border: none !important;
    width: 40px !important;
    float: left;
}

.category-form input.go-box {
    float: left;
    margin-right: 4px;
    height: 100%;
}

.category-form label {
    text-transform: none;
    font-size: 16px;
    margin-right: .25em;
}

.title-container {
    width: 644px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.title-content {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #4D4D4D;
}

.title-content h2 {
    border-bottom: #808080;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-top: #808080;
    border-top-width: thin;
    border-top-style: dotted;
    font-size: .65em;
    display: inline;
    color: #469bbf;
    text-align: center;
    text-transform: uppercase;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
}

.search-holder {
    width: 60%;
    margin: 0 auto;
}
/*multiple posts slider*/
.category-slider .slides .slide {
    padding-left: 35px !important;
}

/*======02/17/2014 SEARCH RESULTS======  

Looks like Vince's mockup
#tabs { margin: 1em 0}
#tabs li a.tab{ display:inline-block; text-align:center; float:left; text-decoration:none; font-weight:bold; background:#666; color:white !important; padding:.5em 2em; margin-right:1em}
#tabs li a.tab.active{ background:#333 !important}
*/
#tabs { margin: 1em 0;}
#tabs li a.tab{ background: #F5F5F5;list-style-type: none;float: left;border: 1px solid #CCC;margin: 4px 2px 2px 0;height: 35px;box-sizing: border-box;-moz-box-sizing: border-box;overflow: hidden;padding: 0px 1em;line-height: 31px;font-size: 1.15em;font-weight: bold;}
#tabs li a.tab span { font-weight:normal !important}
#tabs li a.tab.active{ background: #FFF;margin: 0 2px 0 0;padding: 0px 1em;height: 41px;box-sizing: border-box;-moz-box-sizing: border-box;border-bottom: none;}

/* original css before tags below
.results-list li {list-style:disc inside !important; color:#000;font-weight: bold; margin-bottom:.5em; clear:both}
.results-list dt {  font-weight: bold; float: left; width:17%;line-height: 27px;}
.results-list dd {  float:left; margin-right:.25em; padding:.5em 1em; line-height:15px;outline: 1px solid #ccc;background: white; }
.results-list dl { clear:left; padding:.25em; overflow:auto}
.results-list dd:last-child{ margin-right:0 !important;}
.results-list dl:last-child{}
*/

/*tags*/
.results-list label { font-weight: bold; float: left; width:15%;line-height: 30px; color:#333}
.results-list p { margin-bottom:.5em}
div.tagsinput {  overflow-y: auto; min-height:36px !important}/*border:1px solid #CCC; background: #FFF; padding:5px 5px 0 5px;*/
div.tagsinput span.tag { border: 1px solid #ccc; display: block; float: left; padding: 5px; text-decoration:none; background:#fff; color: #666; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:0px; MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important font-size: 13px; border:1px solid transparent; padding:5px 5px 0px 5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

/*RESULTS AND VIEWS*/
.results ul { list-style: none; }
.results .view-buttons { margin-bottom: 20px; }
.results .list li { width: 100%; }
.results .grid li { float: left; width: 31.25%; margin-right:20px}
.results .grid li:nth-child(3n+3) { margin-right:0px !important}
.results .grid li .river-intro { height: 215px;overflow: hidden;padding-bottom: inherit;border-bottom: 15px solid white;outline: 1px solid #ccc;padding: 15px !important; }
.river-intro a:hover { text-decoration:none !important; }
.view-buttons { margin: 1em 0; float:right}
.button { display:inline-block;cursor:pointer}


/*small search box*/
.button-submit {font-weight: bold;	color: white;text-transform: uppercase;	padding:3px 12px	color: #fff;	background-color: #898989;	background: -webkit-linear-gradient(#888, #666);	background: linear-gradient(#888, #666);	border: 0 none;	outline:none;	-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; 	text-shadow: 0 -1px 0 #000;	box-shadow: 0 1px 0 #666, 0 3px 0 #444, 0 4px 4px rgba(0,0,0,0.4);	cursor: pointer;	-webkit-transition: all 300ms ease;transition: all 300ms ease; letter-spacing:1px; }
.button-submit:active {	color: #fff;	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);	-webkit-animation: none;	animation: none;}
.go-button {padding: 3px 5px 3px 5px;}
.category-form input {font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;padding: 4px;font-size: 14px;border: 1px solid #ccc;outline: none;margin-bottom: 0 !important;float:left}
.category-form .go-button {border: none !important;width: 40px !important;float: left;}

/*pagination simple*/
.pagination-simple {padding-bottom: 1em;}
.pagination-simple > div {float: left;width: 50%;text-align: right;}
.pagination-simple >:first-child {text-align: left;}
.pagination-simple a {display: inline-block;background: #f5f5f5;padding: .5em 2em;font-weight: bold; outline:#ccc 1px solid}

/*pagination advanced*/
.pagination { float: left; text-align: left; font-size: 92.5%; margin: 0; padding: 1.5em 0 .25em; width: 100%; }
.pagination A,
.pagination SPAN { padding: 5px 5px 3px; margin: 2px; }
.pagination A:hover,
.pagination A:active { border-color: #AEAEAE; color: #000; }
.pagination SPAN.current { border: 1px solid #AEAEAE; font-weight: bold; background-color: #CCC; color: #FFF; }
.pagination SPAN.disabled { border: 1px solid #eee; color: #ddd; }
.pagination A { border: 1px solid #CCC; text-decoration: none; }

.breadcrumbs {font-style: italic;}
.breadcrumbs a {color:#999 !important;}
.breadcrumbs a:hover {color:#9e0700 !important;}

/*CASPIO in FF content is spilling outside of div*/
#caspioform {overflow: auto !important;width: 630px !important;}

/* Form plugin overrides */
.fm-form fieldset {border: 1px solid #ccc !important; background: #f9f9f9 !important;}
.fm-form legend {width:auto !important;}
.fm-form label {/*text-align: right !important;*/}
.fm-form input {
	/*height: 20px !important;*/
	padding: 4px 6px !important;
	margin-bottom: 9px !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

.fm-form ul li {list-style: none !important;}

 .fm-form hr {
    padding-top: 12px;
    margin-top: 24px;
    width:300px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#pubModalParent{
	display:none;
	position:fixed;
	top:0px;
	z-index:10000000;
	left:0px;
}
#pubModalDim
{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color:#000;
}
#pubModalContent
{
	top: 3%;
	position:absolute;
	left:25%;
	margin-right:auto;
	width:900px;
	text-align: right;
	color: red;
}
img.click2close
{
	position: relative;
	top: 15px;
	right: -15px;
}
.click2close
{
	cursor: pointer;
}

#sectionfront-title span {font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important; font-size:15px; color:#333; font-weight:normal!important}

/*CORP NEWSROOM PAGE*/
.contact-table { margin-bottom:20px;}
.contact-table th{ text-align:left !important; font-size:1.5em}
.contact-table th p { font-size: 14px; font-weight:normal !important}
.contact-table tr{ border-bottom: 1px solid #ccc}
#contact-table-departments tr{ border-bottom: 0px !important} 
#contact-table-departments tr td p a{ text-align:center; width:100px; display:block}
.contact-table tr td[colspan="2"] { width:250px;}
.contact-table tr td[colspan="1"] { width:150px;}
.contact-table tr td[colspan="3"] { width:350px;}
.float-table-small { float:left; width:195px;}
.listBullet {list-style:inside circle;}
.primaryBtn {color: white !important}
#embedded-video{float:left;}


/*SPONSORED ARTICLE PAGE*/
.sponsoredPrimary {font-family: 'Raleway', sans-serif;}
	.sponsoredPrimary h1 {
		font-family: 'Raleway', sans-serif !important; 
		font-size:34px;
		padding-bottom: .25em;
	}

.articleInfoSponsored {
	border-top: 0px !important;
	border-bottom: 0px !important; 
	margin: 0 0 1em 0 !important;
}
	.articleInfoSponsored .bylineName { 
		font-weight:normal !important; 
		font-size:14px !important
	}
	
#sponsored-page #breadcrumbs{ font-family: 'Raleway', sans-serif; }

#sponsored-disclaimer { 
	padding-top:.5em;
	color:#666;
}

/*SPONSORED Category PAGE*/
.sponsoredPrimary h2.riverArticleHeadline,
.sponsoredPrimary .sf-widget-title,
.sponsoredPrimary .mainPrimary .containerLabel{font-family: 'Raleway', sans-serif !important;}
.sponsoredPrimary .river-intro h2 {font-size: 1.55em !important;}
.mejs-container, .mejs-audio{width:69% !important;clear:none !important;float:left !important;}
.mejs-controls{width:434px !important;overflow:hidden}.mejs-mediaelement{434px !important;overflow:hidden}.mejs-container{434px !importantoverflow:hidden}.svg mejs-audio mejs-long-video{width:434px !important;overflow:hidden}
/*.mejs-container + p {clear:both !important}*/

/*polls*/
.wp-polls {float: left;width: 424px;}


/* The Ultimate Guide */
.ultimate-guide-container .slider-main{ height: 100% !important; }
	#ultimate-guide-slider .slider-main .an-item {
		width: 174px;
		height: 220px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
		#ultimate-guide-slider .slider-main .an-item.last-an-item { margin-left: 10px; }
			#ultimate-guide-slider .slider-main .an-item .category-bar {
				display: block;
				width: 100%;
				background: #4293b5;
				padding: 5px 0;
				text-align: center;
				color: white;
				font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
				text-transform: uppercase;
			}
				#ultimate-guide-slider .slider-main .an-item .category-bar + h2 {
					width: 173px;
					text-align: center;
				}
					#ultimate-guide-slider .slider-main .an-item .category-bar + h2 a { font-weight: lighter; }
	
			#ultimate-guide-slider .slider-main .an-item .img-container {
				height: 105px;
				overflow: hidden;
			}
				#ultimate-guide-slider .slider-main .an-item .img-container img {
					border-top-right-radius: 4px;
					border-top-left-radius: 4px;
				}


/* Calendar Gusto */
#bottom-finder-holder.cal {
    overflow: hidden;
    padding: 0;
    height: auto;
    min-height: 275px;
    background: black; }
.finder-container-bottom.calendar + .river-intro {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.finder-container-bottom.calendar .cal-left-col, .finder-container-bottom.calendar .cal-right-col { 
    float: left;
    height: 100%; }
.finder-container-bottom.calendar .cal-left-col {
    width: 32%;
    background: black; }
    .finder-container-bottom.calendar .cal-left-col hr {
		max-width: 77%;
		margin: 24px auto;
		background: #404040;
    }
    .finder-container-bottom.calendar .cal-left-col .logo img {
        display: block;
        margin: 20px auto 0; }
    .finder-container-bottom.calendar .cal-left-col .gusto-buttons { margin-top: 20px; }
        .finder-container-bottom.calendar .cal-left-col .gusto-buttons a {
            font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
            display: block;
            width: 170px;
            background: #9e0700;
            color: white !important;
            text-transform: uppercase;
            border-radius: 6px;
            padding: 5px 0px;
            margin: 0 auto 10px auto;
            font-weight: bolder;
            text-align: center;
            font-size: 16px; }

.finder-container-bottom.calendar .cal-right-col {
    width: 68.001%;
    min-height: 275px;
    background: #e3e3e3; }
    .finder-container-bottom.calendar .cal-right-col .cal-wrapper {
        margin: 20px; }
    .finder-container-bottom.calendar .cal-right-col .calBox {
        width: 100% !important; }
        .finder-container-bottom.calendar .calBox .calMonth, .finder-container-bottom.calendar .calBox .calYear {
	        font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
	        font-size: 20px;
	        font-weight: bolder;
	        text-transform: uppercase;
        }
        .finder-container-bottom.calendar .calBox .calMonth {
			float: left;
			position: relative;
			left: 210px;
        }
        .finder-container-bottom.calendar .calBox .calYear {
	        position: relative;
			left: 40px;
        }
        .finder-container-bottom.calendar .calBox .calDay {
	        position:relative;
	        display: block;
	        margin: 0 auto;
	        width: 285px;
        }
        .finder-container-bottom.calendar .calBox .calElement {
			float: left;
			cursor: pointer;
			background: white;
			margin: 0 5px 0 0;
			box-shadow: -2px 2px 0px #ccc;
			width: 52px !important;
			height: 62px;
			position: relative;
			z-index: 1;
			text-align: center;
			font-style: italic;
			color: white;
        }
        .finder-container-bottom.calendar .calBox .calElement.selected {
	        background: black;
	        box-shadow: none;
        }
        .finder-container-bottom.calendar .calBox .calElement.selected:after {
			display: block;
			content: "";
			width: 0;
			height: 0;
			border-left: 25px solid transparent;
			border-right: 27px solid transparent;
			border-top: 20px solid #000;
			top: 43px;
			position: relative;
        }
        
        .finder-container-bottom.calendar .calBox .calElement.prev, .finder-container-bottom.calendar .calBox .calElement.next {
	        position: absolute;
			background: url(http://buffalo.com/wp-content/plugins/bn-custom-post-types/css/advancedSlider/glossy-square/gray/images/arrows_small.png) no-repeat;
			width: 15px !important;
			height: 24px;
			box-shadow: none;
			top: 18px;
			opacity: 0.5;
        }
        .finder-container-bottom.calendar .calBox .calElement.prev {
	        left: -44px;
        }
        .finder-container-bottom.calendar .calBox .calElement.next {
	        right: -47px;
	        background-position: -15px;
        }
        	.finder-container-bottom.calendar .calBox .calElement .dayNumber {
	        	position: absolute;
				top: 20px;
				width: 52px;
				font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;
				font-weight: bolder;
				font-size: 27px;
				font-style: normal;
				color: black;
        	}
        	.finder-container-bottom.calendar .calBox .calElement.selected .dayNumber {
	        	color: white;
        	}
        	.finder-container-bottom.calendar .calBox .calElement .dayNumber:after {
	        	display: block;
	        	content: "";
	        	width: 52px;
	        	height: 20px;
	        	background: #9a0801;
				position: absolute;
				z-index: -1;
				top: -20px;
				z-index: -1;
        	}
        	.finder-container-bottom.calendar .calBox .calElement.selected .dayNumber:after {
	        	background: black;
        	}
        .finder-container-bottom.calendar #finder-event-details.featured-events-finder {
	        clear: both;
        }
        .finder-container-bottom.calendar #finder-event-details .event-item {
	        float: left;
	        margin-top: 20px;
        }
        .finder-container-bottom.calendar #finder-event-details .event-item:first-child {
	        border-right: 1px solid #ccc;
	        width: 175px;
	        padding-right: 10px;
        }
        .finder-container-bottom.calendar #finder-event-details .event-item.last {
	        width: 179px;
			margin-left: 10px;
        }
        .container-spacer{
	        width:100px;
	        height:330px;
        }

hr.LineThick-stand-alone {
    margin: 3em 0
}

/*HFE styling 2.2015*/
/*specifically for HFE*/
.site-id-25 .BNcontainer .containerLabel,
.site-id-25 .BNcontainer .containerLabel a {font-size:16px !important;text-transform:none !important;font-family: Georgia, Times, "Times New Roman", serif !important;}
.site-id-25 .listVert {font-size: .85em;}
.site-id-25 .listVertLines li {border-bottom: 1px dashed #eee;}
.site-id-25 .listVert li {padding: .3em 0;list-style: none !important;}
.site-id-25 .listVertMega li {padding:.6em 0;}
.site-id-25 .listHorizMega li {display:inline; float:left;padding:0 1em 0 0; padding-right:20px}
.site-id-25 .listHorizMega li:last-of-type {padding-right:0px !important}
.sprite {display:block;background:url('http://homefinderextra.s3.amazonaws.com/img/sprite_v2.png') no-repeat transparent;}
.tbnL {display:block; width:220px; height:13px;
      background-position: -10px -571px }
    .hfeL {display:block; width:460px; height:67px;
      background-position: -10px -593px;}
    .hfeLSm {display:block; width:277px; height:28px;
      background-position: -10px -721px;}
    .arrow {display:inline-block;
      vertical-align:middle;
      height:17px; 
      width:17px;
      background-position: -201px -19px ;
      margin-top:-5px;}
    .houseL {}
    .houseS {height:14px; width:16px; margin-right:.3em;
      display:block; float:left;
      background-position:-60px -20px;
    }
.site-id-25 .listAction a {display:block; height:222px; width:168px; position:relative;padding:1em;text-align:center;font-weight:700; color:#fff;}
.site-id-25 .listAction a:hover {text-decoration: none;
-moz-box-shadow: inset 0 0 60px hsla(0,0%,0%, 0.5);
    -webkit-box-shadow: inset 0 0 60px hsla(0,0%,0%, 0.5);
    box-shadow: inner 0 0 60px hsla(0,0%,0%, 0.5);
}
.site-id-25 .listAction span {position:absolute; width:176px; padding:.6em;left:0px; bottom:0px;}
.site-id-25 .listAction .text {bottom:2.45em; font-size:.95em; /*font-weight:600;*/ text-shadow: hsla(0,0%,0%, 0.8) 1px 1px;width: 179px;}
.site-id-25 .listAction .homes {background-position:-10px -233px;  }
.site-id-25 .listAction .rent {background-position:-223px -233px;}
.site-id-25 .listAction .newhomes {background-position:-438px -233px;}

/*HFE wide-column homepage*/
.site-id-25 #wide-column {  
  background-color: none !important; 
  outline: 0px !important;
  padding: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}
 .site-id-25 #wide-column.skinBox { 
  border: 0px !important; 
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important; 
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important; 
  padding:0px !important;
}
.site-id-25 #wide-column div h3.containerLabel {  display: block;
  font-weight: bold;
  position: relative;
  /*left: 0;
  top: -15px;*/
  margin: 0px !important;
  padding:  0px !important;
  text-transform: none !important;
  background: none !important;
  color: auto !important}
  .site-id-25 #wide-column.skinBox .containerLabel {left:0px !important}
#wide-column .sf-widget {    width: 960px !important;
  margin: 0px !important; 
  padding:  0px !important; 
  padding-top:  10px !important; 
  position: relative; 
  border-top:  1px solid #ccc !important;border-bottom:  1px solid #ccc !important}
/*HFE FORM*/
#location_search {background: #f3f6f9;
padding: 12px;
width: 580px;border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;}
#LPSTerm {
font-family: Georgia, Times, "Times New Roman", serif;
padding: .3em;
border: 1px solid #ccc;
font-size: 1em;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
/*INLINE LIST inside search form*/
.hfe-form .section .listPills li.active, .hfe-form .section .listPills li:hover {
background: #f3f6f9;
border: 1px solid #ccc;
}
.hfe-form .section .listPills li {
border: 1px solid transparent;
margin-right: 2px;
background:#cfd9e6;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.hfe-form .section .listHoriz li {
display: inline;
float: left;
margin-bottom:0px !important
}
.houseS {
height: 14px;
width: 16px;
margin-right: .3em;
display: block;
float: left;
background-position: -60px -20px;
margin-top: 3px;
}
.hfe-form .section .listHoriz a {
display: block;
padding: 8px;
font-size: 15px
}
/*general hfe styling*/
.site-id-25 .skinRound {
background: #E9EEF4 !important;
}
.round6 {
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.round6B {
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.skinGrayTrans {
background-color: #333333;
background-color: hsla(0,0%,0%, 0.5);
}
.skinBlueLight {
background: #E9EEF4;
}
.skinWhite {background:#fff}
.paddingA {
padding: 1em;
}
.fontOpensans {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: normal;
color:white !important;
}
.shadow {
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.hfe {
font-size: 14px;
font-family: Georgia, Times, "Times New Roman", serif;
line-height: 1.2;
}
.HFEcontainer {display: block;width: 100%;border-bottom: 1px solid #eee;padding: .6em 0;margin-bottom: .6em;}
.hfe-title{ /*replaces .title used on rackspace*/font-family: Georgia, Times, "Times New Roman", serif;color: #165d95;font-weight: normal;text-shadow: hsla(0,100%,100%, 1.0) 1px 1px;font-size:1.5em;margin-bottom:10px}
/*hfe btns*/
.listHorizMegaa.btnSecondary, .listHorizMega .btnSecondary {padding: .3em .6em;color: #fff !important;background-color: #1a6eac;background-image: -webkit-gradient(linear, left top, left bottom, from(#1e80c6), to(#165d95));background-image: -webkit-linear-gradient(top, #1e80c6, #165d95);background-image: -moz-linear-gradient(top, #1e80c6, #165d95);background-image: -o-linear-gradient(top, #1e80c6, #165d95);background-image: linear-gradient(to bottom, #1e80c6, #165d95);}

#hfe-search-btn.btnPrimary, #hfe-search-btn .btnPrimary {padding:.6em;color: #fff !important;background-color: #ffb448;background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb448), to(#e95e00));background-image: -webkit-linear-gradient(top, #ffb448, #e95e00);background-image: -moz-linear-gradient(top, #ffb448, #e95e00);background-image: -o-linear-gradient(top, #ffb448, #e95e00);background-image: linear-gradient(to bottom, #ffb448, #e95e00);}
#hfe-search-btn.btn, #hfe-search-btn .btn {display: block;text-shadow: hsla(0,0%,0%, 0.5) 1px 1px;font-weight: bold;text-transform: uppercase;cursor: pointer;}
/*HFE Publications Right Rail*/
.listPubs li {padding:0px !important;margin-right: 4px;}
.listPubs li:last-of-type {margin-right:0px}
.listPubs li a {font-size:11px}
.listPubs .hfe {background-position: -10px -112px;}
.listPubs .poh {background-position: -110px -112px;}
.listPubs .afe {background-position: -210px -112px;}
.listPubs span {display: block;width: 82px;height: 102px;margin: 0 auto.3em;}

/*BUFFALO BRIDES CUSTOM STYLING*/
body.site-id-56 .adPencil {margin-bottom: .5em;}
/*the finder*/
body.site-id-56 #finder-container {height: 439px; background: #e3e3e3;}
body.home.site-id-56 .BNcontainer { margin-bottom:2em}
body.site-id-56 .BNcontainer .containerLabel { font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important;}
/*IDEAS category pages*/
.ideas-item { width: 22%;}
.ideas-item img{ width:100%; height:auto}
.ideas-item:last-of-type {margin-right:0px !important}
/*celebrations*/
body.site-id-56 .btnSubmit,
body.site-id-56 .fm-form .submit{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: none repeat scroll 0 0 #6B2D70;
font-family: Georgia,"Times New Roman",Times,serif !important;
font-size: 14px;
margin-right: 0px;
cursor: pointer;
border: none !important;
display: block;
padding: 9px;
text-align: center;
color: white !important;}
/*twitter buzz*/body.site-id-56 .tab-wrapper .tab-container {padding-top:0px}
/*facebook widget*/body.site-id-56  .fb_iframe_widget {background:white}
/*form overrides*/
/* Form plugin overrides */
body.site-id-56 .fm-form fieldset {border: 1px solid #ccc !important; background: #f9f9f9 !important;}
body.site-id-56 .fm-form legend {width:auto !important;}
body.site-id-56 .fm-form input {
	padding: 4px 6px !important;
	margin-bottom: 9px !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
body.site-id-56 .fm-form ul li {list-style: none !important;}
body.site-id-56 .fm-form hr {border-top: 1px solid #ddd;
border-bottom: 1px solid #fafafa;
height: 1px;
width: 300px;
display: block;
background: #ffffff;
padding-top: 0px; 
 margin-top: 0px; 
 border: 0; 
 height: 0; 
}
body.site-id-56 .fm-form input.submit {float: none !important; margin-left:250px}
body.site-id-56 #fm-item-note-5501f04129267{color:#999; font-size: 11px; line-height:14px}
body.site-id-56 #fm-item-separator label {width:auto; border-bottom:1px solid #ccc; font-size:24px; padding-top: 12px;}
body.site-id-56 #fm-item-separator table tbody tr td {display:block; width:625px !important}

/*PINTEREST PLUGIN*/
body.site-id-56 .wp_pinterest_to_wp_container small, .wp_pinterest_to_wp_container strong {font-size:13px !important; color:#333 !important}
body.site-id-56 .wp_pinterest_to_wp_container strong { font-weight: normal !important}
body.site-id-56 .wp_pinterest_to_wp_wraper {padding:0px !important}
body.site-id-56 .wp_pinterest_to_wp_itm_contain {
  box-shadow: none !important; 
  background-color: #FFFFFF;
}
