/*

	RE-DEFINE HTML STYLES

*/
html {
  overflow-y: scroll!important; /* Enables firefox scrollbar as default */
  -webkit-text-size-adjust:none;
}
body {
	background: #f3f3f3 url(../../images/bggeneric.gif) repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

h1 {  }
h1 a {
  display: block;
  font-size: 0;
  text-indent: -9999px;
  color: #000000;
  font-weight: normal;
  width: 218px;
  height: 110px;
  margin: 40px 23px 0 21px;
  background: url(../../images/tsj-logo.png) no-repeat;
  float: left;
}

h1 a:hover {
  opacity: 0.8;
}

p {
	margin: 8px 0;
}
hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}
a {
  cursor: pointer;
}
a:link, a:visited, a:active {
	color: #261C02;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #958D78;
	font-weight: normal;
	text-decoration: underline;
}

header, footer, nav, container, section, article, figure, figcaption, aside { /* For HTML5 */
  display: block;  
}


/*

	LAYOUT

*/

#wrapper {
  width: 990px;
  margin: 0 auto;
  background: #fff;
}

#header-elements {
  width: 728px;
  float: left;
  background: #fff url(../../images/tsj-headbg.png) no-repeat;
}

#header-elements .advertising {
  margin: 50px 0 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 90px;
  background: #fff;
}

#category {
  margin: 20px 0;
  height: 30px;
  padding: 0 25px;
}

#masthead {
  margin: 10px 0;
  padding: 0 25px;
}

.twocol-left {
  width: 630px;
  float: left;
}

.twocol-right {
  margin-left: 10px;
  width: 300px;
  float: left;
}

#weather-news {
  background: #4D4D4D;
}

.advert {
  margin: 10px 0;
  padding: 0 25px;
}

#video-module {
  margin: 10px 0;
  padding: 0 25px;
}

#most-read {
  background: #606060;
}

#recad-holder {
  margin-top: 10px;
}

footer {
  background: #7e7f80;
}

#footholder {
  background: url(../../images/tsj-footerbg.png) no-repeat;
  height: 140px;
}

#footlogo {
  width: 218px;
  height: 110px;
  background: url(../../images/tsj-footlogo.png) no-repeat;
  text-indent: -9999px;
  font-size: 0;
  float: right;
  margin: 30px 25px 0 0;
}

/* BREAKING NEWS */

#breaking {
  background: #E42618 url(../../images/tsj-breakingclock.png) 4px 4px no-repeat;
  height: 25px;
  border-bottom: 2px solid #fff;
}

.the-time {
  color: #fff;
  padding: 4px 0 0;
  margin-left: 25px;
  float: left;
  width: 35px;
}

.breaking {
  width: 570px;
  float: left;
}

.breaking h3 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 115px;
  padding: 4px 0 0;
  float: left;
}

ul#ticker {
  color: #fff;  
  float: left;
  font-size: 11px;
  width: 455px;
  padding: 0;
  margin: 4px 0 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  list-style: none;
}

ul#ticker li a {
  color: #fff;  
}


/* MASTHEAD ITEMS */

#mast-news {
  height: 430px;
  background: #ccc;
  padding: 0;
  margin: 0;
  position: relative;
  overflow:hidden;
}

.backgrounds .item{
    width: 630px;
    height: 430px;
    float:left;
    position:relative;
    z-index:1;
}

.panel .details_wrapper {
    position:absolute;
    bottom:0;
    left:0;
    width: 630px;
    overflow:hidden;
    z-index: 9999;
}

.panel .details_wrapper .details{
}

.panel .details_wrapper .details .detail{
    width: 630px;
    float:left;
    _height: 1px;
}

.panel .details_wrapper .details .detail .headline {
  width: 630px;
  _height: 1px;
}

.panel .details_wrapper .details .detail .headline.green {
  background: transparent url(../../images/tsj-masthead-holder.png) bottom right no-repeat;
}

.panel .details_wrapper .details .detail .headline.orange {
  background: transparent url(../../images/tsj-masthead-orange.png) bottom right no-repeat;
}

