
/* ==========================================================================
   General
   ========================================================================== */


/* Common elements
   ========================================================================== */

body {
    width: 1000px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

.logo {
    float: left;
}

.top-banner {
    float: right;
}

.bottom-banner {
    padding: 0;
    margin: 10px 0;
    height: 100px;
}

/* Slideshow
   ========================================================================== */

/* Code from opXpeditions.com */
.header_slideshow {position: relative; margin: 4px 0; width: 1000px; height: 250px; overflow: hidden;}
 .slides_container {position: relative; z-index: 1; width: 1000px; height: 250px;}
 .slides_container div {width: 1000px; height: 250px;}
 .header_slideshow .prev,
 .header_slideshow .next {display: none; position: absolute; top: 0; width: 140px; height: 250px; background: #eee;}
 .header_slideshow .prev {left: 0;}
 .header_slideshow .next {right: 0;}
 .header_slideshow .pagination {position: absolute; bottom: 5px; left: 10px; z-index: 2; margin: 0; padding: 0;}
   .header_slideshow .pagination li {display: block; float: left; margin: 0; padding: 0; list-style: none;}
   .header_slideshow .pagination li a {display: block; margin-right: 5px; width: 10px; height: 10px; overflow: hidden; text-indent: -999px; background: url("../img/header-gallery-pagelinks.png") 0 0 no-repeat;}
   .header_slideshow .pagination li.current a {background-position: 0 -10px;}
.header-photo-caption,
.header-photo-caption-bg {float: right; position: absolute; top: 10px; right: 10px; z-index: 11; margin: 0; padding: 0 5px; font-size: 15px; color: #fff;}
.header-photo-caption-bg {z-index: 10; color: #000; background: #000; opacity: 0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40);}
 .header_slideshow a {color: #fff;}
 .header_slideshow a .header-photo-caption-bg {color: #000;}


/* Main Navigation
   ========================================================================== */

.nav {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .nav-first a,
.nav .nav-second a {
    color: white;
    border-right: 1px solid #eee;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    width: 97px;
    text-align: center;
}
.nav .nav-first a:last-child,
.nav .nav-second a:last-child {
    border: none;
    padding: 5px 2px 5px 3px;
}

.nav .nav-master {
    float: left;
    margin: 2px 0 0 2px;
}

.nav .nav-master img {
    height: 38px;
}

.nav .nav-first,
.nav .nav-second {
    width: 886px;
    float: right;
    font-size: 11px;
}

.nav .nav-first {
    background-color: #c8c8c8;
}

.nav .nav-first a.current {
    background-color: #969696;
}

.nav .nav-second a {
    color: #c8c8c8;
}

.nav .nav-second a.current {
    color: #969696;
}


/* Content
   ========================================================================== */

.content {
    width: 690px;
    margin-right: 10px;
    float: left;
}


/* Sidebar
   ========================================================================== */

.sidebar {
    width: 300px;
    float: right;
}

.sidebar img.width-1 {
    width: 100%;
}

.sidebar img.width-2 {
    width: 48%;
}

.sidebar img.width-3 {
    width: 32%;
}

.sidebar .list-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #808080;
}

.sidebar .list-item a {
    text-decoration: none;
    color: #808080;
}

.sidebar .pageregion-el {
    margin-bottom: 3px;
}

.sidebar .pageregion-el-image img {
    display: block;
}


/* Footer
   ========================================================================== */

.footer {
    clear: both;
    background-color: #c8c8c8;
    margin: 40px 0 20px 0;
}

.footer a {
    border-right: 1px solid #eee;
    display: inline-block;
    width: 99px;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 6px 0;
}


/* ==========================================================================
   Homepage
   ========================================================================== */

.feature-left {
    width: 500px;
    float: left;
}

.feature-left img {
    width: 500px;
}

.feature-right {
    width: 180px;
    float: right;
}

.feature-right a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.homenews-left {
    width: 276px;
    float: left;
    margin-right: 10px;
}

.homenews-right {
    width: 404px;
    float: right;
}

.travel {
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    border-bottom: 1px solid #c8c8c8;
}
.travel a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.travel-left {
    width: 64px;
    float: left;
    margin-right: 10px;
}

.travel-left img {
    width: 64px;
    height: 64px;
}

.travel-right {
    width: 202px;
    float: right;
}

.title a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.showcase {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    border: 1px solid #808080;
}

.showcase.showcase-2 {
    border-left: none;
}

.showcase.showcase-3 {
    border-top: none;
}

.showcase.showcase-4 {
    border-left: none;
    border-top: none;
}

.showcase img {
    width: 100%;
    height: 100%;
}

.showcase div {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #aaa;
    background-color: rgba(0,0,0,0.6);
    width: 100px;
    padding: 5px;
    margin-bottom: 14px;
    overflow: hidden;
}

.showcase div a {
    text-decoration: none;
    color: #fff;
}

.galleria-thumbnails {
    margin-left: auto;
    margin-right: auto;
}

.iframe-container {
    margin-top: 10px;
}

.iframe-item {
    float: left;
}

.iframe-item .iframe-image {
    height: 93px;
}

.iframe-item-opx .iframe-image img {
    margin-top: 7px;
}


/* ==========================================================================
   Article
   ========================================================================== */

.article-detail {
}

.article-detail .feature-image {
    position: relative;
}

.article-detail .feature-image img {
    width: 100%;
}

.article-detail .feature-image div.title-on-img {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25pt;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 690px;
    margin-left: -345px;
    color: white;
}

.article-detail div.title {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25pt;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
}

.article-detail .feature-author {
    font-size: 10px;
    line-height: 20px;
    color: #808080;
}


/* ==========================================================================
   Contests
   ========================================================================== */

.contest-row {
}

.contest-row .contest-image {
    float: left;
    margin-right: 10px;
    width: 150px;
}

.contest-row .contest-text {
    float: left;
    width: 430px;
}

.contest-row .contest-title a {
    text-decoration: none;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
}

.contest-hr {
    margin-bottom: 10px;
}


/* ==========================================================================
   Issues
   ========================================================================== */
.issue-title {
    font-size: 16px;
    font-weight: bold;
}

.issue-image {
}

.issue-image-left {
    float: left;
    display: block;
    width: 400px;
    height: 600px;
}

.issue-image-right {
    float: right;
    width: 270px;
    height: 600px;
    margin-left: 10px;
    font-style: bold;
    font-size: 14px;
    overflow-y: scroll;
}


/* ==========================================================================
   Galleries
   ========================================================================== */
#gallery {
    width: 690px;
    height: 400px;
    overflow: hidden;
}

.other-galleries {
    margin-top: 20px;
    margin-bottom: 20px;
}

.other-gallery {
    float: left;
    width: 210px;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.other-gallery img {
    display: block;
    float: none;
    height: 100px;
    width: 200px;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    -moz-box-shadow: 0 0 10px 1px #808080;
    -webkit-box-shadow: 0 0 10px 1px #808080;
    box-shadow: 0 0 10px 1px #808080;
}

.other-gallery a.other-gallery-title {
    font-weight: bold;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.other-gallery a.other-gallery-desc {
    text-decoration: none;
}
