﻿html, body
{
    height: 100%;
    margin: 0px;
}

body
{
    background-color: Black;
    font-family: Calibri, Tahoma, Sans-Serif;
    font-size: 11pt;
    color: White;
}

#div_loader
{
    top: 25%;
    left: 56%;
    width: 100px;
    height: 100px;
    position: absolute;
}

#div_page_description
{
    float: right;
    clear: both;
    width: 175px;
    margin-left: 40px;
    margin-top: 16px;
    font-size: .8em;
    font-style: italic;
    padding-right: 8px;
    height: 30px;
}


#div_left_column
{
    float: left;
    clear: none;
    margin:0px;
    padding:0px;
    width: 266px;
}

#menu_items
{
    margin-top: 32px;
    float: right;
    clear: both;
    height: 160px;
}

#menu_items a
{
    text-decoration: none;
    color: white;
}

#menu_items ul
{
    width:175px;
    min-width: 150px;
    list-style-type: none;
    float: right;
    clear: right;
}

#menu_items li
{
    color: #fff;
}

#menu_items li:hover
{
    cursor: pointer;
}

#div_layout
{
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    overflow:visible;
}

#div_main
{
    width: 652px;
    min-height: 650px;
    border: solid 1px #666;
    float: left;
    background: #000;
    clear: none;
    margin:0px;
    padding:0px;
    margin-top: 32px;
}

#div_main_content
{
    padding: 16px;
}

#div_main_content_heading
{
    clear: both;
    width: 100%;
    min-height: 32px;
    height: 32px;
}

.menu_item_selected
{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-bottom: solid 1px #666;
}

#div_page_name
{
    position: relative;
    float: right;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    padding-right: 16px;
    padding-bottom: 4px;
    margin-top: 16px;
    font-size: 1.8em;
    color: #fff;
    border-bottom: solid 1px #666;
}

#img_logo
{
    margin:0px;
    margin-top: 32px;
    float: right;
    padding-right: 32px;
    clear: both;
}

.tweet_text
{
    color: #aaa;
}

.tweet_time
{
    font-style: italic;
    color: #555;
}

#div_twitter b
{
    color: #666;
    clear: none;
}

#div_twitter
{
    margin-top: 32px;
    float: left;
    font-size: .9em;
    font-style: italic;
    padding-right: 8px;
    height: 60px;
    width:100%;
}

#img_twitter_follow
{
    clear: both;
    float: left;
    margin-top: 16px;
    margin-right: 16px;
    cursor: pointer;
    margin-bottom: 16px;
}

p
{
    text-align: justify;
    color: #ddd;
}

#div_page_name_bg
{
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
    font-size: 32pt;
    overflow: visible;
    display: block;
    position: absolute;
    margin-left: 120px;
    margin-top: 2px;
    vertical-align: text-bottom;
    line-height: 42px;
    width: 500px;
    height: 42px;
    color: #444;
    z-index: 0;
    text-align: right;
}

a
{
    color: #fff;
    text-decoration: none;
}

/*  Slideshow plugin */

.slideshow { float:right; display:inline-block; width:300px; height:400px; position:relative;margin-right:-16px;}

.slideshow img { width:300px; float:right;  }
