/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
/*
::-moz-selection{ background: #c3da98; color:#444; text-shadow: none; }
::selection { background:#c3da98; color:#444; text-shadow: none; }
*/
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*		WordPress styles (override these if necessary)
			.................................................. */

.alignnone {
    margin: 5px 11px 0 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 0 11px;
}

.alignleft {
    float:left;
    margin: 5px 11px 0 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 0 auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 0 11px;
}

a img.alignnone {
    margin: 5px 11px 0 0;
}

a img.alignleft {
    float:left;
    margin: 5px 11px 0 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 11px 0 0;
}

.wp-caption.alignleft {
    margin: 5px 11px 0 0;
}

.wp-caption.alignright {
    margin: 5px 0 0 11px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/**
 * Primary styles for the Natural History Network
 *
 * Author: Darin Reid
 *
 * July 2011
 *
 */
 
/*		Main layout
			.................................................. */

body	{
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 0.875em; /* 14/16 = 0.875 */
			line-height: 1.5em; /* 21/14 = 1.5 */
			font-weight: 400; /* Regular */
			color: #3e3d3f;
			background: #FFF;
			}

.lt-ie8 body {
			font-family: Georgia, serif;
			}

#container {
			position: relative;
			margin: 0 auto 16px;
			padding: 8px;
			width: 968px;
			}

.side-col {
			clear: left;
			float: left;
			width: 358px;
			}

.main-col {
			float: right;
			width: 602px;
			}

#header {
			position: relative;
			margin-bottom: 8px;
			width: 358px;
			height: 358px;
			background: #3e3d3f;
			background-position: 0 0;
			background-repeat: no-repeat;
			}

#logo {
			position: absolute;
			bottom: 25px;
			right: 25px;
			display: block;
			width: 199px;
			height: 93px;
			background: url(../img/logo.png) no-repeat;
			text-indent: -9999em;
			}

#footer {
			float: right;
			width: 204px;
			padding: 8px 16px;
			text-align: right;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.642857142857143em; /* 9/14 = 0.642857142857143 */
			line-height: 1.777777777777778em; /* 16/9 = 1.777777777777778 */
			color: #a4a4a6;
			text-transform: uppercase;
			letter-spacing: 0.2em;
			}

.lt-ie9 #footer {
			letter-spacing: 0.1em;
			}

#footer a {
			color: #a4a4a6;
			text-decoration: none;
			}

/*		Links, typography
			.................................................. */

a, a:active, a:visited {
			color: #8ba45d;
			-webkit-transition: color ease .1s;
			}

a:hover {
			color: #6a8f3e !important;
			}

i 		{
			font-style: italic;
			}

em 		{
			font-style: normal;
			}

/*		Widgets
			.................................................. */

.widget {
			margin-bottom: 8px;
			background: #a4a3a1;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			line-height: 1.454545454545455em; /* 16/11 = 1.454545454545455 */
			-webkit-font-smoothing: antialiased;
			color: #FFF;
			}

.side-col .widget,
.widget.feature {
			width: 236px;
			}

.widget header {
			padding: 16px;
			}

.side-col .widget {
			float: right;
			}

.widget h1.title {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1.818181818181818em; /* 20/11 = 1.818181818181818*/
			letter-spacing: 0.05em;
			font-weight: 100;
			text-transform: uppercase;
			color: #666;
			color: rgba(0,0,0,0.5);
			}

.wf-inactive .widget h1.title {
			letter-spacing: 0;
			}

.widget h1 em {
			color: #FFF;
			font-style: normal;
			}

.widget.green {
			background: #9fba6d;
			color: #FFF;
			}

.widget.green a {
			color: #4a592e;
			}

.widget.green a:hover {
			color: #263711 !important;
			}

.widget.yellow {
			background: #ebb643;
			}

.widget aside {
			padding: 8px 16px;
			-webkit-box-shadow: inset 0px 5px 3px -2px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0px 5px 3px -2px rgba(0,0,0,0.1);
			box-shadow: inset 0px 5px 3px -2px rgba(0,0,0,0.1);
			background: #888;
			}

