<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/uploads/536d1583c1355.jpg);
">
</header>
<div class="main">
<p id="toggle">
<a href="#">Hide text</a>
</p>
<script type="text/javascript">
$(document).ready(function() {
BN.registerPlugin('showHide', function(){
$('p#toggle').hide();
var postionLink = function() {
$('p#toggle').hide();
window.setTimeout(function() {
var top = ( $('.intro h1').length ) ?
~~($('.intro h1').offset().top) : 70;
var h = $('p#toggle').height();
$('p#toggle').css('top', top - h);
$('p#toggle').fadeIn('fast');
}, 1000);
};
$(window).resize(function() {
postionLink();
});
postionLink();
// $('p#toggle').show();
$('p#toggle a').bind('click', function() {
$('.toggleContent').toggle('slow', function(){
var text = ( $(this).is(':visible') ) ?
'Hide Text' :
'Show Text';
if ($(this).is(':visible')) {
$('p#toggle a').text('Hide Text')
.removeClass('hidden')
.addClass('invisible');
postionLink();
} else {
$('p#toggle a').text('Show Text')
.removeClass('invisible')
.addClass('hidden');
}
});
return false;
});
});
});
</script>
<div class="intro toggleContent">
<h1>Moments Are Meant to Pass</h1>
</div>
<div class="container toggleContent">
<p class="summary"></p>
<p class="byline">Carter Vance </p>
<p><span style="font-family: Georgia;">Thinking about the captain's cliffs, <br>we were seeking out triangles of the <br>porous ocean light, literary watches <br>ticking bell hours in the damp night.</span></p><p><span style="font-family: Georgia;">In the morning in the bathtub, waking up<br>soakedsullen as ever, great Gods of the <br>Marianas Trench, rising deep between ourselves; <br>your eyes flickered as vineyard wine in monastery casks. <br></span></p><p><span style="font-family: Georgia;">Reached out to hold lightly, your skin wellknown <br>as the New York skyline, traces welltrod <br>as the MTA map; forgotten faces flickered <br>coarsely as rocks on sandy parchment. </span></p><p><span style="font-family: Georgia;">Blood was pumping, rising up swiftly <br>hearts melding cautious to elixir's dawn; <br>I never looked upon wind favourable, <br>tossing shipward aquamarine allusions, until you.</span></p><p><span style="font-family: Georgia;">Teeth chattered to the blanket warmup, <br>glinting dull greyyellow in the morning's indifference, <br>us, tearing apart and soaking through, <br>floods of inevitability washed over </span></p><p><span style="font-family: Georgia;">and two islands again we were.</span></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->