@charset "utf-8";
/* CSS Document */

@import 'reset.css';
/*@import 'fonts.css';*/

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	font-size:90%;	
	color:#555;
	line-height:140%;
	font-family: Arial, Helvetica, sans-serif;
	background:#F4F4F4;
}
p {
	margin:5px 0;
}
a:link, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#000;
	font-size:100%;
}
a:hover {
	color:#BE0016;
	text-decoration:underline;
}
a.read-more {
	color:#BE0016;
	font-size:90%;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	color:#444;
}
h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title {
	font-weight:normal;
	margin-bottom:20px;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	font-size:60%;
	float:right;
	color:#666;
}
h1 {
	font-size:180%;
	line-height:100%;
	font-weight:normal;
}
h2 {
	font-size:140%;
	line-height:100%;
	font-weight:normal;
}
h3 {
	font-size:120%;
	line-height:120%;
}
h4 {
	font-size:110%;
	line-height:130%;
}


div.content {
	padding-top:20px;
	padding-bottom:40px;
}
div.left-column, div.left-right-column {
	width: 14.4% !important;
	margin-right:1.2% !important;
}
div.center-column {
	margin-left:0px;
	width: 61.2% !important;
	margin-right:1.2% !important;
}
div.right-column {
	margin-left:0px;
	width: 22.00% !important;
}
div.left-right-column {
	display:none;
}

div.inner-content {
	background:#FFF;
	padding:20px;
	border:1px solid #DEDEDE;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-shadow:0 0 5px #ddd; 
	-moz-box-shadow: 0 0 5px #ddd; 
	box-shadow:0 0 5px #ddd;
}
div.right-column .sevencol {
	float:right;
}
div.row.main {
	background:#FFF;
}