.widget a.handle {
			display: block;
			background: #496c79;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			text-align: center;
			text-decoration: none;
			color: #FFF;
			}

.widget.green a.handle {
			background: #5d6c40;
			}

.widget.green aside {
			background: #8ba45d;
			}

.widget.yellow aside {
			background: #ddac42;
			}

.widget.blue {
			background: #6d9cad;
			}

.widget.blue aside {
			background: #5b8797;
			}

.widget.dark {
			background: #3e3d3f;
			}

.widget.dark aside {
			background: #363537;
			}

.js .widget .handle {
			margin: -4px 0;
			cursor: pointer;
			}

.js .widget .handle h1 {
			float: left;
			}

.widget aside .arrow {
			float: left;
			margin-right: 3px;
			font-size: 0.909090909090909em; /* 10/11 = 0.909090909090909 */
			}

.no-js .widget aside .arrow {
			display: none;
			}

.js .widget .drawer {
			display: none;
			padding: 8px 0;
			}

.widget form {
			margin-bottom: 8px;
			}

.widget input.text {
			width: 196px;
			}

.widget form .button {
			margin-top: 8px;
			}

.widget .social-buttons {
			float: right;
			}
			
.widget .social-buttons .button {
			margin: 8px 0 0 2px;
			}

.lt-ie8 .widget .social-buttons .button {
			display: block;
			float: right;
			}

/*		Buttons
			.................................................. */

.button {
			display: inline-block;
			margin: 0 4px;
			padding: 4px 10px 3px;
			-webkit-border-radius: 3px; 
				-moz-border-radius: 3px; 
				border-radius: 3px;
			background: #222;
			background: rgba(0,0,0,0.5);
			border: none;
			cursor: pointer;
			color: #FFF !important;
			}

.button a {
			color: #FFF !important;
			text-decoration: none;
			}
			
.button, .button:active, .button:visited {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1em; /* 11/11 = 1 */
			line-height: 1.454545454545455em; /* 16/11 = 1.454545454545455 */
			font-weight: 700;
			letter-spacing: 0.1em;
			text-decoration: none;
			text-transform: uppercase;
			color: #FFF;
			-webkit-transition: background-color .1s linear;
			-webkit-font-smoothing: antialiased;
			}

#announcement .button,
#post-nav .button {
			font-size: 0.785714285714286em !important; /* 11/14 = 0.785714285714286 */
			}

.widget.yellow .button {
			background-color: #8f6e28;
			}

.widget.gray .button {
			background-color: #3e3d3f;
			}

.widget.blue .button {
			background-color: #3b5862;
			}

.button:hover {
			color: #FFF !important;
			background-color: rgba(0,0,0,0.7) !important;
			}
			
.button.social {
			width: 23px;
			height: 23px;
			padding: 0;
			text-indent: -9999em;
			background-image: url(../img/social.png);
			}

.button.social:hover {
			background-color: url(../img/social.png) no-repeat !important;
			}
			
.button.facebook { background-position: 0 0; }
.button.twitter { background-position: -23px 0; }
.button.email { background-position: -46px 0; }

/*		Navigation
			.................................................. */

#nav	{
			background-position: -122px -366px;
			background-repeat: no-repeat;
			}

#nav nav	{
			min-height: 125px;
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1.181818181818182em; /* 13/11 = 1.181818181818182 */
			line-height: 1.615384615384615em; /* 21/13 = 1.615384615384615 */
			font-weight: 700;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			background-position: 0 0;
			background-repeat: no-repeat;
			}

.wf-loading #nav nav {
			visibility: hidden;
			}

.wf-active #nav nav {
			letter-spacing: 0.15em;
			}

#nav nav a {
			color: #FFF;
			text-decoration: none;
			-webkit-transition: color .1s linear;
			}

.about-the-art h1 {
			font-weight: normal;
			}

.about-the-art p {
			margin-bottom: 6px;
			}

