/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 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 */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
	margin: 0;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited { color:#666666;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  line-height: 150%;
}

.footer-message {
  font-size: 90%;
  color: #666666;
  }


/* HTML Elements
-------------------------------------------------------------- */
body {
    margin: 0;
    padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	text-align:justify;
  }

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.footer-message p {text-align:center;
  color:#666666;
  }

/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {margin: 0.25em;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
  color:#666666;
  }

/* Typography for node titles */
h2.title {
    margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#CC0000;
  }

/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}