/*
Theme Name: Dia das Eleições
Theme URI: http://media.rtp.pt/eleicoeslivres50anos/
Author: Multimédia
Author URI: http://www.rtp.pt/
Template: base2
Description: Tema para o dia das eleições.
Version: 1.0
License: GNU General Public License v3.0 / License URI: http://www.gnu.org/licenses/gpl-3.0.html
License URI: see license.txt
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/

body {
	background-image: url('includes/img/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#masthead { background: url('includes/img/white.png') repeat; margin: 20px 0; }

.navbar {
	background-color: #eee;
}

.widget-content {
  position: relative;
  left: 0px !important;
}

li.entry.col-xs-6.col-sm-6.col-md-3:nth-of-type(odd) {
  clear: left;
}

.navbar-default .navbar-toggle {
  background-color: #000000;
}

#main-menu li a { padding-left: 30px; }
}

.logo {	 }
.logo:hover { text-decoration: none; }
.logo img:hover {
	opacity: 1;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #fff; }

.navbar {
	border-radius: 0;
	min-height: initial;
	margin-bottom: 0;
}

.view-all a {
	font-size: 14px;
	color: #808285;
	text-transform: uppercase;
}
.align-left {
	float: left;
}

.home .videos .entry a {
	text-decoration: none;
	color: #000;
}

.section-header {
	border-bottom: 2px solid #f3f4f4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  text-decoration: none;
  background-color: #5d071e;
  color: #fff;
}

.navbar {
	border: 0;
}

.entry a:hover {
	color: #5d071e !important;
}
img:hover { opacity: 0.7; }
.videos .entry:hover .post-meta {
	background-color: #414042;
}
.videos .entry:hover .post-meta a {
	color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #5d071e;
	border-color: #5d071e;
}

.pagination>li>a {
	color: #808285;
}
.facebook-box {
	text-align: center;
	margin-top: 25px;
}
.rtpplay li {
	list-style-type: none;
}
.characters .post-image {
	width: 70%;
}
.navbar-collapse {
	padding-left: 0;
}
.navbar li:hover {
	background-color: #5d071e;
}
.pagination li a:hover {
	background-color: #5d071e;
	color: #fff;
}
.rtpplay .date {
	display: none;
}
.rtpplay li:nth-of-type(4n + 1)  {
	clear: left;
}
.rtpplay .entry .post-title {
	padding-top: 10px;
	font-size: 16px;
	color: #000;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none !important;
}
.single .post-image img:hover { opacity: 1; }

.archive .secondary .post-lead,
.home .block.row:nth-child(2) .post-lead,
.home .block.row:nth-child(3) .post-lead { display: none; }


article iframe {
    width: 100%;
    height: 575px;
}