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

/* Reset */
html,body,div,span,applet,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* JinWhan's NavBar */
.gdmfa2012{ background:#000; position: fixed; margin:0; padding:8px 0 0 50px; width:100%;height:20px;}
.gdmfa2012 li{list-style: none;float:left;}
.gdmfa2012 li#home img{width:150px;margin:0 50px 0 0;}
.gdmfa2012 li#prev img{width:28px;margin:0 0 0 20px ;}
/* End JinWhan's NavBar */

/* Hidding JinWhan's NavBar */
.gdmfa2012 {
	
	
	
}



/* End Hudding JinWhan's Nav Bar */


/* Lazy Scroll */
.lazy {display: none; }
/* End Lazy Scroll */  

/* Sticky Header */
.floatingHeader {
      position: fixed;
      top: 0px; /* 28px; */
      visibility: hidden;
	  width: 100%;
	  z-index: 2;
    }

.persist-area {
	width: 100%;
	height: auto;
}

/* End Sticky Header */

body {

	width: 100%;	
}


.title {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #fff;
}


.about {

	height: auto;
	width: 100%;
	background-color: #e41f3a;
	margin: 0;
	margin-top: -3px;
	padding-top: 50px;
	padding-bottom: 50px;
	
}


.abouttext {
	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 250px;
	padding-right: 250px;	
}


					@media screen and (min-width: 1223px) {
					
					.abouttext {
						width: 743px;
						height:	auto;
					}
					
					}


h1 {

	color: #fff;
	font-family: "ff-meta-serif-web-pro", cursive;
	font-style:italic;
	font-weight:100;
	font-size: 20pt;
	line-height: 28pt;
}

nav {
	
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 10px;
	text-align: center;
	
}

nav ul {

	list-style: none;
	width: 462px; /* 603 when "BOOK" is added */
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


nav ul li {

	float: left;
	margin-left: 50px;
	color: #fff;]
}
	
	
nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	
	color:#fff;
	text-decoration: none;
	font-family: "ff-meta-web-pro",sans-serif;
	font-size: 10pt;
	letter-spacing: 4px;
	font-weight:bold;
	}
	

h2 {

	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
	font-family: "ff-meta-serif-web-pro", cursive;
	font-style:italic;
	font-weight: 100;
	font-size: 20pt;
	color: #999;
	letter-spacing: 1px;
	
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	
	color: #999;
	text-decoration: none;
	
}

article {
	
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}

article p, .exhibitiontext p, .zinetext p, .linkstext p {

	font-family: "ff-meta-web-pro", sans-serif;
	font-weight: 100;
	font-size: 11pt;
	line-height: 16pt;
	margin-top: 11px;
	
	
}

.bold {

	font-weight:bold;
	
}

.italic {
	
	font-style: italic;
	
}

.intext {

	margin-top: 40px;
	margin-bottom: 40px;
	
}

p a:link, p a:visited, p a:hover, p a:active {

	color: #e41f3a;
	text-decoration: none;
	
}

p a:hover {

	text-decoration: underline;
	
}

p a:active {

	color: #fff;
	
}

.exhibition {

	width: 100%;
	height: auto;
	background-color: #000;
	margin-top: 60px;
	padding-top: 1px;

	
}

.exhibitimages {

	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}

.eximg {

	margin-bottom: 50px;
	
	
}

.zine {

	width: 100%;
	height: auto;
	/*background-color: #e41f3a;*/
}

.isuucontainer1 {

	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
}

.isuucontainer2 {

	width: 550px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
}



figcaption {
	
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	margin-bottom: 30px;
	
}



h3 {

	color: #999;
	font-family: "ff-meta-web-pro", sans-serif;
	font-style:italic;
	font-weight:100;
	font-size: 9pt;
	line-height: 12pt;

}

.figbold {

	font-weight: bold;
	
}

.fignoital {

	font-style: normal;
	
}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {

	color: #999;
	text-decoration: none;
	
}

h3 a:hover {

	text-decoration: underline;
	
}

h3 a:active {

	color: #fff;
	
}

.exhibitiontext, .zinetext, .linkstext {

	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	
}

.exhibition p, .links p {

	color: #fff;

}

.links {

	width: 100%;
	height: auto;
	background-color: #000;	
	padding-top: 1px;
	padding-bottom: 50px;
	margin-top: -12px;
	
}


.sites {

	width: 680px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;

}

.sites ul, .socialmedia ul {
	
	list-style: none;
}

.sites ul li {
	
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	
}

h4 {

	color: #fff;
	font-family: "ff-meta-web-pro", sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 11pt;
	
}

h4 a:link, h4 a:active, h4 a:hover, h4 a:visited {

	color: #e41f3a;
	text-decoration: none;
	
}

h4 a:hover {

	color: #fff;
	
}

.socialmedia {

	width: 128px;
	heigth: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
}

.socialmedia ul li {

	float: left;
	margin-left: 7px;
	margin-right: 7px;
	
}


@media screen and (min-width: 1394px) {
	
.zine {
	
	width: 1394px;
	margin-right: auto;
	margin-left: auto;
	
}

.isuucontainer1 {
	
	display: block;

}

.isuucontainer2 {
	
	display: none;

}

}

@media screen and (max-width: 1393px) {
	
.isuucontainer1 {

	display: none;
	
}
	
	
}




@media screen and (max-width: 835px) {
	

h1 {

	font-size: 10pt;
	line-height: 18pt;
}
	
.abouttext {
	
	padding-left: 100px;
	padding-right: 100px;	
}	
	
.sites ul li {

	float: none;
	
}
	
.sites {

	width: 90%;
	height: auto;
	text-align: center;

	
}

h4 {
	
	line-height: 20pt;
	
}

}

@media screen and (max-width: 595px) {
	
#prev {

	display: none;
	
}

.abouttext {
	
	padding-left: 50px;
	padding-right: 50px;	
}	

.zine {

	display: none;
	
}

#navzine {

	display: none;
	
}

nav ul {

	width: 320px; /* 419 with BOOK added */
	
}

#navessay {

	margin-left: 0;
	
}

#navlinks {

	margin-right: 0;

}


	
}


/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {


.title {

	display: none;
	
}


.zine {

	display: none;
	
}

#navzine {

	display: none;
	
}

nav ul {

	width: 320px; /* 419 with BOOK added */
	
}

#navessay {

	margin-left: 0;
	
}

#navlinks {

	margin-right: 0;

}

#prev {

	display: none;
	
}

.floatingHeader {
      top: 20px;
    }


}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


.title {

	display: none;
	
}


.zine {

	display: none;
	
}

#navzine {

	display: none;
	
}

nav ul {

	width: 320px; /* 419 with BOOK added */
	
}

#navessay {

	margin-left: 0;
	
}

#navlinks {

	margin-right: 0;

}

.gdmfa2012 {

	display: none;
	
}

.floatingHeader {

      top: 0;

    }



}


