/*
Theme Name: Stolen Gods
Author: Donna and Tony
License: GNU General Public License v2 or later
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
@import 'admin-style.css';

@import 'browse-by-date.css';

/* Override from browse-by-date.css: */
.browse_date .selected { border: solid black 1px; background: black; }

/* font-family: 'Open Sans', Helvetica, sans; */
/* font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */

body, p, tr, td, html {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: black;
}

body {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans;
    font-weight: 300;
}

/* Based in part on Unite */

a:hover, a:focus, a {
    text-decoration: none;
    color: #663300;
}

#nav-wrap {
    padding: 0;
    padding-right: 2px;
}

nav.navbar {
    margin: 0;
    border: none;
    border-top: solid black 1px;
    border-radius: 0px;
    min-height: 40px;
    font-family: 'Open Sans', Helvetica, sans;
    font-weight: 300;
    background-color: black;
}

.navbar-toggle .icon-bar {
    border: solid white 1px;
}

.nav li.open > a,
.nav li.open > a:hover,
.nav li.open > a:focus
{
    color: black;
    background-color: white;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus
{
    color: white;
    background: black;
}

.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus
{
    color: white;
    background: black;
}

.nav > li > a {
    padding: 9px 10px;
}

.dropdown-menu > li > a:hover
{
    background-color: black;
    color: white;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    background-color: black;
}

#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}

#masthead {
    margin: 0;
    padding: 0;
    padding-right: 2px;
}

div.header-container {
    padding: 0;
}

#masthead-image {
    background-color: black;
    background-image: url('img/banner-argentine-church-by-rod-waddington-1164.jpg');
    background-repeat: no-repeat;
    height: 364px;
}

@media (min-width: 1200px) {
    #masthead-image {
	background-image: url('img/banner-argentine-church-by-rod-waddington-1164.jpg');
	height: 364px;
    }
    h1.site-title {
	font-size: 120px;
	bottom: 126px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #masthead-image {
	background-image: url('img/banner-argentine-church-by-rod-waddington-960.jpg');
	height: 300px;
    }
    h1.site-title {
	font-size: 99px;
	bottom: 105px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #masthead-image {
	background-image: url('img/banner-argentine-church-by-rod-waddington-776.jpg');
	height: 243px;
    }
    h1.site-title {
	font-size: 77px;
	bottom: 83px;
    }
}

@media (max-width: 767px) {
    #masthead-image {
	background-image: url('img/banner-argentine-church-by-rod-waddington-776.jpg');
	height: 243px;
    }
    h1.site-title {
	font-size: 77px;
	bottom: 83px;
    }
}

/* --------------------------------------------------------------------------- */

