/*
Theme Name: The Ithacan, Fall 2013 Theme
Theme URI: http://theithacan.org/
Author: Evan Sobkowicz
Author URI: http://esobko.com/
Description: A custom theme for The Ithacan. Fall 2013.
Version: 1.0
*/


/* =========== STRUCTURE & LAYOUT =========== */

.padd15 {
	padding-top: 15px;
}



/* =========== SITE STYLES =========== */

a, a:visited {
	color: #000000;
}
a:hover {
	color: #004276;
	text-decoration: none;
}
article a, .error a, article a:visited, .error a:visited {
	color: #428bca;
}
article a:hover {
	color: #004276;
	text-decoration: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
ul {
	list-style: square;
}
ul.inline-bullets {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}
ul.inline-bullets li {
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
	
}
ul.inline-bullets li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.icon-wrapper {
	padding-right: 1px;
}
.icon-wrapper ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.icon-wrapper ul li {
	list-style: none;
	display: inline;
	padding: 2px;
}
.align-right {
	text-align: right;
}

.aligncenter, .wp-caption {
	max-width: 100%;
}


hr {
	border-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
img {
	max-width: 100%; /* 100% */
	height: auto;
}
iframe {
	width: 100%;
}
.more-link {
	text-align: right;
	margin-bottom: 10px;
}
.underline {
	border-bottom: 1px solid #000;
}
.pagination-container {
	width: 100%;
	text-align: center;
}
.head-label {
	margin-bottom: 10px;
}

.list-group {
	margin-bottom: 5px;
}
.list-group-item {
	padding: 5px 15px;
	border: 0px;
	border-left: none;
	border-right: none;
	border-radius: 0px !important;
}
a.list-group-item {
	color: #000;
}

.list-group-item ul {
	list-style: none;
	display: inline-block;
	padding-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

/* =========== HEADER =========== */
header {
	text-align: center; 
}
header h1 img {
	max-width: 100%;
	max-height: 65px;
}

/* Header Weather */
header .current-weather {
	text-align: left;
	margin: 2px;
	font-size: 12px;
}
header .current-weather .city {
	margin-right: 10px;
	font-weight: bold;
}

/* Header Search */
header form {
	text-align: right;
}

/* Header Date */
header .current-date {
	margin: 10px;
}

header .custom-search {
	margin-top: 5px;
}

/* Header Social Icons */
ul.media-icons {
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.media-icons li {
	display: inline-block;
	list-style: none;
	font-size: 30px;
	margin-right: 4px;
	margin-left: 4px;
}
.media-icons li.facebook a {
	color: #3b5998;
}
.media-icons li.twitter a {
	color: #00aced;
}
.media-icons li.you-tube a {
	color: #bb0000;
}
.media-icons li.flickr a {
	color: #ff0084;
}
.media-icons li.instagram a {
	color: #517fa4;
}

/* =========== NAVBAR =========== */
.navbar .nav {
	width: 100%;
	text-align: center;
}
.navbar .nav li {

	width: 16.66%;
}
.navbar .nav li a {
	color: #fff;
	font-weight: 200;
}
.navbar .nav li a:hover {
	color: #d8d8d8;
}
.navbar .nav li.active a {
	color: #fff;
	font-weight: bold;
	background: transparent;
}
.navbar .nav li.active a:hover {
	background: transparent;
}
.navbar {
	line-height: 30px;
	min-height: 30px;
	border-radius: 0px;
}
.navbar > .nav > li {
	line-height: 30px;
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* =========== Pages =========== */

/* 404 Page */
.error {
	min-height: 500px;
}
.error p {
	text-align: center;
	font-weight: 200;
	margin-bottom: 20px;
}
.error h1 {
	font-size: 70px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 200;
	text-align: center;
}
.error-search {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}

.panel ul {
	padding-left: 20px;
}


.search-wrapper form {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* =========== FRONT PAGE =========== */




/* Potentially Remove */
.submit-news {
	text-align: center;
	margin-bottom: 15px;
}
.submit-news img {
	max-width: 100%;
}
.submit-news a img {
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
}
.submit-news a:hover img {
	border-color: #004276;
}
/* Old Front */
h3 i.small {
	font-size: 14px;
}
.panel h3 i.small {
	font-size: 12px;
}

/* Article & Section Headers */
.post-type-head {
	margin-bottom: 25px;
}
.post-type-head .label {
	font-weight: 200;
}
.post-type-head .label a {
	color: #fff;
}

/* =========== ARTICLE LAYOUT =========== */
.article-block .article-block-content {
	min-height: 150px;
}
.article-block h3 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 200;
	padding-top: 10px;
}
.meta-byline {
	color: #818181;
	font-size: 10px;
}

.feature-post h3 {
	font-weight: 200;
}

.article-block .content-excerpt {
	min-height: 50px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.article-block .row {
	margin-bottom: 10px;
}

.featured-image-2col img {
	width: 100%;
	height: 100%;
}
.featured-image-small {
	text-align: center;
}
.featured-image-small img {
	max-width: 100%;
	max-height: 200px;
	height: auto;
	width: auto;
	margin-top: 10px;
}
.featured-image-small.pull-right {
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.featured-image-small.pull-right img {
	max-width: 100px;	
}
.featured-image-small.pull-left {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.featured-block h3 {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.featured-block .content-excerpt {
	margin-top: 4px;
}
.featured-image-large .credit {
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #818181;
}
.article-block-sidebar h3 {
	text-align: center;
	margin-top: 0px;
	font-size: 20px;
}
.article-block-sidebar .featured-image-medium {
	text-align: center;
	margin-bottom: 10px;
}

h2.page-title {
	font-weight: 200;
	font-size: 45px;
	margin-bottom: 20px;
}
h2.article-title {
	font-weight: 200;
}
h5.kicker {
	margin-bottom: -15px;
	font-weight: 200;
}
h5.deck {
	margin-top: 0px;
	font-weight: 200;
}

/* Potentially remove? */
.image-links {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.image-links div {
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-links a img {
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
}
.image-links a:hover img {
	border-color: #004276;
}

.accent-media .media-block-large iframe {
	height: auto !important;
}
.accent-media h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.accent-reviews a.list-group-item {
	font-weight: 200;
}



/* PDF Box */
.print-edition {
	background: #eee;
	padding-top: 10px;
	box-shadow: 0 2px 10px #ccc inset;
	padding-bottom: 15px;
	overflow: hidden;
}
.print-edition img {
	margin: 0 auto;
	border: 1px solid #ddd;
	box-shadow: 0 2px 2px #ccc;
	display: block;
	padding: 10px 5px;
	background: #fff;
}


.print-edition .flip-container {
	perspective: 1000;
	margin-left: 30px;
}

/* flip the pane when hovered */
.print-edition .flip-container:hover .flipper, .print-edition .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
}

.print-edition .flip-container, .print-edition .front, .print-edition .back {
	width: 165px;
	height: 275px;
}

/* flip speed goes here */
.print-edition .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.print-edition .front, .print-edition .back {
	-webkit-backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.print-edition .front {
	z-index: 2;
}

/* back, initially hidden pane */
.print-edition .back {
	-webkit-transform: rotateY(180deg);
}

.print-edition .datebox {
	padding: 0px;
	width: 110px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 11px;
}


.pdf-block {
	text-align: center;
	margin-bottom: 15px;
	min-height: 300px;
}
.pdf-block img {
	margin: 0 auto;
	border: 1px solid #ddd;
	box-shadow: 0 2px 2px #ccc;
	display: block;
	padding: 10px 5px;
	background: #fff;
}
.pdf-block .datebox {
	padding: 0px;
	width: 110px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 11px;
}



/* =========== OLD - remove? =========== */
/*
.slider {
    margin: 0 auto;
}
.flexslider .slides img {
	height: auto;
	max-height: 350px;
}
.flexslider {
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 0 0 0 rgba(0,0,0,0),
        0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow:
        0 0 0 0 rgba(0,0,0,0),
        0 0 0 0 rgba(0,0,0,0);
    box-shadow:
        0 0 0 0 rgba(0,0,0,0),
        0 0 0 0 rgba(0,0,0,0);
}
.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d;  browsers that don't support rgba 
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 20px;
    color: #eaeaea;
    text-align: left;
}

.flexslider .flex-control-thumbs li {
	max-height: 65px;
	overflow: hidden;
}
*/


/* =========== MULTIMEDIA SECTION =========== */
.multimedia h4 {
	margin-bottom: 3px;
	max-width: 400px;
}
.multimedia h4 a {
	color: #fff;
}
.multimedia-byline {
	margin: 0px;
	font-size: 10px;
	color: #aaa;
	line-height: 11px;
}
.multimedia-byline a {
	color: #aaa;
}
.multimedia-byline a:hover {
	color: #fff;
}
.multimedia .excerpt {
	margin-top: 0px;
	max-width: 400px;
}

.media-img-height-control .img-block {
	width: 100%;
	max-height: 100px;
	overflow: hidden;
}
.media-article .row h3 {
	padding-top: 10px;
}
.media-article .row .content-excerpt p {
	margin-left: 0px;
}
.featured-image-media img {
	width: 100%;
	max-height: 120px;
	overflow: hidden;
}

h3.media-block-title {
	font-size: 20px;
	height: 66px;
	min-height: 66px;
} 

.multimedia-grid {
	margin-bottom: 20px;
}
.multimedia-grid iframe {
	height: auto;
}
.multimedia-grid h3 {
	font-weight: 200;
	margin-top: 0px;
}



.media-masonry {
	margin-bottom: 15px;
	padding-top: 10px;
}




/* =========== SINGLE =========== */


article .featured-image-article {
	text-align: left;
	color: #818181;
}
article .featured-image-article .feat-img {
	margin-bottom: 5px;
}
article .featured-image-article .feat-img img {
	max-width: 100%;
}
article .featured-image-article .credit {
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	margin-left: 15px;
	max-width: 75%;
	overflow: hidden;
}
article .featured-image-article .caption {
	font-size: 11px;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
	font-size: 12px;	
}
article .article-meta {
	color: #818181;
	font-size: 11px;
	margin: 15px 0px;
}
article .byline a, .byline a, article .meta-byline a, .meta-byline a {
	color: #818181;
}
.byline a:hover, .meta-byline a:hover {
	color: #000;
}
article .article-meta .pub-date {
	
}
article .article-content {
	margin-top: 10px;
	font-family: georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
}
article .social {
	color: #818181;
	margin-top: 15px;
	margin-bottom: 10px;
}

article h1, article h2, article h3, article h4 {
	font-weight: 200;
}
.social h3 {
	font-weight: 200; 
}

.media-credit {
	font-size: 11px;
	color: #818181;
	text-align: right;
	text-transform: uppercase;
}


.writer-info {
	margin-top: 20px;
	font-size: 12px;
	color: #818181;
}
.writer-info a {
	color: #818181;
}
.writer-info a {
	color: #818181;
	text-decoration: underline;
}



/* Responsive Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 5px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* =========== ACCENT SECTION =========== */
.review-icon {
	text-align: center;
	font-size: 60px;
}
.accent-article-list {
	margin-top: 12px;
	margin-left: 0px;
	padding-left: 0px;
}



/* =========== TAXONOMY ARCHIVES =========== */
.section-title {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 3px;
	color: #000;
}
.section-title h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 40px;
	font-weight: 200;
}

.section-title.left {
	text-align: left;
}

/* =========== MEDIA =========== */
.media-top-bar {
	margin-bottom: 25px;
}
.media-sidebar h3.first {
	margin-top: 0px;
}



/* =========== GOOGLE MAPS =========== */
.gmap {
	
}
.gmap img {
	max-width: none;
}
.google-map-canvas,
.google-map-canvas * { .box-sizing(content-box); }

#map-canvas {
	height: 300px;
	margin: 0px;
	padding: 0px;
}



.tags {
	margin-top: 15px;
}
.tags .label {
	line-height: 24px;
} 
.tags .label a {
	color: #fff;
	font-weight: normal;
}
.tags .label a:hover {
	color: #fff;;
}



/* =========== IMAGES IN CONTENT =========== */
.wp-caption p {
	text-align: center;
	padding-left: 5%;
	padding-top: 5px;
	width: 90%;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter, .alignright, .alignleft, .wp-caption {
	margin-top: 15px;
	margin-bottom: 15px;
}


/* =========== ITHACA TODAY BOX =========== */
.ithaca-today-wrapper {

}
.ithaca-today-wrapper h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
.ithaca-today-wrapper a {
	display: block;
	border-radius: 10px;
	/*border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
	text-align: center;
}
.ithaca-today-wrapper a img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.ithaca-today-wrapper a:hover img {
	box-shadow: 0px 0px 5px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

/* =========== FRONT PAGE =========== */

ul.home-article-list {
	padding-left: 15px;
}

.latest-articles.spacing-top {
	margin-top: 40px;
}

.latest-articles .label, .scoreboard-wrapper .label {
	margin-top: 0px;
}
.latest-meta {
	display: block;
	color: gray;
	font-size: 10px;
}
.latest-articles .section-label {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
}
.section-label a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.section-label a .label {
	font-weight: 200;
}
.spacing {
	margin-top: 15px;
	margin-bottom: 15px;
}
.spacing-bottom {
	margin-top: -5px;
	margin-bottom: 10px;
}

.sub-front-title {
	background: #000;
	padding: 10px;
	margin-bottom: 30px;
	min-height: 90px;
}
.sub-front-title h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.sub-front-title a {
	color: #fff;
	text-decoration: none;
	font-weight: 200;
}

.section-sub-head a {
	color: #000;
}
.section-sub-head a:hover {
	color: #000;
	text-decoration: none;
}
.box {
	position: relative;
}
.box img {
	max-width: 100%;
}
.box .box-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	opacity: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	transition: 0.5s opacity;
	color: #fff;
	overflow: hidden;
}
.box:hover .box-overlay {
	opacity: 1;
}

.box .box-overlay h3 {
	padding-left: 10px;
}
.box .box-overlay p {
	font-size: 13px;
}

.meta-data {
	font-size: 11px;
	color: #818181;
}
.meta-data a {
	color: #818181;
	text-decoration: none;
}
.meta-data a:hover {
	color: #333;
}
.meta-data.meta-inverse a:hover {
	color: #aaa;
}
.media-credit {
	text-transform: uppercase;
}



h4.more-head {
	font-style: bold;
	color: #000;
}

.section-features .feature-title {
	min-height: 70px;
}
.section-features .featured-image-2col {
  position: relative;
  height: 148px;
  width: 100%;
}
.section-features .featured-image-2col .img-excerpt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
}
.section-features .featured-image-2col .img-excerpt a {
	color: #fff;
	padding-bottom: 20px;
	overflow: hidden;
}
.section-features .featured-image-2col:hover .img-excerpt {
  visibility: visible;
  opacity: 1;
}
.section-features .meta-byline {
	bottom: 0;
	padding: 3px;
	position: absolute;
}
.section-features .img-excerpt .meta-byline a {
	color: #818181;
	font-size: 10px;
}

.home-pdf-archive {
}
.home-pdf-archive .datebox {
	width: 40%;
	margin-left: 30%;
}



/* =========== LABEL HEADERS =========== */

.label {
	font-weight: 200;
}
.label-general {
	background-color: #094C8E;
}
.label-news {
	background-color: #094C8E;
}
.label-accent {
	background-color: #094C8E; /*#c12b6f;*/
}
.label-life-culture {
	background-color: #094C8E; /*#c12b6f;*/
}
.label-opinion {
	background-color: #094C8E;/*#5ba85b;*/
}
.label-sports {
	background-color: #094C8E;/*#d9534f;*/
}
.label-media {
	background-color: #094C8E;/*#41baa8;*/
}
.label-columns {
	background-color: #094C8E;/*#2a4185;*/
}
.label-blogs {
	background-color: #094C8E;/*#b142bb;*/
}
.label-pdfs {
	background-color: #094C8E;/*#e76b06;*/
}


/* =========== BLOGS & COLUMNS =========== */

.panel-ithacan {
	border-color: #094C8E;
}
.panel-ithacan > .panel-heading {
	color: #fff;
	background-color: #094C8E;
	border-color: #094C8E;
	border-radius: 0px;
}
.panel-ithacan > .panel-heading a {
	color: #fff;
	font-weight: 200;
	text-decoration: none;
}

.blogger-panel {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 80px;
	min-height: 200px;
}
@media (max-width: 1200px) {
	.blogger-panel {
		min-height: 240px;
	}
}
.blogger-panel.column-panel {
	min-height: 150px;
}
@media (max-width: 1200px) {
	.blogger-panel.column-panel {
		min-height: 180px;
	}
}

.blogger-panel p {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 75px;
}
.blogger-panel.the-jetsetters p {
	padding-right: 0px;
}
.blogger-panel .read {
	font-size: 10px;
	text-transform: uppercase;
	color: #4B4B4B;
}
.blogger-panel a {
	color: #094C8E;
}




.bloggers .col-md-4, .bloggers .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.bloggers .box {
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #000;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*min-height: 140px;*/
}
.bloggers .box h3 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	font-size: 20px;
}
/*.bloggers .box p {
	padding-top: 8px;
	padding-right: 100px;
	font-size: 13px;
}*/
.bloggers .box p.nopic {
	padding-top: 8px;
	padding-right: 10px;
}
/*.bloggers .box img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 115px;
}*/
.bloggers .box a:hover p {
	color: #000;
}
.bloggers .box:hover {
	background: #f4f4f4;
}


/* =========== FRONT PAGE BLOGGERS & COLUMNS =========== */

.bloggers-front {
	margin-left: -5px;
}

.bloggers .box {
	min-height: 165px;
}

.bloggers-front .box h3 {
	font-size: 16px;
}

.bloggers .box p {
	padding-top: 10px;
	padding-right: 75px;
	font-size: 11px;
	position: absolute;
	bottom: 0;
}
.bloggers .box img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 80px;
}

.photo-blog-home {
	padding-left: 20px;
}

.blogger-recent {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	max-height: 20px;
	padding-top: 5px;
	line-height: 13px;
	padding-bottom: 4px;
}

.bloggers-section .box {
	min-height: 150px;
}
.bloggers-section .box h3 {
	font-size: 16px;
}
.bloggers-section .box img {
	max-width: 60px;
}
.bloggers-section .box p {
	padding-right: 50px;
}



.bloggers-sidebar .box-wrapper {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bloggers-sidebar > div {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
}


.bloggers-archive .blogger-panel {
	min-height: 160px;
}
.bloggers-archive .blogger-panel.column-panel {
	min-height: 220px;
}


/* =========== FRONT PAGE SLIDER =========== */

.frontslider {
	list-style: none; 
}
.slider-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 10px;
	background: rgba(0,0,0,0.7);
	margin-bottom: 0px;
}
.slider-overlay .post-type {
	margin-top: 10px;
	margin-right: 10px;
}
.slider-overlay {
	padding-bottom: 10px;
}
.slider-overlay .meta-byline a:hover {
	color: #fff;
}

.slider-overlay-top {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0px 10px;
	background: rgba(0,0,0,0.7);
	margin-bottom: 0px;
}
.slider-overlay-top ul {
	margin: 0px;
	padding: 0px;
}
.slider-overlay-top ul li {
	list-style: none;
	display: inline-block;
	padding: 15px;
	color: #fff;
	font-size: 20px; 
}
.slider-block a:hover .slider-overlay-top ul li {
	color: #428bca;
}


ul.no-crap {
	margin: 0px;
	padding: 0px;
}
.slider-media img, .slider-media iframe {
	width: 100%;
}


.slider-overlay {
	color: #fff;
}
.slider-overlay a {
	color: #fff;
	text-decoration: none;
}
.slider-overlay a:hover {
	color: #aaa;
}
.slider-overlay .content-excerpt {
	color: #fff;
}
.slider-overlay h3.slider-title {
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.slider-overlay h3 a {
	color: #fff;
	font-weight: 200;
}
.slider-overlay h3 a:hover {
	color: #aaa;
}
.slider-overlay .meta-byline a {
	color: #aaa;
}

#bx-pager {
	left: -15px;
	position: absolute;
}
#bx-pager h4 {
	padding-left: 10px;
	margin-top: 8px;
	padding-bottom: 3px;
	font-weight: 200;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}
.frontslider-wrapper {
	padding-left: 0px;
}
.slider-bg {
	background: #000;
	height: 100%;
	margin-left: 15px;
}
.slider-bg .slider-img-col {
	padding-left: 0px;
	padding-right: 15px;
}
#bxpager .list-group {
	background: #000;
}
.slider-nav-item {
	padding: 5px 10px;
}
a.slider-nav-item { 
	background: #000;
	color: #fff;
	border-color: #000;
	font-weight: 200;
}
.slider-nav-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.slider-nav-item:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.slider-nav-item .label {
	margin-left: 5px;
}
.slider-nav-item i {
	margin-left: 5px;
}
a.slider-nav-item:hover, a.slider-nav-item:focus {
	background-color: #585858; 
	border-color: #585858;
	color: #fff;
}
.slider-nav-item.active, .slider-nav-item.active:hover, .slider-nav-item.active:focus {
	background-color: #585858;
	border-color: #585858;
	color: #fff;
}
.bx-wrapper {
	margin: 0 auto 0px !important;
}
.bx-wrapper .bx-viewport {
	left: 0 !important;
	box-shadow: none !important;
	border: none !important;
}

/* =========== FRONT PAGE PDF BOX =========== */
.home-pdf-archive .pdf-block {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 15px;
}
.home-pdf-archive ul.pdf-links {
	text-align: left;
	margin-top: 15px;
}


/* =========== FRONT PAGE MEDIA BAR SLIDER =========== */
.mediaslider .video-container {
	max-width: 288px;
	overflow: visible;
	padding-top: 0px;
}
.mediaslider iframe {
	max-width: 288px;
	height: auto;
}
.media-bar-wrapper {
	background: #000;
}
.media-bar-wrapper .bx-wrapper, .media-bar-wrapper .bx-viewport {
	background: #000 !important;
}
.media-bar-wrapper .bx-pager {
	display: none;
}
.media-bar-wrapper .bx-wrapper .bx-next {
	right: -3px !important;
}
.media-bar-wrapper .bx-wrapper {
	margin-top: 30px !important;
}
.media-bar-wrapper h4.media-title {
	height: 57px;
}
.media-bar-wrapper h4 a {
	color: #fff;
	font-weight: 200;
}
.media-bar .section-label {
	margin-top: 10px;
	margin-bottom: -15px;
	z-index: 999;
	position: relative;
}
.media-bar iframe {
	border: 2px solid #aaa;
}



/* Cartoons */

.cartoon-block {
  position: relative;
  margin-bottom: 20px;
}
.cartoon-block .media-block-large {
	text-align: center;
}
.cartoon-block h3 {
  margin-bottom: 0px;
  color: #fff;
}
.cartoon-block .cartoon-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cartoon-block:hover .cartoon-overlay {
  visibility: visible;
  opacity: 1;
}




/* =========== FOOTER =========== */
.wrapper-footer {
	background: #094C8E;
	padding-bottom: 20px;
	font-weight: 200;
	margin-top: 15px;
}
.wrapper-footer.foot-home {
	margin-top: 0px;
}

footer .copyright {
	color: #f1f1f1;
	margin-top: 5px;
	font-size: 11px;
}

footer .footer-contact {
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 11px;
}
footer .footer-contact a {
	color: #f1f1f1;
	text-decoration: none;
}
.footer-left img {
	max-width: 200px;
}
.footer-left h4 {
	font-size: 12px;
	color: #aaa;
	margin: 0px;
	font-weight: 200;
}


.footer-nav {
	margin-top: 15px;
	text-align: right;
	list-style: none;
}
.footer-nav li {
	padding-right: 12px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
	display: inline-block;
}
.footer-nav li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
.footer-nav li a {
	color: #fff;
	text-decoration: none;
}
.footer-nav li a:hover {
	color: #f1f1f1;
}







header .media-icons {
	text-align: center;
}

header .alert {
	padding: 5px 10px;
	padding-right: 35px;
	text-align: left;
	margin-bottom: 0px;
}


.interactive-warning {
	display: none;
	background: #800;
	color: #fff;
	padding: 10px;
	text-align: center;
}



.alert-ithacan {
	color: #fff;
	background-color: #222;
	border: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: -20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.alert-ithacan strong {
	font-size: 13px;
}
.alert-ithacan:hover {
	background-color: #094C8E;
}



/* =========== RESPONSIVE STYLES =========== */

@media (max-width: 1200px) {
	.bloggers .col-sm-3 .box {
		min-height: 210px;
	}
	.bloggers-section .box {
		min-height: 200px;
	}
	.slider-bg {
		height: 340px;
	}
	a.slider-nav-item {
		font-size: 13px;
	}
}

@media (max-width: 991px) {

	.footer-nav {
		font-size: 10px;
	}
	
	.bump-down {
		margin-top: 225px;
	}

	.bloggers-archive .blogger-panel {
		min-height: 170px;
	}
	#bx-pager {
		left: 0px;
		position: static;
	}
	.frontslider-wrapper {
		padding-left: 0px;
	}
	.slider-bg {
		background: #000;
		height: 100%;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.slider-bg .slider-img-col {
		padding: 0px;
	}
	a.slider-nav-item {
		font-size: 14px;
	}

	header .media-icons {
		text-align: center;
	}
	.review-icon {
		text-align: center;
		font-size: 30px;
		margin-top: 45px;
	}
	.bloggers-section .box {
		min-height: 100px;
	}
	.bloggers-section .head-label {
		margin-top: 20px;
	}
	
	.slider-bg {
		height: 100%;
	}
	
	.section-features .col-sm-6 {
		min-height: 660px;
	}

		
}

@media (min-width: 768px) {
	article .article-content {
		padding-right: 100px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 25px;
	}
	header .media-icons {
		text-align: center;
	}
	header .current-weather {
		text-align: center;
		margin: 0px;
		margin-bottom: 10px;
	}
	header .alert {
		margin-top: 25px;
	}
	.section-features .featured-image-2col img {
		height: 148px;
		width: auto;
	}
	
	.section-features .col-sm-6 {
		min-height: 0px;
	}
	
	.bloggers .bloggers-sidebar {
		min-height: 100px;
	}
	.section-columns .box {
		margin-top: 20px;
	}
	
	.interactive-wrapper {
		display: none;
	}
	.interactive-warning {
		display: block;
	}
	
	.bump-down {
		margin-top: 0px;
	}
	
	.media-bar-wrapper .bx-wrapper .bx-next {
		right: 0px !important;
	}

	.article-block {
		margin-bottom: 20px;
	}
	
	article .featured-image-article .credit {
		max-width: 110%;
	}

}


@media (max-width: 640px) {
	footer {
		text-align: center;
	}
	footer .site-title {
		text-align: center;
	}
	footer ul.footer-nav li {
		display: block;
		border: 0px;
	}
	ul.footer-nav {
		text-align: center;
		padding: 10px 0px;
	}
	ul.footer-nav li {
		margin-right: 0px;
		padding-right: 0px;
		padding: 3px 5px;
	}
	footer .copyright {
		text-align: center;
	}
	.footer-contact {
		display: none;
	}
}

@media (max-width: 480px) {
		
	.section-features .featured-image-2col img {
		height: auto;
		width: 100%;
	}
	.section-features .featured-image-2col {
	  position: relative;
	  height: auto;
	  width: 100%;
	}
	.section-features .feature-title {
		height: 100%;
	}
	.section-features .featured-image-2col .img-excerpt {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  color: #fff;
	  visibility: hidden;
	  opacity: 0;
	  padding: 5px;
	}
	.section-features .featured-image-2col .img-excerpt a {
		color: #fff;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	.review-icon {
		margin-top: 25px;
	}
	
	.email-foot {
		display: none;
	}
}




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

.mobile-navbar {
	margin-bottom: 10px;
}
.mobile-navbar a {
	color: #fff;
	text-align: left !important;
	padding-left: 2px;
}

.slide {
	left: 15.625em;
	position: fixed;
}

.nav-panel {
  background: #000;
  z-index: 9999;
  position: fixed;
  left: -15.625em; /*or width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
}

.nav-panel > ul {
  border-top: 2px solid #428bca;
  border-bottom: 2px solid #428bca;
}

.nav-panel > ul > li > a {
  display: block;
  border-bottom: 2px solid #428bca;
  padding: 1em;
}

.nav-panel a:link,
.nav-panel a:visited {
  color: #fff;
}

.nav-panel > ul > li > a:hover,
.nav-panel > ul > li > a:active {
  background: #438bca !important;
}

.nav-icon {
  margin-right: 6px;
}

.nav-panel li img {
	width: 12.625em;
}
.nav-panel li.white-nav-item {
	background: #fff;
}
.nav-panel ul li ul {
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}






.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0px !important;
}



.review-box {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-radius: 10px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.review-box h3 {
	font-size: 20px;
}
.review-box h4 {
	font-size: 14px;
}
.review-box .star-rating {
	font-size: 20px;
	color: #428bca;
}


.ext-links {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ext-links img {
	width: 33.3%;
}


.the-big-picture {
	text-align: center;
}
.the-big-picture img {
	border: 1px solid #ddd;
	box-shadow: 0 2px 2px #ccc;
	display: block;
	padding: 10px 5px;
}
.the-big-picture h4 {
	font-weight: 200;
	text-align: left;
}



iframe.spotify-block {
	width: auto;
	margin: 10px;
} 


.show-print {
	display: none;
}


.sports .twitter-widget iframe {
	max-height: 220px;
}


.shareaholic-share-buttons-heading {
	display: none !important;
}


.share-buttons {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.share-buttons .rrssb-buttons {
	margin-left: 0px;
}


.download-image img {
	max-width: 200px;
}

.footer-app-links img {
	max-width: 150px;
}
@media (max-width: 640px) {
	.footer-app-links {
		text-align: center;
	}
}
/* SLIDESHOW OVERRIDE */
#gslideshow .cycle-slideshow {
	max-height: 477px;
}

/* LIVEBLOG */
.liveblog-meta {
	
}
.liveblog-author-name, .liveblog-author-avatar {
	display: none;
}

.liveblog-entry .liveblog-entry-text {
	font-family: georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	margin: 10px 5px !important;
}