/* style2.css
 * For revised KNEXT site.
 * Jonathan Gordon, 2011-01-26 */

body
{
	font-family: 'Uni', 'Helvetica', 'Arial', sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	/* Enable ligatures and kerning. */
	text-rendering: optimizeLegibility;
	/* Make text less thick in WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Mobile Safari screws this up otherwise. */
	-webkit-text-size-adjust: none;
	letter-spacing: -0.02em;
}

/*
body
{
	background-image: url(grid.png);
	background-position: top center;
	background-repeat: repeat-y;
}*/

.clear
{
	clear: both;
	margin: 0px 0px 0px 110px;
}

.first
{
	background: #2b2a2a;
	color: #fff;
	padding: 5px 0px 10px 0px;
	width: 620px;
	min-height: 105px;
}

.first h2, .first h3, .first h4
{
	color: #fff;
}

.first p
{
	padding-left: 5px;
	padding-right: 5px;
	color: #eee;
}

div.main
{
	text-align: left;
	margin: 20px auto 30px auto;
	width: 828px;
}

#header
{
	padding: 10px 0px 10px 0px;
	border-top: 2px solid #444;
	margin: 0px 0px 0px 0px;
}


#header h1
{
	float: left;
	width: 500px;
	padding-left: 5px;
}


#header p
{
	float: left;
	width: 420px;
	margin: 0px;
	padding: 0px;
}


div.section p, div.smallsection p
{
	padding-left: 5px;
	padding-right: 5px;
}

div.section p
{
	width: 610px;
}

.label
{
	font-weight: bold;
}

div.source p {
	max-width: 270px;
}

div.fullwidthresults div.source p {
	max-width: 610px;
}

div.source p.source
{
	margin-left: 95px;
	margin-bottom: 10px;
	font-family: 'KnPl', 'Minion Pro', 'Georgia', 'Bitstream Charter', serif;
	font-style: italic;
	color: black;
	max-width: 270px;
}

div.fullwidthresults div.source p.source {
	max-width: 610px;
}

p.parse
{
	margin-left: 95px;
	margin-bottom: 10px;
	max-width: 520px;
}

div.source p.parse {
	max-width: 300px;
}

div.source
{
	border: 1px solid #444;
	padding: 7px 5px 0px 5px;
	background: #eee;
	width: 290px;
}

div.fullwidthresults div.source {
	width: 610px;
}

p.factoid
{
	margin-top: 5px;
}

p.parse
{
	font-size: smaller;
}


pre
{
	font-family: 'Andale Mono', fixed;
	font-size: 11pt;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


h1, h2, h3, h4
{
	color: #1b1919;
	font-family: 'KnPl', 'Minion Pro', 'Georgia', 'Bitstream Charter', serif;
	font-weight: normal;
	padding: 0px 5px 5px 5px;
	/* Make it a little easier to scan pages in Mobile Safari */
	-webkit-text-size-adjust: 110%;
}


h1
{
	text-align: left;
	font-size: 25pt;
	line-height: 18pt;
	margin-top: 0px;
}


h1 sup { font-size: 16pt; }

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: 1ex;
}

span.subhead
{
	font-style: italic;
	font-size: 16pt;
	line-height: 14pt;
}


h2
{
	font-size: 16pt;
	margin-top: 8px;
}


div.first h2
{
	margin-top: 15px;
}


h3, h4
{
	font-weight: normal;
	margin-top: 5px;
}


h4
{
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


div.source p + h4 { margin-top: 15px; }


ul li
{
	list-style-type: none;
}


li + li
{
	margin-top: 10px;
}


div.section, div.smallsection
{
	margin: 10px 0px 15px 0px;
}


div.smallsection
{
	width: 305px;
	float: left;
}


div.smallsection + div.smallsection
{
	margin-left: 10px;
}


div.section
{
	clear: left;
	margin-left: 0px;
	border-top: 1px solid #666;
	width: 620px;
}


div.section + div.section
{
	margin-top: 35px;
}

#unsharp, #sharp {
	padding-left: 0px;
	float: left;
	width: 300px;
	clear: none;
	margin-top: 10px;
}

#sharp {
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 9px;
}

#sharp, #unsharp {
	border-top: 0px;
}

#sharp h3, #unsharp h3 {
	border-top: 1px solid #000;
	margin-top: 0px;
	padding-top: 5px;
}

div.results ul, div.fullwidthresults ul
{
	margin-left: 0px;
	padding-left: 0px;
}

div.results ol, div.fullwidthresults ol {
	margin-left: 0px;
	padding-left: 0px;
}

#sharp div.results ul, #unsharp div.results ul {
	margin-left: 0px;
}

div.results li, div.fullwidthresults li {
	border-top: 1px dotted #ddd;
	padding: 10px 0px 6px 0px;
	margin: 0px;
}

li p {
	margin: 0px;
	padding: 0px;
}

div.results li p {
	width: 290px;
}

div.fullwidthresults li p {
	width: 610px;
}

address
{
	border-top: 1px solid #ccc;
	margin: 1.5pc 0;
	padding-top: 5px;
	font-style: normal;
}

