/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    
    font-family: OptimaLT-Medium;
    font-size: 20px;
    line-height: 25px;
    font-family: Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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 {
	text-decoration: none;
}

/*
 * A better looking default horizontal rule
 */

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

#nav {
    font-family: OptimaLT-Medium;
    width: 100%;
    font-size: 27px;
	line-height: 27px;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 200;
    text-align: center;
    background-color: #fff;
}

#navcontainer {
    height: 28px;
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 27px 0 20px 0;
	border-bottom: 1px solid #000;
}

#navleft {
	float: left;
	margin-left: 0;
}

#navright {
	float: right;
	margin-right: 0;
}

#navleft a, a:visited {
	color: #000;
	text-decoration: none;
}

#navleft a:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 0px solid #000;
}

#navright a, a:visited {
	color: #000;
	text-decoration: none;
}

#navright a:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
}

#contentdiv {
	margin-top: 110px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #fff;
}

#archivediv {
	width: 96%;
	margin: 110px auto 0 auto;	
}

.projectimg {
	margin-bottom: 90px;
}

.projectimg img {
	padding: 80px auto 80px auto;
	max-width: 476px;
	max-height: 476px;
	z-index: 100;
}


.projecttext {
    font-family: OptimaLT-Medium;
    font-size: 27px;
    line-height: 35px;
	width: 710px;
	text-align: left;
	margin: 0 auto 75px auto;
	text-align: center;
	padding-top: 0;
}

.abouttext {
    font-family: OptimaLT-Medium;
    font-size: 27px;
    line-height: 35px;
	width: 675px;
	text-align: left;
	margin: 0 auto 75px auto;
	text-align: center;
	padding-top: 0;
}

.date {
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 0;
}
.aboutsmall {
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 0;
}

.archivename {
	text-align: center;
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 7px;
}

.artistname {
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 0;
}

.projecttext a, a:visited {
	color: #000;
	text-decoration: none;
}

.projecttext a:hover, a:visited:hover {
	color: #0000ff;
	text-decoration: none;
}

.abouttext a, a:visited {
	color: #000;
	text-decoration: none;
}

.abouttext a:hover, a:visited:hover {
	color: #0000ff;
	text-decoration: none;
}

#submitform {
	margin-top: 20px;
	width: 300px;
	font-size: 27px;
	line-height: 30px;
    font-family: OptimaLT-Medium;	
	size: 64pt;
}

#checkmark {
	border: 0px;
	font-family: OptimaLT-Medium;
	color: #0000ff;
	font-size: 17pt;
	background-color: #fff;
}

/* small screens (portrait and landscape) ----------- */
@media (max-width: 767px) {
#navleft {
	width: 100%;
	margin: 0 auto 3px auto;
	text-align: center;
}

#navright {
	width: 100%;
	margin: 0 auto 3px auto;
	text-align: center;
}

#navcontainer {
    height: 55px;
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #000;
}

#nav {
    font-family: OptimaLT-Medium;
    width: 100%;
    font-size: 27px;
	line-height: 27px;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 200;
    text-align: center;
    background-color: #fff;
}
.abouttext {
    font-family: OptimaLT-Medium;
    font-size: 20px;
    line-height: 28px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin: 0 auto 20px auto;
	text-align: center;
	padding-top: 0;
}
.date {
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 0;
}
.archivename {
	text-align: center;
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 7px;
}
.projecttext {
    font-family: OptimaLT-Medium;
    font-size: 20px;
    line-height: 28px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto 75px auto;
	text-align: center;
	padding-top: 0;
}
.aboutsmall {
    font-family: OptimaLT-Medium;
	line-height: 21px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
}







/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#navleft {
	width: 100%;
	margin: 0 auto 3px auto;
	text-align: center;
}

#navright {
	width: 100%;
	margin: 0 auto 3px auto;
	text-align: center;
}

#navcontainer {
    height: 28px;
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #000;
}

#nav {
    font-family: OptimaLT-Medium;
    width: 100%;
    font-size: 20px;
	line-height: 20px;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 200;
    text-align: center;
    background-color: #fff;
}
.projecttext {
    font-family: OptimaLT-Medium;
    font-size: 20px;
    line-height: 28px;
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
	margin: 0 auto 75px auto;
	text-align: center;
	padding-top: 0;
}

.abouttext {
    font-family: OptimaLT-Medium;
    font-size: 20px;
    line-height: 28px;
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
	text-align: left;
	margin: 0 auto 20px auto;
	text-align: center;
	padding-top: 0;
}

.date {
    font-family: OptimaLT-Medium;
	line-height: 10px;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 0;
}


.name {
    font-family: OptimaLT-Medium;
	line-height: 10px;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.artistname {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 0;
}
#contentdiv {
	margin-top: 80px;
	width: 100%;
	text-align: center;
}
.archivename {
	text-align: center;
    font-family: OptimaLT-Medium;
	line-height: 17px;
	font-size: 17px;
	margin-top: 7px;
}
.aboutsmall {
    font-family: OptimaLT-Medium;
	line-height: 21px;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	width: 82%;
	
}
#submitform {
	margin-top: 20px;
	width: 170px;
	font-size: 20px;
	line-height: 30px;
    font-family: OptimaLT-Medium;	
	size: 64pt;
}

#checkmark {
	border: 1px;
	font-family: OptimaLT-Medium;
	color: #0000ff;
	font-size: 10pt;
	background-color: #fff;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
.aboutsmall {
	width: 56%;	
}
}
