/* CSS Document */
body {
  text-align: center;
  margin:0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7e7e7e; /* text color */
  
  }

blockquote {
   margin-left: 18px;
   padding-right: 160px;
}

#wrapper{
  background-image:url(masterimages/backgrndpattern.gif);
  background-repeat:repeat;
  width: 100%;
  margin:0;
  height: 100%;
}

#container {
  width: 914px;
  margin: auto;
  text-align: left;
  background-color:#FFFFFF;
  border-width: 1px;
  border-color:#333333;
  }
  

.pink {
      letter-spacing: .5px;
      //color: #e47791;
      //color: #87b244;
      color: #9cc26e;
}

  
H1 { /** headline-post entry **/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:normal;
	color: #a59d9b;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
		margin-left: -3px;
}  
  
H2 {  /** date **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84a328;
	font-weight: normal;
	margin-top: 0px;
		margin-left: -3px;
}  

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 0px;
}

H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84a328;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 14px;
}  
  
H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #84a328;
	font-weight: normal;
	margin-top: 2px;
	padding-left: 4px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	font-style: italic;
}  
  
H7 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	}  
	
  
#navbar {
	height: 19px;
	/*background-color:#c4c2c2; grey*/
	background-color:#ffbd55;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding-top: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color:#e9a3df;
	border-top-style: solid;
	border-bottom-color:#e9a3df;
	border-bottom-style: solid;
	margin: 0px;
}  

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#navbar li {
	float: left;
	border-right-width: 1px;
	border-right-color:#abaaaa;
	border-right-style:solid;
	line-height: 20px;
	}
	
#navbar li a:link {
	background-color:#ffbd55;
 	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;

}

	
#navbar li a:visited {
	background-color:#ffbd55;
 	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

		
#navbar li a:hover {
	/*background-color:#ffb499; PINK ROLL */
        background-color:#bad780;
 	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color:#e9a3df;

	}	 

#masthead {
	height: 129px;
	margin-bottom: 0px;
}  


/*----------- BEGIN COLUMNS------------------------ */	 
 
#allcolumns { /* all three columns inside of this*/
	position:relative;
	margin:0;
	padding-top: 23px;
	background-color:#FFFFFF;
	}
	
#allcolumns img {
	display: block;
}	
	
#leftcol { /* ad column*/
	position:relative;
	float:left;
	width:158px; 
        padding-left: 10px;
	/*background-image:url(masterimages/dingbat_divider.gif);*/
	background-repeat:repeat-y;
	background-position:right;

	}
	
#leftcol h2 {
	/*color: #f95942;*/
	color: #a59d9b;
	font-size: 11px;
	margin-left: 1px;
	margin-bottom: 2px;
	padding-top: 10px;
            line-height: 14px;
}	

#leftcol h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 6e6e6e;
}	
	
#leftcol ul {
	padding-right: 30px;	
	padding-left: 2px;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	list-style:none;
	/*list-style-image:url(masterimages/widget_purple.gif);*/
}


#leftcol li {
	color: 6e6e6e;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.0em;

 }
 
#leftcol a {
	color:#6e6e6e;
	text-decoration:none;
	font-style:normal;

	margin:0px;
	}
	
#leftcol a:hover {
	text-decoration:none;
	background-color: #e7e7e7;
	color: #3b2c1a;
	padding-left: -1px;
	padding-right: -1px;
	padding-top: -1px;
	padding-bottom: -1px;
	}
	

	

	
/* CENTER COLUMN-----------------------------------  */	
#centercol {  /* content column*/
	position:relative;
	float:left;
	width: 705px;
	margin-left: 45px;
	background-image:url(masterimages/dingbat_divider2.gif);
	background-repeat:repeat-y;
	background-position:right;


	}
	
#centercol H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #84a328;
	font-weight: normal;
	margin-top: -7px;
	padding-left: 7px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	font-style: italic;
}  
	
