@font-face {
    font-family: 'Junction';
    src: url('/fonts/junction_02-webfont.eot');
    src: url('/fonts/junction_02-webfont.eot?#iefix') format('eot'),
         url('/fonts/junction_02-webfont.woff') format('woff'),
         url('/fonts/junction_02-webfont.ttf') format('truetype'),
         url('/fonts/junction_02-webfont.svg#webfontVsJ9Vcae') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SMGoudy';
    src: url('/fonts/oflgoudystmtt-webfont.eot');
    src: url('/fonts/oflgoudystmtt-webfont.eot?#iefix') format('eot'),
         url('/fonts/oflgoudystmtt-webfont.woff') format('woff'),
         url('/fonts/oflgoudystmtt-webfont.ttf') format('truetype'),
         url('/fonts/oflgoudystmtt-webfont.svg#webfonthkXXizkn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allerta';
    src: url('/fonts/allerta_medium-webfont.eot');
    src: url('/fonts/allerta_medium-webfont.eot?#iefix') format('eot'),
         url('/fonts/allerta_medium-webfont.woff') format('woff'),
         url('/fonts/allerta_medium-webfont.ttf') format('truetype'),
         url('/fonts/allerta_medium-webfont.svg#webfontD8HnQf2T') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    color: #434a4d; /*#51463d;*/
    font-size: 62.5%;
    background:  #f3f2e8; /*f3f2e8;*/
}

/* links */

a:link, a:visited {
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
    color: #825059;
}

a:hover {
    /* color: #556268;*/
    text-decoration: underline;
}

/* headers */

h2 {
    font-family: "Allerta";
    margin: .2em 0px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    color: #61313A;
    border: 0;
}

p {
    margin: 1em 0;
}

footer p {
    margin: 0.5em 0;
}

/* lists */

ul {
    list-style-type: disc;
    margin: 0 0 0 0;
}

li {
    padding: 0.25em 0;
    margin: 0 0 0 25px;
}

ol {
    margin: 1em 0;
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol li {
    padding: 0.35em 0;
}

ol li:first-child {
    padding-top: 0px;
}

ol li:last-child {
    padding-bottom: 0px;
}

sup {
    vertical-align: top;
    font-size: .90em;
}

sup:before {

}

sup:after {

}

/* page structure 
   -------------------------------------------- */

#content {
    width: 80%;
    max-width: 1000px;
    min-width: 800px;
    margin: 0 auto;
    padding: 40px 0 0 0px;
    font-size: 1.3em;
    display: block;
}
.main {
    float: left;
    width: 71%;
    padding: 0 0 0px 15px;
    min-height: 300px;
}
.secondary {
    float: right;
    width: 25%;
    margin-top: 9px;
}

footer {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0px 0 0px 0px;
    font-size: 0.9em;
    color: #556268;
    border-top: 2px solid #e2e1d4;
}

/* header 
   --------------------------------------------- */

header#main {
    border-bottom: 1px solid #fff;
    background-color: #CDDBDC;
    padding: 40px 0 0 0;
    display: block;
    margin: 0 auto;
}

/* logo */

h1#logo {
    margin: 0 0 20px 0px;
    float: left;
    width: 100%;
}

h1#logo img {
    display: block;
}

/* Featured */

#featured{
    position: relative;
}

#featured figure {
    float: left;
    position: relative;
    border: 1px solid #003149;
    width: 48.5%;
    margin: 0 0 0px 0px;
    font-size: 1em;
}

#featured figure.right {
    float: right;
}

#featured figure img {
    width: 100%;
    margin: 0;
    display: block;
}

.highlight-text{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #003149;
    width: 100%;
    height: 3.2em;
    color: #CDDBDC;
    white-space: nowrap;
}

.highlight-text span {
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.highlight-text em{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px;
}

.highlight-text strong{
    display: block;
}

#featured figure a{
    font-weight: normal;
}

/* navigation */

header#main nav {
    position: relative;
    width: 80%;
    max-width: 1000px;
    min-width: 800px;
    margin: 0 auto;
    font-size: 1.3em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
