:root {
  /*
  PAGE WIDTHS & BACKGROUND COLOR
  Specify the top bar wrapper width (which contains the mini menu, logo, and main menu
  by default), the footer width, and the width of left & right-side columns.
  */
  --theme-main-width:1200px;
  --theme-header-menu-width:var(--theme-main-width);
  --theme-content-width:var(--theme-main-width);
  --theme-content-columns-left-width:var(--sesatoz-left-columns-width);
  --theme-content-columns-right-width:var(--sesatoz-right-columns-width);
  --theme-body-background-color:var(--sesatoz-body-background-color);
  --theme-body-background-image:var(--sesatoz-body-background-image);
  --theme-color:var(--sesatoz-theme-color);
  /*
  HEADER AND FOOTER COLORS
  These values are only used to style the site-wide header and footer.
  */
  --theme-header-background-color:var(--sesatoz-header-background-color);
  --theme-logo-color:var(--sesatoz-menu-logo-font-color);
  --theme-header-menu-background-color:var(--sesatoz-mainmenu-background-color);
  --theme-header-menu-link-background-color:transparent;
  --theme-header-menu-link-background-color-hover:var(--sesatoz-mainmenu-links-background-color-hover);
  --theme-header-menu-link-color:var(--sesatoz-mainmenu-links-color);
  --theme-header-menu-link-hover-color:var(--sesatoz-mainmenu-links-hover-color);
  
  /*Mini Menu*/
  --theme-header-minimenu-background-color:transparent;
  --theme-header-minimenu-link-hover-background-color:transparent;
  --theme-header-minimenu-border:2px solid transparent;
  --theme-header-minimenu-link-color:var(--sesatoz-minimenu-links-color);
  --theme-header-minimenu-link-hover-color:var(--sesatoz-minimenu-links-hover-color);
	--theme-header-minimenu-icon-background-color:var(--sesatoz-minimenu-icon-background-color);
	--theme-header-minimenu-icon-background-active-color:var(--sesatoz-minimenu-icon-background-active-color);
	--theme-header-minimenu-icon-color:var(--sesatoz-minimenu-icon-color);
	--theme-header-minimenu-icon-active-color:var(--sesatoz-minimenu-icon-active-color);
  --theme-header-minimenu-link-hover-decoration:none;
  --theme-header-border:0px solid transparent;
	--theme-header-menu-link-border-color:transprant;
  
  --theme-header-search-background-color:var(--sesatoz-minimenu-search-background-color);
  --theme-header-search-font-color: var(--sesatoz-header-searchbox-text-color);

  --theme-footer-background-color:var(--sesatoz-footer-background-color);
   --theme-footer-background-image:var(--sesatoz-footer-background-image);
  --theme-footer-font-color:var(--theme-footer-link-color);
  --theme-footer-link-color:var(--sesatoz-footer-links-color);
  --theme-footer-link-color-hover:var(--sesatoz-footer-links-hover-color);
  --theme-footer-border-color:var(--theme-footer-link-color);
  /*
  TEXT & LINKS
  These values affect the size and colors of your text and links throughout your layout.
  */
  --theme-font-color:var(--sesatoz-font-color);
  --theme-font-color-light:var(--sesatoz-font-color-light);
  --theme-link-color:var(--sesatoz-links-color);
  --theme-link-color-hover:var(--sesatoz-links-hover-color);
  --theme-headline-color:var(--sesatoz-heading-color);
  --theme-border-color:var(--sesatoz-content-border-color);
  /*
  INPUT FIELDS AND BUTTONS
  These values style input fields and buttons that appear throughout the layout.
  */
  --theme-input-background-color:var(--sesatoz-input-background-color);
  --theme-input-font-color:var(--sesatoz-input-font-color);
  --theme-input-border-colors:var(--sesatoz-input-border-color);
  --theme-button-background-color:var(--sesatoz-button-background-color);
  --theme-button-background-color-hover:var(--sesatoz-button-background-color-hover);
  --theme-button-font-color:var(--sesatoz-button-font-color);
  --theme-button-font-color-hover:var(--sesatoz-button-font-hover-color);
  --theme-button-border-color:var(--sesatoz-button-border-color);
  --theme-button-border-color-hover:var(--sesatoz-button-border-color-hover);
  --theme-secondary-button-background-color:var(--sesatoz-secondary-button-background-color);
  --theme-secondary-button-background-color-hover:var(--sesatoz-secondary-button-background-color-hover);
  --theme-secondary-button-font-color:var(--sesatoz-secondary-button-font-color);
  --theme-secondary-button-font-color-hover:var(--sesatoz-secondary-button-font-color-hover);
  --theme-secondary-button-border-color:var(--sesatoz-secondary-button-border-color);
  --theme-secondary-button-border-color-hover:var(--sesatoz-secondary-button-border-color-hover);
  /*
  TABS (BUTTON-STYLE)
  These colors are applied to the button-style tab menus which are often shown
  on browse pages.
  */
	--theme-buttontabs-font-color:var(--theme-font-color);
	--theme-buttontabs-font-color-hover:var(--theme-button-background-color);
	--theme-buttontabs-font-color-active:var(--sesatoz-theme-color);
	--theme-buttontabs-border-color:transparent;
	--theme-buttontabs-border-color-active:var(--theme-button-background-color);
 --theme-buttontabs-background-color-active:var(--theme-button-background-color);
  --theme-button-tabs-font-color-active:var(--theme-button-font-color);
  /*
  TABS
  These colors are applied to tab menus (as seen on several pages, including
  the member profile page).
  */
  --theme-tabs-background-color:var(--sesatoz-content-background-color);
  --theme-tabs-background-color-active:var(--sesatoz-button-background-color);
  --theme-tabs-font-color:var(--sesatoz-font-color);
  --theme-tabs-font-color-active:var(--sesatoz-button-font-color);
  --theme-tabs-border-color:transparent;
  --theme-tabs-border-color-hover:var(--sesatoz-theme-color);
  --theme-tabs-border-color-active:var(--sesatoz-theme-color);
  /*
  LISTS
  These colors are applied to some lists, especially in pull-down menus.
  */
	--theme-box-header-background-color:var(--sesatoz-content-header-background-color);
	--theme-box-header-font-color:var(--sesatoz-content-header-font-color);
	--theme-box-header-font-size:var(--sesatoz-heading-fontsize);
	--theme-box-header-font-family:var(--sesatoz-heading-fontfamily);
	--theme-box-background-color:var(--sesatoz-content-background-color);

  --theme-list-background-color:var(--sesatoz-content-header-background-color);
  --theme-list-background-color-alt:var(--sesatoz-content-background-color-alt);
  --theme-list-background-color-hover:var(--sesatoz-content-background-color-alt);
  --theme-comments-background-color:var(--sesatoz-comments-background-color);
  /*
  TAGS
  These colors are applied to tags, which appear on blogs, messages, etc.
  */
  --theme-tag-background-color:var(--theme-secondary-button-background-color);
  --theme-tag-font-color:var(--theme-secondary-button-font-color);
  /*
  INLINE PULLDOWN MENUS
  These colors style the inline pulldown menus that appear throughout the layout.
  */
  --theme-pulldown-background-color:var(--theme-list-background-color);
  --theme-pulldown-background-color-hover:var(--theme-button-background-color);
	--theme-pulldown-background-color-active:var(--theme-button-background-color);
  --theme-pulldown-font-color-active:var(--theme-button-font-color);
  --theme-pulldown-border-color:var(--theme-border-color);
  --theme-pulldown-contents-background-color:var(--theme-list-background-color);
  --theme-pulldown-contents-list-background-color-hover:var(--theme-list-background-color-hover);
  --theme-pulldown-contents-list-background-color-active:var(--theme-list-background-color-hover);
  --theme-pulldown-contents-list-font-color-active:var(--theme-font-color);
  
  /*Font Size*/
  --theme-font-size:var(--sesatoz-body-fontsize);
	--theme-font-size-small:0.8125rem;
  --theme-headline-size-large:1.5rem;
  --theme-headline-size-medium:var(--sesatoz-heading-fontsize);
  --theme-title-size:var(--theme-font-size);
  --theme-menu-link-size:var(--sesatoz-mainmenu-fontsize);
  --theme-tabs-font-size:var(--sesatoz-tab-fontsize);
  --theme-font-weight-bold:500;

  /*Font Family*/
  --theme-font-family:var(--sesatoz-body-fontfamily);
	--theme-heading-font-family:var(--sesatoz-heading-fontfamily);
  --theme-header-menu-font-family:var(--sesatoz-mainmenu-fontfamily);
	--theme-buttontabs-font-family:var(--sesatoz-tab-fontfamily);
  --theme-tabs-font-family:var(--sesatoz-tab-fontfamily);
  
  --theme-item-spacing:0.625rem;
  --theme-item-radius:0.625rem;
  --theme-item-transition:all .2s ease-in-out;
  --theme-item-shadow:0 0 5px rgba(0, 0, 0, .1);
  --theme-item-shadow-hover:0 0 5px rgba(0, 0, 0, .2);
  --theme-widget-spacing:1.25rem;
  --theme-widget-radius:0.625rem;

}