@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Droid Sans Regular"), local("DroidSans-Regular"), url(https://fonts.gstatic.com/s/droidsans/v7/s-BiyweUPV0v-yRb-cjciAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Droid Sans Bold"), local("DroidSans-Bold"), url(https://fonts.gstatic.com/s/droidsans/v7/EFpQQyG9GqCrobXxL-KRMWaVI6zN22yiurzcBKxPjFE.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Droid Serif Regular"), local("DroidSerif-Regular"), url(https://fonts.gstatic.com/s/droidserif/v7/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url(https://fonts.gstatic.com/s/droidserif/v7/QQt14e8dY39u-eYBZmppwf79_ZuUxCigM2DespTnFaw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

h2, h4, h5, h6 {
    margin-top: 1rem
}

dd, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem
}

abbr, dt {
    font-weight: 700
}

abbr, code {
    font-size: 85%
}

code, pre {
    background-color: #f9f9f9
}

.post-date, img, pre {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    margin: 0;
    padding: 0
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

@media (min-width: 38em) {
    html {
        font-size: 20px
    }
}

body {
    color: #515151;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #268bd2;
    text-decoration: none
}

a strong {
    color: inherit
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25;
    color: #313131;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem
}

h4, h5, h6 {
    font-size: 1rem
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    color: #303030
}

hr {
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

.highlight, pre {
    margin-bottom: 1rem
}

abbr {
    color: #555;
    text-transform: uppercase
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e5e5e5
}

code, pre {
    font-family: Menlo, Monaco, "Courier New", monospace
}

code {
    padding: .25em .5em;
    color: #bf616a;
    border-radius: 3px
}

pre {
    margin-top: 0;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.4;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

pre code {
    padding: 0;
    font-size: 100%;
    color: inherit;
    background-color: transparent
}

.highlight {
    border-radius: 4px
}

.highlight pre {
    margin-bottom: 0
}

.gist .gist-file {
    font-family: Menlo, Monaco, "Courier New", monospace !important
}

.gist .markdown-body {
    padding: 15px
}

.gist code, .gist pre {
    padding: 0;
    background-color: transparent
}

.gist .gist-file .gist-data {
    font-size: 0.8rem !important;
    line-height: 1.4
}

.gist code {
    color: inherit;
    border-radius: 0
}

.message, tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

blockquote {
    padding: .5rem 1rem;
    margin: .8rem 0;
    color: #7a7a7a;
    border-left: .25rem solid #e5e5e5
}

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

@media (min-width: 30em) {
    blockquote {
        padding-right: 5rem;
        padding-left: 1.25rem
    }
}

img {
    max-width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px
}

table, td, th {
    border: 1px solid #e5e5e5
}

.message, table {
    margin-bottom: 1rem
}

table {
    width: 100%;
    border-collapse: collapse
}

td, th {
    padding: .25rem .5rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.message {
    padding: 1rem;
    color: #717171
}

.container {
     max-width: 38rem;
     padding-left: 1rem;
     padding-right: 1rem;
     margin-left: auto;
     margin-right: auto
 }

.container2 {
    max-width: 57rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto
}

.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem
}

.masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #505050
}

.masthead-title a {
    color: #505050
}

.masthead-title small {
    font-size: 75%;
    font-weight: 400;
    color: silver;
    letter-spacing: 0;
    float: right
}

.page, .post {
    margin-bottom: 4em
}

.page-title, .post-title, .post-title a {
    color: #303030
}

.page-title, .post-title {
    margin-top: 0
}

.post-date {
    margin-top: -.5rem;
    margin-bottom: 1rem;
    color: #9a9a9a
}

.related {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #eee
}

.related-posts {
    padding-left: 0;
    list-style: none
}

.related-posts h3 {
    margin-top: 0
}

.related-posts li small {
    font-size: 75%;
    color: #999
}

.related-posts li a:hover {
    color: #268bd2;
    text-decoration: none
}

.related-posts li a:hover small {
    color: inherit
}

.pagination {
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    color: #ccc;
    text-align: center
}

.pagination-item {
    display: block;
    padding: 1rem;
    border: 1px solid #eee
}

.pagination-item:first-child {
    margin-bottom: -1px
}

a.pagination-item:hover {
    background-color: #f5f5f5
}

@media (min-width: 30em) {
    .pagination {
        margin: 3rem 0
    }

    .pagination-item {
        float: left;
        width: 50%
    }

    .pagination-item:first-child {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .pagination-item:last-child {
        margin-left: -1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

.highlight .cm, .highlight .ge, .highlight .sd {
    font-style: italic
}

.highlight .hll {
    background-color: #ffc
}

.highlight .c {
    color: #999
}

.highlight .err {
    color: #a00;
    background-color: #faa
}

.highlight .k {
    color: #069
}

.highlight .o {
    color: #555
}

.highlight .cm {
    color: #09f
}

.highlight .cp {
    color: #099
}

.highlight .c1, .highlight .cs {
    color: #999
}

.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00
}

.highlight .gr {
    color: red
}

.highlight .gh {
    color: #030
}

.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0
}

.highlight .go {
    color: #aaa
}

.highlight .gp {
    color: #009
}

.highlight .gu {
    color: #030
}

.highlight .gt {
    color: #9c6
}

.highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr {
    color: #069
}

.highlight .kt {
    color: #078
}

.highlight .m {
    color: #f60
}

.highlight .s {
    color: #d44950
}

.highlight .na {
    color: #4f9fcf
}

.highlight .nb {
    color: #366
}

.highlight .nc {
    color: #0a8
}

.highlight .no {
    color: #360
}

.highlight .nd {
    color: #99f
}

.highlight .ni {
    color: #999
}

.highlight .ne {
    color: #c00
}

.highlight .nf {
    color: #c0f
}

.highlight .nl {
    color: #99f
}

.highlight .nn {
    color: #0cf
}

.highlight .nt {
    color: #2f6f9f
}

.highlight .nv {
    color: #033
}

.highlight .ow {
    color: #000
}

.highlight .w {
    color: #bbb
}

.highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
    color: #f60
}

.highlight .s2, .highlight .sb, .highlight .sc, .highlight .se, .highlight .sh {
    color: #c30
}

.highlight .sd {
    color: #c30
}

.highlight .si {
    color: #a00
}

.highlight .sx {
    color: #c30
}

.highlight .sr {
    color: #3aa
}

.highlight .s1 {
    color: #c30
}

.highlight .ss {
    color: #fc3
}

.highlight .bp {
    color: #366
}

.highlight .vc, .highlight .vg, .highlight .vi {
    color: #033
}

.highlight .il {
    color: #f60
}

.css .nt + .nt, .css .o, .css .o + .nt {
    color: #999
}

a:hover {
    background-color: papayawhip;
    text-decoration: none
}

img {
    border-radius: 5px;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0.2em
}

.masthead {
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    overflow: auto
}

.masthead-title {
    font-size: 1.4rem
}

#masthead-divider {
    margin-bottom: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.nav-bar {
    font-size: 0.95rem;
    font-weight: 400;
    color: silver;
    letter-spacing: 0
}

.nav-bar a {
    color: #5d5d5d
}

.nav-bar .active a {
    color: #999999
}

.top-nav {
    float: right;
    padding-top: 0.3em
}

.top-nav span.top-nav-item {
    text-transform: lowercase
}

.top-nav span:after {
    content: ' /'
}

.top-nav span:last-of-type:after {
    content: ''
}

.footer {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 3px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: thin
}

.footer .copyright {
    color: #A4A4A4;
    font-size: 13pt
}

ul dl, ul ul, ul ol {
    margin-bottom: 0
}

.page, .post {
    margin-bottom: 1.5em
}

.post-header, .page-header {
    font-family: 'Droid Serif', serif;
    text-align: center;
    margin-bottom: 1em
}

.post-title, .page-title {
    font-weight: 700
}

.post-content, .page-content {
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.65
}

pre.highlight {
    height: auto;
    overflow: auto;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important
}

.posts .post-header.align-left {
    text-align: left
}

.posts.post {
    margin-bottom: 2.5em
}

.footnote-anchor {
    font-weight: bold
}

.footnote-link {
    font-style: italic
}

.post-footer {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 3px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: thin
}

.post-footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.post-footer h3 {
    margin-top: 0px;
    float: left
}

.post-footer span.twitter-button {
    float: right
}

table.post-list td.post-list-date {
    font-family: monospace;
    white-space: nowrap
}

table.post-list td.post-list-title {
    width: 100%
}

.everything-table {
    text-align: center;
    border-collapse: collapse;
    border-left-width: 0px;
    border-right-width: 0px
}

.everything-table tbody tr:nth-child(odd) td, .everything-table tbody tr:nth-child(odd) th {
    background-color: #ffffff
}

.everything-table th {
    background-color: #f9f9f9 !important
}

.everything-table td {
    vertical-align: top
}

.everything-table ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.everything-table .blank-row {
    height: 25px !important
}

.everything-table .blank-row td {
    border-left-width: 0px;
    border-right-width: 0px
}

#projects-nav td {
    vertical-align: middle
}

#projects-nav td p {
    margin: 0 0 0 0
}

.page-collection {
    margin-top: -.1em
}

#breadcrumb-nav {
    padding: 0.2em 0 0.2em 0.7em;
    margin: 0 0 1em 0;
    background-color: #efeeee;
    border-radius: 0.3em;
    font-size: 0.85em;
    font-weight: 400;
    color: silver;
    letter-spacing: 0
}

#breadcrumb-nav ol {
    display: inline;
    padding: 0 0 0 0;
    list-style-type: none
}

#breadcrumb-nav .csu-breadcrumb {
    display: inline;
    padding: 0 0 0 0;
    text-decoration: none
}

#breadcrumb-nav .csu-breadcrumb:after {
    content: ' / '
}

#breadcrumb-nav .csu-breadcrumb:last-child:after {
    content: ''
}

form.contact-form label {
    font-weight: bold
}

form.contact-form input, form.contact-form textarea {
    width: 100%;
    font-size: 15pt;
    margin-bottom: 15px
}
