/* Colors
 * ------
 * @colordef #99adad; light green 
 * @colordef #003333; dark green
 * @colordef #2f4f4f; dark slate gray
 */

/* @group general styles
------------------------------------------------------------------------------*/

body { 
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: "Helvetica Neue",arial,clean,sans-serif;
  background-color: white;
  color: black;
}

h1 {
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
  margin: 0.75em;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin: 1.0em 0 0.5em 0;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2em 4em;
}

table caption {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 1em;
}

tr {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}

th, td {
  padding: 0.5em;
}

p, li {
  font-size: 1.3em;
  text-align: justify;
  margin: 0;
}

p + p {
  margin-top: 1.5em;
}

li p, li pre {
  font-size: 1.0em;
}

li {
  margin-right: 1em;
}

li + li {
  margin-top: 1.0em;
}

a:link,
a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a img {
  border: none;
}

blockquote {
  font-style: italic;
}

code {
  font-size: 1.0em;
  font-family: "Monaco",Lucidatypewriter,Fixed,monospace;
  color: #555;
}

pre {
  font-size: 1.3em;
  margin: 1em 4em;
}

/* @group helper styles
------------------------------------------------------------------------------*/

/* @group page structure
------------------------------------------------------------------------------*/

.wrapper {
  width: 72.0em;
  margin: 0 auto;
} 

.header {
  margin-top: 3em;
  height: 4.8em;
  position: relative;
}

.content {
  padding: 1.5em;
  overflow: hidden;
}

.footer {
  margin-bottom: 3em;
  padding: 0.75em;
  height: 4.05em;
  position: relative;
  clear: both;
}

.header .title {
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.header .nav {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.header h1 {
  display: inline;
  font-size: 3.6em;
  font-weight: bold;
}

.header ul.nav {
  list-style-type: none;
}

.header ul.nav li {
  float: left;
  margin: 0 0 0 0.6em;
  font-size: 2.4em;
}

.header a.title {
  color: black;
}

.header .nav a,
.footer,
.footer a {
  font-weight: normal;
  color: #999;
}

#home .header a.title,
#home    .nav .home    a,
#reports .nav .reports a,
#code    .nav .code    a,
#blog    .nav .blog    a {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.footer p {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.footer .address {
  left: 15px;
  top: 0;
}

.footer .email {
  right: 15px;
  top: 0;
}

.footer .feed {
  right: 15px;
  top: 2.2em;
}

.footer .feed img {
  height: 0.9em;
  padding-left: 0.3em;
}

.footer .feed a {
  color: #999;
}

/* @group page components
------------------------------------------------------------------------------*/

#home .content .portrait {
  float: left;
  padding: 4px 4px 4px 0;
  margin-right: 2em;
}

#home .content .desc {
  float: right;
  width: 50%;
}

#reports .bibliography {
  list-style-type: none;
  margin: 0; 
  padding: 0;
}

.bibliography li + li {
  margin-top: 1em;
}

li.report {
  margin-right: 0;
}

.report span {
  margin: 0;
  padding: 0;
}

.report .journal {
  font-style: italic;
}

.report .volume {
  font-weight: bold;
}

.report .note {
  font-style: italic;
}

#blog .logo {
  text-align: center;
}

#blog .logo img {
  width: 50.0em;
}

.software caption,
.software thead {
  display: none;
}

.software .name {
  width: 8em;
}

.software .desc {
}

.post .meta {
  color: #999;
}

.post + .post {
  margin-top: 4em;
}

.content .nav {
  margin: 0 4em;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  list-style-type: none;
  font-size: 1.0em;
}

.content .nav a {
  padding: 0.8em 0;
  font-size: 1.6em;
  font-weight: bold;
}

.content .nav a[rel="prev"] {
  float: left;
}

.content .nav a[rel="prev"]:before {
  content: "\00AB";
  padding-right: 0.5em;
}

.content .nav a[rel="next"] {
  float: right;
}

.content .nav a[rel="next"]:after {
  content: "\00BB";
  padding-left: 0.5em;
}

.posts {
  margin: 0 auto;
}

.posts caption {
  font-size: 2.8em;
  padding: 0.75em 0;
}

.posts thead {
  display: none;
}

.posts tbody td {
  line-height: 1.75em;
  padding: 0 0.4em;
}

.posts .day,
.posts .year {
  color: #999;
  text-align: right;
  font-size: 92.3%;
}

.posts .month {
  color: #999;
  text-align: left;
  font-size: 92.3%;
}

.posts .year:after {
  content: "\00BB";
  padding-left: 0.5em;
}

#notfound .error {
  width: 18em;
  margin: 0 auto;
}

/* @group overrides
------------------------------------------------------------------------------*/

a[href^="/"],
a[href^="http://ptrckprry.com"],
a[href^="http://www.ptrckprry.com"] {
  color: black;
}

.content .nav li {
  font-size: 1.0em;
}
