
/* ----- anatoletype_portlets.css ----- */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

/* ANATOLETYPE PORTLETS CSS RULES START HERE */


/* ======================================================================
			portlets
====================================================================== */

dl.portlet {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ======================================================================
			portlet prefs
====================================================================== */

dl#portlet-prefs {
	background: #e9e9e9;
}
#portlet-prefs dd.portletItem {
	padding: 0 0 0 1em;
	margin: 0;
}

/* ======================================================================
			anatoletype nav tree
====================================================================== */

#portlet-navigation-tree li {
	font-family: Georgia;
	font-size: 1.1em;
	list-style: none;
	padding: 0;
	margin: 0;
}
#portlet-navigation-tree {
	width: 130px;
	padding: 0;
	border: none;
	background: #f2f2f2;
}
#portlet-navigation-tree ul,
#portlet-navigation-tree dd {
	padding: 0;
	margin: 0;
	border: none;
	background: #f2f2f2;
	overflow: hidden;
}
#portlet-navigation-tree .portletHeader { display: none;}

.navTreeItem a#anatoletype { background-image: url(/bk_nav_home.gif);}	
.navTreeItem a#notes { background-image: url(/bk_nav_notes.gif);}
.navTreeItem a#fonts { background-image: url(/bk_nav_fonts.gif);}
.navTreeItem a#projects { background-image: url(/bk_nav_projects.gif);}
.navTreeItem a#about { background-image: url(/bk_nav_about.gif);}
.navTreeItem a#contact { background-image: url(/bk_nav_contact.gif);}

.navTreeItem a#anatoletype:hover,
.navTreeItem a#notes:hover,
.navTreeItem a#fonts:hover,
.navTreeItem a#projects:hover,
.navTreeItem a#about:hover,
.navTreeItem a#contact:hover,
.navTreeItem a#notes.over,
.navTreeItem a#fonts.over,
.navTreeItem a#projects.over,
.navTreeItem a#about.over,
.navTreeItem a#contact.over {
	background-position: 0px -26px;
}
.navTreeItem a.navTreeCurrentItem { background-position: 0px -52px !important;}
.navTreeItem a.navTreeCurrentItem:hover { background-position: 0px -52px !important;}

.navTreeItem a#anatoletype,
.navTreeItem a#notes,
.navTreeItem a#fonts,
.navTreeItem a#projects,
.navTreeItem a#about,
.navTreeItem a#contact {
	border: none !important;
	margin: 0 !important;
	padding: 0.1em 0 0.1em 1.2em;
	line-height: 26px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 130px;
}
.navTreeItem a#anatoletype,
.navTreeItem a#notes,
.navTreeItem a#fonts,
.navTreeItem a#projects,
.navTreeItem a#about,
.navTreeItem a#contact {
	margin: 0;
	padding: 0;
	min-height: 0px;
	padding-top: 26px;
	height: 0px !important;
	height /**/: 26px;
	width: 130px;
	cursor: pointer;
}
.navTreeLevel1 div a {
	display: block;
	padding-left: 40px;
	line-height: 2.3em;
	width: 130px;
	height: 26px;
	background: #fff;
	color: #747474;
	text-decoration: none;
}
.navTreeLevel1 div a:hover {
	background: #ffe400;
}
.navTreeLevel1 div a.navTreeCurrentItem {
	background: #ffe400;
	color: #fff;
}

/* ======================================================================
           Another workaround for broken Internet Explorer 

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 1em;}
.navTreeLevel2 { margin-left: 0.75em; }
.navTreeLevel3 { margin-left: 0.75em; }
.navTreeLevel4 { margin-left: 0.75em; }
.navTreeLevel5 { margin-left: 0.75em; }

====================================================================== */



/*  */
}


/* ----- anatoletype_columns.css ----- */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

/* ANATOLETYPE COLUMNS CSS RULES START HERE */

body {
	/*background: url(/bg_top_2.gif) #c9c9c9 repeat-x top;*/
	background-color: #f2f2f2;
}
/*
div#anatoletype_scd_bk {
	background: url(/bk_main_col.gif) transparent repeat-y center top;
}
*/
div#anatoletype_thr_bk {
	background: url(/bg_top_1.gif) repeat-x top;
}
div#visual-portal-wrapper {
	width: 850px !important;
	margin: 0 auto 0 auto !important;
	padding: 0 !important;
	background: #000;
}
div#portal-columns {
	background: #f2f2f2 !important;
	width: 830px;
	margin: 0 auto 0 auto;
	padding: 0; 
}
div#portal-column-content {
	float: left;
	width: 700px;
	margin: 0 !important; 
	padding: 0 !important; 
}
div#content {
	margin: 0 !important;
	padding: 0 !important;
}
div#content,
div#portal-column-content,
div#region-content,
div.documentContent {
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
}
div#portal-column-content{
	 background-color: #ffe400;
}
div#visual-column-wrapper {
	background: #f2f2f2;
}
div#portal-column-two {
	float: right;
	width: 130px;
	background: #f2f2f2 !important;
	overflow: hidden;
	margin: 0; 
	padding: 0; 
}

/* Padding for the columns */

div#portal-column-two .visualPadding {
	margin: 0; 
	padding: 0; 
}

/* fullscreen */

body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
	display: none;
}
body.fullscreen #portal-column-content { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
}



/*  */
}


/* ----- ploneCustom.css ----- */
@media all {
/*
 *  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.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF 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
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   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
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   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
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */



}

