@import url("reset.css?1337069339");

/*
Dark blue: #3677bb
Light blue: #C7D6E4
Dark green: #366
Light green: #D7EAE5
Red: #EF0319
*/

header, 
aside, 
footer, 
article, 
aside, 
figure {
	display: block;
	zoom:1;
}

body {
  font-family: 'Karla', Arial, sans-serif;
  font-size: 75%;
  line-height: 135%;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', Arial Black, Arial, sans-serif;
}

a {
	color: #3677bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #3677bb;
}


h1 {
	font-size: 1.3em;
	line-height: 1.1em;
}

h3 {
	font-size: 1em;
	line-height: 1.1em;
}

h4 {
	font-size: .9em;
}

blockquote {
	margin: 15px;
}

strong { 
	font-weight: bold;
}

ul {
	margin: 10px 0 10px 0;
}

li {
	margin: 0 0 10px 15px;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

p {
	line-height: 1.3em;
  margin-bottom: 15px;	
}

table, td, tr, th {
	text-align: left;
}

.inner-wrapper {
	width: 970px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 125px;
	position: relative;
	top: 0px;
	margin-bottom: 10px;
	z-index: 5;
	background-color: #3677bb;
	-webkit-box-shadow: inset 0px -30px 30px -20px rgba(100, 100, 100, .5);
	box-shadow: inset 0px -30px 30px -20px rgba(100, 100, 100, .5);
}

#header .bg-watermark {
	-webkit-box-shadow: inset 0px -30px 30px -20px rgba(100, 100, 100, .5);
	box-shadow: inset 0px -30px 30px -20px rgba(100, 100, 100, .5);
	background: #3677bb url('/static/images/header-bg-watermark.png') no-repeat 8.5%;
	height: 124px;
	width: 200px;
	position: absolute;
	z-index: -1;
	margin-left: -65px;
}

#header .iab-leaderboard {
	float: right;
  height: 90px;
  padding-right: 59px;
  width: 728px;
}

#logo .city-date {
	background: #333;
	color: #fff;
	float: left;
	padding: 0px;
	width: 230px;
	height: 43px;
	letter-spacing: 1px;
	-webkit-border-radius: 5px 5px 0px 0px;
          border-radius: 5px 5px 0px 0px;
}

#logo .city-date h3 {
	font-size: 25px;
	line-height: 45px;
	padding-left: 15px;
	font-weight: 400;
	font-family: 'Oswald', Arial Black, Arial, sans-serif;
	float: left;
	
}

#logo-date {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px;
}

.iab-wide-skyscraper{
	margin: 5px 0 5px 0;
}

.iab-wide-skyscraper a img{
	position:relative;
	left:-3px;
}

#title-bar {
	background-color: #FFF;
	width: 100%;
	height: 90px;
}

#container {
	position: relative;
	margin: 0px auto;
	background-color: #FFF;
	/* delete: width: 970px; */
	/*activate this guy when you bring the community bar back: margin-top: 33px;*/
}

#content-column {
	position: relative;
	z-index: 1;
}

#content {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

#content-header {
	height: 15px;
	background-color: #F00;
	width: 100%;
}

#footer-banner-a {
	margin-top: 10px;
}

#footer {
	clear: both;
	background-color: #616970;
	color: #fff;
	margin-bottom: 0px;
	font-size: 1em;
	padding: 5px 0 5px 10px;
	letter-spacing: 1px;
	height: 350px;
	font-weight: 100;
}

#footer div {
	margin-top: 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #D7EAE5;
}

#footer p {
	padding: 0 0 10px 0px;
}

#footer ul {
	margin:0;
}

#footer ul li {
	list-style: none;
	margin:0 0 3px 0;
}

#footer ul li img {
	vertical-align: -15%
}

.ads-browser-load-img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.user-favorites-list {
	margin-bottom: 20px;
}

