html {
        font-family: Tahoma, Arial, Verdana, Sans-serif;
	background-color: #000000;
 	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo {
	background-image: url("../images/logo-backing.png");
       	padding-left: 635px;
       	padding-top: 135px;
	padding-bottom: 4px;
	border-radius: 6px 6px 0px 0px;
}

.logo a:visited, .logo a:link {
    color: #ddd;
    text-decoration: none;
    font: bold 30px Michroma;
    -webkit-animation: glowing-text 7s ease-in-out infinite alternate;
    -moz-animation: glowing-text 7s ease-in-out infinite alternate;
    animation: glowing-text 7s ease-in-out infinite alternate;
}

@font-face {
    font-family: Michroma;
    src: url("/include/Michroma.ttf") format("opentype");
}

@-webkit-keyframes glowing-text {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #d1c208, 0 0 40px #f6e409, 0 0 50px #fef301, 0 0 60px #ffd900, 0 0 70px #ffb500;
    }
  
    100% {
        text-shadow: 0 0 20px #fff, 0 0 30px #2f2f0f, 0 0 40px #314d16, 0 0 50px #334d16, 0 0 60px #334d16, 0 0 70px #333d16, 0 0 80px #333d16;
    }
}

@keyframes animate {

    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.03);
        opacity: 1.0;
        filter: brightness(130%);
    }
    
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

}


.index {
      float: right;
      padding-left: 16px;
      margin: 4px;
      background: url("../images/sleft.png") no-repeat 0 40%;
      padding-right: 10px;
      height: 20px;
}

.index a {
      color: #4b2919;
      font-size: 8pt;
      text-decoration: underline;
}

.index a:hover {
      color: #333333;
      font-size: 8pt;
      text-decoration: underline;
}

.feed {
      float: right;
      padding-left: 16px;
      margin: 4px;
      background: url("../images/feed-icon-12x12.png") no-repeat 0 40%;
      padding-right: 10px;
      height: 20px;
}

.feed a {
      color: #4b2919;
      font-size: 8pt;
      text-decoration: underline;
}

.feed a:hover {
      color: #333333;
      font-size: 8pt;
      text-decoration: underline;
}


.add {
      float: right;
      padding-left: 16px;
      margin: 8px;
      background: url("../images/add-icon-12x12.png") no-repeat 0 40%;
      padding-right: 10px;
      height: 20px;
}

.add a {
      color: #4b2919;
      font-size: 8pt;
      text-decoration: underline;
}

.add a:hover {
      color: #333333;
      font-size: 8pt;
      text-decoration: underline;
}

fieldset {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.item {
       padding: 8px;
       border-bottom: 1px solid #aaaaaa;
}

.item h1 {
       font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
       font-weight: bold;
       font-size: 16pt;
       color: #4b2919;
}

.item h2 {
       font-family: "Georgia, Verdana, Arial, Tahoma, Sans-serif";
       font-weight: normal;
       font-size: 10pt;
       color: #111111;
}

.item p {
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
}

.item a {
       font-size: 10pt;
       font-weight: bold;
       text-decoration: none;
       color: #4b2919;
}

.item a:hover {
       font-size: 10pt;
       font-weight: bold;
       text-decoration: underline;
       color: #333333;
}

.item label {
	margin: 2px;
}

.item input {
	margin: 2px;
}

.item ul {
    list-style-type: square;
    margin: 20px;
    font-size: 9pt;
}

.menu {
      text-align: right;
      overflow: hidden;
      padding-top: 2px;
      padding-bottom: 2px;
      margin-top: 6px;
      margin-bottom: 6px;
      letter-spacing: 2px;
      border-bottom: 1px solid #815945;
      background-color: #000000;
      color: #ffffff;
}

.menu ul {
      font-size: 0;
}

.menu li {
        border-right: solid 1px #666666;
	font-size: 11pt;
	display: inline;
	color: #ffffff;
        background-color: #000000;
}

.menu li a
{
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.menu li a:hover
{
	text-decoration: underline;
	background-color: #515076;
}

.menu li#selected
{
	color: #ffffff;
	background-color: #815945;
	background: url("../images/vertical-gradient.png") 0 100%;
	border-radius: 4px 4px 0px 0px;
}


img {
	border: none;
}

p {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	margin: 10px;
}

h1 {
	border: 0px;
	margin: 0px;
}

.content {
	background-color: #ffffff;
	padding: 10px;
}

.bookmarks {
  margin: 15px 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.bookmarks li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.bookmarks li a{
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-28x28.png") no-repeat 0 50%;
  list-style-type: none;
}

.navprev {
	float: left;
	font-weight: bold;
	margin: 6px;
	width: 15px;
}

.navnext {
	float: right;
	font-weight: bold;
	margin: 6px;
	width: 20px;
}

.edit {
      text-align: right;
      margin: 0px;
      margin-bottom: 5px;
      padding: 5px;
}

.clearing {
	clear: both;
}

.advertising {
	margin-top: 8px;
}

.credits p {
	font-size: 8pt;
	text-align: right;
	margin: 0px;
	padding: 10px;
}

.credits a:link, .credits a:visited {
	color: #000000;
	background-color: #ffffff;
}

th,td {
	padding-right: 15px;
}

