﻿body 
{
    top:0px;
    font-family:"Calibri","Tahoma","Arial", Sans-Serif;
    /*font-size:12px; */
    margin:0px;
}
li{
    padding:5px;
}
#MainDiv
{
    max-width:900px;
    margin:auto;
}
#divLeftCol
{
    min-width:159px;
    display:inline;
    width:10%;
    /*height:500px;*/
    background-color:Silver;
    float:left;
    margin:5px 10px 0px 0px;

}
#divBlog
{
    text-align:justify;
    min-width:500px;
    min-height:400px;
    border:thin solid white;/*strangely, without this there is too much of a margin at the top of the page*/
    padding:0px 15px;
}
#divBlog h2
{
    text-align:center;
}
.post
{
    padding:10px 50px;
    height:200px;
}
#RightCol {
    float: right;
    width: 250px;
    margin: 5px 5px 5px 10px;
}

.ad {
    height: 150px;
    background-color: rgb(250,255,255);
    border: thin solid rgb(200, 230, 255);
    margin: 5px;
    padding:5px;
    text-align:justify;
}
#admenu {
    height:auto;
}
.AdHeader{
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
    background-color:rgb(200,240,250);
    margin:-5px -5px 0px;
}
h2
{
 font-size:2.5em;   
}
.frames{
    display:none;
    visibility:hidden;

}
/********************************* Common ***********************************/
.slide {
    margin: 5px;
    padding: 5px;
    background-color: rgb(45,98,166);
    color: #fff;
    cursor: pointer;
}

.slide-arrow {
    float: right;
}

.slide-text {
    padding: 0px 25px;
    text-align:justify;
}

.border-thin {
    margin: auto;
    /*border:thin solid lightgrey;*/
    padding: 5px;
    text-align: justify;
    background-color: azure;
}
.warn{
    background-color:rgb(255,230,230);
}