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


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */


#sidebar-a {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
	background-color: #6b8e23;
	font-size:.7em;
	clear:left;
	text-align:center;
}

#sidebar-a ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#483D8B;
}

#sidebar-a ul  li{
	font-weight:normal;
	padding:0px 0 0px 0px;
	margin:0px;
	border-bottom: 1px solid white;
}

#sidebar-a a {
	color: #AFEEEE;
	display: block;
	font-size:1em;
	padding:6px 22px 9px 16px;
	margin:0px;
	text-decoration:none;
}

html>body #sidebar-a a{
	padding:6px 22px 6px 16px;
}

#sidebar-a a:hover{
	/*color: #AFEEEE;
	background:#F0E68C;
	text-decoration:none;*/
}
/*--------------- set home and main section links here before adding images -------------*/

#sidebar-a .homelink a{
	color: #6B8E23;
	background:#EEE8AA;
	border-bottom: 1px solid #EEE8AA;
}

#sidebar-a .mainlink a{
	color: white;
	background:#8AAB4C;
}


#sidebar-a a.isFolder,
#sidebar-a a.isFolder:hover
{
	background-image:url(more_arrow_ind.gif);
	background-position:right;
	background-repeat:no-repeat;
}


#sidebar-a .homelink a.siFolder{
	color: #6B8E23;
}

#sidebar-a .mainlink a.isFolder{
	color: white;
}





#sidebar-a .isopen{
	font-weight:bold;
	color: #AFEEEE;
	background:#F0E68C;
}

#sidebar-a .isopen a.isFolder,
#sidebar-a .mainlink a{
	color:#AFEEEE;
	background-image:url(more_arrow_ind.gif);
	background-position:right;
	background-repeat:no-repeat;
}


#sidebar-a ul ul{
	color:#FFFFCC;
	background:#A9A9A9;
}

#sidebar-a ul ul li{
	width:100%;
	border-top: 0px solid #D0E5A9;
	border-bottom: 1px solid #D0E5A9;
	background:#A9A9A9;
}

#sidebar-a ul ul li a{
	color:#FFFFCC;
	padding-left:26px;
}

#sidebar-a ul ul a.isFolder{
	color:blue;
}

#sidebar-a ul ul a:hover{
	color: #6B8E23;
	background:#DCDCDC;
}

#sidebar-a ul ul .isopen{
	color: #6B8E23;
	background:#DCDCDC;
}

/* ------------- RESET SUBLINK ARROWA HERE ----------------------*/

#sidebar-a ul ul ul li a{
	padding-left:36px;
}



#sidebar-a ul .isopen ul a.isFolder{
	color: #FFFFCC;
	background-image:url(more_arrow_ind.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#sidebar-a ul .isopen ul a:hover{
	color: #6B8E23;
}

#sidebar-a ul ul .isopen a.isFolder{
	color: #6B8E23;
	background-image:url(more_arrow_ind.gif);
}



#sidebar-a ul .isopen ul .isopen ul a.isFolder{
	color: #FFFFCC;
	background-image:url(more_arrow_ind.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#sidebar-a ul .isopen ul .isopen ul a.isFolder:hover{
	color: #6B8E23;
}



#sidebar-a ul  ul .isopen ul .isopen a.isFolder{
	color: #6B8E23;
}

#sidebar-a ul  ul .isopen ul .isopen a.isFolder:hover{
	color: #6B8E23;
}

#sidebar-a ul  ul .isopen ul a:hover{
	color: #6B8E23;
}

#sidebar-a ul  ul .isopen ul .isopen a{
	color: #6B8E23;
}


/* ------------- RESET SUB SUBLINK ARROWA HERE ----------------------*/


/*  */

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


