/* STYLESHEET FORMAT GUIDE *****************************************************
SEPIA MEMORY theme for Geeklog 1.4.1                                Version 1.2
Designed by Firewind Productions            http://www.firewindproductions.com/
Released for the Geeklog community under the GNU general public license.

I've kept the formatting as similar as possible to the Professional theme to
aid in style changes.

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*****************************************************************************/


.body {
  background:#333333;
  background-repeat:no-repeat;
  color:#cccc99;
  font:1.00em cursive,helvetica,arial,sans-serif;
  margin:0px;
}

a:link {
  color:#533323;
  text-decoration: none;  
}
a:visited {
  color:#533323;
  text-decoration: none;  
}
a:hover {
  color:#533323;
  text-decoration: underline;
}
a:active {
  color:#533323;
  text-decoration: underline;  
}

a:link div {
  color:#533323;
  text-decoration: none;  
}
a:visited div {
  color:#533323;
  text-decoration: none;  
}
a:hover div {
  color:#533323;
  text-decoration: underline;
}
a:active div {
  color:#533323;
  text-decoration: underline;  
}


td.text-top {
  font: 'georgia';
  color:#000000;
  font-size:19px;
}

ul.navigation a {
	display: block;
	text-decoration: none;
	font:100% 'times new roman';
	color: #333;
    background: #ffffff;
	border-bottom: 0;
        }
        



.navigation {
  font:100% cursive;
  color:#533323;
  font-size:19px;
}

.nav_level1 {
  font:100% cursive;
  color:#ffffff;
  font-size:19px;
}


.nav_level2 {
  font:100% cursive;
  color:#ffffff;
  font-size:19px;
}