/* Enter Your Custom CSS Here */

/*START*/
/*Makes the main content area have a white background*/

#post .post-content {
background-color: white;
overflow: hidden; padding: 10px 20px;
text-align: left;
}
#post {
background-color: white;
margin-bottom: 35px;
margin-top: 35px; width: 98%;
}

/*Gray background in the comment area*/

#comments > div {
background-color: #F0F0F0;
margin: 15px 0 30px 5px;
padding: 30px;
}


/*Changes the footer background color a dark grey (change #222 to whatever hex code you want)*/

#page {
padding-bottom: 0;
}
.themeinfo {
background-color: #222;
padding: 20px 0;
}

/*Adds a vertical border to the right of each main navigation tab*/

#menu .menu > .menu-item, #menu .menu > ul > .page_item {
border-right: 1px solid black;
float: left;

padding: 0 2% 0 15px;
}

#menu .menu {
margin-bottom: 10px;
}

#post blockquote:before {
    top: 20px;
    left: 2px;
    content: "“" !important;
}


#post blockquote:after {
    bottom: -32px;
    right: 32px;
    content: "”" !important;
}

/*FINISH*/