#centercol p {
	margin-top: 6px;
	margin-bottom: 11px;
	padding-right: 130px;
	padding-left: 3px;
}	

#centercol a {
	color:#f95942;
	text-decoration:none;
	font-style:normal;
	padding-left: 1px;
	padding-right: 1px;
	}
	
#centercol a:hover {
	text-decoration:none;
	background-color: #cce3a9;
	color: #3b2c1a;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

#centercol img {
	margin-left: -5px;
}	

#centercol h2 {
	margin-bottom: 0px;
}
	

#centercol h7 {
	margin-top: 6px;
	margin-bottom: 11px;
	padding-right: 58px;
	padding-left: 3px;
        letter-spacing: 2px;
}	


	
/*END CENTER COLUMN-----------------------------------  */	


#rightcol {  /* sidenav column*/
	position:relative;
	float:left;
	width:130px;
	padding-left: 5px;
	min-height: 850px;
	}
	
#rightcol h2 {
	color: #8f8f8f;
	font-size: 14px;
	margin-bottom: 4px;
	margin-left: 1px;
	padding-top: 17px;
            line-height: 15px;
}

#rightcol img {
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: -8px;

	}	

#rightcol h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 6e6e6e;
}	
	
#rightcol ul {
	padding-left: 0px;
	margin-left: 0px; /*13*/
	margin-top: 3px;
	margin-bottom: 18px;
	list-style:none;
	/*list-style-image:url(masterimages/widget_purple.gif);*/
}
/*space between links in sidebar & asterik*/

#rightcol li {
	color: 6e6e6e;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 3px;
	font-size: 12px;
	margin-left: 1px;
 }
 
#rightcol a {
	color:#6e6e6e;
	text-decoration:none;
	font-style:normal;
	padding-left: 1px;
	padding-right: 1px;
	}
	
#rightcol a:hover {
	text-decoration:none;
	background-color: #e7e7e7;
	color: #3b2c1a;
	padding-left: -1px;
	padding-right: -1px;
	padding-top: -1px;
	padding-bottom: -1px;
	}

 
/*margin-top padding above links*/	
	
#google_ads {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 15px;
}	


#google_adsleft {
	margin-bottom: 10px;
	margin-left: 10px;
}	
		
/*-----------END  COLUMNS------------------------ */	

#clear {
	clear: both;
}
 
#footer {
	clear:both;
	padding-top: 15px;
	text-align:center;
	height: 20px;
	background-color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.link-note {
	margin-bottom: 0px;
	 }
	 
#powered {
	margin-bottom: 0px;
}

/* ------- comment line bottom of each entry ------- */
p.posted {
	width: 64%;
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top: 1.5px #999999 dotted;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 5px;
	font-size: 9.5px; 
	}
	
p.posted a:link {
	color: #666666;
}	


/*posting footer informatin and line*/
/* ------- END comment line bottom of each entry ------- */


#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}


/* ------- BEGIN ARCHIVE STYLES ------- */



#archivecol {  /* content column same as centercol settings*/
	position:relative;
	float:left;
	width: 710px;
	margin-left: 45px;
	background-image:url(masterimages/dingbat_divider2.gif);
	background-repeat:repeat-y;
	background-position:right;

	}
	
#archivecol p {
	margin-top: 10px;
	margin-bottom: 11px;
	padding-right: 55px;
}	

#archivecol a {
  	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6e6e6e;
	text-decoration:none;
	padding-left: 1px;
	padding-right: 1px;
	font-weight:normal;
	}
	
#archivecol a:hover {
	text-decoration:none;
	color: #f95942;
	}
#archivecol h1 {
	margin-bottom: 10px;
	}

#archivecol h3 {
  	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	font-size: 18px;
	padding: 0px;
	line-height: 1em;
}


#archivecol h4 {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 12px;
	color: #81a758;
	margin: 0px;
	padding: 0px;
}

#google_line {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;


}
