/*---------------------------------------------------------------------
 * themes/css/colorSchemes/default.css 
 * Copyright 2021 Manin Bocss
 *--------------------------------------------------------------------*/

:root {
	
	--primary-color: white; 
	
	--secondary-color: #3333AA;
	
	--text-color: #333333;

	--text-hover-color: #3333AA;

	/* text color  to use on dark background*/
	--light-text-color: #EEEEFF;
	--light-text-hover-color: #CCCCFF;
		
	--body-font-family: Times New Roman;	
	--body-font-size: 14pt;	
	--body-font-weight: normal;
	--body-line-height: 2rem;
	--body-color: inherit;
	--body-background-color: inherit;
	
	--navMenu-font-family: inherit; 
	--navMenu-font-size: inherit;	
	--navMenu-color: var(--text-color);
	--navMenu-hover-color: var(--text-hover-color);
	--navMenu-background-color: #EEEEEE;
	--navMenu-background-image: inherit;
	--navMenu-text-shadow: inherit;
	--navMenu-box-shadow:  1px 1px 5px #999999;
	
	--alt-navMenu-color: var(--light-text-color);
	--alt-navMenu-hover-color: var(--light-text-hover-color);
	--alt-navMenu-background-color: transparent;
	--alt-navMenu-background-image: inherit;
	--alt-navMenu-text-shadow: 1px 1px #999999;
	--alt-navMenu-box-shadow: none;
	
	--contentContainer-color: inherit;
	--contentContainer-background-color: inherit;
	--contentContainer-background-image: inherit;
	--contentContainer-text-shadow: inherit;
	
	--sidebarContainer-color: inherit;
	--sidebarContainer-background-color: var(--primary-color);
	--sidebarContainer-background-image: inherit;
	--sidebarContainer-text-shadow: inherit;
	
	/* scrollbars */
	
	--scrollbarFancyTrack: DarkGray;
	--scrollbarFancyTrackShadow: Gray;
	--scrollbarFancyThumb: LightGray; 
	
	--scrollbarHiddenTrack: LightGray;
	--scrollbarHiddenThumb: DarkGray; 
	
	/* sidebar menu items */
	
	--menuItem-color: inherit;
	--menuItem-hover-color: #4444DD;
	--menuItem-text-shadow: inherit;
	--menuItem-hover-text-shadow: inherit;
	
	--menuHighlightItem-color: #4444FF;
	--menuHighlightItem-hover-color: #4444DD;
	--menuHighlightItem-text-shadow: inherit;
	--menuHighlightItem-hover-text-shadow: inherit;
	
	/* Items found usually in the nav menus */  
	
	--icon-menu-font-size: 20pt;
	
	--site-name-font-family: calibri,arial,sans-serif;
	--site-name-font-size: 1.5rem;
	
	--icon-pointup-font-family: calibri,arial,sans-serif;
	--icon-pointup-font-size: 1.25rem;
	
	--signin-link-font-family: calibri,arial,sans-serif;
	--signin-link-font-size: 13pt;

	--edit-link-font-family: calibri,arial,sans-serif;
	--edit-link-font-size: 13pt;
	
	--icon-circledown-font-size: 14pt;
	
	--user-name-font-family: calibri,arial,sans-serif;
	--user-name-font-size: 11pt;
	
	/* language element */
	
	--langElementBorder: 1px solid blue;
	--langElementHoverBorder: 2px solid red;
	--langElementHighlightBorder: 2px solid deepskyblue;
	--langElementHighlightHoverBorder: 2px solid red;
	--langElementBoxShadow: 0px 0px 1px black;
	
	/* Image Borders */
	
	--imageBorder: 1px solid blue;
	--imageHoverBorder: 1px solid red;	
	
	/* page divider */
	
	--itemDividerColor: grey;
	--itemDividerShadow: none;
	
	/* Items found on gallery pages */
	
	--linkItem-color: black;
	--linkItem-hover-color: #3333FF;
	--linkItem-text-shadow: inherit;
	--linkItem-hover-text-shadow: inherit;
	 
	/* Items found on article pages */  
	
	--article-tabs-background: #FFFFFF;
	--article-tabs-background-image: inherit;
	--article-tabs-color: #000000;
	--article-tabs-colorHighlight: #AA0000;
	--article-tabs-underline: 1px solid #CCCCCC;
	--article-tabs-border: 1px solid rgba(0,0,0,0);
	--article-tabs-text-shadow: 0px 0px #000000;
	
	--article-background: #FFFFFF;
	--article-background-image: none;
	--article-color: black;
	--article-border: none;
	--article-text-shadow: inherit;
	--article-font-family: inherit;
	--article-font-size: inherit;
	
	--articleLinkItem-color: #0000AA;
	--articleLinkItem-hover-color: inherit;
	--articleLinkItem-text-shadow: inherit;
	--articleLinkItem-hover-text-shadow: inherit;
	
	--mathLink-color: #33FF33;
	--mathLink-hover-color: #44FF44;
	--mathLink-text-shadow: inherit;
	--mathLink-hover-text-shadow: inherit;
	
	--firstCharacter-color: #DD2266;
	--firstCharacter-text-shadow: 1px 1px black;
}
