@font-face {
    font-family: openhelvetica;
    src: url('helvetica-neue-lt-std-35-thin.otf');
}

body {
    margin: 0;
    font-family: Arial;
    font-family: openhelvetica;
    background-image: linear-gradient(#e0e0c6, #c6e0e0);
    background: -moz-linear-gradient(#e0e0c6, #c6e0e0); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e0e0c6), color-stop(100%, #c6e0e0)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#e0e0c6, #c6e0e0); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#e0e0c6, #c6e0e0); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0c6', endColorstr='#000'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0c6', endColorstr='#c6e0e0')"; /* IE8+ */
    background: linear-gradient(135deg, #e0e0c6, #c6e0e0); /* the standard */
    background-attachment: fixed;
}

h1 {
    position: relative;
    font-family: openhelvetica;
    font-weight: normal;
    letter-spacing: 0.25em;
    border-bottom: solid 1px #fff;
    /*
    */
    margin-bottom: 22px;
    height: 1.2em;
    overflow: hidden;
}

h1 a {
    color: #fff;
    text-decoration: none;
}

h1 svg#menu-button {
    /*
    height: 24px;
    width: 40px;
    */
    float: right;
    cursor: pointer;
}

div#icons {
    width: 100%;
    height: 0;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    padding-left: 1px;
}

div#icons div.icon-spacer {
    float: left;
    /*
    width: 360px;
    */
    width: 33.33333%;
    text-align: center;
}

div#icons div#prev {
    text-align: left;
}

div#icons div#x-out {
    float: right;
    text-align: right;
}

#prevSVG, #nextSVG, #x-outSVG {
    cursor: pointer;
}

div#nav {
    position: absolute;
    top: 35px;
    right: 0;
    display: none;
    text-align: right;
    width: 310px;
    overflow: visible;
    /*
    height: 800px;
    border: solid 1px #f00;
    */
    z-index: 2;
}

ul#subnav {
    /*
    background: #999;
    */
    position: absolute;
    top: 0;
    margin-left: 300px;
    width: 300px;
    text-align: left;
    letter-spacing: 0.03em;
    list-style: none;
    /*font-size: 12pt;*/
    padding: 10px;
    background-image: linear-gradient(#e0e0c6, #c6e0e0);
    background: -moz-linear-gradient(#e0e0c6, #c6e0e0); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e0e0c6), color-stop(100%, #c6e0e0)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#e0e0c6, #c6e0e0); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#e0e0c6, #c6e0e0); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0c6', endColorstr='#000'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0c6', endColorstr='#c6e0e0')"; /* IE8+ */
    background: linear-gradient(135deg, #e0e0c6, #c6e0e0); /* the standard */
    background-attachment: fixed;
}

ul#subnav li ul {
    list-style: none;
    padding-left: 10px;
}

ul#subnav li {
}

ul#subnav li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.3em;
    border: solid 1px #000;
    margin-bottom: 3px;
    /*
    background: #ccd;
    */
}

ul#subnav li a:hover {
    color: #fff;
}

/*
h1 div#nav:hover ul {
    display: block;
}
*/

h2 {
    font-weight: normal;
    margin-top: 0;
}

div#container {
    position: relative;
    width:1081px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

div#colA {
    position: relative;
    float: left;
    width: 286px;
    padding-right: 20px;
    margin-bottom: 10px;
}

div#colB {
    position: relative;
    float: right;
    width: 774px;
    margin-bottom: 10px;
}

img.preload {
    display: none;
    /*
    height: auto;
    */
}

div.img382 {
    position: relative;
    float: left;
    width: 382px;
    height: 250px;
    margin-left: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

div.img382 div.img382hires {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background-position: center center;
    background-repeat: no-repeat;
}

div.img382 p.caption, iframe.mainframe p.caption {
    position: relative;
    float: left;
    width: 0px;
    height: auto;
    top: 100%;
    opacity: 0.0;
}

iframe {
    float: left;
    height: 207px;
    width: 382px;
    text-align: center;
    border: none;
}

div#footer {
    position: relative;
    float: left;
    text-align: center;
    border-top: solid 1px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 50px;
}

/*
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
*/
@media screen and (min-device-width: 320px) and (max-device-width: 1025px) {
    /* 811px */

    body {
	font-size: 24pt;
	background: #c0f0c0; /* very green */
	background: #c6e0c6; /* greenish */
	background: #c6e0e0; /* cyanish */
	background-position: top left;
	background-size: 100vw 100vh;
    }

    div#nav {
	width: 510px;
	top: 70px;
    }

    ul#subnav {
	font-size: 24pt;
	background: #c6e0e0;
	width: 500px;
    }

    div#container {
	/*
	width:481px;
	width:541px;
	*/
	width:811px;
    }

    div#colA {
	width: 300px;
    }

    div#colB {
	width: 390px;
    }

    div.img382 {
	width: 190px;
	height: 126px;
    }

    iframe {
	float: left;
	width: 190px;
	height: 103px;
	height: 126px;
	text-align: center;
	border: none;
    }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* 1025px */
    body {
	font-size: 18pt;
    }

    ul#subnav {
	font-size: 18pt;
    }

/*
	background: #c6e0e0;
	background: #c0c0f0;
	background-position: top left;
	background-size: 100vw 100vh;
    }

    div#nav {
	width: 510px;
	top: 70px;
    }

    div#container {
	width:1025px;
    }

    div#colA {
	width: 256px;
    }

    div#colB {
	width: 748px;
    }

    div.img382 {
	width: 369px;
	height: 246px;
    }

*/
}
*/
