/* layout */
#layout {
    margin-top: 0;
    padding: 0;
}

#layout.job div.sidebar div.section {
    word-wrap: break-word;
}

.job {
    margin: 0 auto;
    width: 78em;
    position: relative;
    background: #EFF5F9 url(images/global/boxed-bottom-bg.gif) repeat-y top right;
}
.content {
    display: inline-block;
    width: 560px;
    margin: 0;
    padding: 20px 0 0 0;
    padding-right: 5%;
    background: #fff;
    overflow-wrap: break-word;
}
.sidebar {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 2%;
    vertical-align: top;
}
.section {
    margin: 10px 0;
}
.middle {
    vertical-align: middle;
}
.inlineBox {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 0 0;
}

/* html tags */
h1 {
    margin: 0;
}
h2 {
    margin: 0;
    font-size: 1.2em;
}
h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}
h4 {
    margin: 0;
}
h5 {
    margin: 20px 0 0 0;
    font-weight: bold;
}
.light-grey-hr {
    width: 100%;
    height: 1px;
    background: #eee;
}

/* links */
a.button-link {
    text-decoration: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 2px 10px;
    color: #000;
    background: #f9f9f9;
    font-size: 1em;
}
a.button-link:hover {
    background: #f0f0f0;
}
a.employer-profile {
    border-radius: 15px;
}
a.job-tool {
    margin-left: 5px;
    display: inline-block;
    width: 200px;
}
a.light-blue {
    border: solid 1px #eee;
    padding: 5px;
    font-size: 1em;
    background: #EFF5F9 url(images/global/boxed-bottom-bg.gif) repeat-y top right;
}
a.white {
    border: solid 1px #eee;
    padding: 5px;
    font-size: 1em;
    background: #fff url(images/global/boxed-bottom-bg.gif) repeat-y top right;
}
.job-link {
    line-height: 1em;
}
.job-link a {
    text-decoration: none;
}
.job-link a:hover {
    text-decoration: underline;
}

/* table advert details */
.advert-details-box {
    background: #EFF5F9 url(images/global/boxed-bottom-bg.gif) repeat-y top right;
    border: none;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 5px;
    font-size: 1.1em;
}
.advert-details {
    margin: 0;
    border: none;
    vertical-align: top;
    display:inline-block;
}
.advert-details-left {
    width: 55%;
}
.advert-details-right {
    width: 44%;
}
.advert-details td {
    border: none;
    padding: 0 5px;
    text-align: left;
}
.advert-details .detail-heading {
    white-space: nowrap;
    font-weight: bold;
}

/* fix for share this job buttons */
.fb-like {
    width: 48px;
    height: 20px;
    overflow: hidden;
}
#___plusone_0[style] {
    vertical-align: bottom !important;
    height: 26px !important;
}
#___plusone_1[style] {
    vertical-align: bottom !important;
    height: 26px !important;
}

/* employer videos */
#employer-video {
    padding: 1em;
}
#video-player {
    margin: 1em 2em 0 0;
    width: 430px;
    float: left;
}
#video-information {
    margin: 1em 0 0 0;
    width: 38%;
    float: right;
}
#video-transcript {
    height: 275px;
    overflow: auto;
    padding: 0.5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#video-information h3 {
    margin: 0 0 .2em 0;
}

/* employer video thumbnail */
.thumbnail {
    float: right;
    margin: 10px 0 10px 10px;
    position: relative;
    width: 137px;
}
.thumbnail img {
    left: 27px;
    position: absolute;
    top: 10px;
}
.thumbnail span {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
    margin-top: 85px;
    padding: 0 5px;
    text-align: right;
}
.thumbnail.grey {
    background: transparent url(/images/employer-videos/thumbnail-holder_grey.gif) no-repeat scroll left top;
}

/* search box */
#search input[type="text"] {
    background: url(/images/global/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 210px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* ADS-67 */
.purple-star {
    font-size: 1.2em;
    color: #8861BA;
}
