

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */



@media screen {
    body {
        background-color:black;
        color:white;
        font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    }
    #content {
        position:relative;
    }
    #content h1 {
        /*margin:0;
        position:absolute;
        top:-50px; left:90px;*/
        font-size:1.5em;
        font-style:italic;
        color:#dfdfdf;
    }
    #content h2 {
        font-size:1.3em;
    }


    #container {
        background-repeat:no-repeat;
        margin:0 auto;
        position:relative;
    }

    #container a:link {
        color:#EEBB77;
        text-decoration:none;
    }
    #container a:visited {
        color:#EEBB77;
        text-decoration:none;
    }
    #container a:hover {
        color:#EEBB77;
        text-decoration:underline;
    }
    #container a:active {
        color:#EEBB77;
        text-decoration:none;
    }     
    #menu {
        margin:0 0 0 9px;

    }
    #menu ul {
        list-style:none;
        margin:0;
        padding:0;
    }
    #menu li {
        text-transform:uppercase;
        font-size:10px;
        display:inline-block;
        margin:0 1.5em 0 0;
        padding:0;
        line-height:32px;
       
    }
    #menu a:link {
        text-decoration:none;
        color:white;
    }
    #menu a:visited {
        color:white;
        text-decoration:none;
    }
    #menu a:hover {
        color:white;
        text-decoration:underline;

    }
    #menu a:active {
        color:white;
        text-decoration:none;
    }

    h1#michael, header#michael a {
        margin:0;
        background-repeat:no-repeat;
        background-position:0 0;    
        width:320px;
        height:127px;
        padding:0;
        background-image:url("/img/mf-home.01.png");
        display:block;
    }
    #michael a img {
        width:320px;
        height:127px;        
    }
    #michael a:hover {
        background-position:-320px 0;
    }

    #vplayer {
        padding:0;
        /* width:640px;
        height:360px; */
    }
	#vplayer iframe {
		border:1px solid #A4A4A4;
	}

	/*legacy*/
	.toRight {
		float:right;
		margin:0 0 1em 1em;
	}
	.toLeft {
		float:left;
		margin:0 1em 1em 0;
	}
	.pics {
		font-size:10px;
		text-align:center;
	}	
	.stipulation {
		font-size:.8em;
	}
	.caption {
		text-align:center;
		font-size:10px;
		font-style:italic;
		display:block;
	}	

    #releases th, #releases td {
        vertical-align:top;
    }
    #releases th {
        padding:5px 0 0 0;
    }
    #releases td {
        padding:10px 0 0 10px;
        font-size:12px;

    }
	
	#schedule th, #schedule td {
	text-align:left;
	padding:1em;
	border:1px solid gray;
	}
	#schedule th {
	width:100px;
	}	

}



@media only screen and (min-width: 641px) {
    #container {
        width:640px;
        background-image:url('/img/2017bd640.jpg'); 
    }
    #content {
        width:640px;
    }


}


@media only screen and (min-width: 960px) {
    #container {
        width:980px;
        background-image:url('/img/2017bdh.jpg'); 
    }
    #content {
        width:640px;
    }


}

@media only screen and (max-width: 640px) {
    #container {
        padding:0 3%;
    }
    #content {
        
    }

    #releases tr,th, #releases td {
        display:block;
        padding:0;
        text-align:left;
    }
    #releases tr {
        margin-bottom:2em;
        border-bottom:dotted #242321;
    }

}






/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


