/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

.context{
 background: white url(http://www.wey-zunft-luzern.ch/linkTransparent.gif) 9px 1px no-repeat;
}

#portal-personaltools a:hover{
color: red;
}
#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #c5c6c8;
    border-top-color: darkgreen;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: darkgreen;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.3em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}
#portlet-navigation-tree div span a{
color: white;
font-weight: bold;
}

#portlet-navigation-tree div span a:hover{
color: red;
font-weight: bold;
}

#portlet-news div a {
color: white;
font-weight: bold;
}
#portlet-events div a {
color: white;
font-weight: bold;
}
#portlet-recent div a {
color: white;
font-weight: bold;
}
#portlet-login{
color: white;
font-weight: bold;
}

#portlet-news div a:hover{
color: red;
font-weight: bold;
}
#portlet-events div a:hover{
color: red;
font-weight: bold;
}
#portlet-recent div a:hover{
color: red;
font-weight: bold;
}
#portlet-login a::hover{
color: red;
font-weight: bold;
}


#portal-globalnav {
/* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
background-color: transparent;
border-collapse: collapse;
padding: 0em 0em 0em 3em;
white-space: nowrap;
list-style: none;
margin: 0;
height: auto;
line-height: normal;
}
#portal-globalnav li {
display: inline;
}
#portal-globalnav li a {
/* The normal, unselected tabs. They are all links */
background-color: transparent;
background-image: url(http://www.wey-zunft-luzern.ch/minilogo.gif);
background-repeat: no-repeat;
background-position: top left;
border-color: darkgreen;
border-width: 1px;
border-style: solid solid none solid;
color: #000000;
height: auto;
margin-right: 0.5em;
padding: 0em 2em;
text-decoration: none;
text-transform: lowercase;
}
#portal-globalnav li.selected a {
/* The selected tab. There's only one of this */
background-color: white;
border: 1px solid darkgreen;
border-bottom: white 1px solid;
color: #000000;
}
#portal-globalnav li a:hover {
background-color: white;
border-color: darkgreen;
border-bottom-color: white;
color: red;
}



/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo. 
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines.
   
   headingFontBaseSize - the base size used when calculating the different headline sizes
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   discreetColor:string=#999999
   helpBackgroundColor:string=#ffffe1
 
 */



