/*******************************************************/
/*        Name: stylesheet.css                         */
/*      Author: Peter Spera                            */
/* Description: Cascading Style Sheet definitions for  */
/*              pvtroutandgame.org site                */
/*******************************************************/
/* History: 04-23-2009 - Created                       */
/*          04-24-2009 - Added special casses for the  */
/*                       new home page                 */
/*          09-29-2009 - Added navigation section for  */
/*                       member page                   */
/*          01-27-2014 - Updated style for new website */
/*******************************************************/

body
{
background-color: #996600;
font-family: serif;
}

ol, ul, hr, table, p
{
color: #005500;
}

h1, h2, h3, h4
{
color: #005500;
text-align: center;
background-color: transparent;
}

h1 
{
border-style: outset;
border-color: #008800;
padding: 0.3cm;
}

ul
{
list-style: square; 
}

ol.level1 {list-style: decimal;}
ol.level2 {list-style-type: upper-alpha;}


/* the order of the <a> pseudo-class definitions is critical */
a:link    {color: #005500}
a:visited {color: #005500}
a:hover   {color: #002200}
a:active  {color: #002200}

/* Special caseses must go after general style formats */
/* use: <tag class="center">text</tag> */
table.page {width: 890px;}
hr.page {height: 10px; width: 890px; text-align:left;}
h1.page {color: #B8860B; background-color: #005500;}

p.center {text-align: center}  

/* Standard Menu Items */
table.menu {background-color: #005500;}
h2.menu {color: #B8860B; background-color: #005500; font-size: 90%; text-align: left; padding-left: 5px;}
td.menu {width: 140px;}
a.menu { background-color: #005500; padding-left: 10px;}
a.menu:link    {color: #B8860B; text-decoration:none;} /* none - to turn off underline */
a.menu:visited {color: #B8860B; text-decoration:none;}
a.menu:hover   {color: #00be00}
a.menu:active  {color: #B8860B}

/* Menu item for announcements */
a.menua { background-color: #005500; padding-left: 10px;}
a.menua:link    {color: red; text-decoration:none;}
a.menua:visited {color: red; text-decoration:none;}
a.menua:hover   {color: #00be00}

/* Standard Navigation Items */
#navigation ul { list-style-type: none; width: 100%; display: block; margin: 0; padding: 0;}
#navigation li { display: block; margin: 0; padding: 0; border: 1px solid #B8860B; color: #00be00; background-color: #005500;}
#navigation a { text-decoration: none; color: #B8860B; background-color: #005500;}
#navigation a:hover { color: #00be00; background-color: #005500;}
#navigation { margin-top: 10px; margin-bottom: 10px;}

#announcements { border: 10px solid #B8860B;}
#mailinglist { border: 5px solid #B8860B;}

td.content {width: 750px;}
hr.content {width: 80%;}

/* EOF */