/*
-----------------------------------------------
redwagonplants.com Style Sheet
author:   Colin Dodgson, Gnasher Design: gnasher.com
version:  2007-03.1
----------------------------------------------- */
@import url("structure.css");
@import url("typography.css");

/* Sitewide Elements
----------------------------------------------- */
body     { background-color: black; text-align: center; margin: 0; padding: 0 }

div,p   { color: black; font: 10px/130% Verdana, Arial, Helvetica, sans-serif }

ul  { text-indent: 0; padding-right: 30px }

li   { list-style-type: circle; padding-top: 8px; padding-right: 20px }

a:link, a:active  { color: #6171b4; text-decoration: underline }
a:visited  { color: navy; text-decoration: underline }
a:hover  { color: #c33; text-decoration: underline }
a img {border-width: 0; border-style: none;}


/* 
Yellows: fff9da   eccd62
Grey greens light to dark: D9DFC5 9db28a  6c8358  4a5d3a
bcc1ac
greens light to dark: 91bb80  699956  457732

Maroon and blue scheme
a:link, a:active  { color: #6171b4; text-decoration: none }
a:visited  { color: #6171b4; text-decoration: none }
a:hover  { color: #c33; text-decoration: none }
a img {border-width: 0; border-style: none;}

h1   { color: maroon; font: bold 1.3em/130% Verdana, Arial, Helvetica, sans-serif }

h2 { color: navy; font: bold 1.1em/130% Verdana, Arial, Helvetica, sans-serif }*/