#nav li ul {
			margin-left: 8px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.846153846153846em; /* 11/13 = 0.846153846153846 */
			line-height: 1.636363636363636em; /* 18/11 = 1.636363636363636 */
			font-weight: normal;
			text-transform: none;
			letter-spacing: 0;
			}

#nav .sub-menu {
			display: none;
			}

#nav li.current-menu-item .sub-menu,
#nav li.current-page-ancestor .sub-menu {
			display: block;
			}

#nav .sub-menu .sub-menu {
			display: none !important;
			}

#nav li.current-menu-item a,
#nav li.current-page-ancestor a,
#nav .sub-menu li.current-page-ancestor a,
#nav .sub-menu li.current-menu-item a  {
			color: #323b22;
			}

#nav .sub-menu li.current-menu-item a {
			font-weight: bold;
			}

#nav .sub-menu li a {
			color: #323b22;
			}
			
#nav .sub-menu a:hover {
			color: #FFF !important;
			}

/*		Forms
			.................................................. */

input.text	{
			display: block;
			margin: 8px 0;
			padding: 4px 4px;
			border: none;
			background: #ECECEC;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1em;
			line-height: 1.454545454545455em; /* 16/11 = 1.454545454545455 */
			color: #666;
			}

input.submit {
			margin: 0;
			}

::-webkit-input-placeholder {
    	color:    #444;
			}
:-moz-placeholder {
    	color:    #444;
			}

			
/*		Definition block
			.................................................. */

#definition {
			display: table;
			margin-bottom: 8px;
			width: 100%;
			background: #3e3d3f;
			font-size: 1.285714285714286em; /* 18/14 = 1.285714285714286 */
			line-height: 1.444444444444444em; /* 26/18 = 1.444444444444444*/
			color: #c1c3c4;
			-webkit-font-smoothing: antialiased;
			background-position: -366px 0;
			background-repeat: no-repeat;
			}

#definition .row {
			display: table-row;
			}

#definition .cell {
			display: table-cell;
			vertical-align: middle;
			height: 318px;
			padding: 20px 85px;
			}

#definition i {
			font-size: 1.333333333333333em; /* 24/18 = 1.333333333333333 */
			font-style: italic;
			color: #FFF;
			}

.lt-ie8 #definition .cell {
			height: auto;
			padding: 101px 85px;
			}

#definition .button {
			margin-top: 10px;
			font-size: 0.611111111111111em; /* 11/18 = 0.611111111111111 */
			color: #a4a3a1 !important;
			background: rgba(0,0,0,0.6);
			}
			
#definition .button:hover {
			color: #fff !important;
			}

/*		Announcement widget
			.................................................. */

#announcement {
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 1em;
			line-height: 1.5em; /* 21/14 = 1.5 */
			}

#announcement header {
			padding: 15px 16px 9px;
			}

#announcement h1 {
			font-size: 2.142857142857143em; /* 30/14 = 2.142857142857143 */
			line-height: 1em; /* 30/30 = 1 */
			font-weight: 400;
			}

.lt-ie9 #announcement h1 {
			line-height: 1.3em;
			}

#announcement aside {
			padding: 16px;
			}

#announcement img {
			margin-top: 0px;
			margin-bottom: 8px;
			}
			
#announcement a,
#announcement a:active,
#announcement a:visited,
#announcement a.handle:hover  {
			color: #203740;
			}

#announcement a.handle {
			display: block;
			background: #496c79;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			text-align: center;
			text-decoration: none;
			color: #FFF;
			}

#announcement a.handle:before {
			
			}

#announcement a:hover {
			color: #222 !important;
			}

#announcement .button:hover {
			color: #FFF !important;
			}
			
/*		Feature widget
			.................................................. */

.feature {
			float: left;
			margin-right: 8px;
			}

.feature img {
			margin: -16px 0 8px -16px;
			}

.feature a {
			text-decoration: none;
			}

.feature.journal header {

			}
			
.feature.journal header hgroup {
			padding-top: 5px;
			position: relative;
			display: table-cell;
			vertical-align: bottom;
			}
			
