/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech 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 */
/* $Id: acquia-prosper-style.css,v 1.1.2.8 2010/01/11 00:09:05 sociotech Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
}

h1,
h1.title {
  font-size: 180%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 80%;
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 250%;   /* 30px/12px */
  line-height: 85%;
}

#slogan {
  font-size: 166.67%;   /* 20px/12px */
  line-height: 120%;
}

/*  Preface Regions
-------------------------------------------------------------- */
.preface-top {
  padding: 10px 0 0 0;
}

/*  Main Area (content + sidebars + main-prefaces + main-postscripts)
-------------------------------------------------------------- */
#main-wrapper {
  padding: 10px 0;
}
