/*CLEAR________________*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


/*ALL________________*/
/*
body {
	background-color: rgb(225,225,225);
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: rgb(50,50,50);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 15px;
	position: relative;
}


a {
	color: rgb(100,100,160);
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}*/
body {
	font-family: 'Oxygen Mono', monospace;
	margin-top: 5px;
	margin-left: 5px;
}

/*blerg*/
.displayNone {
	opacity: .000001;
}

.active {
	opacity: 1;
}

.hidden {
	opacity: .000001;
}

.fadeIn {
	-webkit-animation: fadein 1.5s ease-in;
	-moz-animation: fadein 1.5s ease-in;
	-ms-animation: fadein 1.5s ease-in;
	-o-animation: fadein 1.5s ease-in;
	animation: fadein 1.5s ease-in;
}

@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; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeInSlow {
	-webkit-animation: fadein 5s ease-in;
	-moz-animation: fadein 5s ease-in;
	-ms-animation: fadein 5s ease-in;
	-o-animation: fadein 5s ease-in;
	animation: fadein 5s ease-in;
}

@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; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#frontSplashDiv {
	z-index: -1000;
}

#banner {
	font-size: 30px;
	opacity: 1;
	/*font-weight: 400;*/
	z-index: 1000;
	/*background-color: blue;*/
}

#artLink {
	font-size: 15px;
	z-index: 1001;
}

#infoLink {
	font-size: 15px;
	z-index: 1002;
}

#worksGrid {
	font-size: 10px;
}

.worksGridAnchorImage {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 100px;
}

#worksSlides {
	position: absolute;
	top: 75px;

}

.worksSlides {
	position: absolute;
	top: 0px;
}

.worksSlideImage {
	height: 300px;
	margin-bottom: 25px;
}

.workSlideTitle {
	margin-bottom: 5px;

}

.workSlideYear {
	font-size: 12px;

}

.workSlideMedium {
	font-size: 12px;

}

.workSlideDimensions {
	font-size: 12px;

}

#slideNavigation {
	position:absolute;
	top:500px;
}