.body {
}

.bordered {
  background: rgb(241, 241, 241);
  margin-top: 2em;
}

.container {
  /*
  border-width: 2em;
  border-color: blue;
  border-style: solid;
  */
  background: white;
}

.site {
  background-color: white;
  border-color: green;
}

.masthead  {
  margin-top: 1em;
  height: 190px;
}

.logo {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.branding {
  /* border-bottom:thick solid black; */
}

.title1 {
  margin: 0 0 0 0;
}

.title1 a {
  position: relative;
  color: #4591dd;
  font-size: 150px;
  margin-top: 0px;
  font-weight: normal;
  text-decoration: none;
  padding: 0px 0px 0 0px;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.title2 {
  position: relative;
  top: -20px;
  color: rgb(100, 100, 100);
  font-style: italic;
  margin: 0px 0 0 0;
  width: 99%;
  font-size: 25px;
  padding: 0px 0px 0 0px;
  margin-left: 0.5em;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.title1 a:active, a:hover {
  color: #4591dd;
}

.text ul {
  list-style: disc inside;
}

.sidebar {
  background-color: white;
}

.sidebar ul {
  margin-left: 0em;
  margin-top: 0em;
  padding-left: 1.00em;

}

.sidebar ul li {
  font-size: 0.75em;
  margin-bottom: 0.05em;
}

.sidebar h3 {
  margin-bottom: 0.25em;
}

.sidebar h4 {
  font-size: 1.4em;
}

.sidebar .section {
  display: block;
  margin-bottom: 2em;
}

.sidebar .section .item {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.sidebar .headshot{
  width: 80%;
}

.headshot{
  width: 100%;
}

.tweleve .columns .menu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}


.menu ul {
  background-color: rgb(0, 0, 50);
  top-margin: 0px;
}
.menu li {
  color: white;
  display: inline-block;
  list-style-type: none;
  padding: 10px 18px 0px 0px;
}

.menu li a {
  color: white;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 13px;
  padding: 0px 0px 0px 1em;
  text-decoration: none;
}

.home {
  margin-right: 50%;
}

.main {
}

.text pre {
  background-color: rgb(238, 238, 238);
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-width: 1px;
  margin-bottom: 1em;
}

p code {
  font-family: monospace;
}

.CodeRay {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.article {
  margin-bottom: 2.5em;
}

.article .header {
}

.article .header h1 {
  color: rgb(48, 91, 133);
  font-weight: bold;
  text-decoration: none;
}

.article .text h2 {

}

.header {
  margin-bottom: 1.5em;
}

.article .header .aside {
  font-size: 1.0em;
  font-style: italic;
  margin-top: 0;
}


.article .section h2 {
    color: rgb(48, 91, 133);
    font-size: 3em;
}

.article .text p {
    /* margin-top: 0.5em; */
}

.sixteen .columns .masthead {
  margin-left: 0px;
  margin-right: 0px;
}

.archive {

}

.archive .item {
  margin-bottom: 0.5em;
}

.archive h3 {
  margin-top: 0.5em;
}

.categories {
  display: block;
}

.categories h2 {
  text-transform: capitalize;

}

.categories .item {
  display: block;
  margin-top: 1em;
  margin-left: 1em;
}

.footer {
  margin-top: 2em;
  border-top: thick solid rgb(200, 200, 200);
}

.twitter {
  float: left;
}

.powered {
  float: right;
}