.user-favorite {
	border-bottom: solid 1px #D4D4D4;
	padding: 10px 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

.user-favorite-last .user-favorite {
	border-bottom: none;
}

.user-favorite h3 {
	margin-bottom: 10px;
}

.user-favorite .favorite-user {
	margin-bottom: 5px;
}

.user-favorite blockquote {
	width: 70%;
	margin: 10px 20px;
	display: block;
	text-align: center;
}

.user-favorite:hover .user-favorite-metadata {
	visibility: visible;
}

.user-favorite-metadata {
	visibility: hidden;
	float: right;
}

.user-favorite .profile-image {
	margin-right: 10px;
	float: left;
}

#add-favorite-popup {
	background-color: #FFF;
	padding: 10px;
	border: solid 1px #000;
	visibility: hidden;
	position: absolute;
	top: 30px;
	right: 0px;
}

#add-favorite-popup input[type='submit'] {
	text-align: right;
}

#add-favorite-popup textarea {
	width: 250px;
	display: block;
	margin: 10px 0px;
}

#storyImageExpand {
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 5px;
	z-index: 45;
	width: 610px;
	padding: 20px 0px;
	text-align: center;
	background: #777;
}


#column3 .related-link, 
#column2 .related-link {
	color: #3677bb;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0 0 0 15px;
	/*padding: 0px 10px 5px 0px;*/
}

.related-link {
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: .8em;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 15px;
	margin-right: 10px;
}

.remote-story a.hover-link {
  position:relative; /*this is the key*/
  z-index:24;
  text-decoration:none;
  font-weight:normal;
}

.remote-story a.hover-link:hover{ 
	z-index:25;
}

.remote-story a.hover-link span { 
	display: none; 
	font-size: 14px; 
	font-weight: normal; 
	z-index: 25;
}

/*the span will display just on :hover state*/
.remote-story a.hover-link:hover span { 
  display:block;
  position:absolute;
  border: 1px solid #333;
	padding: 10px;
  background-color: #FFF;
	color: #000;
}

.favorite-tools {
	position: relative;
	top: -5px;
	visibility: hidden;
	display: block;
	height: 0;
}

#column3 .remote-story h3 a, 
#column2 .remote-story h3 a, 
#pp-column2 .remote-story h3 a {
	color: #000;
	display: block;
}

#column1 a.hover-link:hover span {
  top: 0px; 
  left: 135px; 
  width: 300px;
}

#column2 a.hover-link:hover span {
  top: 0px; 
  left: 300px; 
  width: 300px;
}

#column3 a.hover-link:hover span {
  top: 0px; 
  left: -325px; 
  width: 300px;
}

#column1 p {
	font-size: 95%;
	line-height: 120%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

#column3 p {
	font-size: 95%;
	line-height: 110%;
	margin: 10px 0px 10px 0px;
}

#most-clicked-stories, 
#most-clicked-blog-posts, 
#member-thanks-box,
#most-commented-stories {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#most-commented-stories h4, 
#most-clicked-stories h4, 
#most-clicked-blog-posts h4, 
#member-thanks-box h4 {}

.more-link {
	font-size:0.85em;
}

#most-commented-stories .more-link, 
#member-thanks-box .more-link, 
#day-sponsor-block .more-link {
	color: #3677bb;
	text-transform: uppercase;
	font-weight:bold;
}

#most-commented-stories {
	margin-top: 10px;
}

#most-clicked-stories li, 
#most-commented-stories li, 
#most-clicked-blog-posts li {
	list-style: none;
	line-height: 1.1em;
	margin:8px 0 8px 0px;
	padding-right: 14px;
}

#most-clicked-stories a, 
#most-commented-stories a, 
#most-clicked-blog-posts a, 
#member-thanks-box a {
	font-weight: 500;
	color: #000;
}

#column1 .big-member-name {
	text-transform: uppercase;
}

.user-photo h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.user-photo p {
	margin: 2px 0px;
}

.user-photo .photo-info {
	margin-top: -4px;
	background-color: #616970;
	padding: 5px 10px 10px 10px;
	font-family: 'Karla', Arial, sans-serif;

}

.user-photo h2 {
	float: left;
	margin-right: 7px;
	font-family: 'Karla', Arial, sans-serif;
}

.user-photo .photo-info h2 a {
	color: #efefef;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.photo-info .user-photo-start-date {
	color: #cccccc;
}

