@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "Helvetica Neue";
	src: url('http://www.nathancyprys.com/fonts/HelveticaNeueLTStd-Th.otf');
	font-weight:lighter;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url('http://www.nathancyprys.com/fonts/HelveticaNeueLTStd-Md.otf');
	font-weight:bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url('http://www.nathancyprys.com/fonts/HelveticaNeueLTStd-ThIt.otf');
	font-weight:lighter;
	font-style:italic;
}
body  {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
}
a {
	color:#8B8B8B;
	text-decoration: none;
	-o-transition: color .8s ease-out, background 4.5s ease-in;
	-ms-transition: color .8s ease-out, background 4.5s ease-in;
	-moz-transition: color .8s ease-out, background 4.5s ease-in;
	-webkit-transition: color .8s ease-out, background 4.5s ease-in;
	/* ...and now override with proper CSS property */
	transition: color .8s ease-out, background 4.5s ease-in;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	text-transform: uppercase;
	font-size: 0.7em;
	margin-top: 80px;
	position: fixed;
	padding-left: 10px;
}
h1 {
	margin-bottom: 25px;
	color: #8B8B8B;
}
.nav li{
	margin-bottom: 10px;
}
.works li {
	margin-bottom: 6px;
	text-transform: lowercase;
}
.contact li{
	text-transform: lowercase;
	color: #8B8B8B;
	margin-bottom: 6px;
}
.submenu {
	margin-bottom: 20px;
}
#content {
	float: right;
	width: 750px;
	margin-top: 80px;
	font-size: 0.7em;
	padding-right: 10px;
}
#content img {
	margin-bottom: 100px;
	float: right;
}
#content iframe {
	margin-bottom: 100px;
	float: right;
}
#contentport {
	float: right;
	width: 750px;
	margin-top: 80px;
	font-size: 0.7em;
}
#content iframe {
	float: right;
}
#contenthome {
	float: right;
	width: 750px;
	margin-top: 80px;
	font-size: 0.7em;
	line-height: 1.3em;
}
#contenthome img {
	margin-bottom: 10px;
	float: right;
}
#thumbs {
	float: right;
	width: 750px;
	margin-top: 80px;
	font-size: 0.7em;
	line-height: 1.3em;
}
#thumbs img {
	margin: 10px;
}
.direct {
	float: right;
	margin-top: 10px;
	color: #8B8B8B;
}
.number {
	margin-top: 10px;
	float: left;
	color: #8B8B8B;
	margin-left: -3px;
}
.list {
	margin-top: 23px;
	float: left;
	margin-left: -17px;
}
.list li {
	margin-bottom: 5px;
}
.date {
	margin-bottom: 3px;
	margin-top: 13px;
}
.cv a {
	color: #000;
}
.title {
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 4px;
}
.press {
	font-size: 0.7em;
	margin-bottom: 50px;
}
.cv {
	margin-bottom: 50px;
	line-height: 1.5em;
	margin-top: -25px;
}
.press li {
	display: inline;
	margin-right: 8px;
	line-height: 1.5em;
}
.cv li {
	color: #000;
}
.next {
	float: right;
	margin-top: -25px;
	margin-bottom: 30px;
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* CSS for high-resolution devices */
@media only screen and(-Webkit - min - device - pixel - ratio: 1.5),
    only screen and(-moz - min - device - pixel - ratio: 1.5),
    only screen and(-o - min - device - pixel - ratio: 3 / 2),
    only screen and(min - device - pixel - ratio: 1.5) {
        .retina {
          display:block;
        }

        .nonretina {
        display:none;
        }
    }