/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

a {
	color: #56BAFF;
}

h1, h2, h3 {
	color: #56BAFF;
}

.formbutton{
  background:url(../../images/formbg_bl.gif) repeat-x top left;
}

/***************************************************
  Site Title
 ***************************************************/
#title {
  background: url(../../images/logo_bl.gif) no-repeat top right;
}

#title h1 {
	background-color: #56BAFF;
}

#comments a {
	color: #56BAFF;
}
#header {  
  background: #585858 url(../../images/bg_header_bl.jpg) repeat-y top center;  
}
#menu ul li a:hover,
#menu ul li a.activemenue {
  background: url(../../images/menu_tab_bl.gif) no-repeat bottom center;
}
#content ul li {
  list-style-image: url(../../images/li_bullet_bl.gif);
}
a.LinkExt {
	background: url(../../images/link_ext_bl.gif) no-repeat left;
	padding-left: 0.8em;
}
a.linkMailto {
	background: url(../../images/link_mailto_bl.gif) no-repeat left;
	padding-left: 1.1em;
}
a.linkInt {
	background: url(../../images/link_int_bl.gif) no-repeat left;
	padding-left: 1em;
}