#header #logo {
	margin-top:12px;
	margin-bottom:12px;
}
#header .pub {
	float:right;
}
#header .social,
#menu .social {
	float:right !important;
	text-align:right;
}
#header .social a,
#menu .social a {
	float:right;
	/*width:24px;*/
	margin:0px 0;
	margin-left:5px;
	display:block;
}
#header .social img {
	width:auto;
	height:24px;
	padding:0;
	display:block;
    margin-top: 5px;
}
#header .social a.toolbar {
	float:right;
	background:url(../images/bookmark_toolbar.png) no-repeat;
	padding-left:30px;
	padding-right:10px;
	margin-right:5px;
	color:#FFF !important;
	width:auto !important;
	height:24px;
	line-height:24px;
	border-right:1px solid #333;
}
#header .social .btn-google-play img {
    height: 36px;
    margin-top: -3px;
    margin-right: 5px;
}
#top-menu {
	padding:10px 0;
	background-color: #000000; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#242424));
	background-image: -webkit-linear-gradient(top, #000000, #242424); 
	background-image: -moz-linear-gradient(top, #000000, #242424);
	background-image: -ms-linear-gradient(top, #000000, #242424);
	background-image: -o-linear-gradient(top, #000000, #242424);
}
.logo-section {
	background: #242424; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C3C3C), to(#242424));
	background-image: -webkit-linear-gradient(top, #3C3C3C, #242424); 
	background-image: -moz-linear-gradient(top, #3C3C3C, #242424);
	background-image: -ms-linear-gradient(top, #3C3C3C, #242424);
	background-image: -o-linear-gradient(top, #3C3C3C, #242424);
	background: linear-gradient(#3C3C3C, #242424);
	-pie-background: linear-gradient(#3C3C3C, #242424);
}
.logo-section {
	border-top:1px solid #242424;
	padding:10px 0;
}
#top-menu ul {
	padding:0 0px;
}
#top-menu ul li {
	float:left;
	padding:0px 0px;
}
#top-menu ul li.last {
	background:none;
}
#top-menu .top-menu-items {
	line-height:32px;
}
#top-menu .top-menu-items a {
	color:#FFF;
	font-size:90%;
	text-decoration:none;
	margin:0 10px;
	text-transform:uppercase;
	padding:0;
}
#top-menu .top-menu-items a:hover {
	text-decoration:underline;
}

#menu {
	border-top:1px solid #3C3C3C;
	margin:0;
	clear:both;
	border-bottom:1px solid #d0d0d0;
	background-color: #e0e0e0; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0); 
	background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
}
.menu-container {
	margin:5px 0;
}
.menu-container a {
	color:#000;
	font-size:120%;
	line-height:33px !important;
	padding:5px 5px;
	text-decoration:none;
}
.menu-container a:hover, .menu-container a.active {
	color:#000;
	text-decoration:underline;
}

div.search {
	margin-top:7px;
	float:right;
	color:#FFF;
	width:100%;
}
div.search input[type="text"] {
	border:1px solid #e0e0e0;
	padding:0px 5px 0px 26px;
	height:28px;
	background:url(../images/icon_search.png) no-repeat left center #FFF;
	color:#000;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	width:70%;
	margin-right:2px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.search input[type="text"]:focus {
	outline: none;
}
div.search input[type="submit"] {
	background:#333333;
	color:#FFF;
	border:0px solid #000;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	width:25%;
	height:30px;
	float:right;
}
div.search input[type="submit"]:hover {
	color:#5C5C5C;
}
div.search img, div.search div, div.search div.separator, div.search input[type="submit"], div.search input[type="text"] {
}
div.search div.separator {
	padding:0;
	height:16px;
	border:0px dotted #d0d0d0;
	border-right:0;
	margin:8px 1px 0 1px;
}
div.search label {
	font-size:90%;
}

/* search results */
div.search-record {
	border-bottom:1px dotted #d0d0d0;
	margin-bottom:10px;
	padding-bottom:10px;
}
div.search-filters {
	background:#F4F4F4;
	padding:10px;
}

/* week issue */
div.week-issue {
	color:#FFF;
	font-size:90%;
	padding:10px 10px 8px 10px;
	margin-bottom:10px;
	background:#BD282E;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
div.week-issue h4 {
	color:#FFF;
}
div.week-issue a {
	display:block;
	color:#000 !important;
	margin-bottom:5px !important;
}
div.week-issue .label,
div.classifieds .label {
	text-align:center;
	background:#F8E9EA;
	font-size:100%;
	line-height:120%;
	padding:3px 0;
	margin-top:5px;
}

/* classifieds */
div.classifieds {
	color:#152954;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	background:#152954;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
div.classifieds .label {
	background:#152954;
	color:#FFF;
}
div.classifieds a {
	font-size:90%;
	color:#FFF;
}

/* box */
div.box {
}
div.box .box-content {
	/**/
	padding:10px 0 0 0;
	margin-top:0px;
	margin-bottom:20px;
	border-top:0;
}
div.box .box-content.gray {
	background-color:#F3F3F3;
	padding:10px;
}
div.box .box-content.margin {
	margin:10px 0;
}
div.box .title {
	padding:8px 0px;
	border-top:1px solid #252525;
	border-bottom:1px dotted #252525;
}
div.box .title.pub {
	display:none;
	margin:10px 0;
}

div.rank {
	background-color:#E0E1E2;
	border:1px solid #D0D1D2;
	padding:5px 10px;
	margin-bottom:20px;
	text-align:center;
}
div.rank img {
	width1:120px;
	border:0;
	margin:0;
	display:block;
	margin:5px auto;
}

div.separator {
	border-top:2px solid #000;
	border-bottom:0px solid #3D3D3D;
	margin:15px 0;
}

/* ul */
ul.list-type-1 {
	list-style-position:inside;
	list-style-image:url(../images/dot.png);
	list-style:none;
	margin-top:10px;
}
ul.list-type-1.no-margin {
	margin-top:0;
}
ul.list-type-1 li {
	border-top:1px dotted #E0E0E0;
	padding:3px;
}
ul.list-type-1 li.first {
	border-top:0;
}
ul.list-type-2 li {
	padding:3px;
	margin-bottom:2px;
	border-bottom:1px dotted #E0E0E0;
	clear:both;
}
ul.list-type-2 li.last {
	border-bottom:none;
}
ul.list-type-2 li img {
	float:left;
	margin-right:10px;
	width:90px;
	height:90px;
}
ul.list-type-2 li p {
	color:#888;
	font-size:90%;
}
ul.list-type-2 li div {
}

/* headlines */
div.headlines .box-content {
}
div.headlines {
	padding:0 10px;
	background-color: #F4F4F4; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #FFF, #F4F4F4); 
	background-image: -moz-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -ms-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -o-linear-gradient(top, #FFF, #F4F4F4);

	margin-bottom:20px;
}
div.headlines .title {
	border-top:0;
}

/* news main */
.news-main {
}

/* news general */
.news-general {
	margin-bottom:5px;
	border-top:1px dotted #ccc;
	padding-top:10px;
}
.news-general a:not(.read-more) {
	line-height:100% !important;
}

/* news detail */
.news-detail p.lead {
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
.news-detail .main-img {
	background-color:#f5f5f5;
	text-align:center;
	margin-bottom:10px;
}
.news-detail .signature {
	margin-top:8px;
	text-transform:uppercase;
	font-size:80%;
	color:#666;
}
.news-detail .signature a {
	color:#333;
}
.news-detail .social {
	margin-top:10px;
	border-top:1px dotted #ccc;
	padding-top:10px;
	margin-bottom:20px;
}

/* previous edition */
div.previous-edition {
	margin-top:20px;
}
div.previous-edition > div {
	padding:10px;
}
div.previous-edition .title {
	background:#f4f4f4;	
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px;
}
div.previous-edition .news-thumb {
	width:80px !important;
}

/* not found */
div.not-found {
	margin-top:20px;
	padding:15px;
	background:#f4f4f4;	
}
div.not-found div.search {
	margin-top:10px;
}
div.not-found div.search input[type="text"] {
	width:50%;
	border:1px solid #BBBBBB;
}
div.not-found div.search input[type="submit"] {
	float:left;
}

/* comments */
div.comments h3 {
	background:#f4f4f4;	
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px;
	margin-bottom:10px;
}
#commentsList {
	margin:0px 0 20px 0;
}
#commentsList .item {
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
}
#commentsList .even {
	background:#f4f4f4;
}
#commentsList .signature {
	font-size:90%;
	font-style:italic;
	color:#000;
	margin-top:5px;
}
.reason {
    display: none;
}

/* travel */
div.reviews-heading {
	padding:20px;
	margin-bottom:20px;
	background:#EFEFEF;
}
div.reviews-heading a.review {
	color:#BE0016;
	background:url(../images/review.png) no-repeat left center;
	padding-left:26px;
	min-height:18px;
	display:inline-block;
}
div.reviews-heading li.active a {
	color:#BE0016;
	text-decoration:underline;
}
div.review {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
}
div.review .actions {
	font-size:90%;
}
div.review .actions a {
	color:#BE0016;
	margin-right:10px;
	display:inline-block;
	margin:5px 10px 5px 5px;
}
div.review .contacts {
	background:#f0f0f0;
	font-size:90%;
	margin:5px 0;
}
a.pdf {
	background:url(../images/pdf.png) no-repeat left center;
	padding-left:22px;
	margin-left:5px;
	margin-top:5px;
	font-size:100%;
}
a.email {
	background:url(../images/email.png) no-repeat left center;
	padding-left:22px;
}
a.www {
	background:url(../images/www.png) no-repeat left center;
	padding-left:22px;
	height:16px;
}
span.phone {
	background:url(../images/phone.png) no-repeat left center;
	padding-left:22px;
	margin:5px 5px 5px 5px;
	display:inline-block;
}

/* pub */
div.pub {
	margin:0 auto;
	text-align:center;
}
div.pub.top {
	text-align:right;
}
div.pub.central {
	text-align:center;
	margin-bottom:15px;
}
div.pub.central a.info {
	position:relative;
	left:-40px;
	top:12px;
	display:none;
}
div.pub.central_728 {
	width:728px;
}
div.pub a.info {
	color:#BE0016;
	font-size:70%;
	background:url(../images/pub_info.png) no-repeat right center;
	padding-right:16px;
}
div.pub.size-480x68 {
}
div.pub.size-120x90 {
	text-align:center;
}
div.pub .size-120x90 {
	margin:1px 0 0 2px;
}
div.pub .size-120x90 a,
div.pub .size-120x60 a {
	float:left;
	margin:2px 2px 0 2px;
}
div.pub .column-1, div.pub .column-2 {
	width:49%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}
div.pub .column-2 {
	text-align:right;
	float:right;
}
div.pub .column-1 img, div.pub .column-2 img {
	margin-bottom:1px !important;
}
div.pub.border {
	text-align:center;
	padding:10px 0;
	margin-bottom:10px;
	background:#e0e1e2;
	border:1px solid #d0d1d2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
div.pub.border a {
	float:none;
}
div.pub.border img {
	margin-bottom:5px;
}
div.pub .banners-120 {
	text-align:center;
}
div.pub .banners-120 img {
	float:none;
	margin:0 0px 3px 0;
}
#rightBanner {
	height:260px;
}

/* history */
.history-bg {
	background:#eee;
	color:#000;
	padding:10px 20px;
	margin:20px 0;
}

/* world press */
div.world-press {
	margin-bottom:10px;
}
div.world-press a {
	font-size:90%;
}
div.world-press li {
	border-bottom:1px dotted #ccc;
	padding:5px;
	line-height:110% !important;
}
div.world-press li.last {
	border:0;
}

/* custom pages */
div.custom-pages {
	margin-bottom:5px;
	position:relative;
	z-index:1;
}
div.custom-pages:after {
	position:absolute;
	top:-15px;
	right:0;
	z-index:2;
	content:url(../images/pin.png);
	width:30px;
}
div.custom-pages a {
	padding:5px 10px;
	margin-bottom:5px;
	display:block;
	color:#000;
	color:#BE0016;
	border:1px solid #E5E5E5;
	background-color: #000000; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#242424));
	background-image: -webkit-linear-gradient(top, #000000, #242424); 
	background-image: -moz-linear-gradient(top, #000000, #242424);
	background-image: -ms-linear-gradient(top, #000000, #242424);
	background-image: -o-linear-gradient(top, #000000, #242424);
	background:#fff;
}

/* google custom search */
div.google-search {
	position:relative;
	z-index:2;
	height:77px;
	margin-bottom:10px;
}
div.google-search > div {
	position:absolute;
	border:1px solid #e5e5e5;
	background:#FFF;
	min-height:77px;
	width:100%;
}

/* events */
#loading {
	font-size:80%;
	color:#999;
	position:relative;
	display:none;
}
#loading > div {
	position:absolute;
	top:-18px;
	left:0;
}

/* most viewed */
div.most-viewed {
	margin-bottom:20px;
}
div.most-viewed ol {
	margin-left:20px;
}

/* weather */
table.weather {
	width:100%;
	font-size:80%;
}
table.weather th {
	padding:3px 0;
}
table.weather td {
	width:26.6%;
	text-align:center;
	border-top:1px dotted #CCCCCC;
	padding:0 0 3px 0;
}
table.weather td.day-name {
	width:20%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
}
table.weather .min-max {
}
table.weather .max, table.weather .min {
	background:url(../images/temp_max.png) no-repeat left center;
	width:36px;
	height:16px;
	padding-left:20px;
	margin:0 auto;
}
table.weather .min {
	background:url(../images/temp_min.png) no-repeat left center;
}

/* general */
.divider {
	border-bottom:1px dotted #ccc;
	margin:30px 0 20px 0;
}
.breadcrumbs {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#666;
}
.txt-red {
	color:#BE0016;
}
.txt-blue {
	color:#152954;
}
.txt-bold {
	font-weight:bold;
}
.time {
	color:#1A44A0;
	font-size:90%;
	font-style:italic;
}
.rounded {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.glow {
	-webkit-box-shadow:0 0 15px #444; 
	-moz-box-shadow: 0 0 15px #444; 
	box-shadow:0 0 15px #444; 
}
.float-right {
	float:right;
}
.display-none {
	display:none;
}


div.clear {
	clear:both;
}
div.spacer {
	height:20px;
}

#footer {
	font-size:90%;
	color:#FFF;
}
#footer .top {
	background: #3D3D3D;
	height:140px;
	padding:20px 0;
	display:none;
}
#footer .social {
	margin-bottom:10px;
}
#footer .bottom {
	border-top:1px solid #555;
	background: #222;
	padding:20px 0;
}
#footer .bottom img {
	margin-top:5px;
}
#footer .bottom .copy {
	text-align:right;
	line-height:180%;
	font-size:90%;
}
#footer a {
	font-size:100%;
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover, #footer li.active a {
	text-decoration:none;
}


