/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */

div#content div.content a:link, div#content div.content a, div#content div.content a:visited{
    text-decoration: underline;
}


div#content div.content a:hover{
   color: #b81f24;
}

 
 #sidebar-first h2.block-title, #sidebar-last h2.block-title, #postscript-wrapper h2.block-title
{
    background-color: #b81f24 !important;
    color: #ffffff;
    text-shadow: #545454;
}

/*
#preface
{
    background-color: #6d6d6d !important;
}*/

h1 a, h1 a:link, h1 a:visited
{
    font-weight: 450 !important;
    color: #0c2d59 !important;
}

#header-first h1
{
    background: url('images/portugal.png') no-repeat 6.8em 0 !important;
}

#block-block-1 div.content p{
    width: 100%;
    display: block;
    text-align: center !important;
}


/* ********** *
div.picture{
    display: block;
    float: left !important;
    clear: both;
}*/

.profile dd{
    margin-bottom: 0.2em;
} 


div.profile .user-member{
    display: none;
}

div.profile h3{
    display: none;
}

dd.profile-profile_bio{
/*    display: block !important; */
    margin-left: 195px;
}

div.form-item{
     display: inline !important;
     margin-left: 7px;
}
