html {
  background: url('images/background.png') repeat;
}
    
body {
  font-family: Verdana, Arial, Georgia;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 20pt;
  font-weight: bold;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 11pt;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 10pt;
}

hr {
  display: none;
}
  
#page {
  width: 750px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}
    
#header-text {
  margin-top: 50px;
  height: 78px;
  background: url('images/header-background.png') no-repeat;
  color: #ffffff;
}
    
#header-text h1 {
  position: relative;
  left: -128px;
}

#header-text h1 a {
  color: #ffffff;
}

#header-text h1 a:hover {
  background: #0093dd;   
}
    
#header-text h2 {
  position: relative;
  left: -128px;
}
    
#logo {
  position: relative;
  left: -128px;
  top: -50px;
  width: 128px;
  height: 128px;
  float:left;
  background: url('images/multiclicker2_128x128_24b.png') no-repeat;
}
    
#logo a {
  width: 128px;
  height: 128px;
  display: block;
}
    
#title-red {
  color: #ff0000;
}
    
#menu {
  position: relative;
  top: -22px;
  left: -128px;   
}
    
#menu a {
  color: #ffffff;
  background: #0093dd;
  padding: 2px;
  margin-right: 2px;
  font-weight: bold;
  position: relative;
  top: -7px;
}
            
#menu a:hover {
  color: #0093dd;
  background: #ffffff;   
}
    
#menu-end {
  display: inline-block;
  background: url('images/menu-end.png');
  width: 22px;
  height: 22px;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
    
#content {
  clear: both;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  top: -50px;
  left: -2px;
  width: 707px;
  font-size: 10pt;
  border-left: 2px #1f1a17 solid;
}

#content a {
  color: #0093dd;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
}

#content a:hover {
  color: #ffffff;
  background: #0093dd;
}
    
#footer {     
  position: relative;
  top: -50px;
  left: -2px;
  width: 749px;
}
    
#footer-text {
  background: #1f1a17;
  padding: 10px;
  color: #ffffff;
  font-size: 7pt;
}
    
#footer-text a {
  color: #ffffff;
}
    
#footer-text a:hover {
  color: #ffffff;
  background: #0093dd;
}
    
#footer-text a:hover img {
  background-color: #1f1a17;
}
    
#footer-text img {
  border: 0;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
    
#bottom {
  background: url('images/background-bottom.png') no-repeat; 
  height: 14px;
}
    
#left-column {
  width: 490px;
  overflow: hidden;
  float: left;
}
    
#right-column {
  width: 200px;
  float: right;
  overflow: hidden;
}

#right-column ul {
  list-style: inside url('images/arrow.png');
  padding-left: 5px; 
  margin-top: 2px;
}
    
.clear {
  clear: both;
}

.post, .page {
  padding-bottom: 20px;
}

.padding-bottom-10, .entry {
  padding-bottom: 10px;
}

.line {
  border-bottom: 1px #c6c6c6 solid;
}      

.small {
  font-size: 7pt;
}