p
{
	margin-top: 0;
}

acronym, span.knext, span.epilog
{
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.05em;
}

span.term, span.latin, span.french
{
	font-style: italic;
}

h1 span.amp, h2 span.amp, h3 span.amp, .first span.amp
{
	font-family: 'Minion Pro', 'MP', 'Hoefler Text', 'Cochin', 'Baskerville',
                 'Palatino', 'Palatino Linotype', 'Constantia', 'Book Antiqua',
                 serif;
	font-style: italic;
}

/*
 * The download form
 */
div.formel
{
	margin: 4px 0px;
}


label
{
	display: block;
	float: left;

	width: 160px;
	margin: 0px 10px 0px 40px;
	padding: 5px 0px 0px 0px;

	text-align: right;
	vertical-align: bottom;
	font-size: 12pt;
	line-height: 12pt;
}


label + input
{
	width: 295px;
}


div.submit
{
	margin-left: 210px;
}


input
{
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}

a {
	color: #009cd7;
	text-decoration: none;
}

a:visited {
	color: #009cd7;
}

a:hover {
	text-decoration: underline;
}

div.nav {
	margin-top: 5px;
	text-align: left;
}

span.nav {
	margin-right: 4px;
	padding: 6px 3px 3px 3px;
	border: 1px solid #bbb;
}

span.nav:hover {
	background: #222;
}

span.nav:hover a {
	color: #fff;
	text-decoration: none;
}


p, li, address {
	color: #555;
	font-size: 12pt;
}


p.lead
{
	font-family: 'KnPl', 'Minion Pro', 'Georgia', 'Bitstream Charter', serif;
	font-size: 14pt;
	line-height: 16pt;
	padding: 10px 10px 5px 10px;
}


#left
{
	float: left;
	padding-top: 0px;
	width: 620px;
}


.side
{
	margin: 0px 0px 0px 630px;
	padding: 0px 0px 0px 0px;
}


.side-section
{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
}


#search
{
	background-color: #ddd;
	min-height: 105px;
}


#search input[type="text"]
{
	width: 95%;
	max-width: 140px;
}


.side-section p
{
	margin-left: 5px;
	margin-bottom: 5px;
}


#browser, #downloads, #tip1, #tip2
{
	border-top: 1px solid #444;
	min-height: 160px;
}


#browser p, #downloads p
{
	color: #000;
}


h1 a, h1 a:link, #header a, #header a:link
{
	color: #000;
}

p.attribution
{
	color: #000;
}

p.source
{
	margin-left: 10px;
}


@font-face {
	font-family: 'KnPl';
	src: url('fonts/pl-webfont.eot');
	src: local('Plantin Regular'),
	     url('fonts/pl-webfont.woff') format('woff'),
		 url('fonts/pl-webfont.ttf') format('truetype'),
		 url('fonts/pl-webfont.svg#webfontp6SBXFbk') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'KnPl';
	src: url('fonts/pl-italic-webfont.eot');
	src: local('Plantin Italic'),
	     url('fonts/pl-italic-webfont.woff') format('woff'),
		 url('fonts/pl-italic-webfont.ttf') format('truetype'),
		 url('fonts/pl-italic-webfont.svg#webfontIoJt6R6l') format('svg');
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: 'KnPl';
	src: url('fonts/pl-semibold-webfont.eot');
	src: local('Plantin Semiold'),
	     url('fonts/pl-semibold-webfont.woff') format('woff'),
		 url('fonts/pl-semibold-webfont.ttf') format('truetype'),
		 url('fonts/pl-semibold-webfont.svg#webfontzyaH61LS') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Uni';
	src: url('fonts/universltstd-webfont.eot');
	src: local('Univers LT Std'),
	     url('fonts/universltstd-webfont.woff') format('woff'),
		 url('fonts/universltstd-webfont.ttf') format('truetype'),
		 url('fonts/universltstd-webfont.svg#webfontHRcobhOZ') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Uni';
	src: url('fonts/universltstd-bold-webfont.eot');
	src: local('Univers LT Std Bold'),
	     url('fonts/universltstd-bold-webfont.woff') format('woff'),
		 url('fonts/universltstd-bold-webfont.ttf') format('truetype'),
		 url('fonts/universltstd-bold-webfont.svg#webfonta1n3t8Ho') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Uni';
	src: url('fonts/universltstd-obl-webfont.eot');
	src: local('Univers LT Std Oblique'),
	     url('fonts/universltstd-obl-webfont.woff') format('woff'),
		 url('fonts/universltstd-obl-webfont.ttf') format('truetype'),
		 url('fonts/universltstd-obl-webfont.svg#webfontfzNMhb17') format('svg');
	font-weight: normal;
	font-style: italic;
}


@font-face
{
    font-family: 'MP';
	src: url('fonts/mp-i-webfont.eot');
	src: local('Minion Pro Italic'),
	     url('fonts/mp-i-webfont.woff') format('woff'),
		 url('fonts/mp-i-webfont.ttf') format('truetype'),
		 url('fonts/mp-i-webfont.svg#webfontGzAvQYRp') format('svg');
	font-weight: normal;
    font-style: italic;
}
