/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:07 sociotech Exp $ */

/*********************************/
/* FUSION CORE - LOCAL CSS */
/*********************************/

/* Put your custom css and css overrides in this file and  */
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.                */

/* Steps to activate local.css:                                */
/* 1. Add your custom css to this file                       */
/* 2. Rename this file to local.css                           */
/* 3. Clear cached data at admin/settings/performance   */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* THE FOLLOWING IS AN ALTERED EXCERPT FROM THEMES/FUSION/STYLE.CSS:                   */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Large, bold callout text style */
.fusion-callout .inner {
/* THE NEXT LINE CONTROLS THE TEXT SIZE FOR SIDE-MENU BUTTON TEXTS WHEN USING THE "BOLD, CALLOUT" STYLE OPTION IN SKINR SETTINGS FOR SIDE-MENU BLOCK */
  font-size: 120%;
  font-weight: bold;
}

/* Extra padding on block */
.fusion-padding .inner {
  padding: 30px;
}

/* Adds 1px border and padding */
.fusion-border .inner {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

/* Superfish all menus */
.sf-menu li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

/* Superfish vertical menus */
.superfish-vertical {
  position: relative;
  z-index: 10;
}

ul.sf-vertical {
/* THE FOLLOWING LINE CONTROLS THE BACKGROUND IMAGE OF THE FIRST ITEM IN THE PRIMARY LEVEL OF THE VERTICAL MENU: */
  background: #FFEBCD url(../images/button_160x35.png) no-repeat;
  color: #FFFFDD;
  margin: 0;
  width: 100%;
}

ul.sf-vertical li {
  border-bottom: none;
/* THE FOLLOWING LINE CONTROLS THE BACKGROUND IMAGE OF THE SECOND LEVEL OF THE VERTICAL MENU: */
  background: #FFEBCD url(../images/button_160x35.png) no-repeat;
  color: #FFFFDD;
  font-weight: bold;
  line-height: 30px;
  padding: 0;
  width: 100%;
}

ul.sf-vertical li a:link,
ul.sf-vertical li a:visited,
ul.sf-vertical li .nolink {
  margin-left: 0px;
  padding: 2px;
}

ul.sf-vertical li a:hover,
ul.sf-vertical li a.active {
  text-decoration: underline;
}

ul.sf-vertical li ul {
/* ??? THE FOLLOWING LINE CONTROLS THE BACKGROUND IMAGE OF THE SECOND LEVEL OF THE VERTICAL MENU ????: */
  background: #FFEBCD url(../images/button-parchment-blueborder-160x35.png) no-repeat;
  color: #336699;
  line-height: 30px;
  border-top: none;
  margin-left: 0;
  width: 160px;
}

ul.sf-vertical li ul li.last {
  border-top: none;
  margin-bottom: -1px;
  margin-top: -1px;
}

ul.sf-vertical li ul {
  border-top: none;
  padding: 4px 0;
}

ul.sf-vertical li ul li {
  border-bottom: none;
  line-height: 30px
}

ul.sf-vertical li ul li.last {
  border-top: none;
}

ul.sf-vertical li ul li ul {
  margin-top: -4px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