.banner-heading {
    background-repeat: no-repeat;
    background-color: #888;
    background-size: 100%;
    white-space: nowrap;
    width: 1162px;
    height: 190px;
    margin-top: 2px;
}
.banner-heading h1 {
    color: white;
    position: relative;
    padding: 10px 10px;
    text-shadow: 0px 0px 5px black;
}
@media (min-width: 1200px) {
    .banner-heading {
	width: 1162px;
	height: 190px;
    }
    .banner-heading h1 {
	font-size: 96px;
	bottom: -44px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-heading {
	width: 958px;
	height: 156px;
    }
    .banner-heading h1 {
	font-size: 79px;
	bottom: -27px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-heading {
	width: 774px;
	height: 122px;
    }
    .banner-heading h1 {
	font-size: 62px;
	bottom: -10px;
    }
}
@media (max-width: 767px) {
    .banner-heading {
	background-size: 776px 122px;
	width: 774px;
	height: 122px;
    }
    .banner-heading h1 {
	font-size: 62px;
	bottom: -10px;
    }
}

/* --------------------------------------------------------------------------- */

h1.site-title {
    white-space: nowrap;
    margin: 10px 10px;
    display: block;
    position: relative;
    height: 0px;
    margin: 0;
    /* top: 10px; */
    left: 10px;
    text-shadow: 0px 0px 5px black;
}

div.site-description {
    background: black;
    color: white;
    text-align: right;
    margin: 2px 0;
    vertical-align: center;
}

div.site-description h4 {
    font-size: 18px;
    color: white;
    background-color: black;
    padding: 10px 10px;
    margin: 2px 0;
    font-weight: 300;
    display: inline-block;
}

div.site-description span.straplinelinks { margin-right: 0.5em; }
div.site-description span.straplinelink {
    line-height: 0;
    position: relative;
    top: -3px;
    margin: 0.5em 6px;
    font-size: 14px;
    display: inline-block;
}
div.site-description span.straplinelink img { margin: 0 0em; }
div.site-description span.straplinelink a { color: white; }

.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:visited
{
    color: white;
}

a,
a:hover,
a:focus,
a:visited
{
    outline: none;
}

/* --------------------------------------------------------------------------- */

.region-links {
    padding: 0;
}

.region-links a {
    display: inline-block;
    text-align: left;
    height: 356px;
    width: 95px;
    margin: 2px 2px 0 0;
    background-color: #888;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rotate {
            transform: translate(0px, 356px) rotate(-90deg);
        -ms-transform: translate(0px, 356px) rotate(-90deg);
    -webkit-transform: translate(0px, 356px) rotate(-90deg);
       -moz-transform: translate(0px, 356px) rotate(-90deg);
         -o-transform: translate(0px, 356px) rotate(-90deg);
            transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
         -o-transform-origin: 0% 0%;
    width: 356px;
    padding: 2px 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .region-links a {
	height: 292px;
	width: 78px;
    }
    .rotate {
	transform: translate(0px, 292px) rotate(-90deg);
	width: 292px;
    }
}

@media (max-width: 600px) {
    .region-links a {
	height: 292px;
	width: 78px;
    }
    .rotate {
	transform: translate(0px, 292px) rotate(-90deg);
	width: 292px;
    }
}

.region-links img {
    position: absolute;
    z-index: -1;
}

.region-links span.region-label {
    display: block;
    color: white;
    font-family: 'Open Sans', Helvetica, sans;
    font-weight: 300;
    font-size: 18px;
    background: rgba(0,0,0,0.5);
}

header.entry-header { margin-top: 2px; }
header.entry-header div.banner-heading { margin-top: 0; }

.entry-header h2.entry-title {
    margin: 0 0 0 1em;
    font-size: 125%;
}

.article-summary {
    padding-left: 15px;
}

.article-locations {
    padding-left: 0;
    padding-right: 0;
}

.page-header {
    border-bottom: 0;
}

.article-subjects {
    text-align: right;
    margin-top: 1em;
}

.article-subjects h1 {
    display: inline-block;
}

.article-subjects a {
    border: solid black 1px;
    padding: 5px;
    margin-left: 5px;
}

.article-summary-display {
    margin-top: 1.2em;
    margin-bottom: 1em;
}

.article-summary-display h4 {
    display: inline;
    margin: 0;
    font-size: 100%;
}

.article-summary-display a.article-title-link {
    font-family: 'Open Sans', Helvetica, sans;
    font-weight: 300;
    font-size: 150%;
}

.article-summary-display .article-title-translation {
    margin: 0;
    margin-left: 1em;
    font-family: 'Open Sans', Helvetica, sans;
    font-weight: 300;
    padding-left: 15px;
    font-style: italic;
}

.article-summary-display p {
    margin-left: 1em;
}

.article-summary-display span.locationlinks a {
    color: black;
}

.article-summary-display p.article-citation {
    padding-left: 15px;
    margin: 0;
}

.more-link {
    text-align: right;
    padding-bottom: 10px;
    padding-right: 2px;
}

.more-link a {
    background: black;
    color: white;
    padding: 5px 10px;
}

/* .entry-banner { */
/*     padding-top: 2px; */
/* } */

.post-boundary-line {
    border-bottom: solid black 1px;
    padding: 15px;
}

.site-footer {
    border-top: solid black 1px;
    margin-top: 1em;
    font-size: 80%;
}

.image-credits div.image-credits-container {
    min-width: 160px;
    height: 260px;
    overflow: hidden;
    margin-top: 30px;
}

/*---------------------------------------------------------------------------*/
/* Wordpress classes */

.wp-caption {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    /* text-align: center; */
    font-size: 85%;
    font-style: italic;
}

img.alignright, img.alignleft { margin-bottom: 0.3em; }

.alignright { margin-left: 0.3em; }
.alignleft { margin-right: 0.3em; }

.alignright { float: right; }
.alignleft { float: left; }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*---------------------------------------------------------------------------*/

#masthead .searchbox {
    position: relative;
    top: 6px;
    right: 6px;
    height: 0px;
    text-align: right;
}

#masthead .searchbox form {
    display: inline-block;
}

#masthead .searchbox .searchbox-input {
    border: 0px;
    font-size: 14px;
    margin: 0;
    padding: 2px 6px;
}

/*---------------------------------------------------------------------------*/

.image-credits-pagination {
    text-align: center;
    clear: both;
}

.image-credits-pagination .page-numbers.prev { margin-right: 1em; }
.image-credits-pagination .page-numbers.next { margin-left: 1em; }

/*---------------------------------------------------------------------------*/
/* Admin style */

.theme_errors li { background: #f88; }
