html {
    /*overflow-y: auto;*/
    /*background-color: transparent;*/
}
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    /*background: #E7E7E7 url(/images/bg01.jpg) repeat-x left top;*/
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    color: rgb(77, 77, 77);
    
    background-color: #ffffff;
}
#sidebar {
/*
    width: 10%;
    min-width: 50px;
    float: left;
    
    height: 100%;
    color: rgb(34, 34, 34);
*/
    display: block;
    font-family: proxima-nova, Helvetica, Avenir, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 100%;
    line-height: 22px;
    padding-left: 44px;
    padding-top: 50px;
    /*position: fixed;*/
    z-index: 1;
    width: 15%;
    min-width: 200px;
    float: left;
}

.thin {
    background-color: rgb(77, 77, 77);
    width: 1px;
    float: left;
    height: 100%;
}

#container {
    min-width: 50%;
    max-width: 60%;
    float: left;
}
.post_date {
    height: 20px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;

    color: rgb(0, 0, 0);
    display: block;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
    text-transform: uppercase;

    border-top-color: rgb(226, 226, 226);
    border-top-style: solid;
    border-top-width: 1px;

    border-left-color: rgb(226, 226, 226);
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: rgb(226, 226, 226);
    border-right-style: solid;
    border-right-width: 1px;

}

.post {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    line-height: 22px;
    min-height: 130px;
    border-top-color: rgb(226, 226, 226);
    border-top-style: solid;
    border-top-width: 1px;

    border-left-color: rgb(226, 226, 226);
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: rgb(226, 226, 226);
    border-right-style: solid;
    border-right-width: 1px;

    color: rgb(34, 34, 34);
    display: block;
    font-size: 16px;
    font-weight: normal;
    overflow-x: auto;
    min-width: 250px;
}

.post h2 {
    color: rgb(58, 58, 58);
}

.title {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.nextButton {
    /*padding-right: 50px;*/
    padding-bottom: 100px;
    float: right;
}

.previousButton {
    padding-bottom: 100px;
    float: left;   
}

.divider {
    height: 5px;
    border-top: 2px solid rgb(226, 226, 226);
    padding-bottom: 30px;
}

.button {
   border: 2px solid #d63354;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   padding: 10px 20px;
   
   
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   /*
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   */
   color: #d63354;
   font-size: 15px;
   font-family: proxima-nova, Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 2px solid #32b384;
   background: #ffffff;
   color: #32b384;
   }
.button:active {
   border: 2px solid #32b384;
   background: #ffffff;
   }

.menu {
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
}
.menu ul {
    border: 2px solid #d63354;
}
.menu li {
    list-style-type: none;
    vertical-align:top;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    clear: both;
    display: inline-block;
    padding: 0;
    margin-left: -25px;
}

.menus {
  padding-bottom: 20px;
  height: 200px;
}

.footer {
    clear: both;
    margin-top: 20px;
}

.circle {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

#logo {
    margin-bottom: 10px;
}

.search {
  padding-top: 10px;
  margin-left: 0px;
  height: 30px;
  margin-bottom: 15px;
}


.search input {
  height: 25px;
}

.shortlink {
  font-size: 13px;
  color: #00000c
}