.photo-info p.user-photo-source {
	text-transform: capitalize;
	color: #efefef;
	margin: 14px 0px 0px 0px !important;
}

.user-photo img {
	margin: 0px;
	font-size: 12px;
}

.user-photo {
	margin: 0px 0px 20px 0px;
	clear: both;
}

.user-photo-source a {
	color: #efefef;
}

/*  these are set so that the hovering popups on remote links aren't occluded */
#column2 {
	z-index: 2;
}

#column1, #column3 {
	z-index: 3;
}

.iab-square-button {
   margin: 5px 0px;
}

.remote-story {
	margin-bottom: 5px;
}

.remote-story ul {
	margin:2px;
}

.remote-story ul li{
	padding:0px;
}

.remote-story h3 {
	line-height: 130%;
	margin-bottom: 5px;
	#padding-left: 10px;
	#padding-right: 10px;
}

#column4 .remote-story h3 {
	padding-left: 0px;
}

.remote-story-main-topic {
	line-height: 120%;
	background-color: #3677bb;
	color: #fff;
	margin-bottom: 5px;
	padding: 2px 5px 3px 10px;
	position: relative;
	display: inline-block;
}

.remote-story-main-topic a {
	color: #fff;
	position: relative;
}

.remote-story h3 a {
	line-height: 1.2em;
	position: relative;
}

.remote-story .related-link a {
	font-weight:normal;
	position: relative;
	top:-1px;
}

h3.remote-story-headline {
  font-family: 'Karla', Arial, sans-serif;
}

.remote-story li.related-link {
	list-style-image:url("/static/images/logo-list.gif");
}

.remote-story .source {
	position:relative;
	font-size: 0.8em;
	line-height:1.4em;
}

#column2 .remote-story .source {
	line-height:1.6em;
}

.remote-story .source, 
.remote-story .source a {

}

.remote-story .remote-suggest{
	font-weight:normal;
	font-size:90%;
}

.section-title {
	height: 30px;
	margin-bottom: 10px;
}

.section-title a {
	color: #333;
}

section h1,
section h2,
section h3,
.section-title h2, 
.section-title h1, 
.section-title h3,
#content-title h1 {
	background: url('/static/images/divider.png') no-repeat;
	color: #333;
	line-height: 1.5;
	padding: 5px 0px 0px 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	border-top: 1px solid #ccc;
}

#content-title h1:before {
	content: "";
	background-color: #3677bb;
	display: block;
	width: 10px;
	height: 20px;
	float: left;
	margin: 6px 8px 20px 0px;
}

.section-sub-title {
	color: #366;
	float: right;
	font-size: 0.95em;
	margin: 7px 75px 10px 0px;
}

.section-sub-title a {
	color: #366;
}

.top-level-topic {
	margin-bottom: 30px;
}

.top-level-topic h3,
.sub-section-title,
#day-sponsor-block h4.sub-section-title {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 5px 3px 0px;
	color: #333;
	line-height: 1.1em;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
}

.top-level-topic h3:before,
.sub-section-title:before,
#day-sponsor-block h4.sub-section-title:before {
	content: "";
	background-color: #3677bb;
  display: block;
  width: 10px;
  height: 20px;
  float: left;
  margin: 2px 8px 20px 0px;
}

#column3 .clicker .sub-section-title {
	background: none;
	border: 0px;
	padding-top: 0px;
}

.slideshow-tease .sub-section-title {
	width:50%;
}

.top-level-topic h3 a, .sub-section-title a {
	color: #333;
}

.top-level-topic li {
	list-style: none;
	margin: 0px;
	clear: both;
}

.top-level-topic li a {
	color: #333;
}

.top-level-topic .teaser-image {
	margin-left: 5px;
	float: right;
}

.comment {
	position: relative;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 20px;
}

.comment .byline {
	font-weight: bold;
	font-size: 100%;
}

.comment p a {
	text-decoration: underline;
}

#comment-form {
	width: 100%;
}

#comment-form label {
	display: block;
	font-weight: bold;
}

