﻿/* ################################### */
/* ThinHeadMaster Style Override       */
/* ################################### */

#thin_header 
{
    background-color: #003077; 
    border-bottom: solid 3px #FAF4DE;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
    color:White;
}

.thinHeaderLogo  
{
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    border:None;
    background:url(MyBasicISP_logo.gif);
}

.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;
    color: White; 
    background-color: #003077;
    border-top: solid 4px #FAF4DE;
}

#portal_Header a:link, #portal_Header a:visited,
#thin_header a:link, #thin_header a:visited,
#site_footer a:link, #site_footer a:visited, 
#site_footer_thin a:link, #site_footer_thin a:visited
{
    color:White;    
    text-decoration: none;
}

#portal_Header a:hover,
#thin_header a:hover,    
#site_footer a:hover,
#site_footer_thin a:hover
{
    color: #FAF4DE;
    text-decoration: underline;
}

#site_body_thin
{
    z-index:1;
    background-color:white;
}

/* ######################## LOGIN PANEL  ###################### */

.panLogin_thin
{
    position:absolute;
    right:10px;
    bottom:4px;
    color:White;
    z-index:10;
}

.panLoginAnonymous, .panLoginLoggedIn
{
}

.panLoginDisplayName
{
    display:inline;
    /*cursor:default;
    font-family:Sans-Serif;
    font-size:13px;*/
}

.panLoginDisplayLinks
{
    display:inline;
    /*position:absolute;
    width:150px;
    height:24px;
    top:20px;
    right:2px;
    background:White;
    border:solid 1px #82817D;
    text-align:center;
    line-height:25px;
    display:none;*/
}

.panLoginDisplayLinks a:link, .panLoginDisplayLinks a:visited, .panLoginDisplayLinks a:hover
{
    color:White !important;
}


/* ######################################## */
/*      Category Navigation Drop Down       */
/* ######################################## */

.portal_CatNav_thin
{
    background:White;
    border-bottom:solid 1px #003077;
    font-weight:bold;
    font-size:.8em;
    position:absolute;
    overflow:hidden;
    display:none;
    z-index:3;
    width:100%;
    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 PARADISE                 */
/* ################################### */

#eb_page
{
    font-family:tahoma,arial,verdana,san-serif;
    font-size:80%;
    /*line-height:160%;*/
    background:#FAF4DE url(paradise_bkgr.jpg) repeat-x top; 
}

#eb_page a, #eb_page a:link, #eb_page a:visited
{
    color:#003077; 
    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:150px;
    width:800px;
    background:url(paradise.jpg) repeat-x; 
    margin:0 auto;
    /*border-top:solid 6px #303030;*/
    position:relative;
    border-left:solid 3px White;
    border-right:solid 3px White;
}

.eb_bloghead_title 
{
    font-size:2.2em;
    font-family:verdana, Sans-Serif;
    font-weight:bold;
    font-style:italic;
    color:White;
    position:absolute;
    bottom:18px;
    left:20px;
    text-transform:uppercase;
}
    
.eb_bloghead_description 
{
    font-weight:bold;
    color:White;
    position:absolute;
    bottom:6px;
    left:20px;
}
    
#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
{
}