header#main nav ul {
    list-style-type: none;
    margin: 0 auto;
}
header#main nav ul li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    background-color: #CDDBDC;
}
header#main nav ul li.last {
    margin-right: 0;
}
header#main nav ul li a {
    display: block;
    float: left;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #556268;
    border-left: 1px solid #003149; 
}
header#main nav ul li a strong {
    display: block;
    padding: .4em 15px;
/* padding: .8em 15px; */
}
header#main nav ul li a em {
    display: block;
    font-size: .85em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #556268;
}

/* main styles 
   --------------------------------------------- */

/* headings */

section header h1
{
    margin: 10px 0 15px -15px;
    padding: 0 0 4px 15px;
    font-family: "Allerta", Georgia, serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #556268;
    border-bottom: 2px solid #e2e1d4;
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited
{
    font-weight: normal;
    color: #61313A;
}

section h3 {
    margin: 1em 0;
    color: #556268;
}

h1 a,
h1 a:link,
h1 a:visited {
    color: #556268;
} 

section header h1 em {
    font-style: normal;
    font-weight: normal;
    color: #999;
}

/* use the best possible ampersand */

span.amp {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
}

/* alternative style */
div.callout {
    margin: 0 0 15px -15px;
    padding: 15px;
    background: #fff;
}

/* news */

article.news-detail {
/*    padding: 0 0 0 15px;*/
    padding: 0 0 0 0px;
}

article.entry {
    padding: 0em 0;
    border-bottom: 1px solid #e2e1d4;
}
article.last {
    border-bottom: none;
}
article header h1
{
    margin: 0 0 .5em 0px;
    padding: 0;
    font-family: Junction, Georgia, serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.3em;
    color: #61313A;
    border: 0;
}

article header h2
{
    color: #434A4D;
    font-size: 1.1em;
    font-weight: normal;
}

article header h3 {
    font-weight: normal;
    margin: 0 0 1em 0;
    font-size: 0.9em;
}

article header h1 a,
article header h1 a:link,
article header h1 a:visited {
    color: #61313A;
    font-weight: normal;
}

article.entry ul.entry-meta {
    list-style-type: none;
    float: right;
    width: auto; /* 225 / 730 = 0.30822 */
    margin-left: 7px;
}
article.entry ul.entry-meta li {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    line-height: 1.6;
    font-weight: normal;
    color: #556268;
}
article.entry ul.entry-meta li time {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.by {
    font-family: SMGoudy, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1;
}
.entry {
    margin: 0 0 .5em 0px;
/*    margin: 0 0 .5em 15px;*/
    float: right;
    width: 100%; /*63.014%;  460 / 730 = 0.63014 */
    font-size: 1em;
    line-height: 1.4;
}
.entry p {

}

/* publications */

#primer h2 {
    font-variant: normal;
}

#primer ul {
/*    margin: 0 auto 0 15px;*/
    margin: 0 auto 0 0px;
}
#primer ul li {
    float: left;
    width: 25%;
    margin: 0 0 0 0;
}
#primer ul li.last {
    margin-right: 0;
}

#primer div {
    margin: .7em 0 0 2em;
}

#primer div em {
    width: 13em;
    display: block;    
    font-weight: normal;
    font-style: italic;
    float: left;
}

.last {
    border-bottom: none;
}

article.publication {
    padding: 0em 0;
    margin: .5em 0;
    display: block;
}

.publication h3 {
    margin: .5em 0;
    font-family: Junction;
}

.publication span.publication-category a:hover {
    text-decoration: none;
}

.publication span.publication-category {
    float:left;
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 1% 0 0;
    height: 1em;
    color: #556268;
}

.publication div.publication-info {
    float:left;
    width: 78%;
    display: block;
    margin: 0 0 10px 0;
}

.publication div.summary {
    margin: 0;
    float: left;
    display: block;
    width: 70%;
}

.publication div.summary p {
    margin: 0;
}