.panel .details_wrapper .details .detail .headline.red {
  background: transparent url(../../images/tsj-masthead-red.png) bottom right no-repeat;
}

.panel .details_wrapper .details .detail .headline.yellow {
  background: transparent url(../../images/tsj-masthead-yellow.png) bottom right no-repeat;
}

.panel .details_wrapper .details .detail .headline .article {
  position: relative;
  padding: 15px;
  height: 100px;
  _height: 1px;
}

.panel .details_wrapper .details .detail .headline .article h3 a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Museo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 400px;
  display: block;
  padding: 0 5px 5px;
  line-height: 24px;
  margin-bottom: 0;
}

.panel .details_wrapper .details .detail .headline .article p {
  color: #fff;
  font-size: 12px;
  width: 400px;
  padding: 0 5px;
  margin-bottom: 0;
  line-height: 14px;
}

.panel .details_wrapper .details .detail .headline .article h4 {
  display: block;
  width: 167px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 7px 15px 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.panel .details_wrapper .details .detail .headline.green .article h4 {
  background: transparent url(../../images/tsj-masthead-author.png) no-repeat;
}

.panel .details_wrapper .details .detail .headline.orange .article h4 {
  background: transparent url(../../images/tsj-masthead-author-orange.png) no-repeat;
}

.panel .details_wrapper .details .detail .headline.red .article h4 {
  background: transparent url(../../images/tsj-masthead-author-red.png) no-repeat;
}

.panel .details_wrapper .details .detail .headline.yellow .article h4 {
  background: transparent url(../../images/tsj-masthead-author-yellow.png) no-repeat;
}


/* NEWS & WEATHER ITEMS */

#weather {
  height: 40px;
  background: #929292;
}

#weather-date {
  width: 40px;
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 6px;
  line-height: 17px;
  border-right: 1px solid #fff;
}

#weather-date h4 {
  font-size: 19px;
  margin: 0;
}

#weather-date h5 {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
}

#weather-location {
  color: #fff;
  padding: 0 10px 0;
  float : left;
  width: 140px;
  line-height: 40px;
}

#weather-location p {
  margin: 0;
  text-transform: uppercase;
}


article.latest-news {
  padding: 10px 0;
  width: 280px;
  margin: 0 10px;
  color: #fff;
  border-bottom: 1px solid #ccc;
}

article.last {
  border: none;
}


article.latest-news h3 a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}


article.latest-news h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}

article.latest-news p a {
  line-height: 13px;
  color: #fff;
  text-decoration: none;
}

article.latest-news p.author {
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin-bottom: 0;
}

/* SOCIAL MEDIA */

#social {
  padding: 10px 0 10px 10px;
}


/* THREE COLUMN ITEMS */


.three-col {
  margin: 10px 0;
  padding: 10px 25px;
  background: url(../../images/tsj-angledbg.png);
}

.threecol {
  width: 307px;
  margin-right: 10px;
  float: left;
  position: relative;
}

.last {
  margin-right: 0;
  width: 306px;
}

#search_results .threecol { margin-right: 0 !important; margin-bottom: 10px; height: 230px;}
#search_results .last {margin-right: 10px !important;}

.image {
  background: #fff;
}

.no-image {
  background: #fff url(../../images/blank-post-watermark.jpg) no-repeat;
}

.no-image a {
  display: block;
  height: 150px;
  width: 306px;
}

.threecol article {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.threecol.yellow article {
  background: url(../../images/tsj-3col-yellow.png) top right no-repeat;
}

.threecol.orange article {
  background: url(../../images/tsj-3col-orange.png) top right no-repeat;
}

.threecol.red article {
  background: url(../../images/tsj-3col-red.png) top right no-repeat;
}

.threecol.green article {
  background: url(../../images/tsj-3col-green.png) top right no-repeat;
}

.threecol-contain {
  padding: 3px 10px;
}

.threecol article h3 a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 4px 0;
  display: block;
  width: 220px;
}

