body {
    background:none repeat scroll 0 0 #FAFAFA;
    /* background-color:#DDDDDD; */
    color:#333333;
    font-family: 'Ovo', serif;
    font-size:14px;
    /* margin-left: 5em; */
    /* margin-right: 5em; */
    padding:0;
}

.ink-grid {
    max-width: 1800px;
}

@media screen and (max-width: 1024px) {
    .search-header {
        clear: both;
        width:100%;
        display:inline;
    }
    .search-bar {
        width: 100%;
    }
    .legend {
        position: relative;
    }

    .ink-navigation {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) {
    .search-header {
        clear: both;
        width:100%;
        display:inline-block;
        position:relative;
    }
    .search-bar {
        width: 30%;
    }
    .legend {
        position:absolute;
        bottom:0;
        width: 70%;
    }
}

p, dd, li {
    line-height:1.4em;
}

dd p:last-child { margin-bottom: 0 }

/* ul, ol
{ 
     list-style-position:inside;
} */

a {
    color:#004B6B;
    text-decoration: none;
}
 
a:hover {
    color: #6D4100;
    text-decoration: underline;
}

h1 {
    /* font-size:240%; */
    margin-top:0;
    padding-top:20px;
}

h1, h2, h3, h4, h5,  h6 {
    font-family: 'PT Serif', serif;
    font-weight:normal;
    margin:30px 0 10px;
    padding:0;
}

h2 {
    font-size:140%;
}

.code {
    font-family: 'Droid Mono Sans', monospace;
    font-size: smaller;
}

.mono {
    font-family: 'Droid Mono Sans', monospace;
    font-size: smaller;
}

@media all and (min-width: 801px) {

    dl.specs
    {
	margin: 2em 0;
	padding: 0;
    }

    .specs dt
    {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 10em;
	font-weight: bold;
	white-space: nowrap;
    }

    .specs dd
    {
	border-left: 1px solid #000;
	margin: 0 0 0 11em;
	padding: 0 0 0 .8em;
    }
}

@media all and (max-width: 800px) {

    dl.specs
    {
	margin: 2em 0;
	padding: 0;
    }

    .specs dt
    {
	font-weight: bold;
	white-space: nowrap;
	margin: 0.5em 0 0.5em 0;
    }

    .specs dd
    {
	border-left: 1px solid #000;
	margin: 0 0 0 1em;
	padding: 0 0 0 .5em;
    }
}

table.ink-table tr th.tight
{
    width: 1px;
    white-space: nowrap;
}

.ink-form select,
.ink-form textarea,
.ink-form input[type="text"],
.ink-form input[type="password"],
.ink-form input[type="datetime"],
.ink-form input[type="datetime-local"],
.ink-form input[type="date"],
.ink-form input[type="month"],
.ink-form input[type="time"],
.ink-form input[type="week"],
.ink-form input[type="number"],
.ink-form input[type="email"],
.ink-form input[type="url"],
.ink-form input[type="search"],
.ink-form input[type="tel"],
.ink-form input[type="color"] {
  font-family: 'Ovo', serif;
}

.footnote {
    font-size: x-small;
    margin-top: -1.305em;
}

.footnote hr {
    margin-top: .9em;
    margin-bottom: 0em;
}

.footnote ol {
    margin-top: 0;
    margin-bottom: 0;
}

.footnote li p:last-child {
    margin-bottom: 0
}

.note {
    color: #333333
}

.ink-alert.block .highlight {
    margin-left: 1.5em;
}

blockquote {
    font-weight: 400;
}
