/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 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. Remove the following line from template.php - function acquia_marina_preprocess_page(&$vars):
        if (drupal_is_front_page()) {
          $vars['closure'] .= '<div id="legal-notice">Theme provided by <a href="http://www.acquia.com">Acquia, Inc.</a> under GPL license from TopNotchThemes <a href="http://www.topnotchthemes.com">Drupal themes</a></div>';
        }
 */

body 
{
    font-size: 10pt;
}

#header-first h1 {
  font-size:2.4em;
  line-height:1;
  margin:10px 0 0;
}

#preface-wrapper {
  font-size:1em;
  line-height:1.2;
  color: #000000;
}

#preface-wrapper a:link, #preface-wrapper a:visited {
	color: #144A6E;
}

div.block-user div.block-icon, body.layout-main-last #sidebar-last div.block-user h2.block-title  {
  background:url("icons/Volleyball-Icon.png") no-repeat scroll left center transparent;
}

div.block-menu div.block-icon, body.layout-main-last #sidebar-last div.block-menu h2.block-title {
  background:url("icons/Volleyball-Icon.png") no-repeat scroll left center transparent;
}

div.block-menu div.block-icon, body.layout-main-last #sidebar-last div.block-menu h2.block-title {
  background:url("icons/Volleyball-Icon.png") no-repeat scroll left center transparent;
}

p {
  font-size:1.1em;
}

#sidebar-first h2.block-title, #sidebar-last h2.block-title, #postscript-wrapper h2.block-title {
	background-color: #006699;
}

body.layout-first-main-last #content-wrapper #sidebar-last
{
  background-color: #f8fad4;
}

tr.even {
  background-color:#e6f3fc;
  border-bottom:1px solid #CCCCCC;
}

tr.odd {
  background-color:#ffffff;
}

#main-wrapper {
  background-image: url(none);
  background-color: #f8fad4;
  font-size: 1.0em;
}

#header-first {
min-width:800px;
width:75%;
}

h2.title {
  font-size: 1.2em;
}