.threecol article p {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 4px 0 4px;
  margin: 0;
  border-top: 1px solid #fff;
  line-height: 12px;
  width: 220px;
}

/* VIDEO PLAYER */

#video-titles {
  height: 30px;
  background: #fff url(../../images/headings/tsj-home-video-bg.png) no-repeat;
}

#video-titles h2 {
  padding-bottom: 0 !important;
}

#video-titles .left {
  float: left;
  width: 640px;
}

#video-titles .right {
  float: left;
  width: 155px;
}

#video-holder {
  background: #606060;
}

.video-left {
  float: left;
  width: 600px;
  padding: 30px 15px;
}

#video {
  width: 600px;
  height: 338px;
}

#video-info {
  color: #fff;
  margin-top: 20px;
}

#video-info h3 {
  font-size: 18px;
  width: 500px;
  float: left;
  text-transform: uppercase;
}

#video-info h4 {
  font-size: 18px;
  font-weight: 400;
  width: 100px;
  float: left;
  text-align: right;
}

.video-right {
  width: 160px;
  padding: 0 15px;
  float: left;
}

a#video-up {
  width: 160px;
  height: 22px;
  background: url(../../images/tsj-video-up.png) no-repeat;
  text-indent: -9999px;
  display: block;
  outline: 0;
}

a#video-down {
  width: 160px;
  height: 22px;
  background: url(../../images/tsj-video-down.png) no-repeat;
  text-indent: -9999px;
  display: block;
  outline: 0;
}

a#video-up:hover, a#video-down:hover {
  opacity: 0.85;
}

ul#video-list {
  list-style: none;
  display: none;
  width: 160px;
  height: 334px;
  overflow: hidden;
}

ul#video-list li {
  margin: 0;
  padding: 7px 0;
  width: 160px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

ul#video-list li .vidlist {
  margin-top: 10px;
}

ul#video-list li .vidlist h3 {
  font-size: 12px;
  float: left;
  width: 115px;
  padding-right: 10px;
}


ul#video-list li .vidlist h4 {
  font-size: 12px;
  float: left;
  width: 35px;
  font-weight: 400;
  text-align: right;
}

/* Most Read List */

#most-read {
  padding: 0 !important;
  width: 300px !important;
}
#sidebar #most-read {
  margin-top: -10px !important;
}

ul#most-readlist {
  list-style: none !important;
  margin: 0 !important;
  padding: 5px 5px 5px;
  width: 290px;
}

ul#most-readlist li {
  margin: 0 0 5px 0;
  padding: 0;
}

ul#most-readlist li span {
  display: block;
  background: #fff;
  color: #000;
  width: 20px;
  text-align: center;
  float: left;
  padding: 1px 0;
}

ul#most-readlist li a {
  width: 250px;
  display: block;
  overflow: hidden;
  float: left;
  color: #fff !important;
  text-decoration: none !important;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
}

ul#most-readlist li.red a {
  background: url(../../images/tsj-top10-red.png) no-repeat;
}

ul#most-readlist li.orange a {
  background: url(../../images/tsj-top10-orange.png) no-repeat;
}

ul#most-readlist li.yellow a {
  background: url(../../images/tsj-top10-yellow.png) no-repeat;
}

ul#most-readlist li.green a {
  background: url(../../images/tsj-top10-green.png) no-repeat;
}

/* FOOTER */

#footelements {
  height: 80px;
  padding: 10px 25px 0;
  color: #9f9f9f;
  font-family: "Museo", sans-serif;
  font-weight: 500;
  font-size: 13px;
}

#footleft {
  float: left;
  width: 320px;
}

#footright {
  float: left:
  width: 610px;
}

.footsocial a {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
}

.footsocial {
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

#foot-facebook {
  background: transparent url(../../images/social-icons/foot-facebook.png) no-repeat;
  margin-right: 8px;
}

#foot-twitter {
  background: transparent url(../../images/social-icons/foot-twitter.png) no-repeat;
}

#foot-rss {
  background: transparent url(../../images/social-icons/foot-rss.png) no-repeat;
}

