﻿/* ################################### */
/* ThinHeadMaster Style Override       */
/* ################################### */

#thin_header 
{
    background: #FCE8CF url(foot_bkgr.gif) repeat-x top; 
    border-bottom: solid 1px #000;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
}

.thinHeaderLogo  
{
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    background:url(MyCopper_logo150b.gif) !important;
    border:None;
}

.headerLinks_thin
{
    margin-right:20px;
}

.pageControlIconFlag_thin
{
    background:url(icon_flag_thin_808080.gif) no-repeat center;
    width:20px;
    height:20px;
    display:block;
    position: absolute;
    top:2px;
    right:5px;
}

#site_footer_thin
{
    border-top: solid 1px Black;
    clear: both;
    font-size: .8em;
    text-align: center;
    height: 72px;
    color:Black;
    background:#FCE8CF url(foot_bkgr.gif) repeat-x top;
}

#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:Black;    
    text-decoration: none;
}

#portal_Header a:hover,
#thin_header a:hover,    
#site_footer a:hover,
#site_footer_thin a:hover
{
    color: #006595;
    text-decoration: underline;
}

#site_body_thin
{
    z-index:1;
    border-color:Black;
    border-style:solid;
    border-bottom-width:1px;
    border-top-width:1px;
    border-left-width:0px;
    border-right-width:0px;
    background:White url(portalBkgrFade.gif) repeat-x top;
}

/* ######################## 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:20px;
    right:2px;
    background:White;
    border:solid 1px #82817D;
    text-align:center;
    line-height:25px;
    display:none;*/
}

.panLoginDisplayLinks a:link, .panLoginDisplayLinks a:visited
{
    color:#660000 !important;
}

.panLoginDisplayLinks a:hover
{
    color:#2A9ED9 !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 DEFAULT                  */
/* ################################### */

#eb_page
{
}

#eb_page a
{
    text-decoration:none;
    color:Blue;
}

#eb_page a:hover
{
    text-decoration:underline;
}

#eb_blog_wrapper 
{
    padding:1em;
}

#eb_bloghead 
{
    
    }
    
.eb_bloghead_title 
{
    font-size:1.5em;
    font-weight:bold;
    padding-left:10px;
}

.eb_bloghead_description
{
    color:#444;
    font-style:italic;
    padding-left: 10px;
}

/* based on http://www.glish.com/css/7.asp but no left column
#eb_mainColumn
{
    margin: 20px 320px 0px 10px;
}

#rightColumn
{
    position: absolute;
    right: 10px;
    top: 30px;
    width: 300px;
}
*/

/* based on http://www.glish.com/css/9.asp */
#eb_mainColumn
{
    float:left;
    width: 77%;
    margin: 20px auto 0px 10px;
}

#eb_menuColumn
{
}

/* the message shown when a blog is disabled is surrounded by this div */
.eb_blog_disabled
{
    width:80%;
    text-align:center;
    border:solid 1px #000;
    font-weight:bold;
    padding: 10px;
    background-color:Red;
}