@charset "UTF-8";
/* CSS Document */

/*
	North Rock Hill Church Brand Framework
  Styling framework for the NRHC brand.
  version: 1.0
  author: Tyler Gordon
  site: http://northrockhill.com/

  IMPORTANT !*!
  add 'nrhc' class to the body tag for the site to use the brand
    v1.1 FIX: remove this necessity. If they include this stylesheet, then implement it!

*/

/* [begin] Content Shorthand

   These are quick class modifiers to add bold or italic
   to change color, or size */

.nrhc strong
.nrhc .strong,
.nrhc .b {
  font-weight: bold;
  }
.nrhc em
.nrhc .emphasis,
.nrhc .i {
  font-style: italic;
  }
.nrhc .underline,
.nrhc .u {
  text-decoration: underline;
  }

.nrhc .align-center,
.nrhc .align-c {
  text-align: center;
  }
.nrhc .align-left,
.nrhc .align-l {
  text-align: left;
  }
.nrhc .align-right,
.nrhc .align-r {
  text-align: right;
  }
.nrhc .align-justify,
.nrhc .align-j {
  text-align: justify;
  }

.nrhc .float-right {
  float: right;
  }
.nrhc .float-left  { 
  float: left;
  }
/* [end]   Content Shorthand */


/* [begin] Typography & Colors */

.nrhcGreen      { color: #085841; }
.nrhcDarkGreen  { color: #042B20; }
.nrhcTan        { color: #DcD4AE; }
.nrhcLightTan   { color: #E3DBBD; }
.nrhcWhiteTan   { color: #FFFCF2; }
.nrhcPukeGreen  { color: #A1A480; }
.nrhcLightGreen { color: #A1B97F; }
.nrhcFreshGreen { color: #ABC24E; }

.nrhc { /* apply the nrhc class to the body tag to use the brand.css */
	font-size: 11px; /* 62.5% resets 1em to 10px but should only be used in the body, and so not in the brand */
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
  color: #333333;
	}

.nrhc h1, .size-xxlarge             { font-size: 2.125em; line-height: 1.15em; }
.nrhc h2, .size-xlarge              { font-size: 1.75em;  line-height: 110%; }
.nrhc h3, .size-large               { font-size: 1.25em;  line-height: 120%; }
.nrhc h4, .size-normal, .nrhc p     { font-size: 1em;     line-height: 160%; margin: 0 0 1em; }
.nrhc h5, .size-small,  .nrhc small { font-size: 0.825em; line-height: 140%; }
.nrhc h6, .size-xsmall              { font-size: 0.75em;  line-height: 150%; }
          .size-xxsmall             { font-size: 0.5em;   line-height: 160%; }
          .size-xxxsmall            { font-size: 0.375em; line-height: 170%; }

.nrhc h1,
.nrhc h1 a,
.nrhc h1 a:hover,
.nrhc h1 a:visited {
  color: #085841; /* nrhcGreen */
  font-weight: bold;
  margin: 20px 0 15px;
  padding: 0;
  text-align:left;
  }

.nrhc h2,
.nrhc h2 a,
.nrhc h2 a:visited,
.nrhc h3,
.nrhc h3 a,
.nrhc h3 a:visited {
  color: #333333;
  text-decoration: none;
  margin: 15px 0 0;
	}

.nrhc .footnote
{
font-size: .85em;
}
/* [end]   Typography & Colors */


/* [begin] Lists */

.nrhc ul {
  list-style-position:outside;
  list-style-type:disc;
  margin: 1em 0 1em 1.6em;
  padding:0;
  }

.nrhc ul li {
  margin:0 0 1em 1em;
  padding:0;
  overflow: hidden;
  }

.nrhc ol {
  margin: 0 0 1em 2em;
  padding: 0;
  }

.nrhc ol li {
  margin: 0 0 1em;
  padding: 0 0 5px;
  }
/* [end]   Lists */


/* [begin] Images */

.nrhc p img {
	padding: 0;
	max-width: 100%;
	}

.nrhc .centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.nrhc .float-right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.nrhc .float-left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.nrhc .image-box {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  background:#FFFFFF url(http://files.northrockhill.com/web-images/icons/gradient999by48.png) repeat-x scroll left bottom;
  border:1px solid #999999;
  padding:5px;
  width:auto;
  }
/* [end]   Images */


/* [begin] Form Elements */
/* [end]   Form Elements */
