/* Typography */

@font-face {
font-family: "texgyreschola";
src: url(http://linefeed.presspublish.info/wp-typography/texgyreschola-regular.otf) ;
}
@font-face {
font-family: "texgyreschola";
src: url(http://linefeed.presspublish.info/wp-typography/texgyreschola-italic.otf) ;
font-style: italic;
}
@font-face {
font-family: "texgyreschola";
src: url(http://linefeed.presspublish.info/wp-typography/texgyreschola-bold.otf) ;
font-weight: bold;
}
@font-face {
font-family: "texgyreschola";
src: url(http://linefeed.presspublish.info/wp-typography/texgyreschola-bolditalic.otf) ;
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: "neuzeit-screen";
src: url(http://okinterrupt.net/type/neuzeit-screen.otf) ;
}
@font-face {
font-family: "neuzeit-screen";
src: url(http://okinterrupt.net/type/neuzeit-screen-bold.otf) ;
font-weight: bold;
}


/* core styles */

body {
font-family: neuzeit-screen, 'neuzeit office regular', neuzeit, futura, 'helvetica neue', Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #000;
background-color: #FFF;
background-image: url('http://okinterrupt.net/siteart/ok-background-01.gif');
background-attachment: fixed;
margin: 30px;
padding: 0px;
text-align: center;
}

h1 {
font-family: neuzeit-screen, 'neuzeit office regular', neuzeit, futura, 'helvetica neue', Helvetica, sans-serif;
font-size: 30px;
font-weight: normal;
float: left;
width: 190px;
}

h2 {
font-family: neuzeit-screen, 'neuzeit office regular', neuzeit, futura, 'helvetica neue', Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
font-weight: normal;
float: left;
margin: 9px 0px 0px 0px;
padding: 0px;
}

h3, .h3 {
font-family: neuzeit-screen, 'neuzeit office regular', neuzeit, futura, 'helvetica neue', Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: bold;
display: inline;
}

a {
color: #000;
text-decoration: none;
margin: 0px 0px 5px 0px;
}

a:hover {
color: #A59F97;
text-decoration: none;
border-bottom: 3px solid #A59F97; 
}

p { margin: 0px 0px 5px 0px; }

ol, ul, li {
list-style: none;
text-indent: 0px;
}

li a {
border-bottom: 3px solid #000;
text-indent: 0px;
line-height: 20px;
}

hr { 
display: block; 
clear: both; 
margin: 0px 0px 20px; 
padding: 0px; 
height: 0px; 
overflow: hidden; 
visibility: hidden; 
}


/* Layout */

div#container { 
width: 900px; 
text-align: left;
}

div#nav-wrap { 
width: 190px;
float: left;
margin: 0px; 
padding: 0px; 
}

div#navigation {
width: 200px;
float: left; 
margin: 0px 0px 4px 0px;
border: 1px solid #000;
}

div#content { 
width: 800px;
float: left;
margin: 0px 0px 0px 0px; 
border: 1px solid #000;
padding: 15px 15px 15px 15px; 
font-family: texgyreschola, georgia, serif; 
font-size: 18px;
line-height: 22px;
}

div#project { 
width: 700px;
float: left;
margin: 0px 0px 0px 0px; 
border: 1px solid #000;
padding: 0px 0px 0px 0px; 
font-family: texgyreschola, georgia, serif; 
font-size: 18px;
line-height: 22px;
}

div#text-only, .text-only {
width: 450px;
float: left;
margin: 0px 0px 0px 190px; 
font-family: texgyreschola, georgia, serif; 
font-size: 16px;
line-height: 20px;
}

.page-text {
width: 480px;
float: left;
margin: 0px 0px 0px 190px; 
font-family: texgyreschola, georgia, serif; 
font-size: 24px;
line-height: 28px;
}

div#media, .media { 
clear: both; 
padding: 0px 0px 0px 0px;
width: 600px;
margin: 0px 0px 0px 0px;
}

div#footer { 
height: 30px;
clear: both;
text-align: left;
font-size: 9px;	
padding: 10px 0px 0px 190px;
}

div.home div#media { padding: 0px 0px 0px 0px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; height: 30px; font-family: neuzeit-screen, 'neuzeit office regular', neuzeit, futura, 'helvetica neue', Helvetica, sans-serif; }

div#image-wrapper { overflow: hidden; width: 700px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 700px; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }


/* Frame Graphic */

div#frame-exterior {
background: #000; 
background-image: url('http://okinterrupt.net/siteart/frame-diagonal-top.gif'); 
background-position: right top;
background-repeat: no-repeat;
float: left;
}

div#frame-inset {
background: #FFF; 
margin: 1px;
padding: 10px 10px 15px 10px;
float: left;
text-align: left;
}

div#frame-noinset {
width: 700px;
height: 525px;
background: #FFF; 
margin: 1px;
padding: 0px 0px 0px 0px;
float: left;
text-align: left;
}

div#frame-bottom {
background: #000; 
background-image: url('http://okinterrupt.net/siteart/frame-diagonal-bottom.gif'); 
background-position: left bottom;
background-repeat: no-repeat;
height: 5px;
clear: both;
}

/* Column Styles */

.col one { width: 193px; }
.col two { width: 200px; }
.col three { width: 700px; }
.col four { width: 707px; }
.col four { width: 480px; }