@charset "utf-8";
/* CSS Document */

a:link {color: #869aae;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #869aae;}
a:hover {	text-decoration: none;	color: #9dab42;}
a:active {	text-decoration: none;	color: #9dab42;}

/*------------------------------------------------------------*
 ~Headings ~
**------------------------------------------------------------*/
h1 {color: #9dab42;}
h2{ color: #9dab42;}
h3{color: #9dab42;}

/*------------------------------------------------------------*
 ~main layout bits~
**------------------------------------------------------------*/
#top {
	background-image: url(../themes/green/green_top.gif);
}

#main_line {
	background-image: url(../themes/green/bg_green_tile.gif);
}

/*------------------------------------------------------------*
 ~Tabbed Nav Information~
**------------------------------------------------------------*/
.home {
	background-image: url(../themes/green/nav_green_home.gif);
}
.about {
	background-image: url(../themes/green/nav_green_about.gif);
}
.web {
	background-image: url(../themes/green/nav_green_web.gif);
}
.graphics {
	background-image: url(../themes/green/nav_green_graphics.gif);
}
.animation {
	background-image: url(../themes/green/nav_green_animation.gif);
}
.contact {
	background-image: url(../themes/green/nav_green_contact.gif);
}
.links {
	background-image: url(../themes/green/nav_green_links.gif);
}

/*------------------------------------------------------------*
 ~ Content Information~
**------------------------------------------------------------*/
#index_image {
	background-image: url(../themes/green/green_header.jpg);
}
#two_left li {color:#9dab42; }

#folio_right a, #index_content a {color: #9dab42; }
#folio_right a:hover, #index_content a:hover {	color: #777; }

#sitemap li{
color: #9dab42;
}
#contacting input, #contacting textarea {
	color: #9dab42; 
}
#contacting textarea:focus, #contacting input:focus {
	border: 1px solid #9dab42; 
}

#folio_right li {	color: #9dab42;
}



/*------------------------------------------------------------*
 ~Footer Information~
**------------------------------------------------------------*/
#logo {
	background-image: url(../themes/green/logo_green.gif);
}

/*------------------------------------------------------------*
 ~Scrolling Information~
**------------------------------------------------------------*/

#scroll-menu a:hover {
	border: 1px solid #9dab42;
	color: #9dab42;
}

/*------------------------------------------------------------*
 ~Shadowbox Information~
**------------------------------------------------------------*/
#shadowbox_title_inner {
  color: #9dab42;
}
#shadowbox_toolbar_inner {
  color: #9dab42;
}

#shadowbox_body {
 border: 1px solid #ccc;
}


#shadowbox_toolbar_inner div a {
  color: #9dab42;
}