﻿/* ################################### */
/* ThinHeadMaster Style Override       */
/* ################################### */

#thin_header 
{
    background-color: Black; 
    color: Silver;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
}

.thinHeaderLogo  
{
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    border:None;
    background:url(MyBasicISP_logo.gif) no-repeat center !important;
}

.headerLinks_thin
{
    margin-right:20px;
}

.pageControlIconFlag_thin
{
    background:url(icon_flag_thin.gif) no-repeat center;
    width:20px;
    height:20px;
    display:block;
    position: absolute;
    top:2px;
    right:5px;
}

#site_footer_thin
{
    clear: both;
    font-size: .8em;
    text-align: center;
    height: 72px;
    background-color:Black !important;
    background-image:none;
    border: none;
    color: Silver; 
}

#thin_header a:link, #thin_header a:visited,
#site_footer_thin a:link, #site_footer_thin a:visited
{
    color: Silver;    
}

#thin_header a:hover,    
#site_footer_thin a:hover
{
    color: White; 
}

#site_body_thin
{
    z-index:1;
    border-color:Black;
    border-style:solid;
    border-width:0px 1px;
    background-color:white;
}

/* ######################## LOGIN PANEL  ###################### */

.panLogin_thin
{
    position:absolute;
    right:10px;
    bottom:4px;
    z-index:10;
}

.panLoginAnonymous, .panLoginLoggedIn
{
    line-height:20px;
}

.panLoginDisplayName
{
    display:inline;
    cursor:default;
    font-family:Sans-Serif;
    font-size:13px;
}

.panLoginDisplayLinks
{
    display:inline;
    /*position:absolute;
    width:150px;
    height:24px;
    top:24px;
    right:5px;
    background:White;
    border:solid 1px Black;
    text-align:center;
    line-height:25px;
    display:none;
    color:Black;*/
}

.panLoginDisplayLinks a:link, .panLoginDisplayLinks a:visited
{
    color:Silver !important;
}

.panLoginDisplayLinks a:hover
{
    color:White !important;
}

/* ######################################## */
/*      Category Navigation Drop Down       */
/* ######################################## */

.portal_CatNav_thin
{
    background:#EEE;
    font-weight:bold;
    font-size:.8em;
    position:relative;
    overflow:hidden;
    display:none;
    z-index:0;
    border-right:solid 1px black;
    height:24px;
    line-height:24px;
}
    
.portal_CatNav_thin .closeBox
{
    left:8px;
    right:auto;
    top:5px;
}
.portal_CatNav_thin a:link, .portal_CatNav_thin a:visited
{
    color:Blue;
    text-decoration:none;
}
.portal_CatNav_thin a:hover
{
    color:Blue;
    text-decoration:underline;
}


/* ################################### */
/* BLOG THEME AUTUMN                   */
/* ################################### */

#eb_page
{
    font-family:tahoma,arial,verdana,san-serif;
    font-size:80%;
    line-height:160%;
    background:url(autumn_pagebkgr.gif) repeat-x top;
}

#eb_page a, #eb_page a:link, #eb_page a:visited
{
    color:#864901; 
    text-decoration:none;   
}

#eb_page a:hover
{
    color:#84755C; 
    text-decoration:none;   
}

#eb_blog_wrapper 
{
    width:840px;
    margin:0 auto;
    padding:0 10px;
}
    
#eb_bloghead 
{
    height:130px;
    width:800px;
    background:url(autumn_head.jpg) no-repeat top;
    margin:0 auto;
    /*border-top:solid 6px #303030;*/
}

.eb_bloghead_title 
{
    font-size:2.2em;
    font-family:georgia,'times new roman',times,serif;
    font-weight:bold;
    color:White;
    padding:75px 0 0 50px;
}

.eb_bloghead_description 
{
    color:White;
    padding:5px 0px 0px 50px;
    font-weight:bold;
}
    
#eb_mainColumn
{
    float:left;
    padding:20px 0;
    width:550px
}

.eb_menuColumn,
#eb_menuColumn
{
    float:right;
    width:240px;
    padding:20px 10px;
    font-size:90%;
    font-family: tahoma,arial,verdana,san-serif;
    line-height:200%;
    border-left:dashed 1px silver;
    border-right:dashed 1px silver;
}


/* the message shown when a blog is disabled is surrounded by this div */
.eb_blog_disabled
{
}