.feature.dark a:hover h1,
.feature.dark h1 a:hover {
			color: #c6df98 !important;
			}

.feature h1,
.feature aside h1,
.feature aside h2 {
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 2.727272727272727em; /* 30/11 = 2.727272727272727 */
			line-height: 1em; /* 30/30 = 1 */
			font-weight: 400;
			color: #FFF;
			text-transform: none;
			-webkit-transition: color ease .1s !important;
			}

.lt-ie9 .feature h1,
.lt-ie9 .feature aside h1,
.lt-ie9 .feature aside h2 {
			line-height: 1.3em;
			}

.feature h1 a {
			color: #FFF;
			}
			
.feature a:hover h1 {
			-webkit-transition: none;
			color: #6a8f3e;
			}

.feature.dark h1 i {
			color: #AAA;
			-webkit-transition: none;
			}

.feature h1 a:hover,
.feature.journal a:hover h1 {
			color: #3e3d3f !important;
			}

.feature.dark aside {
			color: #c1c3c4;
			line-height: 1.636363636363636em; /* 18/11 = 1.636363636363636 */
			}
			
.feature aside .recent-article {
			margin-bottom: 11px;
			}
			
.feature aside .recent-article:last-child {
			margin-bottom: 0;
			}

.feature h2,
.feature aside .series-title {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1em; /* 11/11 = 1 */
			line-height: 1.636363636363636em; /* 18/11 = 1.636363636363636 */
			font-weight: 400;
			text-transform: uppercase;
			color: #c1c3c4;
			}

.feature aside h1,
.feature aside h2 {
			margin: 2px 0 -2px;
			font-size: 1.454545454545455em; /* 16/11 = 1.454545454545455 */
			line-height: 1.2em; /* 18/16 = 1.125 */
			color: #FFF;
			}

.feature aside h2 {
			margin-top: 6px;
			}

.wf-inactive .feature aside {
			line-height: 1.909090909090909em; /* 21/11 = 1.909090909090909 */
			}

.feature aside h1 a {
			color: #FFF;
			}

.feature.journal {
			/*background: #9d9e9f;*/
			}

/*		Page header
			.................................................. */

#page-header {
			position: relative;
			margin-bottom: 8px;
			height: 182px;
			background: #9d9e9f;
			background-repeat: no-repeat;
			background-position: -366px 0;
			}

#page-header a {
			text-decoration: none;
			color: #FFF;
			}

#page-header a:hover {
			color: #FFF !important;
			}

#page-header.journal {
			background-color: #3e3d3f;
			}

#page-header h1 {
			position: absolute;
			bottom: 5px;
			left: 16px;
			font-size: 2.142857142857143em; /* 30/14 = 2.142857142857143 */
			line-height: 1em; /* 30/30 = 1 */
			color: #FFF;
			font-weight: 400;
			-webkit-font-smoothing: antialiased;
			}

#page-header .button {
			position: absolute;
			right: 8px;
			bottom: 8px;
			margin: 0;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			color: #a4a3a1 !important;
			background: rgba(0,0,0,0.6);
			}

#page-header.journal .button {
			background: rgba(0,0,0,0.5);
			}

.feed-icon {
			float: left;
			position: relative;
			top: 3px;
			left: -2px;
			display: block;
			width: 12px;
			height: 10px;
			background: url(../img/feed-icon.png) no-repeat;
			}
			
.content {
			padding: 16px 60px 16px 16px;
			}
			
/*		Entries (pages and posts)
			.................................................. */

.entry {
			margin: 0 0 21px;
			padding-bottom: 11px;
			font-size: 1.071428571428571em; /* 15/14 = 1.142857142857143 */
			color: #4f4d50;
			}

.entry.browse { /* For excerpt views */
			border-bottom: 1px solid #cecece;
			}
			
.entry header {
			margin-bottom: 11px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.733333333333333em; /* 11/15 = 0.733333333333333 */
			color: #727270;
			}

