/* overwrites skeleton's CSS
_____________________________________*/
body {
    background-color:#cccccc;
    background-image:url(../images/fuller_map.jpg);
    background-repeat:repeat-x repeat-y;
    font-size: 0.825em;
}
a {
    color:#2ec7d6;
}
.button a, a.button, button.button, input.button, #respond input#submit, #main-sidebar input.button, #content input.button, .linkbutton a {
color: #FFF!important;
background: #2DC6D6;
padding: 3px 25px;
text-transform: lowercase;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(http://sitesantafe.org/wp-content/themes/site-theme/css/pie/PIE.php);
height: 24px;
line-height: 1.6;
font-size: 1.3em;
position: relative;
border: solid 1px #2DC6D6;
margin: 0;
cursor: pointer;
left: auto;
display: -moz-inline-box;
display: inline-block;
text-decoration: none;
font-weight: bold;
}
h1 {
    color:#B4754A;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 14px;
    font-family:sans-serif;
}
h2, h3 {
    margin:25px;
    color:#2ec7d6;
    font-family:sans-serif;
    text-transform:uppercase;
}
h2 {
    font-size: 1.825em;
    line-height: 2.125em;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 8px;
}


video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
/*max-width: 100%;
height: auto;*/
}

.tumblr_blog_display{
	width: 100%!important;
}
.container {
    height:auto;
    background: #FFF;
    }
.inner-content{
	margin: 0 25px 15px;
	font-size: 0.825em;

}
.inner-content  a,.inner-content  a:visited {
color: #B4754A;

}
#photos {
    position: relative;
    z-index:1;
    height:250px;
    background-color: #EFEFEF;
}
#about {
    background-color:#EFEFEF;
    height: 775px;
}
#about p {
    color:#B4754A;
    margin: 25px 25px 40px;
}
#map {
    position: relative;
    z-index:2;
 /*   background-color:#BADBD9;*/
    height:525px;
    }
#artist {
    list-style: none;
    line-height: 1em;
    overflow:scroll;
    height:525px;
    background-color: black;
    color: white;
}
#artist a, a:visited { color: #ffffff; text-decoration: none; font-weight:200;}
#artist .active a, #artist a:hover, a:focus { color: #2ec7d6; }
#artist ul {
    padding-left:2em;
    padding-right: 2em;
    font-size:0.825em;
}


.search-box{
margin-left: 17px;
margin-bottom: 5px;
}

    /* 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) {
    .container {
                /*position: absolute;
                top: 0;
                left: 0;
                width: 100%;*/
                }
        p {
            font-size:1em;
        }
        #photos {
             /* min-height:520px;
            max-height:600px;*/
            height:auto;
        }
        #about {
           /* min-height:520px;
            max-height:600px;*/
            height:auto;

        }
        #map {
            min-height:520px;
            max-height:600px;
            }
        #artist {
            min-height:520px;
            max-height:600px;
        }

	/* 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) {
        .container {
                }
        p {
            font-size:1em;
        }
        #photos {
             /*min-height:480px;
            max-height:500px;*/
        }
        #about {
            /*min-height:480px;
            max-height:500px;*/
        }
        #map {
            min-height:480px;
            max-height:500px;
            }
        #artist {
            min-height:480px;
            max-height:500px;
        }

    }
