﻿html, body
{
    background-color:#a6b1ba;
    font-family:Calibri, Tahoma;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align:center;
    font-size:14px;
}

#page
{
    text-align:left;
    width:400px;
    background:black url(/content/assets/pipol.jpg) no-repeat top center;
    min-height:100%;
    margin:0 auto 0 auto;
    color:White;
    position:relative;
}

#border-left
{
    position:absolute;
    height:400px;
    width:200px;
    background:url(/Content/assets/borderleft.png) repeat-y top right;
    left:-184px;
    min-height:100%;
}

#border-right
{
    position:absolute;
    height:400px;
    width:200px;
    background:url(/Content/assets/borderright.png) repeat-y top left;
    right:-182px;
    min-height:100%;
}

h1
{
    background:url(/content/assets/logo.png) no-repeat center center;
    height:140px;
    
}

h1 span
{
    visibility:hidden;
}

h2
{
    text-align:center;
    background-color:#b70000;
    font-weight:bold;
    padding:5px;
}

p
{
    margin:0 15px 5px 15px;
}

#post
{
    background-color:White;
    color:Black;
    padding:15px 0 15px 0;
    line-height:135%;
}

#post .infos
{
    text-align:right;
    color:#888;
}

#post .date
{
    font-size:12px;
    font-style:italic;
}

#post .author
{
    
    
}

   
#post .infos_sub
{
    border-bottom:1px dashed black;
      
}