/*
Theme Name: BiblioCraftTheme
Layout: Wiki page style
*/


.site-main {
        margin: 0px;
        background-image: url("graphics/scroll_center.png");
        background-repeat: repeat-y;
        background-position: center;
        height: 100%;
        //background: #fad42e;

}
.site-content .widget-area {
        width: 210px;
        text-align: center;
        position: absolute;
        top: 100px;
        right: 0.0em;
}

.widget-area 
{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.widget-menu
{
    padding: 1rem;
}

.site-footer {
	clear: both;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 920px;
    max-width: 58rem;
    padding: 0 3rem;
    margin: 0 auto;
}

.entry-meta
{
    font-size: 10pt;
}

.entry-footer
{
    font-size: 11pt;
    padding-left: 3.1em;
    padding-bottom: 1em;
    text-decoration: underline;
}


.site-footer 
{
    //   background: #0f0;
    min-height: 200px;
    background-image: url("graphics/scroll_footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position: top; 
}


@media screen and (min-width:1279px){
    .content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
        display: anything;
    }
}

@media screen and (max-width:1278px){
    .site-content .widget-area {
        width: auto;
        max-width: 920px;
	float: none;
        padding: 4rem;
	overflow: hidden;
        display: none;
    }
}

.edit-link
{
    padding-left: 50px;
}

.wiki-content
{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    //background-color: #0f0;
    height: 100%;
    display: block;
    direction: ltr;
}

.entry-content
{
    display: block;
    position: relative;
}

.wiki-sidebar
{
    position: relative;
    padding: 1em;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    background-color:   #efefef;
    background-image: linear-gradient(to left, #fff, #fff9c0);
    font-size: 10pt;
}

.wiki-meat
{
    float: right;
    max-width: 550px;
}

.wiki-meat h4
{
    border-bottom: 2px solid #c0c0c0;
}
h1
{
    padding-left: 1.8em;
}

@media screen and (max-width:913px)
{
    .wiki-meat
    {
        float: none;
        max-width: 920px;
    }
    .wiki-sidebar
    {
        float:none;
        top: auto;
    }
}


@media screen and (min-width: 914px) and (max-width: 1278px)
{
    .wiki-meat
    {
        float: right;
        width: 550px;
    }
    
    .wiki-sidebar
    {
        top: auto;
    }

}

@media screen and (min-width:1279px)
{
    .wiki-meat
    {
        float: none;
        max-width: 920px;
    }
    .wiki-sidebar
    {
        position: absolute;
        top: 32px;
        left: -532px;
        right: 532px;
    }
}

.wiki-thumbnail
{
    position: relative;
    //height: 192px;
    width: 192px;
    background: #fff;
    border: 2px solid #c0c0c0;
}

.wiki-thumbnail img
{
    display: block;
    margin: 0 auto;
}

.wiki-sidebar-left
{
    width: 52%;
    float: left;
    display: inline-block;
    font-weight: 700;
    padding-top: 1em;
    line-height: 1.8em;
}

.wiki-sidebar-right
{
    width: 48%;
    float: right;
    text-align: right;
    display: inline-block;
    padding-top: 1em;
    line-height: 1.8em;
}

.small_icon
{
    display: inline;
    padding-right: 0.3em;
}

.wiki-sidebar-title
{
    width: 192px;
    background: #fff9c0;
    border: 1px solid #c0c0c0;
    font-size: 12pt;
    font-weight: 700;
    text-align: center;
}

.extra-padding
{
    padding-top: 1em;
}

.wiki-add-feat
{
    list-style-type: circle;
    line-height: 1.5em;
}

