/* $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 */

h1, h1.title, h2, h3, h4, h5, h6 {
  font-family: 'Brush Script MT',cursive;
  font-size: 200%;
}

#site-name {
   font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
   font-weight: bold;
   font-size: 220%;
   text-transform: uppercase;
   letter-spacing: 5px;
}

#slogan {
   font-size: 140%;
}

#primary-menu {
  font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,sans-serif;
}

.imagecache-medium-width-350 {
  margin: 10px;
}




/*  font-family: Georgia,serif;  */
/* font-family: 'Brush Script MT',cursive;  */