#comment-form input[type=text], #comment-form textarea {
	width: 100%;
}

#comment-form input[type=submit] {
	float: right;
}

.comment-tools {
	visibility: hidden;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.comment:hover .comment-tools {
	visibility: visible;
}

.comment-tools a {
	font-weight: normal;
}

.anchorJustName:hover {
	text-decoration: none;
}

.pagination {
	margin-bottom: 10px;
}

.pagination a {
	text-decoration: underline;
}

#right-nav a {
	margin-bottom: 20px;
	margin-left: 4px;
	position: relative;
}

#follow-us {
	margin:0 14px 0 0px;
	clear: both;
}

#follow-us .follow a {
	margin-bottom: 0;
	margin-left: 0;
}

#follow-us .follow {
	padding:5px 0 5px 0;
	border-bottom:1px #ccc solid;
}

#follow-us .follow img {
	float:left;
}

#follow-us .follow p {
	margin:0px 0 0px 40px;
	line-height:130%;
	font-size:100%;
}

#vertical-banner-a {
	padding: 0;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 14px;
}

#leaderboard-righter {
	position: absolute;
	top: 0px;
	left: 0px;
}


#title-bar img {
	border: none;
	text-decoration: none;
	padding: none;
}

.page-top {
	background-color: #443e37;
	height: 20px;
}

ul.user-links {
	text-align: right;
	float: right;
	margin: 0px auto;
	text-transform: uppercase;
	background-image: url('/static/images/top-bar-tabs.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
	width: 970px;
}

ul.user-links li {
	display: inline-block;
	margin-top: 2px;
}

ul.user-links li.mobile {
}

ul.user-links li.login {
	margin-left: 75px;
	margin-right: 40px;
}

ul.user-links li.profile {
	margin-right: 30px;
	margin-left: 60px;
}

ul.user-links a {
	color: #fff;
}

/*  START SARATRON LOOK-A-LIKE */
#top-nav {
	width: 728px;
	height: 30px;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 7px;
}

.nav {
	float: left;
	height: 28px;
	-webkit-box-shadow: inset 0px -30px 30px -20px rgba(11, 56, 137, 0.5);
	box-shadow: inset 0px -30px 30px -20px rgba(11, 56, 137, 0.5);
}

.nav a, 
.no-link-nav,
.subnav a {
	display: block;
	width: 78px;
	color: #dedede;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 2px;
	-webkit-box-shadow: inset 0px -15px 40px -20px rgba(100, 100, 100, .5);
	box-shadow: inset 0px -15px 40px -20px rgba(100, 100, 100, .5);
	height:;
}

.nav > a {
	border-right: 4px solid #3677bb;
}

.subnav {
	background-color: #3677bb;
	line-height: 12px;
}

.subnav {
	-webkit-box-shadow: inset 0px 85px 50px -20px rgba(100, 100, 100, .3);
	box-shadow: inset 0px 85px 50px -20px rgba(100, 100, 100, .3);
}

.subnav a {
	font-size: 10px;
	overflow: hidden;
	border-right: 4px solid #3677bb;
	border-bottom: 4px solid #3677bb;
	border-left: 4px solid #3677bb;
}

.subnav:first-child a {
	border-top: 4px solid #3677bb;
}

.nav a:hover,
.subnav a:hover {
	color: #fff;
	background-color: #3677bb;
	text-decoration: none;
}

.subtab {
	top: -9999px;
  left: -9999px;
	position: relative;
	width: 85px;
}

.nav:hover .subtab {
	top: 0px;
  left: -4px;
}

#navsearch {
	float: left;
	color: #FFF;
	padding-left: 3px;
	padding-top: 1px;
}

#navsearch a {
	color: #FFF;
}

#navsearch form {
	margin: 0px;
}

#navsearch input {
	border: #FFF 1px solid;
	margin-top: 1px;
	margin-left: 6px;
	padding-top: 2px;
	padding-left: 3px;
	width: 90px;
	height: 15px;
	background-color: #dcd9c9;
	color: #433e37;
	font-weight: 300;
	font-family: Karla, sans-serif;
	text-transform: lowercase;
}

