﻿/* ################################### */
/* ThinHeadMaster Style Override       */
/* ################################### */

#thin_header 
{
    background-color: Black; 
    color: Silver;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
}

.thinHeaderLogo  
{
    background:url(MyBasicISP_logo.gif) no-repeat center !important;
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    border:None;
}

.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
{
    background-color:Black !important;
    background-image:none;
    border: none;
    color: Silver; 
    clear: both;
    font-size: .8em;
    text-align: center;
    height: 72px;
}

#thin_header a:link, #thin_header a:visited,
#site_footer_thin a:link, #site_footer_thin a:visited
{
    color: Silver;  
    text-decoration:none;  
}

#thin_header a:hover,    
#site_footer_thin a:hover
{
    color: White; 
    text-decoration:underline;  
}

#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;
    border-bottom:solid 1px #82817D;
    font-weight:bold;
    font-size:.8em;
    position:relative;
    overflow:hidden;
    display:none;
    z-index:0;
    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 PASSION                  */
/* ################################### */

#eb_page {background-color:#401106;}

#eb_blog_wrapper
{
    margin: 0 auto;
    text-align:left;
    width:850px;
    font-family: Georgia, serif;
    font-size:90%;
    color:#383629;
    border-left:solid 15px #69654C;
    border-right:solid 15px #69654C;
    background: url(swirl.gif) repeat;
}

#eb_bloghead
{
    padding:30px 10px 10px;
    margin:0 15px;
    background-color:#401106;
    }

.eb_bloghead_title
{
    text-transform:uppercase;
    font-size:2em;
    font-weight:bold;
    color:#F5F1CB;
    }

.eb_bloghead_description 
{
    color:#A29D76;
    text-decoration:underline;
    font-weight:bold;
}
    
#eb_mainColumn
{
    float:left;
    padding:20px 0 20px 15px;
    width:555px;
    overflow:hidden;
}

.eb_menuColumn,
#eb_menuColumn
{
    float:right;
    padding:20px 15px 20px 0;
    width:240px;
}

/* the message shown when a blog is disabled is surrounded by this div */
.eb_blog_disabled
{
}