/* ============================= */
/* ! Layout for 1024 res version   */
/* ============================= */

@media handheld, only screen and (max-width: 1023px) {

body {
	
}

#menu ul li {
	padding:0px 3px !important;
}
#menu ul li.first {
	padding-left:10px;
}
#menu ul li a {
	font-size:100%;
	line-height:140%;
	padding:5px 10px;
}

}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 840px) {
.menu-container a {
	font-size:100%;
	line-height:140%;
	padding:5px 8px;
}

div.left-column {
	display:none;
}
div.center-column {
	width: auto !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	float:none;
}
div.left-right-column {
	display:block;
	width: 39.45% !important;
	margin-right: 3.8% !important;
	margin-top:10px;
}

div.inner-content {
	padding:10px;
}
div.right-column {
	width: 56.75% !important;
}

div.pub .column-1,
div.pub .column-2 {
	float:none !important;
	text-align:left;
	width:inherit;
}
div.pub .column-1 {
	padding-bottom:10px;
}

div.google-search {
	margin-top:10px;
	margin-bottom:15px !important;
}
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {

#header .social {
	display:none;
}
.menu-container, .top-menu-items {
	float:none !important;
	width:inherit !important;
	margin-right:0 !important;
	text-align:center;

}
#header #logo {
	float:none;
	width:auto;
	text-align:center;
	margin:12px 0 20px 0;
}
#header .pub {
	float:none;
	width:auto;
	text-align:center;
	margin:12px 0 0 0 !important;
}
.pub.ticker {
	margin-top:10px;
	text-align:center;
}
.news-thumb {
	margin-bottom:10px;
}
}

@media handheld, only screen and (max-width: 479px) {

	div.box .title.pub {
		display:block;
		margin:10px 0;
	}
	#header .row,
	#footer .row,
	.tweet { 
	margin-left: 10px !important;
	margin-right: 10px !important;
	width: auto;
	float: none;
	}

	div.right-column {
		width: auto !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	div.left-right-column {
		width: auto !important;
		margin-right: 0 !important;
	}

	#footer .bottom .copy {
		margin-top:20px;
		text-align:left;
		float:none;
	}

}

@media handheld, only screen and (max-width: 320px) {
	
	.pub.google {
		display:none;
	}

}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
}

#prop-banner a,
#prop-banner img {
    display: block;
}