/*
Theme Name: TwentyThirteen Child
Template:   twentythirteen
*/
@import url("../twentythirteen/style.css");
/*-------------------------------------------------------------- */

@media (min-width: 1000px) {
.site-main .widget-area {
max-width: 300px;
}
}

h3.widget-title {
cursor: pointer;
padding-bottom: 0;
text-transform: none;
}

.widget .widget-title {
margin: 0;
}

.widget {
border-radius: 10px;
}

.site {
max-width: 100%;
}

#masthead {
background-color: black;
}

.navbar, aside {
-webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.5);
box-shadow: inset 0 0 9px rgba(0,0,0,0.5);
max-width: 100%;
}

.wp-playlist-current-item {
height: inherit !important;
}

.wp-playlist .wp-playlist-current-item img {
max-width: 100% !important;
}

#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
}

#modal {
    position:absolute;
    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    z-index: 2;
}

#content {
    border-radius:8px;
    background:#fff;
    padding:20px;
    z-index: 3;
}

#close {
    position:absolute;
    background:url(http://senecalanguage.com/wp-content/uploads/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
    z-index: 4;
}

.mejs-container {
	z-index: 0;
}