/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
    background: url('/assets/img/bg.png') repeat;
}

#header {
    position: relative;
    height: 100px;
}

#logo {
    position: absolute;
    display: block;
    width: 277px;
    height: 100px;
    right: 80px;
    top: 0;
    background: url('/assets/img/logo.png') no-repeat center;
}

#main-nav {
    margin-left: 50px;
    margin-top: 35px;
    overflow: auto;
}

#main-nav li {
    display: inline;
}

#main-nav li.selected a {
    font-weight: bold;
}

#main-nav a {
    font-family: 'Noto Serif', serif;
    color: #2a1723;
    text-decoration: none;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1em;
    padding: 10px;
}

#wrap {
    background: url('/assets/img/bg_grad.png') no-repeat top center;
    min-height: 600px;
}

#year-nav {
    padding-top:10px;
    font-size: 17px;
    overflow: auto;
    font-family: 'Noto Serif', serif;
    margin-bottom: 0;
    width: 600px;
}

#year-nav li {
    display: inline;

}

#year-nav li.active a {
    color: #2a1723;
    font-weight: bold;
}

#year-nav li a {
    display: block;
    float: left;
    color: #4c2a27;
    text-decoration: none;
    padding: 5px 10px;
}


#frame {
    padding: 51px 0;
    background: url('/assets/img/frame_mid.jpg') repeat-y top center;
    position: relative;
    max-width: 1062px;
        -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.75);
    margin: 0 auto;
}

#frame_header {
    height: 51px;
    margin-top: -31px;
    position: relative;
    top: 51px;
    z-index: 1;
    background: url('/assets/img/frame_top.png') no-repeat bottom center;
}

#frame_footer {
    height: 51px;
    margin-bottom: -51px;
    position: relative;
    bottom: 51px;
    z-index: 1;
    background: url('/assets/img/frame_bottom.png') no-repeat top center;
}

#copyright {
    margin-top: 40px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 11px;
    color: #2a1723;
}

.container article {
    padding: 30px;
}

.container article header {
    margin-bottom: 20px;
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


.grid {
    margin: 0 auto;
    position: relative;
    width: 80%;
    margin-top: 50px;
}

.gridItem {
    background: #e0e0e0;
    box-sizing: border-box;
    color: #aaa;
    font-size: 13px;
    padding: 5px;
    position: absolute;
        -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.75);
    text-decoration: none;
}

.gallery-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 100%;
}
.gallery-image-title {
    padding: 0 10px;
}
.gridItem > img {
    width: 100%;
    height: 100%;
}

.plugin_picture {
    margin-top: 20px;
    display: block;
}

.plugin_picture img {
    width: 100%;
}