#foot-mobile a {
  width: 120px;
  text-indent: 0px !important;
  text-transform: uppercase;
  background: none;
  color: #9f9f9f;
  font-weight: 500;
  margin-left: 5px;
}
#foot-mobile a:hover {
  color: #aaa;
  opacity: 1;
}


/*  SHOW AND TELL  */

#show {
	font-size: 10px;
	color: #fff;
	width: 940px;
	padding: 5px 25px;
	background: #666;
	margin: 0 auto;
}
#show a:link, #show a:visited, #show a:active {
	color: #999;
	font-weight: normal;
}
#show a:hover {
	color: #aaa;
	font-weight: normal;
}
#show p {
	text-align: right;
	margin: 0;
}

#legal-link {
	float: left;
	color: #ffffff;
}
#show #legal-link a {
	color: #ffffff;
}
#show #legal-link a:hover {
  color: #BEB6A7;
  text-decoration: underline;
}

#show a.st {
	text-decoration: none;
}



/* ADVERT PLACEHOLDERS */

#fullad {
  display: block;
  width: 940px;
  height: 60px;
}

.leaderad {
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}

#smallrec {
  width: 180px;
  height: 150px;
  margin: 0 auto;
}

/* POSTS */
section#post, section#page {
  margin: 10px 0;
  padding: 20px 25px 0 25px;
}

#posthead, #pagehead {
  position: relative;
}

#pagehead h2 {
  color: #fff;
  text-transform: none;
  font-size: 24px;
  line-height: 60px;
  margin-top: 5px;
  padding-left: 13px;
  background: url(../../images/headings/tsj-cat-h2-green.png) no-repeat top right;
  width: 922px;
}
#pagehead #breadcrumbs {
  top: -25px;
  right: 55px;
}

#pagehead h2.author {
  background: url(../../images/headings/tsj-cat-h2-grey.png) no-repeat top right;
  padding-bottom: 10px;
}

section h2.entry-title {
  color: #4D4D4D;
  padding: 0 0 0 7px;
  font-size: 28px;
  line-height: 30px;
}
.entry-meta {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 8px;
}
.entry-meta .author { text-transform: uppercase; }
.entry-meta a {
  font-weight: bold;
  color: #4D4D4D;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #000;
}

.spacer {
  height: 1px;
  background: #999999;
  margin: 15px 0;
}

#breadcrumbs {
  font-size: 11px;
  position: absolute;
  bottom: 9px;
  right: 8px;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs li {
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
  color: #666;
}
#breadcrumbs a {
  color: #888;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #666;
}
#breadcrumbs li:last-child {
  margin-right: 0;
}
#breadcrumbs li:after { 
  content: "/";
  margin-left: 5px;
}
#breadcrumbs li:last-child:after {
  content: "";
  margin-left: 0;
}
.entry-social {
  padding: 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 20px;
}
.entry-social a {
  margin-top: 2px !important;
}
.entry-social a.addthis_button_facebook_like, .entry-social a.addthis_button_tweet {
  margin-top: 0 !important;
}

#postinternal {
  margin-top: 10px;
  
}
#pageinternal {
  margin-top: 10px;
}
#postinternal .container {
  padding-left: 8px;
}
#pageinternal .container {
  padding-left: 13px;
}
#postcontent, #pagecontent {
  width: 630px;
  float: left;
  overflow: hidden;
  color: #000;
  line-height: 15px;
  font-size: 12px;
}
#postcontent p, #pagecontent p {
  margin: 15px 0;
  padding-right: 20px;
}
#postcontent *:first-child, #pagecontent *:first-child {
  margin-top: 0;
}
#pagecontent iframe { vertical-align: middle; }

.entry-tags {
  font-size: 11px;
  padding: 5px 0 20px 0;
}
.entry-tags div.tag {
  font-weight: bold;
  width: 35px;
  float: left;
  margin: 0;
}
.entry-tags div {
  margin-left: 35px;
}
.entry-tags a {
  color: #eb6e07;
}

