/* @override 
	http://localhost/stylesheets/screen.css
	http://www.treeadvice.gtdabtesting.com/stylesheets/screen.css
	http://www.treeadvice.com/stylesheets/screen.css
*/

body {
  margin: 0;
  padding: 0;
  background: #e9ecd7 url(../images/bg-repeat-y.gif) repeat-y center top;
}

a img {
  border-style: none;
}

#container {
  width: 764px;
  margin-left: auto;
  margin-right: auto;
}

ul.inline {
  margin: 0;
  padding: 7px 20px;
  list-style-type: none;
  clear: both;
}

ul.inline li {
  display: inline;
  margin-right: 10px;
}

#head {
  height: 266px;
  width: 762px;
  margin-left: 1px;
}

#head ul {
  font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#top_nav {
  background-color: #daddca;
  border-bottom: 1px solid #babcac;

}

#top_nav a {
  color: #320008;
  text-decoration: none;
}

#bottom_nav {
  background-color: #f2f4e8;
}

#bottom_nav a {
  color: #5b1e0c;
  text-decoration: none;
}

#top_nav a:hover, #bottom_nav a:hover {
  text-decoration: underline;
}

#buttons {
  text-align: left;
  padding: 1px 0px 0 10px;
}

#logo {
  float: right;
  margin-top: 167px;
  margin-right: 20px;
}

#content {
  color: #333;
  font: 0.75em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  float: left;
  width: 505px;
  padding-left: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
}

#content a {
  color: #320008;
}

#content a:hover {
  color: #320008;
  text-decoration: none;
}

#sidebar {
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #999;
  width: 200px;
  float: right;
  padding-top: 22px;
  padding-right: 20px;
  padding-bottom: 50px;
}

* html #sidebar {
  padding-right: 0;
}

h1 {
  font-weight: normal;
  font-size: 1.6em;
  margin-top: 0;
  color: #320008;
}

h2 {
  font-weight: normal;
  font-size: 1.3em;
  margin-top: 0;
  color: #320008;
}

form dt {
  width: 150px;
  float: left;
}

form dt, form dd {
  margin-bottom: 3px;
}

form dl input {
  width: 200px;
  margin-left: 2px;
}

#flash {
  /*padding: 10px;*/
  /*border: 1px solid #6e0000;*/
  font-size: 0.9em;
  font-weight: bold;
}

#flash p { margin: 0; }

#flash.error {
  color: #ba2000;
}

#flash.success {
  color: #449f00;
}

#sidebar .box {
  background: url(../images/sidebar_box_top.gif) no-repeat left top;
  width: 209px;
  padding-top: 4px;
  color: #505050;
  padding-bottom: 0;
}

#sidebar .box dt, #sidebar .box dd {
  margin-left: 15px;
  margin-right: 21px;
}

#sidebar .box dt {
  margin-bottom: 4px;
  margin-top: 15px;
}

#sidebar .box a {
  color: #320008;
}

#sidebar .box a:hover {
  text-decoration: none;
}

#contact_details {
  text-align: right;
  margin-top: 156px;
  margin-right: -10px;
  color: #320008;
}

#contact_details span {
  color: #343434;
}

.celebrate_trees {
  border: none;
  margin-left: 6px;
}

blockquote {
  padding: 5px 15px 13px 15px;
  background-color: #e1e6d3;
  margin: 0px;
  border: 1px solid #c8c9b5;
}

cite {
  display: block;
  text-align: right;
  font-weight: bold;
}

#mp3_player {
  clear: both;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}