/* ========================================== Base Layout */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "Arial", Times, Georgia, serif;
    background-color: #C0DEED;
    background-image: url('images/body_bg.gif');
    background-repeat: repeat-x;
}

div {
    display: block;
    position: relative;
    margin: 0px;
}

p, h1, h2, h3, h4, h5 {
    margin-top: 0px;
}

ul{
    margin: 0px;
    padding: 0px;
}

a img{
    border: 0px;
}

a{
    cursor: pointer;
}

#all_container{
    width: 960px;
    margin: auto;
    overflow: auto;
}

/* -------------------------------------------- HEAD */

#head_container{
    width: 960px;
    margin: 0px;
    overflow: hidden;
    height: 130px;
    padding-top: 18px;
}

#logo{
    float: left;
    overflow: hidden;
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 97px;
    width: 207px;
    padding: 30px 0px 0px 45px;
}

#logo h1{
    padding-top: 100px;
}

#advertisement{
    float: right;
    height: 120px;
    width: 660px;
    background-color: #8EC1DA;
    background-position: top left;
    background-repeat: no-repeat;
    padding-right: 17px;
    overflow: hidden;
}

#advertisement a:link, #advertisement a:visited{
    display:block;
    height: 120px;
    width: 660px;
    padding-top: 130px;
}

/* -------------------------------------------- TWITTER */

#twitter{
    background-image: url('images/twitter.gif');
    background-repeat: no-repeat;
    width: 171px;
    height: 113px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    float: right;
    top: 160px;
    left: 750px;
    z-index: 100;
    overflow: hidden;
    
}

/* -------------------------------------------- MENU */

#menu_container{
    padding: 67px 0px 0px 37px;
    width: 923px;
    overflow: hidden;
}

#menu{
    list-style: none;
    list-style-type: none;
    background-image: url('images/menu_left.gif');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 0px 31px;
    height: 50px;
    overflow: hidden;
    float: left;
}

#menu li{
    display: block;
    float: left;
    background-image: url('images/menu_pattern.gif');
    background-repeat: repeat-x;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-right: 2px dotted #ffffff;
}

#menu li:hover{
    background-image: url('images/menu_pattern_hover.gif');
}

#menu li a:link, #menu li a:visited{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    height: 50px;
    display: block;
    padding: 0px 10px;
}

#menu_right{
    background-image: url('images/menu_right.gif');
    width: 31px;
    height: 50px;
    float: left;
}

/* ------------------------------------------------------------ MAIN */

#main_top{
    margin: 0px;
    padding: 0px;
    background-image: url('images/content_top.gif');
    background-repeat: no-repeat;
    width: 960px;
    height: 27px;
}

#main{
    margin: 0px;
    padding: 0px;
    width: 960px;
    background-color: #ffffff;
    background-image: url('images/main_bg.jpg');
    background-repeat: repeat-y;
    overflow: auto;
}

/* ------------------------------------------------------------ CONTENT */

#page_title{
    width: 670px;
    overflow: auto;
}

#page_title h1{
    color: #8EC1DA;
    font-size: 26pt;
    font-weight: bold;
    float: left;
    width: 500px;
    overflow: auto;
}

#refresh_button{
    float: right;
    height: 34px;
    width: 142px;
    overflow: hidden;
    background-image: url('images/refresh_button.gif');
}

#refresh_button a:link, #refresh_button a:visited{
    display: block;
    margin: 0px;
    padding: 40px 0px 0px 0px;
}

#content_container{
    float: left;
    width: 670px;
    padding: 0px 20px 10px 20px;
    text-align: left;
}


#timeline{
    float: left;
    width: 670px;
    list-style: none;
    list-style-type: none;
    padding: 0px 0px 20px 0px;
}

#timeline li{
    display: block;
    width: 670px;
    padding: 15px 0px;
    overflow: auto;
}