#page #sidebar .widget:first-child { margin-top: 0 !important; }
#sidebar.categorysidebar .widget:first-child { margin-top: 0 !important; }


#postadblock {
  width: 720px;
  height: 90px;
  margin: 10px auto;
  background: #555;
}

span.clock {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../images/clock.gif) no-repeat;
  vertical-align: middle;
  margin: 0 2px;
}

.entry-author {
  background: #eee;
  margin: 10px 0 20px 0;
  padding: 10px 20px 10px 10px;
  margin-right: 20px;
}
.author-avatar {
  float: left;
  width: 52px;
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.author-description {
  margin-left: 63px;
  font-size: 11px;
}

#author-link {
  margin-top: 5px;
}
#author-link a {
  color: #eb6e07;
}
#author-link a:hover {
  text-decoration: none;
}

#relatedholder {
  background: url(../../images/relatedbg.gif) repeat-y;
}

.related {
  background: #fff;
}
.related div {
  padding: 10px;
  font-size: 11px;
  line-height: 14px;
}

.related h4 {
  width: 307px;
  height: 31px;
  line-height: 31px;
  font-family: "Museo", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.related h4 a {
  color: #fff;
  width: 281px;
  height: 31px;
  padding: 0 13px;
  display: block;
  text-decoration: none;
}
.related h5 {
  font-size: 12px;
  color: #000;
  margin: 0 0 5px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
}
.related h5 a {
  color: #000;
  text-decoration: none;
}

.red h4 { background: #e42a18; }
.green h4 { background: #0092a7; }
.yellow h4 { background: #fdc613; }
.orange h4 { background: #eb6e07; }

#sidebar .widget {
  margin: 20px 0;
}

#sidebar .widget div {
  width: 280px;
  padding: 0 10px;
}
#sidebar .wp_twitter_timeline div div {
  width: 100%;
  padding: auto;
}
div.twtr-timeline {
  padding: 0;
}
#sidebar #text-55 div, #sidebar #text-54 div, #sidebar #text-56 div, #sidebar #text-57 div, #sidebar #text-58 div {
  padding: 0;
}
#sidebar .widget ul {
  list-style: outside square;
  color: #ddd;
  margin: 10px 0 10px 25px;;
}
#sidebar .widget a {
  color: #ddd;
}
#sidebar .widget a:hover {
  color: #fff;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.alignleft {
  display: inline;
  margin: 0 10px 10px 0 !important;
  padding: 0;
}
img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
    padding: 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

#category-heading {
  margin-top: 10px;
  position: relative;
  padding-top: 25px !important;
}
#category-heading #breadcrumbs {
  top: 0;
  right: 80px;
}

.cat-feed a {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../images/feed-icon-16x16.png) no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}
.cat-feed a:hover {
  opacity: 0.8;
}

#socialinternal {
  padding: 10px 10px 20px 10px;
  margin: 20px 0;
  background: #fff;
}
#socialinternal:first-child {
  margin-top: 0;
}
#postinternal #socialinternal { border: none; }

.mc_error_msg {
  border: 1px solid #e37e79;
  background: #ffe4e3;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
}
.mc_success_msg {
  border: 1px solid #8bd66b;
  background: #e0ffd3;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}

a:hover img {
  opacity: 0.9;
}

.wp-caption-text {
  display: block;
  padding: 8px !important;
  background: #7e7f80;
  color: #fff;
  }

/* TubePress hacking */

.tubepress_container {
  margin-bottom: 0 !important;
}

.tubepress_thumbs {
  margin-bottom: 0 !important;
}

.tubepress_normal_embedded_wrapper {
  margin-bottom: 50px !important;
  position: relative;
  height: 338px;
}

.tubepress_embedded_title {
  position: absolute;
  bottom: -35px;
  color: #fff;
}

.tubepress_thumb {
  height: auto !important;
  color: #fff !important;
}

.tubepress_thumb a:hover {
  color: #ccc !important;
  text-decoration: none;
}

dd.tubepress_meta_runtime {
  margin-top: 10px !important;
  display: block !important;
}