.publication ul.publication-meta {
    list-style-type: none;
    float: left;
    height: 100%;
    width: 25%;
    padding-left: 5%;
}
.publication ul.publication-meta li {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: normal;
    color: #556268;
}
.publication div.publication-info h3 {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.3;
    color: #61313A;
}
.publication ul.publication-meta li time {
    font-size: 1em;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.publication ul.publication-meta li img {
    margin: 7px 0 0 0;
}

hr.publication-divider {
    width: 80%;
    margin: 0 0 0 21%; /*this will align it right for Mozilla*/
    color: #E2E1D4;
    background-color: #E2E1D4;
    display: block;
    border: 0;
    padding-top: 1px;
}

/* news detail */

article.item-detail {
    padding: 0 0 0 0px;
/*    padding: 0 0 0 15px;*/
    display: block;
}

/* event list 

article.event-list-item {
    margin: 10px 0 0 0;
    display: block;
}

.event-list-item span#name {
    float: left;
    overflow: auto;
    width: 25%;
    font-size: 1.2em;
}

.event-list-item span#info {
    float: left;
    overflow: auto;
    width: 55%;
}

.event-list-item span#info a {
    font-size: 1.2em;
}

.event-list-item time {
    float: right;
    width: 20%;
    font-style: normal;
    text-align: right;
}

*/

/* content list */

article.content-list-item {
    margin: 1em 1% 0 0;
    margin: 0;
    display: block;
    padding: 0 0 0 0px;
/*    padding: 0 0 0 15px;*/
}

.content-list-item .summary {
    margin: 0;
    width: 60%;
    float: left;
}

.content-list-item .summary p {
    margin: 0 0 .5em 0;
}

.content-list-item ul.meta {
    list-style-type: none;
    float: left;
    width: 38%;
    height: 100%;
    padding: 0 1% 0 0px;
}
.content-list-item ul.meta li {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    color: #556268;
}
.content-list-item ul.meta li h2 {
    margin: 0 0 .5em 0;
    font-family: Junction, Georgia, serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.3em;
    color: #61313A;
}

.content-list-item ul.meta li h3 {
    font-size: 1em;
    color: #556268;
    font-weight: normal;
}

.content-list-item ul.meta li time {
    font-size: 1em;
    line-height: 2.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

div.continued {
    float: right;
    margin: 0.5em 0;
}

section.content-list hr {
    width: 100%;
    margin: 1em 0; /*this will align it right for Mozilla*/
    color: #E2E1D4;
    background-color: #E2E1D4;
    display: block;
    border: 0;
    padding: 1px 0 0 0px;
}

.tag-links a {
    font-weight: normal;
}

a.feedlink {
    float: right;
    margin-left: 3px;
}

span.pagination {
    width: 100%;
    padding: 0 0 0 0px;
    margin: 1em 0;
    display: block;
}

div.page_number {
    width: 100%;
    margin: 1em 0;
    text-align: right;
}

a.next_link {
    float: right;
    margin: 1em 0;
}

a.previous_link {
    float: left;
}

/* podcast */

img.guestphoto { 
    float: right; 
    margin: 10px; 
    border-style:groove;
    border-color: #fff99d;
    border-width:6px;
}

img#hb-logo {
    float: left;
}

.oggcast {

}

.oggcast-list-item span.oggcast-audio-links {
    float: right;
    padding: 0 0 0 15px;
}

.oggcast-list-item time {
    text-style: italic;
}

.oggcast-list-item h2 {
    color: #61313A;
    font-size: 1.3em;
    margin: 15px 0 5px 0;
    font-weight: normal;    
}

.oggcast-list-item header h2 {
    color: #556268;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
}

.oggcast-list-item ul h4 {
    margin-top: 10px;
}

.oggcast-tags {
    margin: 15px 0 0 0;
}

section#oggcast hr {
    width: 100%;
    margin: 1em 0; /*this will align it right for Mozilla*/
    color: #E2E1D4;
    background-color: #E2E1D4;
    display: block;
    border: 0;
    padding: 0 0 0 0px;
}

div.oggcast-license {
    margin: 1em 0 1em 0;
}

