/*
 *  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
 */
 
/* <!-- cached --> (this is for squid) */
/*  (do not remove this :) */
/*  (not this either :) */

#portlet-portlet .portletBody {
border: none;
}

#right-portlet2 .portletBody {
border: none;
}

.rss_title {
font-weight: bold;
}

TD {
vertical-align : top;
}

h1, h2, h3, h4, h5, h6 {
color: Black;
background-color: transparent;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 100%;
font-weight: normal;
margin: 0;
padding-top: 0.5em;
border-bottom: 1px solid #000000;
text-shadow: #999999 0.2em 0.2em 3px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #0000cc ! important; 
text-decoration: underline;
}

h1 {
font-size: 170%;
}

h2 {
font-size: 145%;
}

h3 {
font-size: 140%;
border-bottom: none;
font-weight: bold;
}

h4 {
font-size: 115%;
border-bottom: none;
font-weight: bold;
}

h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}

h6 {
font-size: 85%;
border-bottom: none;
font-weight: normal;
padding-top: 0em;
}

blockquote {
font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-style: normal;
font-size: 100%;
}

pre {
font-size: 100%;
FONT-FAMILY: "Courier New", Courier, monospace;
padding: .02em;
color: Black;
background-color: #f4f4f4;
border-style: none;
overflow: auto;
display: block;
}
.pre a {
text-decoration: underline;
}

#portal-logo {
background: url(/logo.jpg) no-repeat;
border: 0;
margin: 0.75em 0em 0.75em 1em;
padding: 0;
}

#portal-searchbox {
float: right;
clear: right;
background-color: transparent;
margin: 0 0 0 0;
padding: 0 2em 0 0;
text-align: right;
text-transform: none;
white-space: nowrap;
z-index: 2;
}

#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 1em;
white-space: nowrap;
list-style: none;
margin: 0;
height: auto;
line-height: normal;
}

.documentEditable {
padding: 0em 1.5em 1em 1.5em !important;
}

#portal-footer {
background-color: White;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
float: none;
margin: 2em 0em 1em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}

#portal-colophon {
float: none;
margin: 0em 0em 0em 0em;
padding: 0.5em 0em .5em 0em;
text-align: center;
}

.portlet h5.ads { 
background: #000000;
border: 1px solid #000000;
border-style: solid solid none solid;
padding: 0em 1em 0em 1em;
text-transform: none;
text-shadow: none;
display: inline;
font-size: 1em;
height: 1em;
font-weight: normal;
white-space: nowrap;
}

.portletContent {
padding: 3px;
}

.navRootItem,
.navItem {
margin: 0 0 0.2em 0;
border: 1px solid White;
display: block;
background-repeat: no-repeat;
background-position: 0 1px;
padding: 0.1em 0.05em 0.05em 20px;
}

.currentNavItem,
#portlet-navigation-tree a:hover {
background-color: #eeeeee;
color: #000000;
border: 1px solid #cccccc;
}

.currentNavItem,
#portlet-plone-navigation a:hover {
background-color: #eeeeee;
color: #000000;
border: 1px solid #cccccc;
}


.navLevel1 {
margin-left: 0em;
}

.navLevel2 {
margin-left: 1em;
}

.navLevel3 {
margin-left: 2em;
}

.navLevel4 {
margin-left: 3em;
}

.navLevel5 {
margin-left: 4em;
}

.navLevel6 {
margin-left: 4.5em;
}

.navLevel7 {
margin-left: 5em;
}

.navLevel8 {
margin-left: 5.5em;
}

.sm-gray-text {
color: rgb(118, 121, 124);
font-size: 80%;
}


/*  */

/* 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
 
 */


