/*
----------------------------------------------------------
_______________________________________________MAIN LAYOUT
----------------------------------------------------------
*/

body {
  background: #f8f8e4 url('images/d_body_bg.png') repeat-x top center;}
  
div#header div.centered {
	background: url('images/d_header_bg.png') no-repeat top center;}		
	
div#footer {
	background: #d7d7ad;}
  
div#footer div.centered {
	background: url('images/d_footer_bg.png') no-repeat top center;}

div#sidebar {
  background: #d7de9a url('images/d_sidebar_bg.gif') repeat-x top;}
	
div#banner{
  background: url('images/d_banner_bg.png') repeat-x top center;}
  
div#banner div.centered{
  	background: url('images/d_banner.png') no-repeat top right;}
  
/*
----------------------------------------------------------
________________________________________TYPOGRAPHY GENERAL
----------------------------------------------------------
*/

abbr[title], acronym[title], dfn[title] { border-bottom: 1px solid #eee; }

/*
----------------------------------------------------------
__________________________________________________HEADINGS
----------------------------------------------------------
*/

#content h1 {color: #565e2a;}
#content h2 {color: #59a;}

#sidebar h1 {color: #626a33;}

/*
----------------------------------------------------------
_____________________________________________________LINKS
----------------------------------------------------------
*/
a {color: #616932;}
a:hover {color: #8da500;}

/*
----------------------------------------------------------
_____________________________________________________FORMS
----------------------------------------------------------
*/

label {color: #626a33;}

input, textarea {
  background: #d7e895;
  border-top: solid 1px #97ac83;
  border-left: solid 1px #97ac83;
  border-bottom: solid 1px #e3f1af;
  border-right: solid 1px #e3f1af;}
  
input.submit {
  background: url('images/d_submit_bg.png') no-repeat top right;}
  
input:hover.submit {
  background: url('images/d_submit_hover.png') no-repeat top right;} 
  
/*
----------------------------------------------------------
____________________________________________________HEADER
----------------------------------------------------------
*/

div#girl {
  background: url('images/d_girl.png') no-repeat bottom right;}
  
a#night {background: url('images/d_moon.png') no-repeat top center;}
a:hover#night {background: url('images/d_moon.png') no-repeat bottom center;}
a#day {background: url('images/d_sun.png') no-repeat top center; cursor: default;}

div#intro, div#intro a {
  color: #245d7c;}
  
div#intro a:hover {
  background: #fff;}
  
/*
----------------------------------------------------------
___________________________________________________SIDEBAR
----------------------------------------------------------
*/

#sidebar_bot {
  background: url('images/d_sidebar_bot.gif') no-repeat top center;}
  
#sidebar form {
  background: url('images/d_form_bg.gif') no-repeat top left;}
  
 