/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
font-family: 'Guardian Egyptian Web';
src: url('//s3.amazonaws.com/wsjcsbucket/fonts/73717_ups/guardian_egyptian/GuardianEgyp-Regular-Web.eot');
src: url('//s3.amazonaws.com/wsjcsbucket/fonts/73717_ups/guardian_egyptian/GuardianEgyp-Regular-Web.eot?#iefix') format('embedded-opentype'),
url('//s3.amazonaws.com/wsjcsbucket/fonts/73717_ups/guardian_egyptian/GuardianEgyp-Regular-Web.woff') format('woff'),
url('//s3.amazonaws.com/wsjcsbucket/fonts/73717_ups/guardian_egyptian/GuardianEgyp-Regular-Web.ttf') format('truetype'),
url('//s3.amazonaws.com/wsjcsbucket/fonts/73717_ups/guardian_egyptian/GuardianEgyp-Regular-Web.svg#Guardian Egyptian Web') format('svg');
font-weight: 300;
font-style: normal;
font-stretch: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 12px/18px Verdana, sans-serif;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.main-container {
    height: 1048px;
    width: 298px;
    border: 1px solid rgb(255, 181, 3);
    background-color: #fff;
    overflow: hidden;
}

.header-area img {
    width: 298px;
}

.subheading {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    width: 240px;
    padding: 0 0 0 20px;
    color: rgb(93, 22, 22);
    text-transform: uppercase;
    font-weight: 700;
}

#logo {
    cursor: pointer;
}

#loader {
    background: url(./../img/ajax-loader.gif) no-repeat center center;
    position: absolute;
    height: 777px; /* $('#article-zone').height() */
    width: 290px; /* total width - 2px border - 4px padding (8 total)*/
}
/* global border styles */
.border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 4px 10px;
}

.article-slot {
    overflow: hidden;
    cursor: pointer;
    padding: 4px 0;
}

.article-slot:hover {
    background-color: rgba(255, 247, 232, 0.6);
}

.article-slot a {
    text-decoration: none;
    color: black;
}

#article-zone {
    font-family: Verdana, sans-serif;
    padding: 4px 4px 0 4px;
    overflow: hidden;
}

.article-title {
    font-family: 'Guardian Egyptian Web';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    text-align: left;
    vertical-align: top;
    margin-bottom: 2px;
}

.read-more {
    font-weight: 700;
}
.snippet {
    font-size: 10px;
    line-height: 12px;
    vertical-align: top;
}

.image-slot {
    float: left;
    margin: 0 8px 12px 0;
}
.underline {
    text-decoration: underline;
}

.disclaimer {
    font-family: 'Verdana';
    position: absolute;
    top: 230px;
    font-size: 8px;
    line-height: 9px;
    padding: 0 42px;
    width: 210px;
}

.arrows {
    font-size: 5px;
    font-weight: 700;
    line-height: 4px;
}

#see-more {
    position: absolute;
    top: 994px;
    margin: 0 0 0 -4px;
    cursor: pointer;
}

.wsjcs-bottom-disclaimer {
    position: absolute;
    font-family: "Verdana";
    top: 1024px;
    font-size: 10px;
    line-height: 12px;
    width: 270px;
    margin: 0 0 0 20px;
}

.read-more-block {
    display: inline-block;
}

/* 1st image */

.first-article-title {
    margin-top: 10px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.first-image-slot {
    max-width: 100%;
}