.tweet_pic{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.tweet{
    float: right;
    width: 600px;
    overflow: hidden;
}

.tweet h2{
    color: #8EC1DA;
    font-size: 13pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.tweet h2 a:link, .tweet h2 a:visited{
    color:#8EC1DA;
    text-decoration: none;
}

.tweet h2 a:hover{
    text-decoration: underline;
}

.tweet p{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-align: justify;
    font-size: 11pt;
}

.tweet_options{
    float: left;
    clear: both;
    border-top: 1px dotted #999999;
    width: 650px;
    text-align: right;
    color: #8EC1DA;
    font-size: 10pt;
    padding: 0px 10px 0px 0px;
}

.tweet_options img{
    width: 16px;
    height: 16px;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.tweet_options a:link, .tweet_options a:visited{
     color: #8EC1DA;
     line-height: 20px;
     text-decoration: none;
     font-weight: bold;
}

#before_button{
    height: 34px;
    width: 142px;
    overflow: hidden;
    background-image: url('images/before_button.gif');
    float: left;
}

#next_button{
    height: 34px;
    width: 142px;
    overflow: hidden;
    background-image: url('images/next_button.gif');
    float: right;
}

#before_button a:link, #before_button a:visited, #next_button a:visited, #next_button a:link{
    display: block;
    margin: 0px;
    padding: 40px 0px 0px 0px;
}

/* ------------------------------------------------------------ EMAIL FORM */

.mail_text{
    color: #006BA0;
    width: 350px;
    height: 25px;
    font-size: 13pt;
}

.mail_textarea{
    color: #006BA0;
    font-family: arial;
    width: 350px;
    height: 125px;
    font-size: 13pt;
}

#ok{
    background-color: #C0DEED;
    font-size: 11pt;
    text-align: center;
    width: 670px;
    font-weight: bold;
    line-height: 30px;
}

#err{
    background-color: #CCCCCC;
    font-size: 11pt;
    text-align: center;
    width: 670px;
    font-weight: bold;
    line-height: 30px;
}

/* ------------------------------------------------------------ SIDEBAR */
#sidebar_top{
    float: right;
    background-image: url('images/sidebar_top.gif');
    width: 250px;
    height: 27px;
}

#sidebar_container{
    float: right;
    width: 250px;
    background-image: url('images/sidebar_pattern.jpg');
    background-repeat: repeat-y;
    overflow: auto;
    padding: 0px;
    margin: 0px;
}

#sidebar_container h1{
    font-size: 11pt;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    color: #000000;
}

#select_category{
    width: 200px;
    height: 25px;
}

#search_text{
    font-family: arial;
    font-size: 12pt;
    color: #4789A9;
    font-weight: bold;
    height: 22px;
    width: 170px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#search_button{
    margin: 0px;
    padding: 0px;
    float: right;
}

#search_form{
    padding: 0px 20px 10px;
}

/* ---------------------------------------------------------- SIDEBAR MENU */

.list{
    list-style: none;
    list-style-type: none;
    float: left;
    width: 210px;
    padding: 0px 20px 30px;
    margin: 0px;
}

.list li{
    color: #006BA0;
    text-align: left;
    margin: 0px;
    padding: 0px;
    height: 25px;
    width: 200px;
    display: block;
    font-size: 11pt;
}

.list li a:link, .list li a:visited{
    color: #006BA0;
    text-decoration: none;
    width: 200px;
    height: 25px;
    padding: 0px 0px 0px 20px;
    line-height: 25px;
    font-weight: bold;
    display: block;
}

.list li a:hover{
    background-color: #F0EFE1;
}

/* ------------------------------------------------------------ FOOTER */

#footer_container{
    padding: 0px 0px 20px 37px;
}

#footer{
    height: 50px;
    width: 886px;
    background-image: url('images/footer_bg.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: 15px;
}

#footer p{
    font-weight: bold;
    font-size: 10pt;
    padding-top: 10px;
}

#footer p a:link, #footer p a:visited{
    color: #4789A9;
    text-decoration: none;
}

#footer p a:hover{
    text-decoration: underline;
}

.sub_text{
    font-size: 7pt;
}
