@charset "UTF-8";
/* CSS Document */

#wrap{
width:980px;
margin:0 auto;
}


h1 {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
 	font-size: xxx-large;
	text-align:center;
	color:#000000;
	padding:10px;}

h3 {font-size: x-large; text-align: left;}
	
h2 {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
 	font-size: x-large;
	text-align:center;
	color:#000000;
	padding:10px;}
	
h5 {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
 	font-size: medium;
	text-align:left;
	color:#000000;
	padding:5px;}

p {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
    text-decoration: none;
	color:#FFFFFF}	
	
a {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
    text-decoration: none;}
body {font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	background-color:#FFFFFF;
	margin-bottom:100px; letter-spacing:.1em; line-height:1.6em;}

#filmography {position: fixed;}
#sidebar {position:absolute; z-index: 10;}
#nav li {
		list-style-type: none;
		text-align:center;
		display:inline-block;
		clear:both;
		padding:15px 2px;
		}
.mylist {list-style-type: none;}
a:link{color:#000000; font-size: large; }
	a:visited{color:#000000;}
	a:hover{color:#1C6CFF;
	text-decoration: underline;}
	a:active{color:#000000;}

#bio {font-family: "Courier New", Courier, monospace;
	text-align:center;
	color:#000000;
	margin-left:300px;
	margin-right:300px;}

#exhibit {font-family: "Courier New", Courier, monospace;
	text-align:center;
	color:#000000;
	margin-left:300px;
	margin-right:300px;}


    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