.oggcast-license div {
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
}

.oggcast-license img {
    float: left;
    margin: 0 5px 2px 0;
}

/* people */

div.people-info {
    float:left;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    text-align: left;
}
.people-info strong{
    color: #61313A;
    display: block;
    text-transform: uppercase;
}
.people-info em{
    font-size: .9em;
    font-style: normal;
    font-weight: normal;
}

.people-info img{
    margin: .3em 0 0 0;
}

.people-body div.bio {
    margin-left: 100px;
    
}

.people-body {
    margin: 0 0 2em 0px;
    float: right;
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
}

.people-body h2 {
    margin-bottom: 10px;
}

.people-body h2 em {
    color: #556268;
    font-style: normal;
}

.people-body h2 a:hover {
    text-decoration: none;
}

span.by {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1;
}

span.dot {
    font-weight: bold;
}

/* generic section content */
div.section-text {
    padding: 0px 0 15px 0px;
/*    padding: 0px 0 15px 15px;*/
}

/* 2-column main content layout */

div.columns {
/*    padding: 0px 0 15px 15px;*/
    padding: 0px 0 15px 0px;
}

.columns h2{
    color: #61313A;
    font-size: 1.3em;
    margin: 15px 0 5px 0;
    font-weight: normal;
}

.columns h2 a:hover {
    text-decoration: none;
}

.columns h2.top {
    margin: 0 0 5px 0;
}

.columns div.column{
    width: 47%;
    float: left;
}

.columns div.right{
    margin-left: 6%;
}

.columns h2 a:hover {

}

/* comment form */

#comment-form fieldset {
    margin: 0 0 15px 0;
}
#comment-form fieldset label {
    display: block;
    margin: 0 0 3px 0;
    font-weight: bold;
}
#comment-form fieldset input,
#comment-form fieldset textarea {
    width: 90%;
    padding: 5px;
    font-size: 1.4em;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e2e1d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#comment-form fieldset textarea {
    height: 100px;
}
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
    background: #fff;
}

/* secondary styles 
   --------------------------------------------- */

div.mod {
    margin: 0 0 1em 0;
    padding: 7px 15px;
    background: #fff;
}

div#about-box {
    margin-top: -9px;
}

div#about-box a.more {
    float: right;
}

div.alt {
    margin: 0 0 .5em 0;
    background: none;
}

div.mod header h1,
div.mod header h1 a,
div.mod header h1 a:link,
div.mod header h1 a:visited {
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    font-size: 1.07em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #556268;
    border-bottom: 2px solid #ecebe1;
    font-family: "Allerta";
}

div.mod h1 a:hover {
    /* color: #825059; */
}

div.alt h1 {
    border-bottom-color: #e2e1d4;
}

div.mod p {
    margin: 7px 0 0 0;
}

/* menu list */

.index {
    list-style: square outside url('/img/bullet.gif');
}

.index li {
    padding: 7px 0 0 0;
    margin: 0 0 0 15px;
}

.index li a {
    overflow: hidden;
}

.sublist {
    list-style: square outside;
}

/* sidebar-summary formatting */

ul.sidebar-summary {
    list-style-type: none;
    margin: 0 0 10px 0;
}

ul.last {
    margin: 0;
}

ul.sidebar-summary li {
    padding: 7px 0 0 0;
    margin: 0;
}

ul.sidebar-summary li a.title {
    overflow: hidden;
    font-weight: bold;
    font-family: "Junction", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

ul.sidebar-summary li p {
    margin: 10px 0px 0px 0px;
}

ul.sidebar-summary li div.summary {
    margin: 10px 0px 0px 0px;
}

ul.sidebar-summary li div.summary p {
    margin: 0;
}

ul.sidebar-summary li.last a {
    border: none;
}

ul.sidebar-summary li a#title {

}

ul.sidebar-summary em {
    margin: 5px 0px;
    font-size: 0.85em;
    font-style: normal;
    font-weight: normal;
    color: #556268;
    display: block;
}

ul.sidebar-summary li ul.sublist li {
    padding: 3px 0 3px 10px;
}

