@charset "UTF-8";
/* CSS Document */

/* ------------------------- PHOTO/IMG STYLES ------------------------- */

.photo {
    position: relative;
    margin: 20px 0px 20px 0px;
}

.photo a img,
.photo img {
    position: relative;
    z-index: 0;
}
.article-body-content .photo.center {
    text-align: center;
}
.article-body-content .photo.center a img {
    display: inline-block;
}
.article-body-content .photo.center .caption {
    width: 100%; 
    text-align: center;
}
.article-body-content .photo.center.full .caption {
    text-align: auto;
    text-align: right;
}

.photo.partial-width {
    display: block;
    width: auto;
    text-align: center;
}
.photo.partial-width img {
    display: inline-block;
    max-width: 75%;
}

.photo .caption, .inlinevideocenter .caption {
    font-family: 'eurostilebold', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-style: normal;
    line-height: 1.6em;
}

.capwrap {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important; 
	padding-bottom: 0px !important;
	background-color: #101010 !important
}


.captxt {
	font-family: 'eurostilebold', sans-serif;
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-style: normal;
    line-height: 1.6em;
    color: #fff !important;
}

.photo .caption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #FFF;
    margin-right: 0px;
    margin-bottom: 2px;
    -webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    padding: 0px 10px 5px 10px;
}
.photo .caption a {
    color: #ef8179;
    border: none;
    
}
.no-captions .caption {
    display: none !important;
}

.photo.left, .photo.right {
    max-width: 55%;
}
.photo.right {
    margin-left: 25px;
}
.photo.left {
    margin-right: 25px;
}

.content-intro .photo.right,
.content-intro .photo.left {
    margin-top: 5px;
}

.photo.thumb .caption,
.photo.sidebar .caption {
    display: none;
}

.photo.sidebar img {
    width: 100%;
}

.grid {
    overflow: hidden;
}

.grid.dark {
    padding: 15px 20px 20px 20px;
    background-color: #2a2a2a !important;
    border: #101010 solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.grid .photo, .grid .inlinevideocenter {
    margin-top: 10px;
    margin-bottom: 10px;
}
.grid.dark .photo {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.80);
}

.grid .photo.thumb {
    float: left;
    width: 18%;
    margin-left: 10px;
}
.grid .photo.thumb img {
    width: 100%;
}

.grid .photo.full {
    clear: both;
    margin-bottom: 0px;
}

.inlinevideocenter {
    margin: 20px 0px 20px 0px;
}
.inlinevideocenter iframe {
    width: 100%;
}