#navsearch .submit {
	border: 0px none;
	width: 20px;
	height: 20px;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	margin-left: 0px;
}

#day-sponsor-block {
	/*background-image: url("/static/images/day-sponsor-bg.jpg");
	background-repeat: no-repeat;
	background-position:1px 1px;*/
	width: 149px;
	height: 122px;
	margin-bottom:10px;
}

div.pull_quote {
	margin:20px 0 20px 0 !important;
	width:537px !important;
	font-size:150% !important;
	font-weight:bold !important;
	padding-left: 50px !important;
	line-height:100% !important;
	background-image:url("/static/images/quotes.gif") !important;
	background-repeat:no-repeat !important;
	color:#444 !important;
}

div.pull_quote div.attrib {
	font-size: 75% !important;
	text-align: right !important;
}

div#floater-bar {
  background-color: #c7d6e4;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:100;
	height:23px;
	text-align:center;
	padding-top:5px;
	font-size:110%;
	font-weight:bold;
	border-bottom:2px solid #336799;
	opacity:0.9;
	filter:alpha(opacity=90);
}

i,
em {
	font-style: oblique !important;
}

.fp-story-description {
	margin-bottom: 10px;
}

#front-page-blog .blog-post {
	margin-bottom: 0px;
}

#front-page-blog li {
	font-weight: bold;
}

#front-page-blog .more-link,
#front-page-blog .start-date {
	margin-top: 10px;
	display: block;
}

#medium-rectangle-a {
	margin-top: 0px;
}

#front-page-blog {
	background-color: #c7d6e4;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 20px 0px;
}

#front-page-blog .blog-post-headline a {
	color: #336799;
}

#front-page-blog .post-summary {
	margin-bottom: 15px;
}

#front-page-blog .front-page-blog-byline a {
	font-family: Verdana;
	font-size: 0.9em;
	color: #336799;
	text-transform: uppercase;
}

#front-page-blog li a {
	color: #000;
}

#front-page-blog .start-date {
	float: right;
	color:#000;
}

#front-page-blog h4 {
	position: relative;
	left: -10px;
	top: -5px;
	width: 150px;
	padding: 3px 5px 5px 10px;
	line-height: 120%;
	font-size: 1em;
	background-color: #336799;
	color: #FFF;
}

#front-page-blog h4 a {
	color: #FFF;
}

div.blog_menu_container {
	width: 285px;
	background-color:#fed856;
}

#front-page-blog ul.blog_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	display:block;
	width: 285px;
}

#front-page-blog ul.blog_tabs li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	list-style:none;
}

#front-page-blog ul.blog_tabs a {
	display: block;
	width: 50px;
	height: 17px;
	padding: 2px 2px 0px 2px;
	margin: 0px 3px 5px 0px;
	border: 0;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
}

#front-page-blog ul.blog_tabs a, 
ul.blog_tabs a:link, 
ul.blog_tabs a:visited {
	background-color: #336799;
	color: #fff; !important;

}

#front-page-blog ul.blog_tabs a.active, 
ul.blog_tabs a:link.active, 
ul.blog_tabs a:visited.active {
	background-color: #E2F1FF;
	color: #336799;
	text-decoration: underline;
}

#front-page-blog ul.blog_tabs a:hover, 
ul.blog_tabs a:hover.active {
	background-color: #E2F1FF;
	color: #336799;
}

/* panels */

#front-page-blog div.blog_tabs {
	padding: 0;
	clear: left;
}

#column3 .section-title {
	position: absolute;
	top: 0px;
	left: -9px;
	width: 319px;
}

.topic-image {
  float: right;
  margin: 0 0 10px 10px;
}

.list-object-pubdate {
  margin-top: 5px;
}

.list-object-pubdate time {
	color: #7d7d7d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Clicker */

div.clicker {
	background-color: #e2e4e5;
	padding: 10px 15px 0px 15px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom: 30px;
}

div.clicker .sub-section-title a {
	text-transform: uppercase;
	color: #616970;
	font-weight: 300;
}

.clicker-intro {
	color:#777;
	clear: both;
}