/*
 *  FONTS
 *
<link href='http://fonts.googleapis.com/css?family=Muli|Philosopher' rel='stylesheet' type='text/css'>

 *
*/


/*
 *  COLORS
 *  ecoPlus cream:   #ebdad5;
 *  ecoPlus brown:   #9e8d85;
 *	background-color green: #30A77F;
	#ebdad5;  //#3.  creamy but of pink in cream
	#c1b1a4;  //#2.  good neutral - most like postcard
	#a89281; //slightly darker brown
	#9e8d85; //slightly grayer
	#009966;  //grean color
	#dbd6d2;	//#1.  great light natural - most like binder board
*/

/*
 *  IMAGES
 *
 background-image: url('../images/bkg_eco_weave.jpg');
 *
 
 /*
 background-color: #C0C0C0;
   border:1px solid #ffffff;
  }
div.narrow a:hover img
  {
  border:1px solid #cc0000;
    border: 1px solid #EFEFEF;
	
	#009966;
 */
 
*/

body {
font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
color: #000000;
margin: 0;
padding: 0;
}

/*
h1 {
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size:x-large;
	font-weight:bold;
	}
*/
	
h1 {
	font-size:xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
	
h2 {
	font-size:x-large;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	
	font-weight:bold;
	font-weight:600;
	
	}	

h3 {
	font-size:medium;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-style:italic;
	}

	
a {
color: #006666;
text-decoration: none;
outline: none;}
	
a:hover {
/*color: #FF0000;*/
/*text-decoration: underline;*/
/*font-weight: bold;*/
outline: none;}





.wrapper-dark{
	background-color:#30A77F;
	background-image:url('../images/bkg_eco_weave.jpg');
}

.wrapper-light {
	background-color:  f8f8f8;
	background-image: url("../images/bkg_white_satin.jpg");
}

.box-on-color {
	background-color: white;
	padding: 10px;
}


.to-delete{
	text-decoration: line-through;
	background-color:  red;
	color: black;
}
/*************************************************************************************/
/**************************    Helpful-links.php    **********************************/
/*************************************************************************************/



.helpful-links * a:link {
	/*descendent anchors in .helpful-links class (in div)*/
	text-decoration: underline;
}

/*
.tbl-website-samples table th td {
  border: 1px solid black;
  padding: 10px;
}
*/

.helpful-links * a:visited {
	/*descendent anchors in .helpful-links class (in div)*/
	text-decoration: underline;
	color:#9e8d85;  ;
}

.helpful-links > h1 {
	/*direct children h1 in .helpful-links class (in div)*/
	/*color: #00B050; //original color on Helpful Links H1*/
	font-size: 48pt;
	font-family: "Bellerose",serif;	
	color: #30A77F;
}


.helpful-links > p,
.helpful-links * li {
	font-size: large;
}

