/*
Theme Name: UoN Blog
Description:
Author: Tom J Nowell Interconnect/it
Author URI: http://www.interconnectit.com
License: GPL V2.1
License URI: http://www.gnu.org/licenses/lgpl-2.1.html
Template: uonbase
*/
@import url(../uonbase/style.css);

#bigheadingtop h1 {
    font-size: 30px;
}

.postcontentcontainer {
    padding-right: 0;
}

.sidebarcontentcontainer {
    padding-left: 0;
}

.dark .mainpagesplit {
    background: url(images/mainsplitdark.png) repeat-y 695px 0px;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .dark .mainpagesplit {
        background-position: 504px 0px;
    }
}

@media (min-width: 992px) {
    .dark .mainpagesplit {
        background-position: 695px 0px;
    }
}

.widget-title, .blogtitlebar {
    border-bottom: 4px solid #535353;
    padding-bottom: 5px;
    height: 20px;

    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;

}

@media (min-width: 992px) {
    .widget-title, .blogtitlebar {
        font-size: 1.5em;
    }
}

.widget-title {
    height: auto;
    min-height: 20px;
}

.blogtitlebarcontainer {
    display: none;
}

@media (min-width: 768px) {
    .blogtitlebarcontainer {
        display: block;
        padding-right: 0;
        margin-bottom: 1em;
    }
}

.blogtitlebarleft {
    float: left;
    text-align: left;
}

.blogtitlebarright {
    float: right;
    text-align: right;
}

.dark .blogtitlebar .blogtitlebarright a {
    color: #EEE !important;
    text-decoration: none;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

#sidebar .textwidget img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.widget_categories a, .widget_recent_entries a {
    text-decoration: none;
    font-size: 1.05em;
    border-bottom: 1px dotted #7B7B7B;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.dark .postbody-index {
    border-bottom: 1px dotted #7B7B7B;
}

.postbody-index {
    margin-bottom: 1.5em;
}

.widget.widget_ara_collapsiblearchive a {
    font-size: 1.05em;
    text-decoration: none;
}

.widget.widget_ara_collapsiblearchive ul ul {
    padding-left: 15px;
    text-decoration: none;
}

.blogpostdate {
    margin-top: 10px;
    margin-bottom: 0.8em;
    font-size: 1.25em;
}

@media (min-width: 768px) {
    .post .postcontent .has-thumb {
        max-width: 224px;
    }
}

.post h2.post-title {
    border-bottom: 1px dotted #7B7B7B;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .single .post .indexpostthumbcontainer {
        margin: 10px 0 10px 10px;
        overflow: visible;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .single .post .indexpostthumbcontainer {
        width: 420px;
    }
}


.postbody-index h3 a {
    text-decoration: none;
}

.postbody-index h3 {
    font-size: 1.7em;
}

.readmorelink a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.postbody-index h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.postbody-index .postdate {
    color: #fff;
    margin-bottom: 0.6em;
}

@media (min-width: 768px) {
    .single .mainpagesplit #maincontent .postcontentcontainer .contentcontainer {
        margin-top: 15px;
        padding: 0 15px;
    }
}

.widget.widget_ara_collapsiblearchive ul.children {
    padding-left: 27px;
}

.widget.widget_ara_collapsiblearchive ul.children li {
    padding-left: 22px;
}

#quickmenu {
    float: right;
}

#quickmenu #quickmenuleft, #quickmenu #quickmenuright, #quickmenu li {
    float: left;
    text-decoration: none;
    list-style: none;
}

#quickmenu a {
    text-decoration: none;
}

#quickmenu ul {
    margin-right: 0px;
    font-size: 1.1em;
    padding-bottom: 4px;
}

#quickmenu li {
    border-right: 1px solid #535353;
    margin-right: 13px;
    padding-right: 13px;
    line-height: 12px;
    height: 12px;
}

#quickmenu li.last-menu-item {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.archivelist .children {
    background: transparent url(images/archivesub.png) repeat-y bottom left;
}

.archivelist .children li {
    background: transparent url(images/archivesubli.png) repeat-y bottom left;
}

img.attachment-full, img.attachment-large {
    margin-left: 0;
    margin-right: 0;
}

.widget {
    margin-bottom: 2em;
}

.attachment h2 {
    border-bottom: 1px dotted #535353;
}

.attachment .backtogal {
    margin-top: 1em;
    display: block;
    text-decoration: none;
    margin-bottom: 1em;
}

p.attachment {
    text-align: center;
}

.tagcloud a {
    display: block;
    text-decoration: none;
}

@media (min-width: 768px) {
    .indexpostthumbcontainer {
        float: right;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .indexpostthumbcontainer img {
        margin-top: 0;
        /*margin-right: 0;*/
    }
}

@media (min-width: 768px) {
    .index2postthumbcontainer {
        float: left;
    }
}

.index2postthumbcontainer img {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .index2postthumbcontainer img {
        width: auto;
        max-width: 100%;
    }
}

.mainpagesplit #maincontent .contentcontainer {
    margin: 0 -15px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .mainpagesplit #maincontent .contentcontainer {
        margin: 0 0 1em;
        padding: 0;
    }
}

@media (min-width: 768px) {
    #maincontent .contentcontainer.postcontentcontainer .post {
        padding-right: 13px;
    }
}

#topmenubar.light {
    border: 1px solid #EEE;
}

@media (min-width: 768px) {
    .postbody-index2 {
        margin-left: 263px;
    }
}

.postbody-index2 .postindex-meta {
    text-align: right;
}

@media (min-width: 992px) {
    .postbody-index1 {
        margin-right: 433px;
    }
}

h1 a {
    text-decoration: none !important;
}

.dark h1 a {
    color: #fff;
}

#author_short_title {
    margin-bottom: 0;
    font-weight: bold;
}

.single .post .user_post_thumb {
    padding: 10px;
    margin: 0;
    height: auto;
    line-height: 1em;
    width: 115px;
}

.post .postcontent .user-portrait {
    max-width: 520px;
}

#post_terms {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

#post_terms a {
    border: 1px solid #CCC;
    padding: 5px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1em;
    background: #f0f0f0;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1em;
}

#post_terms span {
    margin-right: 1em;
}

.navigation {
    padding: 1em 0;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .navigation {
        border-top: 1px dotted #999;
        border-bottom: 1px dotted #999;
    }
}

.navigation div {
    margin: 10px 0;
    width: 45%;
}

.navigation .alignright {
    text-align: right;
}

.navigation a {
}

#breadcrumbs {
    position: relative;
}

.subscribe {
    display: none;
}

@media (min-width: 768px) {
    .subscribe {
        display: block;
        float: right;
        padding-right: 13px;
    }
}

#comments #respond .comment-form-row label {
    margin-top: 3px;
}

#comments #respond .comment-form-row input {
    width: 79% !important;
}

#sidebar {
    margin-top: 20px;
}

@media (min-width: 768px) {
    #sidebar {
        margin-top: 0;
    }
}