/* rian.no Stylesheet Main blog*/

body, p, a
    {
    font-family: helvetica, arial, sans-serif;
    /*font-size: x-small;*/
    text-align:left;
    }

.halfp
    {
    font-size: smaller;
    margin-top:0;
    margin-bottom: 0.5em;
    }

.br-smaller
    {
    font-size: smaller;
    margin-top:0;
    margin-bottom: 0em;
    }

.br-smaller-right
    {
    text-align: right;
    font-size: smaller;
    margin-top:0;
    margin-bottom: 0em;
    }

body
    {
    background:  #333333;
    color: 000000;
    }
    
td
    {
    vertical-align:top;
    }

td.blog-container /* Wrapper for main blog table */
    {
    width: 70%;
    text-align: center;
    vertical-align: top;
    background: #ffffff;
    }
td.blog
    {
    vertical-align: top;
    text-align: left;
    background: #ffffff;
    }




/*try this one*/

.banner-text
    {
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-size:150%;
    font-weight: bold;
    color:#cccccc;   
    margin-top: 0.5em;
    margin-bottom: 0;
    }

.sans
    {
    font-family: helvetica, arial, sans-serif;
    }

.entry-date
    {
    font-family: helvetica, arial, sans-serif;
    font-size: smaller;
    color:#000000;
    margin-top: 2em;
    margin-bottom: 0;    
    }
    
.entry-title
    {
    font-family: helvetica, arial, sans-serif;
    font-size: 125%;
    text-decoration: none;
    color:#000000;
    margin-top: 0;
    margin-bottom: 0;    
    }    

.centered
    {
    text-align: center;
    color:#FF0000;
    }

.title
    {
    color:#000000;
    font-weight: bold;
    margin-top: 0em;
    margin-bottom: 0em;
    }

.menu-head
    {
    font-size:smaller;
    margin-top: 0em;
    margin-bottom: 0.25em;
    }
.menu-section
    {
    margin-top: 1em;
    margin-bottom: 0;
    }
a
    {
    color: #6666FF;
    text-decoration: none;
    text-align:left;
    }

a:link
    {
    color: #6666FF;
    text-decoration: none;
    } 
a:visited
    {
    color: #6666FF;
    text-decoration: none;
    }    
a:active
    {
    color: #6666FF;
    text-decoration: none;
    }    
a:hover
    {
    color: #ff9900;
    text-decoration: none;
    }    





