
#blog_box {
    border: 0px solid transparent;
}
#blog_entries {
	text-align: left;
    vertical-align: top;
}
.blog_entry {
}
.blog_entry_header,
.blog_entry_header_2 {
    vertical-align: top;
}
.blog_entry_header {
}
.blog_entry_header_2 {
}
.blog_entry_header a,
.blog_entry_header_2 a,
.blog_entry_single_header a {
    font-size: 22pt;
    font-weight: 500;
    color: #4594dc;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
}
.blog_entry_header a,
.blog_entry_single_header a {
    margin-top: 15px;
}
.blog_entry_header_2 a {
    margin-top: 15px;
}
.blog_entry_date,
.blog_entry_date_small {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    text-shadow: rgba(45,87,122,.4) 2px 2px 1px;
    padding-top: 10px;
    margin-top: 16px;
    font-size: 18pt;
    text-align: center;
    line-height: 1.0em;

    height: 70px;
    width: 80px;
    background-color: #4594dc;

    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
}
.blog_entry_date_small {
    font-size: 12pt;
}
.blog_entry_content {
    color: #6d6d6d;
    padding: 0px 20px 10px 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) 
{
    .blog_entry_content {
        /*padding: 0px 20px 10px 90px;*/
    }
}
.blog_entry_content h2,
.blog_entry_content h2 a,
.blog_entry_content h3,
.blog_entry_content h3 a,
.blog_entry_content h4,
.blog_entry_content h4 a,
.blog_entry_content p {
    color: #6d6d6d;
    text-decoration: none;
}
.blog_entry_content a {
    color: #777;
    text-decoration: none;
}
.blog_entry_content a:hover {
    text-decoration: underline;
}
.blog_nav {
    margin: 20px 0 0;
    height: 50px;
}
.older {
    float: left;
}
.newer {
    float: right;
}

.older a, .newer a {
    font-size: 18pt;
}

#sidebar {
    vertical-align: top;
    text-align: left;
    margin-left: -1px;
}
#sidebar_container {
    padding: 0px 20px;
}
#sidebar_top {
    height: 24px;
}
#sidebar h2 {
    color: #a0a0a0;
    font-size: 16px;
    margin-bottom: 0px;
	/*text-shadow: rgba(255,255,255,.5) 1px 1px 1px;*/
}
#sidebar ul {
    padding: 0px;
}
#sidebar li {
    display: block;
    font-size: 10pt;
    color: #777;
}
#sidebar li a {
    display: inline-block;
    font-size: 10pt;
    color: #777;
	text-shadow: rgba(255,255,255,.5) 1px 1px 1px;
}
#sidebar li a:hover {
    text-decoration: underline;
}

.tag {
    background: #4594dc;
    font-size: 9pt;
    font-weight: 500;
    display: inline-block;
    height: 17px;
    min-width: 112px;
    text-align: center;
    padding: 2px 20px 1px;
    margin: 2px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.tag a {
    color: #FFF;
}
.tag a:hover {
    text-decoration: none;
}
.tag_container {
    padding-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}



.blog_entry_single_header {
    vertical-align: top;
}
.blog_entry_single_content {
    color: #000;
    padding: 10px 20px 10px 40px;
}


#commentform a {
    color: #777;
}
#commentform a:hover {
    text-decoration: underline;
}

.entry {
    color: #000;
}
.entry a {
    color: #777;
}
.entry a:hover {
    text-decoration: underline;
}

.alignright {
    float: right;
}
.alignleft {
    float: left;
}
#blog_search_box {
    background: #FFF url('/img/search-icon@2x.png') left center no-repeat;
    padding-left: 24px;
    background-size: 38px;
    border: 1px solid #f0f0f0;
}
#blog_search_box input {
    margin: 0;
    font-size: 16px;
}
#s {
    border: 0px;
    width: 100%;
    color: #777;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}