
/* Page Layout */

body {
  //font-family: verdana, arial, helvetica, sans-serif;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #cc9;
  color: black;
  font-size: 86%;
}

h1 {
  font-size: 125%;
  font-weight: bold;
  color: #000;
  margin-top: 0.25em;      /* tighter vertical spacing */
  padding: 0.1em 0.5em;
}

h2 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin-top: 0.25em;      /* tighter vertical spacing */
  padding: 0.1em 0.5em;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #969;
  margin-top: 0.25em;      /* tighter vertical spacing */
  padding: 0.1em 0.5em;
}

p {
  padding: 0.1em 0.5em;
}

.mini {
  font-size: 80%;
  color: #666;
}

.print-only {
  display: none;
}

li.square {
  list-style-type: square;
}

li.text-heavy {
  margin-bottom: 0.75em;
}

/* Sunny Ad */

#sunny-ad {
  margin: auto;
  padding: 10px;
	width: 320px;
  color: black;
  text-align: left;
}

#sunny-ad p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

/* 2 column code */

#wrapper {
  margin: auto;
  //margin: 0 -1px;  /* this is a border with marginal compensation to stop scroll bars */
	width: 610px;    /* total width */
  text-align: left;
  //border: 1px solid #fec;
}

#outer {
	border-left-width: 110px;  /* left column width */
	border-left-color: #f96;   /* left column colour */
	
	border-right-width: 0px; /* right column width */
	border-right-color: #cc9;  /* right column colour */
	
	background-color: #fec; /* center column colour */
}

#left {
	width: 110px;              /* left column width */
	margin-left: -110px;       /* _negative_ left column width */
}

#right {
	width: 0px;              /* right column width */
	margin-right: -0px;      /* _negative_ right column width */
}

/* Main code */

#outer {
  width: auto;
  border-left-style: solid;
  border-right-style: solid;
}

#inner {
  margin: 0;
  width: 100%;
}

#left {
  float: left;
  position: relative;
  z-index: 10;
}

#right {
  float: left;
  position: relative;
  z-index: 11;
}

#center {
  float: left;
  width: 100%;
  position: relative;
  z-index: 12;
}

#center h1, #center h2, #center p, #center ul, #center ol {
  margin-right: 10px;
}

/* Mozilla code */
#outer > #inner {
  border-bottom: 1px solid transparent;
}

#left {
  margin-right: 1px;
}

#right {
  margin-left: 1px;
}

#center {
  margin: 0 -3px 0 -2px;
}

/* Logo Text */

#logo-text {
  width: 500px;
  //border-left: 1px solid #f96;
  background: #969;
}

/* Crossfade Gallery */

#crossfadegallery { position: relative; width:180px; height:240px; margin:0; padding:0; }
#crossfadegallery li { display: block; }

/* Attract Question formatting */

#attract-question {
  font-style: italic;
  font-weight: bold;
  color: #969;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

#attract-question a {
  color: #999;
  text-decoration: none;
}

#attract-question a:link, #attract-question a:visited {
  color: #e00;
  text-decoration: none;
}

#attract-question a:hover {
  color: #969;
  text-decoration: none;
}

/* Nav Bar List */

#left ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
text-align: center;
font-weight: bold;
}

#left ul a
{
display: block;
width: 110px;
background-color: #f96;
}

#left ul a:link
{
color: #333;
text-decoration: none;
}

#left ul a:visited
{
color: #333;
text-decoration: none;
}

#left ul a:hover
{
background-color: #969;
color: white;
}

.current-page
{
display: block;
width: 110px;
background-color: #fec;
color: black;
}

.current-page-subcategory
{
display: block;
width: 108px;
background-color: #f96;
color: black;
text-decoration: italics;
font-weight: normal;
border: 2px dotted #fec;
border-right: none;
}

.subcategory
{
display: block;
width: 110px;
background-color: white;
color: black;
text-decoration: italics;
font-weight: normal;
}

/* NAPO logo */

#napo-bottom-align {
  margin-top: 3em;
  margin-bottom: 1em;
  text-align: center;
}

/* Links */

a {
  color: #e00;
  text-decoration: underline;
}

a:link {
  color: #e00;
  text-decoration: underline;
}

a:hover {
  color: #969;
  text-decoration: underline;
}

a:active {
  color: #636;
  text-decoration: underline;
}

a:visited {
  color: #969;
  text-decoration: underline;
}

/* Sunny Ad Links */

#sunny-ad a {
  color: #c00;
  text-decoration: underline;
}

#sunny-ad a:link {
  color: #c00;
  text-decoration: underline;
}

#sunny-ad a:hover {
  color: #636;
  text-decoration: underline;
}

#sunny-ad a:active {
  color: #969;
  text-decoration: underline;
}

#sunny-ad a:visited {
  color: #636;
  text-decoration: underline;
}

/* General Tag Mods */

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.box-center {
  margin: auto;
}

.box-right {
  float: right;
}

.box-left {
  float: left;
}

.clear-both {
  clear: both;
}

.clear {
  clear: both; /* alias */
}

.orange-bg {
  background: #fc9;
}

.purple-bg {
  background: #ebe;
}

.sidebar-narrow {
  width: 181px;
  margin: 9px;
  padding: 1px;
}

.sidebar {
  width: 240px;
  margin: 0px;
  margin-right: 9px;
  padding: 1px;
}

