/* /////////////////// BLOG /////////////////// */

.site-content {
    height: auto;
    overflow: auto;

}

#primary {
    width: calc(70% - 20px);
    width: -moz-calc(70% - 20px);
    width: -webkit-calc(70% - 20px);
    width: -o-calc(70% - 20px);
    float: left;
    padding: 20px;
    margin-top: 0;

}

#primary h1{
    margin-bottom: 10px;
    color: #421C52;
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 10px;
}

#primary h2{
    text-align: center;
    color: #421C52
}

.entry-meta {
    text-align: center;
    margin-bottom: 15px;
    color: #421C52;
}

.entry-meta a {
    color: #421C52;
    font-weight: 500;
}

.post .thumbsnail {
    margin-bottom: 30px
}



#secondary {
    width: calc(30% - 20px);
    width: -moz-calc(30% - 20px);
    width: -webkit-calc(30% - 20px);
    width: -o-calc(30% - 20px);
    float: right;
    padding: 20px
}


#contactbar {
    clear: both;
       
}



.post {
    border-bottom: 1px solid #421C52;
    margin-bottom: 40px;
    padding-bottom: 20px

}
.post .entry-header {
    margin-bottom: 20px
}
.post h2 a {
    color: #421C52 !important;
}

.post h2 a:hover {
    color: #000 !important;
    text-decoration: none
}
.post a {
    color: #1c2656;
    font-weight:600
}

.updated {display: none;}

.cat2-links {
    font-weight: 600;
    font-size: 12px;

}

.cat-links a, .tags-links a{
    background: #421C52;
    color: white !important;
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 11px;
    white-space: nowrap;
}

.cat-links a:hover, .tags-links a:hover{
    background: #421C52;
    text-decoration: none;
}

.tags-links, .cat-links{
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 35px
}
.tags2-links {
     font-weight: 600;
    font-size: 12px;
    margin-top: -10px;
    

}

.footerspacer {
    width: 100%;
    height: 3px;
    background: #f1f1f1;
    margin-bottom: 20px;
    margin-top: 20px;
}

#secondary h2 {
    font-size: 20px
}

#secondary li {
    list-style-type: none;
    line-height: 30px

}

#secondary ul {
    padding-left: 10px
}

#secondary a {
    color: #421C52
}

#secondary a:hover {
    color: #421C52
}


.tagcloud a{
    background: #421C52;
    color: white !important;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 10px !important;
    white-space: nowrap;
}

.tagcloud a:hover{
    background: #421C52;
    text-decoration: none;
}

.tagcloud{
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 35px
}

#recent-posts-2 {
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 20px   
}

#tag_cloud-2 {
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 20px   
}

#archives-2 {
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 20px   
}

@media (max-width: 800px) {
#primary {width: 100%; padding-bottom: 0; margin-bottom: 0}   
#secondary {width: 100%}
}

@media (max-width: 400px) {
.entry-meta {font-size: 14px}    
}



/* /////////////////// BLOG /////////////////// */