/*
----------------------------------------------------------
_______________________________________________MAIN LAYOUT
----------------------------------------------------------
*/

body {
  background: #eaeef2 url('images/n_body_bg.png') repeat-x top center;}
  
div#header div.centered {
	background: url('images/n_header_bg.png') no-repeat top center;}		
	
div#footer {
	background: #b8cbdc;}
  
div#footer div.centered {
	background: url('images/n_footer_bg.png') no-repeat top center;}

div#sidebar {
  background: #cab6d1 url('images/n_sidebar_bg.gif') repeat-x top;}
	
div#banner{
  background: url('images/n_banner_bg.png') repeat-x top center;}
  
div#banner div.centered{
  	background: url('images/n_banner.png') no-repeat top right;}
  
/*
----------------------------------------------------------
________________________________________TYPOGRAPHY GENERAL
----------------------------------------------------------
*/

abbr[title], acronym[title], dfn[title] { border-bottom: 1px solid #829cdf; }

/*
----------------------------------------------------------
__________________________________________________HEADINGS
----------------------------------------------------------
*/

#content h1 {color: #3764a3;}
#content h2 {color: #7e4f8e;}

#sidebar h1 {color: #492a54;}
/*
----------------------------------------------------------
_____________________________________________________LINKS
----------------------------------------------------------
*/
a {color: #446ca7;}
a:hover {color: #4aa7f5;}

/*
----------------------------------------------------------
_____________________________________________________FORMS
----------------------------------------------------------
*/

label {color: #492a54;}

input, textarea {
  background: #e0c9f4;
  border-top: solid 1px #8c6a96;
  border-left: solid 1px #8c6a96;
  border-bottom: solid 1px #e6d5f7;
  border-right: solid 1px #e6d5f7;}
  
input.submit {
  background: url('images/n_submit_bg.png') no-repeat top right;}
  
input:hover.submit {
  background: url('images/n_submit_hover.png') no-repeat top right;} 
  
/*
----------------------------------------------------------
____________________________________________________HEADER
----------------------------------------------------------
*/

div#girl {
  background: url('images/n_girl.png') no-repeat bottom right;}
  
a#day {background: url('images/n_sun.png') no-repeat top center;}
a:hover#day {background: url('images/n_sun.png') no-repeat bottom center;}
a#night {background: url('images/n_moon.png') no-repeat top center; cursor: default;}

div#intro, div#intro a {
  color: #fff;}

div#intro a:hover {
  background: #4a5f94;}
/*
----------------------------------------------------------
___________________________________________________SIDEBAR
----------------------------------------------------------
*/

#sidebar_bot {
  background: url('images/n_sidebar_bot.gif') no-repeat top center;}
  
#sidebar form {
  background: url('images/n_form_bg.gif') no-repeat top left;}

  
