/* Content
------------------------------------ */
#pagetitle, .pagetitle {
    padding: 20px 0;
}
#pagetitle h1,
.pagetitle h1 {
    color: #000;
    display: block;
    font-size: 3.5em;
    line-height: 50px;
    text-align: center;
}

#pagetitle h1 div,
.pagetitle h1 div {
    font-size: 14px;
}

.search #pagetitle h1 {
    text-align: center;
}

.sectionhead {
    color: #fff;
    display: block;
    font-size: 3.5px;
    font-weight: 100;
    line-height: normal;
    margin: 40px 0 40px 0;
    text-align: center;
}
.entry-content { margin: 20px 0 20px 0; }
.archive .entry-content,
.blog .entry-content {
    clear: right;
    margin: 0;
}

.placeholder {
    color: #ddd;
    font-size: 80px;
    text-align: center;
}

.breadcrumbs { margin: 0; padding: 0; list-style: none;}
.breadcrumbs li { padding: 0.2em 0.2em; display: block; float:left;}

#post-info hr { margin: 0 0 10px 0 }
#post-info .published-date { text-align: right }
#post-info .modified-date { text-align: center }

/* Block quotes
------------------------------------ */
.entry-content blockquote {
    border-left: none;
    font-size: 30px;
    font-weight: bold;
    margin: 1em auto;
    max-width: 80%;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.entry-content blockquote p {
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.2em;
}
.entry-content blockquote small {
    padding: 10px;
    clear: both;
    color: #ccc;
    display: block;
    font-size: 0.7em;
    font-weight: normal;
}

.entry-content blockquote:before {
    content: "\201c";
    font-family: Times;
    font-size: 70px;
    padding: 20px 8px 15px;
    line-height: 30px;
    display: block;
    width: 80px;
    margin: -20px auto;
    color: #ccc;
}

.entry-content blockquote:after {
    content: "\201d";
    font-family: Times;
    font-size: 70px;
    line-height: 10px;
    display: block;
    width: 80px;
    text-align: center;
    margin: -20px auto;
    padding: 40px 0 0;
    color: #ccc
}

/* Simple quotes
------------------------------------ */
.entry-content q,
.entry-content span q {
    font-size: 1.5em;
    font-weight: bold;
    width: 380px;
    padding: 1em;
}

.entry-content q:before {
    content: '\201c';
    color: rgba(0,0,0,0.1);
    font-family: Times;
    font-size: 60px;
    margin: -5px -30px;
    position: absolute;
}

.entry-content q.pull-right:before {
    content: '\201d';
    color: rgba(0,0,0,0.1);
    font-family: Times;
    font-size: 60px;
    margin: -10px 330px;
    position: absolute;
}

.entry-content q:after { display: none; }
.entry-content q small {
    clear: both;
    color: #ccc;
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    padding: 10px 0;
}


/* Pages
------------------------------------ */
.page-header {
    border-bottom: 1px solid #EEE;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 20px 0 30px;
    padding-bottom: 20px;
}

.single .page-header {
    border-bottom: transparent;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 20px 0 30px;
    padding-bottom: 20px;
}

.entry-content p { line-height: 1.5em; }
.single #topcontent .well { margin: 0; }
.single .gallery-container {
    background: #000;
    position: relative;
    z-index: 1000;
}
.single .entry-content .gallery-container {
    margin: 2em 0;
}
.see-also .media { padding: 20px; border-bottom: 1px solid #eee; }
.see-also .media:last-child { padding: 20px;}
.see-also .media-heading { padding: 10px 0; }
.related-items, .post-tags { padding: 20px 0; }
.bypostauthor {}
.sticky {}
