/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 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 */

#legal-notice {
  display: none;
}

/* Remove the actual text that says "secondary links" above the secondary links */
#block-menu-secondary-links h2
{
	display: none;
}


/* Fix the problem that the three postscript blocks appear at different heights */
#postscript-first
{
	margin-top: 6px;
}

#postscript-last
{
	margin-top: -10px;
}


#content-top
{
  height: 76px;
}


/* Remove the extra stuff on the banner image */
#content-top div.block-wrapper
{
  /* display: none; */
}


/* Format the current weather conditions */
#weathercurrent table
{
	margin-top: 20px;
}

#weathercurrent td
{
	color: #292929;
}

#weathercurrent th
{
	padding-top: 6px;
}

#weathercurrent th img
{
	margin-left: 20px;
}


/* Make the views look better */
/* Make some space around images */
div.views-field-teaser img
{
  padding: 0px 8px 8px 0px;
}

div.views-field-title
{
  padding-top: 10px;
  font-size: 16pt;
  font-weight: bold;
}

/* Put the accesibility buttons in a better place */
#block-text_resize-0
{
  position: absolute;
  top: 10px;
  left: 0px;
}

