/* TOP FRAME STYLESHEET - top.css */

/* Created by Felicity Dynan, 10 July 2006 */
/* Updated by Jen Eggleston, 3 January 2007 */
/* Updated by Reece Martin, 25, January 2007 */
/* ____________________________________________________________________________ */


html, body { margin: 0; }


/* NAVY MAIN NAVIGATION BAR - NAVY BACKGROUND WITH WHITE TEXT */

#public_nav {
  background-image: url('http://www.tattooedgumball.com/img/publicBG.png');
  background-color: #000000; line-height: 21px;  
  font-family: arial; font-size: 9pt; color: white; vertical-align: middle; text-align: left }

#public_nav a:link {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#public_nav a:visited {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#public_nav a:hover {
  color: #33ff00; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* PURPLE SUB NAVIGATION BAR - PURPLE BACKGROUND WITH LIGHT GREY TEXT */

#member_nav {
  background-image: url('http://www.tattooedgumball.com/img/memberBG.png');
  background-color: #811b9a; line-height: 21px;
  color: #DEDEDE; font-family: arial; font-size: 9pt; vertical-align: middle; text-align: left }

#member_nav a:link {
  color: #DEDEDE; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#member_nav a:visited {
  color: #DEDEDE; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#member_nav a:hover {
  color: yellow; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* GREY (LOGGED IN) SUB NAVIGATION BAR - GREY BACKGROUND WITH BLACK TEXT */

#admin_nav {
  background-image: url('http://www.tattooedgumball.com/img/adminBG.png');
  background-color: #909090; line-height: 21px;
  color: white; font-family: arial; font-size: 9pt; vertical-align: middle; text-align: left }

#admin_nav a:link {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#admin_nav a:visited {
  color: white; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#admin_nav a:hover {
  color: yellow; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }


/* FOOTER TEXT FORMATING */

#footer_nav {
  font-family: arial; font-size: 9pt; color: black; vertical-align: middle; text-align: left }

#footer_nav a:link{  
  color: blue; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#footer_nav a:visited {
  color: purple; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: none }

#footer_nav a:hover {
  color: black; font-family: tahoma; font-size: 11px; font-weight: bold; text-decoration: underline }