.entry header h1,
.entry header h2 {
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 2.181818181818182em; /* 24/11 = 2.181818181818182 */
			line-height: 1.166666666666667em; /* 28/24 = 1.166666666666667 */
			font-weight: 400;
			text-transform: none;
			letter-spacing: 0;
			color: #3e3d3f;
			margin: 0 !important;
			}

.entry header h1.series-title {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1.272727272727273em; /* 14/11 = 1.272727272727273 */
			line-height: 2em; /* 28/14 = 2 */
			font-weight: 400;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			color: #888;
			}

.lt-ie8 .entry header h1.series-title {
			font-family: Georgia, serif;
			}
			
.entry header h1 a,
.entry header h2 a {
			color: #3e3d3f;
			text-decoration: none;
			}

.entry header .info {
			margin-top: -2px;
			}

.entry header .author {
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 1.363636363636364em; /* 15/11 = 1.363636363636364 */
			font-style: italic;
			}

.entry header .meta {
			float: right;
			}

.entry header .meta a {
			text-decoration: none;
			color: #727270;
			}
			
.entry header .terms {
			display: inline;
			margin: 0;
			list-style: none;
			}

.entry header .terms li {
			display: inline;
			}


.entry .pdf-download {
			padding: 2px 0 2px 17px;
			background: url(../img/pdf-download.gif) no-repeat left;
			color: #727270;
			text-decoration: none;
			}

.entry .read-more {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.733333333333333em; /* 11/15 = 0.733333333333333 */
			color: #8ba45d;
			text-decoration: none;
			}
			
.entry p,
.entry ul,
.entry ol {
			margin-bottom: 11px;
			}

.entry blockquote {
			padding: 11px 21px 21px;
			}

.entry h1,
.entry h2,
.entry h3 {
			margin-bottom: 11px;
			color: #3e3d3f;
			}
			
.entry h1 {
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 1.6em; /* 24/15 */
			line-height: 1.166666666666667em; /* 28/24 */
			font-weight: 400;
			}

.entry .widget {
			color: #3e3d3f;
			}
			
.entry .widget h1.title {
			margin-bottom: 0;
			font-size: 2.27272727272728em; /* ?? */
			letter-spacing: 0.05em;
			font-weight: 100;
			text-transform: uppercase;
			color: #666;
			color: rgba(0,0,0,0.5);
			}

.entry .widget header {
			margin: 0;
			}

.entry h2 {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 0.86666666666667em; /* 13/15 */
			line-height: 1.615384615384615em; /* 21/13 = 1.615384615384615 */
			font-weight: 700;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			}

.entry h3 {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1.06666666666667em; /* 16/15  */
			line-height: 1.75em; /* 28/16 */
			font-weight: 400;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			color: #888;
			margin-bottom: 0;
			}

.entry h3 a {
			color: #888;
			text-decoration: none;
			}

.entry p + h1, 
.entry p + h2,
.entry p + h3 {
			margin-top: 22px;
			}

.entry figcaption {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.733333333333333em; /* 11/15 = 0.733333333333333 */
			color: #888;
			}

			
.entry em,
.entry i {
			font-style: italic;
			}

.entry strong,
.entry b {
			font-weight: 600;
			}

.entry table,
.entry th,
.entry td {
			border: 1px solid #DDD;
			}
			
.entry td {
			padding: 2px 5px;
			}


/*		Journal index
			.................................................. */
			
.journal-index th,
.journal-index td {
			text-align: left;
			padding: 16px 20px 16px 0;
			border-bottom: 1px solid #cecece;
			font-weight: 400;
			}

.journal-index th {
			vertical-align: bottom;
			padding: 0 20px 0 0;
			}

.journal-index td.title {
			width: 600px;
			font-family: warnock-pro-1, warnock-pro-2, Georgia, serif;
			font-size: 1.285714285714286em; /* 18/14 = 1.285714285714286 */
			line-height: 1em; /* 30/30 = 1 */
			font-weight: 400; 
			}

