* {
  margin: 0;
  padding: 0;
}

body {
 font: 10pt/15px Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
 color: #DBDEDE;
 background: #8E9999;
}

p {
  padding: 0 0 10px 0;
  line-height: 1.5em; 
}

blockquote { font-size: 1.4em;}

h1, h2, h3 {
  color: #C2C270;
}

h1 {
 font-weight: normal;
 font-size: 4em;
}

h2 {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-weight: normal;
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

a img {
  border: 1px solid yellow;
}
a {
  color: yellow;
/*  color: #F2D65E; */
  text-decoration: none;
 }

h1 a, h3 a {
  font-family: Georgia, "Times New Roman", Times, serif;
  border: none;
  color: black;
}

h2 a {
 position: relative;
 font-size: 0.8em;
 font-weight: normal;
 top: -0px;
}

h2 a span {
  color: #C2C270;
  font-size: 0.5em;
  float: right;
  position: relative;
  top: -20px;
  margin-bottom: -25px;
}

hr {
  clear: both;
  margin: 15px 0 10px 0;
  color: black;
  height: 10px;
  border: none;
  border-bottom: 7px double;
  border-top: 4px solid;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

/* global layout --------------- */
#header {
  border-top: 10px solid;
  border-bottom: 1px dashed;
  height: 125px;
  margin: 0 50px;
}

#header h1 {
  line-height: 0.8em;
  width: 250px;
  float: left;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

#header h1 a {}

h1 span.tagline {
  font-size: 0.2em;
}

#header .sub {
  position: relative;
  top: -10px;
  float: right;
  display: block;
  width: 160px;
}

#header .sub a {
/* rss link */
  background: url(../images/2.jpg) 0 0;
  display: block;
  width: 50px;
  height: 50px;
  float: right;
}

form#search {
  padding: 5px 0;
  position: relative;
  height: 30px;
  float: left;
}

form#search input {
  width: 157px;
  padding: 2px 0 2px 2px;
  border: none;
}

label.overlabel {  color:#999;}
label.overlabel-apply {
  position:absolute;
  top:13px;
  left:5px;
  z-index:1;
  color:#999;
}

/* -------------------- left column */
#menu {
  position:absolute;
  top:137px;
  right: 40px;
  width: 300px;
  padding: 10px;
  line-height: 17px;
  font-size: 0.8em;
  margin: 20px 0;
}

/* ------ tracking info */
.tracking {
  color: #88807E;
  background: #C2C270;
  padding: 15px 15px 0 15px;
  margin-bottom: 10px;
}

.tracking h3 {
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: white!important;
}

ul.stats {
  list-style: outside none; 
  margin: 5px 0 10px 0;
}
li.age span {}
li.weight span {}
li.length span {}

li {
  list-style: none;
  line-height: 1.5em;
}

li.age span, li.weight span, li.length span {
  text-transform: uppercase;
  font-size: 0.8em;
  color: yellow;
}

.recent {
  font-size: 1.2em;
  padding: 15px 1px 0 2px;
}

.recent h3 {
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  text-transform: capitalize;
}

#flickr {
  margin-top:40px;
}

#flickr img {
  width: 85px;
  height: 85px;
  float:left;
  margin:0 0px 8px 8px;
}

/* --------------------------------- this should be obvious */
#content {
  margin: 0px 350px 50px 40px;
  padding:10px;
  font-size: 0.8em;
}

#content img {
  border: 10px solid;
}

/* comments ---------------------- */
input, textarea {
  color: #666;
  margin: 5px 0;
  border: none;
}

form { margin-top: 10px;}

form p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

form p input {
  padding: 3px;
  width: 200px;
}

form p label {
  padding-top: 7px;
  float: left;
  display: block;
  width: 45px;
}

form p textarea {
  width: 205px;
  margin-left: 45px;
}

form input.button {
  width: 101px;
}

form p.submits {
  margin-left: 45px;
}

.comments_error {
color: #000;
background-color: #fff4f4;
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}