/* Master style sheet for eco-living.net */
/* This version lives in the root folder */

body
{color: #000000; 
background: #ffffff url(backgrounds/defaultbkg.gif);
background-repeat:repeat-y;
font-family: "times new roman", times, serif;
font-size: normal;}

/* link element styles */

a:link    { color: #009900 }
a:visited { color: #003300 }
a:active  { color: #ff0000 }
a:hover   { color: #ff0000 }

/* Navigation element styles */

.navlinked, 
.navcurrent 
{margin-top: 6px;}

.navlinked 
{font-weight: normal}

.navcurrent 
{font-weight: bold}

.hrznavlinked,
.hrznavcurrent,
.subnavlinked, 
.subnavcurrent 
{font-size: 90%;}

.subnavlinked,
.subnavcurrent
{margin-left: 10px}

.hrznavlinked,
.subnavlinked
{font-weight: normal}

.hrznavcurrent,
.subnavcurrent
{font-weight: bold}

/* for invisible home page text placed to suit text browsers */
.hiddenhometxt
{font-weight: normal;
font-size: 60%; 
color: #ffcc33}

/* custom content element styles */

.bodytxt
{font-weight: normal;}

.pageheader
{font-weight: bold;
font-size: 120%;}

.articletitle
{ font-weight: normal;
font-size: 130%;}

.pagesubtitle
{font-weight: bold;
font-style: italic;
font-size: 110%;}

.citationtxt,
.footertxt,
.printlink,
.updatetxt
{font-weight: normal;
font-size: 90%;}

.citationtxt,
.printlink,
.updatetxt
{font-style: italic}

.imgwrapleft { float: right; margin: 3px }
.imgwrapright { float: left; margin: 3px }

/* for browsers that don't support web standards */
.notwebstd
{display: none;}

