/* $Id: local-sample.css,v 1.2 2010/09/17 21:36:06 eternalistic Exp $ */

/****************************/
/* 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.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

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

/* My CSS */

.smaller-text-50-2h {
  font-size: 50%;
}
.smaller-text-60-2h {
  font-size: 60%;
}
.smaller-text-70-2h {
  font-size: 70%;
}
.smaller-text-80-2h {
  font-size: 80%;
}
.smaller-text-90-2h {
  font-size: 90%;
}
.no-border-2h {
  border-style: none;
}


/* Override CSS */


a:link,
a:visited {
/*###  color: #af0000; */
  color: #963f3f;
}
#header-group-wrapper {
  padding-left: 20%;
}
#header-primary-menu-wrapper {
  padding-left: 20%;
}
.inline inline-left {
  float:left;
  display:inline-block;
  /*display:inline;  */
}
.inline inline-right {
  float:right;
  display:inline-block;
}

h1 {
font-size: 200%;
}
h2 {
font-size: 170%;
}
h3 {
font-size: 130%;
}
