/*!
 * PUBLICO Framework v2.0 - Skin
 *
 * Isolated styles for branded header & footer. Includes basic reset.
 *
 * Designed and built by webdesign@publico.pt, based on the amazing work of Bootstrap & H5PB.
 */
 
@import url("reset.css");
@import url("masthead.css");
@import url("colophon.css");

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px; 
	min-width: 960px !important;
	max-width: 1160px !important;
	width: auto !important;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	content: "";
}

.container:after { clear: both; }

#content .container { padding-top: 20px; }

.row {
	display: inline;
	float: left;
	width: 97.91666666666666%;
	margin: 0 1.0416666666666665%;
}

/**
 * Legacy content is usually 990px. 
 * Should be 1010px, but browsers mess up with percentage-based widths by 2px.
 */
.legacy .container { width: 1012px !important; }

.legacy .container {
	text-align: left !important;
	background-color: transparent !important;
	position: static !important;
	overflow: visible !important;
	border: none !important;
}

.legacy #content {
	width: auto !important;
	float: none !important;
	overflow: visible !important;
	margin-right: 0 !important;
}

#subscription-tab {
	padding: 20px;
	width: 210px;
	background: #B4030F;
	border: 1px solid #900A00;
	text-align: center;
	height: auto !important;
	color: #fff;
	z-index: 999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
} 

#subscription-tab img {
	height: 98px;
	vertical-align: middle;
}

#subscription-tab p {
	margin: 0 0 8px;
}

#subscription-tab .tab {
	height: 100px;
	width: 35px;
	top: -1px !important;
	border-bottom: 1px solid #900A00;
	border-top: 1px solid #900A00;
	border-left: 1px solid #900A00;
	background: #B4030F url('http://static.publico.pt/files/homepage/img/subscriptions_tab.png') no-repeat left top;
}

#subscription-tab button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

#subscription-tab .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#subscription-tab .btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-bottom-color: #B3B3B3;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#subscription-tab a {
	color: #444;
	-moz-transition: color 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, background-color 0.1s linear;
	-webkit-transition: color 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, background-color 0.1s linear;
	text-decoration: none;
}