/* Standard styles */

body, body p, body td { 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}

input, textarea {
  font-family: courier new, courier, monospace; 
} 
/*/*/input, textarea {
  font-family: verdana, helvetica, sans-serif;
}/*/*/
  
img { 
  border-width: 0; 
}

a { 
  color: #8080FF;
  text-decoration: none; 
  font-weight: bold; 
}
a:visited { 
  color: #0080C0 ;
}
a:active {
  color: #0000FF;
}

a:hover {  
  color: #FF0000; 
  background-color: #FFFF00; 
  text-decoration: none;
}
/*
a { 
  color: #50B050;
  text-decoration: none; 
  font-weight: bold; 
}
a:visited { 
  color: #409040 ;
}
a:active {
  color: #008000; 
} 
*/
a:hover { 
  text-decoration: underline; 
}
li {
  list-style-type: square; 
}
h1,h2,h3,h4,h5,h6 { 
  margin-bottom: 0px; 
}
h1 {
  font-size: 1.3em; 
}
h2 {
  font-size: 1.1em; 
}
h3,h4,h5,h6 {
  font-size: 1em; 
}
hr {
  border solid #DDDDDD 1px; height: 1px;
}
        
/* custom styles */

.header {
  /*background-color: #FFFFFF;*/
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
}

.header_tr {

  background-image:url(/images/bz_skyline2.jpg); 
  background-position: top center;
  background-repeat: no-repeat;
  height: 78px;
  border-bottom-color: #E0E0FF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 5px;
}

.node-title {
  background-color: #FC3;
}
.node-title, .comment .subject {
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
}
.node-date, .node-taxonomy, .credit {
  color: #999999;
  font-size: 10px;
}
.node-links {
  font-size: 10px;
  font-weight: normal;
}
.box-title {
  color: #999999;  
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px; 
  font-weight: bold; 
  letter-spacing: 2px
}  
.page-links, .footer {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
}
.body-edges {
  background-color: #E0E0FF;
}
.teaser {
  color: #808080
}
.book .title {
  font-weight: bold;
  font-size: 16px;
}
.book .body {
  margin: 1em 0 1em 1em;
}
.path {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  font-size: 12px;
  background-color: #E0E0FF;
  margin-bottom: 10px;
  
}
