html { min-width: 450px; }
body {
  line-height: 1.4;
  background:  repeat-x fixed 0% 0% #eee;
  font-family: Geneva, sans-serif;
  font-weight: 400;
}
.logo a, .logo h1 {
  margin-left: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}

h2 {
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}
a {
  font-weight: 400;
}
input
{
  color: black;
  margin-bottom: 0.8rem;
}

.container {
  max-width: 1000px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.maincontainer
{
  max-width: 1000px;
  background: #fff;
  border: 1px solid #bbb;
  margin: 10px auto;
  padding: 1.2rem;
  margin-bottom: 20px;
  color: #444;
}

.header {
  color: #555;
  margin: auto;
  margin-bottom: 20px;
  padding: 15px;
}

.logo {
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul { list-style: none; }

li p { margin-bottom: 0.2rem; }

.postContent ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.nav a
{
}

a:visited {
  color: #0025bf;
}

a {
  color: #0025bf;
  text-decoration: none;
  font-weight: normal;

//  -webkit-transition: all 0.2s ease;
//  -moz-transition: all 0.2s ease;
//  -o-transition: all 0.2s ease;
//  -ms-transition: all 0.2s ease;
//  transition: all 0.2s ease;
}
.current a {
    color: black;
}
a:hover {
//  color: #a4113e;
  color: #06175f;
  text-decoration: underline;
}

.rounded-corners, .sidebar, .header, .container, .maincontainer, .content article {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.content {
  padding-right: 10px;
  padding-left: 10px;
}

.content p {
  margin-top: 0px;
  margin-left: 5px;
}

label {
  margin-bottom: 2px;
}


table {
  border: 1px solid #666;
  text-align: center;
}

.post { padding: 10px; }
.Authornm { color: #79BAF2; }
.postTitle ul, .postTitle li { padding: 0; display: inline; }
.postSubTitle
{
  display: block;
  margin-bottom: 1.3rem;
}
.postDate
{
  color: #555;
}
.postTags li
{
  list-style-type: none;
  display: inline;
  margin-right: 0.6rem;
}
.postAuthor
{
}
.post
{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.post:nth-last-child(2) { border-bottom: 0px; }
.seperator { font-size: 16px; color: #888; }
.main-content { display: flex; flex-wrap: wrap; }
.aside { margin-right: 3rem; margin-left: 1rem; }
.PostsList { margin-right: 1rem; margin-left: 1rem; flex: auto; }
ul { padding-left: 0; }
.postHeader
{
  color: #333;
  font-weight: 700;
}

.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6
{
  color: #444;
  font-weight: 600;
}
.postContent, .main-content
{
  font-family: Geneva, sans-serif;
  font-weight: initial;
}
.pages li a {
  font-size: 16px;
}
p, code, pre, li, li a {
  font-size: 16px;
}
code {
  font-size: 16px;
}
.postContent pre code {
}
.postContent code {
}

.postContent img
{
  display: block;
  margin: auto;
  max-width: 95%;
}

.footer {
  color: #666;
  padding-top: 10px;
  padding-bottom: 70px;
  text-align: center;
}
code {
  background-color: #f8f8ff;
  padding: 2px;
}

nav {
    text-align: center;
}

nav li:first-child:after {
    content: "<$>";
}

nav li:after {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    content: "<*>";
    color: #abc;
}

nav li:last-child:after {
    margin-left: 0rem;
    content: "";
}

nav li {
    display: inline-block;
}
.pageHeader {
    margin-left: 70px;
    margin-bottom: 30px;
}

#contact-info p {
    text-align: center !important;
}


@media screen and (max-width: 905px) {
    .postContent {
        margin: 0.5rem;
    }
	.PostsList { margin-right: 1rem; margin-left: 1rem; }
}
@media screen and (min-width: 905px) {
    html {
    }
    body {
    }
    .container {
        max-width: 1000px;
        margin: auto;
    }
    .maincontainer {
        max-width: 1000px;
    }
    .postContent {
        margin: 0.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
	.PostsList { margin-right: 1rem; margin-left: 3rem; }
}
