body .site {
    box-shadow: 0 0 1rem rgba(103, 77, 140, 1);
    margin-bottom: 3.4rem;
    margin-top: 3.4rem;
    padding: 0 2.9rem;
}

a, a:visited, a:focus, .entry-content a:visited, .comment-content a:visited {
    color: #21759B;
    text-decoration: none;
    outline: none;
}

.site-header h1 {
    font-size: 1.9rem;
    margin-bottom: 0px;
    line-height: 1.2;
    text-shadow: 0px 0px 4px rgba(0, 62, 89, 0.4);
}

.site-header h2 {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #757575;
	text-shadow: 0px 0px 4px rgba(0, 62, 89, 0.4);
}

.site-content article {
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 1.1rem;
    padding-bottom: 1.7rem;
    word-wrap: break-word;
    -moz-hyphens: auto;
}


.main-navigation li ul li a {
    font-size: 0.785714rem;
    line-height: 1.2;
	padding: 0.5rem 0.7rem;
}

.entry-header {
    margin-bottom: 1.7rem;
}

.entry-header .comments-link {
    margin-top: 0px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #757575;
    float: right;
    position: relative;
    top: -1.6rem;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
    margin: 2.1rem 0px 0.4rem 0px;
    line-height: 1.71429;
}

.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin: 0px 0px 1.7rem;
    line-height: 1.7;
}

.entry-content ul, .comment-content ul, .mu_register ul {
    list-style: outside decimal-leading-zero none;
}

.entry-content li, .comment-content li, .mu_register li {
    margin-left: 1.7rem;
}

footer.entry-meta {
    margin-top: 0.7rem;
	margin-bottom: 1.7rem;
    font-size: 0.9rem;
    line-height: 0.8;
    color: #757575;
}

.widget-area .widget {
    -moz-hyphens: auto;
    margin-bottom: 2.0rem;
    word-wrap: break-word;
}

.widget-area .widget h3 {
    margin-bottom: 0.1rem;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    font-size: 0.9rem;
    line-height: 1.6;
}

.site-content article {
    border-bottom: none;
}