.journal-index td.title .series-title {
			margin-bottom: 3px;
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 0.666666666666667em; /* 12/18 = 0.666666666666667em */
			font-weight: 400;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			color: #4f4d50;
			}

.journal-index td.title a {
			color: #3e3d3f;
			}
			
.journal-index td.title .author {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.611111111111111em; /* 11/18 = 0.611111111111111 */
			color: #4f4d50;
			}

.journal-index th,
.journal-index th.date,
.journal-index td.date {
			padding-right: 0;
			width: 200px;
			text-align: right;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			color: #4f4d50;
			}

.journal-index th {
			text-align: left;
			}
			
.journal-index a {
			text-decoration: none;
			color: #4f4d50;
			}

/*		Post nav
			.................................................. */

#post-nav .button {
			margin: 0;
			}

/*		Browser
			.................................................. */

.browser {
			margin-bottom: 8px;
			padding: 8px;
			background: #888;
			}

.js .browser select {
			display: none;
			}
			
.no-js .browser {
			display: none;
			}

.browser select, 
.browser input.text {
			margin: 0;
			padding: 0;
			display: inline;
			background: #ececec;
			border: none;
			}

.search-field input.text {
			float: left;
			width: 140px;
			margin: 0;
			padding: 16px 6px 0px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			line-height: 1em; /* 16/11 = 1.454545454545455 */
			color: #444;
			}
			
@-moz-document url-prefix() {
    .search-field input.text {
    		padding: 8px 0 6px 6px;
				}
}

.lt-ie9 .search-field input.text {
			padding: 9px 6px 7px;
			}

.lt-ie8 .search-field input.text {
			width: 130px;
			}

.search-field input.submit.button {
			float: left;
			padding: 7px 10px 5px;
			border: none;
			background: #3e3d3f;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			-webkit-border-radius: 0;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius: 0;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomright: 3px;
			border-radius: 0;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
			}
			
/*
|--------------------------------------------------------------------------
| Custom selects
|--------------------------------------------------------------------------
|
|	requires jquery.prettselect.js 
|
*/

.js select.prettyselect {
			visibility: hidden;
			}
			
dl.prettyselect {
			float: left;
			position: relative;
			margin: 0 8px 0 0;
			width: 190px;
			cursor: pointer;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			color: #444;
			}

dl.prettyselect dt {
			background: #ececec;
			padding: 4px 10px 4px;
			}

dl.prettyselect dd {
			display: none;
			}

dl.prettyselect ul {
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
			list-style: none;
			border: 1px solid #e6e6e6;
			}

dl.prettyselect dt,
dl.prettyselect ul {
			-webkit-border-radius: 3px; 
				-moz-border-radius: 3px; 
				border-radius: 3px;
			}

dl.prettyselect dt .arrow {
			float: right;
			color: #888;
			}

dl.prettyselect a {
			display: block;
			padding: 2px 6px;
			text-decoration: none;
			color: #666;
			background: #FFF;
			background: rgba(255,255,255,0.97);
			white-space: nowrap;
			}

/*		COMMENTS
			.................................................. */
			
.comments {
			margin: 0 0 42px;
			}

.comments header h1 {
			font-family: news-gothic-std-1,news-gothic-std-2, Helvetica, Arial, sans-serif;
			font-size: 1.818181818181818em; /* 20/11 = 1.818181818181818 */
			letter-spacing: 0.05em;
			font-weight: 100;
			text-transform: uppercase;
			color: #666;
			color: rgba(0,0,0,0.5);
			}

/*		Admin instructions
			.................................................. */

a.button.instructions-link {
			position: absolute;
			right: 12px;
			top: 16px;
			font-size: 0.785714285714286em; /* 11/14 = 0.785714285714286 */
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-weight: normal;
			text-transform: none;
			letter-spacing: 0;
			z-index: 100;
			}

a.button.instructions-link:hover {
			color: #FFF !important;
			}











.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media screen and (min-width: 1114px) {
				
	#container { width: 1098px; }
	.main-col { margin-right: 130px }
	a.button.instructions-link { right: 142px; }
	
  
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

