.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
.blog-post {
    clear: both;
    display: block;
    float: left;
}
.blog-post h2 {
    border-top: 1px dotted #CCCCCC;
    padding-top: 10px;
}
.blog-post h2 a {
    font-weight: bold;
    text-decoration: none;
}
.blog-post h2 a:hover {
    text-decoration: underline;
}
.blog-post ol {
	float: none;
	margin: 10px 0 10px 20px;
}
.blog-post ol li {
	background: none;
	display: list-item;
	padding: 0;
}
.blog-images-holder {
    margin-left: -20px;
}
.blog-images-holder.blog-images-holder-three-items .blog-image-item:nth-child(3n+1) {
    clear: left;
}
.blog-images-holder.blog-images-holder-three-items .blog-image-item:nth-child(2n+1) {
    clear: none;
}
.blog-images-holder .blog-image-item {
    float: left;
    margin: 0 0 20px 20px;
    width: 300px;
}
.blog-images-holder .blog-image-item:nth-child(2n+1) {
    clear: left;
}
.blog-post .blog-images-holder .blog-image-item .blog-image-small {
    margin: 0 0 5px 0;
    width: auto;
}
.blog-post .blog-images-holder .blog-image-item .blog-image {
    margin: 0 0 5px 0;
    width: auto;
}
.blog-post .blog-image-small {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE #DDDDDD #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
    clear: none;
    display: block;
    float: left;
    height: auto;
    margin: 0 20px 10px 0;
    padding: 5px;
    width: 80px;
}
.blog-post .blog-image-small img {
    float: left;
    height: auto;
    width: 100%;
}
.blog-post .blog-image {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE #DDDDDD #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
    clear: none;
    display: block;
    height: auto;
    margin: 0 20px 10px 0;
    padding: 5px;
    width: 260px;
    overflow: hidden;
}
.blog-post .blog-image img {
    float: left;
    height: auto;
    width: 100%;
}
.blog-info {
    font-size: 13px;
    font-weight: bold;
}

.blog-post blockquote {
	font: 16px/140% "open sans", arial, helvetica, sans-serif;
	margin: 20px;
}
.blog-post blockquote em {
	font-style: italic;
}
.blog-post em {
	font-style: italic;
}


.filed-in {
    color: #999999;
    font-size: 10px;
}
.nav-blog ul li {
    background: url("../images/bullet.png") no-repeat scroll 6px 6px transparent;
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    margin: 3px 0;
    padding-left: 15px;
}
.nav-blog ul li a {
    font-weight: bold;
    text-decoration: none;
}
.nav-blog ul li a:hover {
    text-decoration: underline;
}
.nav-blog ul li ul li {
    margin: 1px 0;
    padding-left: 15px;
}
.nav-blog ul li ul li a {
    font-weight: normal;
}
.blog-post li {
    background: url("../images/bullet.png") no-repeat scroll 15px 8px transparent;
    color: #333333;
    font-size: 13px;
    margin: 5px 0;
    padding-left: 25px;
}
.blog_more {
    font-size: 13px;
}
/*
.list-item img {
    margin: 0 20px 20px 0;
}
*/
#blog_summary #categories a {
    color: #3489C3;
}

strong {
    font-weight: bold;
}
i {
    font-style: italic;
}
i strong, em strong {
    font-style: italic;
    font-weight: bold;
}
strong i, strong em {
    font-style: italic;
    font-weight: bold;
}
li strong {
    font-weight: bold;
}
li b {
    font-weight: bold;
}

center p {
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .blog-images-holder.blog-images-holder-three-items .blog-image-item:nth-child(3n+1) {
        clear: none;
    }
}