.post-content pre code {
    font-family: Courier New !important;
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.post-content pre {
	background-color: #f5f5f5;
	font-family: Courier New !important;
	font-size: 12px !important;
	border: 1px solid #ccc;
	overflow: auto;
	margin: 5px 0;
	color: #000;
	padding: 2em;
}
.post .post-content pre code {
    padding: 0;
}
.post .post-title {
	padding-left: 10px;
    border-left-style:solid;
    border-left-width: 3px;
    border-left-color: #515151;
    margin: 0;
    color: #555;
    text-align: left;
    font: bold 20px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;
}
.post .post-title a:link, .post-title a:visited, .post-title a:active {
        color: #21759b;
        font-weight:bold;
        transition: all 0.4s linear 0s;
}
.post .post-title a:hover {
        text-decoration: none;
        margin-left: 30px;
        font-weight:bold;
        color: #45bcf9;
}
body {
	background-image: url(bg_1.png);
	background-repeat: repeat;
}

.body_container {
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 1px 10px #999;
	-moz-box-shadow: 0px 1px 10px #999;
	-web-kit-shadow: 0px 1px 10px #999;
}
#header {
    padding: 20px 0 0;
}
#header .site-name {
    font-family: Georgia,Serif;
}

#header .site-name #logo {
    font-size: 28px;
	font-weight: bold;
	line-height: 0.2em;
	margin-top: 20px;
}
#header .site-name .description {
	font-weight: normal;
	font-size: 14.5px;
	line-height: 0.3em;
	color: #515151;
	margin-top:20px;
}
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding: 20px 0 0 0;
}
.readmore a {
	border: none;
}
a:focus {
  outline: none; 
}

.post .post-content p code {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    background: #f7f8f8;
}


