/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf 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.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/* Global text changes */
a:link, a:visited, a:hover {text-decoration:underline;}
h2.title a:visited, h2.title a:hover, h2.title a:link {text-decoration:none;text-transform:none;font-size:1.2em;}
.node {color:#000000;}
body {font-size:85%;}

/* Home page fix */
  #header-first {width:500px;}

/* Calendar view */
  div.view-Calendar div.views-field-title {font-size:120%;font-weight:bold;}
  div.view-Calendar div.views-field-field-startdate-value {font-weight:bold;}
 
/* Store */
  #digicertsitesealcode p {font-size:80%;}


/* Hide unwanted FeedAPI link on home page */
  body.front li.feedapi_feed, body.front li.feedapi_original {
  display:none;margin:0;padding:0;}

/* set width for images imported from feedapi */
  body.not-logged-in.front * div.node-type-story img {
  width:390px;}

/* set width for files on home page */
  body.not-logged-in.front * div.node-type-story img.filefield-icon {
  width:20px;}