ul.sidebar-summary li ul.sublist li a {
    color: #434A4D;
    font-variant: normal;
    font-weight: normal;
}

/* oggcast sidebar module */

a.oggcast-rss {
    float: left;
    margin: 0 5px 0 0;
}

a.last {
    margin: 0;
}

/* donate button */

#donate-wrap {
    text-align: center;
    margin: 2em 0 1em 0;
}

span.donate-button {

}
span.donate-button a {
    padding: 6px 14px;
    color: #fff;
    background: #61313a url(/img/glass-btn.png) repeat-x 0 50%;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    white-space: nowrap;
}
span.donate-button a:hover {
    border-color: #61313a;
    background-color: #825059;
}

/* Donate section */

div#google-checkout {
    vertical-align: middle;
    text-align: center;
    width: 55%;
    margin: 1em auto;
}

div#google-checkout form {
    line-height: 3em;
}

#google-checkout strong {
    font-size: 2em;
}

#google-checkout input#donationAmount {
    font-size: 2em;
    width: 5em;
}

#google-checkout input#donationSubmit {
    vertical-align: middle;
}

div#other-services {
    vertical-align: middle;
    text-align: center;
    width: 450px;
    margin: 1em auto;
    display: block;
}

#other-services div {
    float: left;
}

#other-services em {
    font-style: normal;
    font-weight: bold;
}

#other-services p {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin: 1em 0.5em;
}

/* Search box */

div#search-wrap {
    margin: 7px 0 0 0;
}

input#ddg-site-search {
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
    display: block;
    width: 100%;
}

input#ddg-search-button {
    float: right;
}

/* Resources */

blockquote, div.quote /* div.quote is used by sflc whitepaper */ {
  margin: 0 2em 1em 2em;
  padding: 1em;
  border-left: 3px solid #e2e1d4;
  background: #fff;
}

div.tableofcontents {
    margin: 0 0 1em 0;
}

.newsgraphic { float: right; }
.newsgraphic img { border: 1px solid #000; }

.secondary_info { font-size: 83%; }
.next_page_button { float: right; }
/*.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}*/
.copyright_info { font-size: 90%; }
hr.footnote-separator { width: 80%; margin-left: auto; margin-right: auto; }
/*span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript*/
div.footnotes sup { font-size:90%; padding: 0 .5em 0 0; vertical-align: baseline;}
div.footnotes{border-top:solid 1px #e2e1d4; margin: 1em 0; padding: 1em 0; font-size:90%; border-bottom:none;}
div.footnotes p{margin: 10px 0; text-indent: 0;}
sup a,
sup a span,
a sup
{
    font-weight: normal;
    font-size: .9em;
}

div.download-formats { margin-top: 1em; margin-bottom: 1em; }
.download-formats p { display: inline; }
.download-formats ul { display: inline; list-style: none;
                                    padding-left: 0; }
.download-formats ul li { display: inline; padding-left: 1em; }

/* Resources - book styles */
hr.chapter-separator { display: none; }
h2.likechapterHead {  }
h2.chapterHead span {
    color: #61313A;
}
h2.chapterHead {
    color: #434A4D;
}
h3.sectionHead,
h4.subsectionHead,
h5.subsubsectionHead,
h6.subsubsubsectionHead
{
    color: #556268;
    margin: 10px 0;
}
ul.author { list-style-type: none; padding-left: 0; }
ul.author li { margin: 0; padding: 0; }
div.footnotes { font-style: normal; } /* remove italics */
span.sectionToc { padding-left: 2em; } /* indent TOC properly */
span.subsectionToc { padding-left: 4em; }
span.subsubsectionToc { padding-left: 6em;}
.js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; }
.singleColumn br { height: 0px; margin: 0; padding: 0; }

/* footer 
   --------------------------------------------- */

footer a,
footer a:link,
footer a:visited
{
    color: #825059; /*#556268;*/
}

/* misc. 
   --------------------------------------------- */

hr, .hide {
    display: none;
}
a img {
    border: none;
}

/* self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
