a:link, a:visited, a:hover {
  color:#ccc;
  text-decoration:none;
}
h1 {
  border-bottom: solid 1px #ccc;
  font: Bold 55px 'Trebuchet MS', Helvetica, sans-serif;
  letter-spacing: -2px;
  line-height: 50px;
  position: relative;
}
h1 a {
  font: Bold 55px 'Trebuchet MS', Helvetica, sans-serif;
  color: #E4CB8D;
  text-decoration: none;
}
div#description {
  font: Normal 17px Helvetica,sans-serif;
  color: #F5C496;
}
div#description a {
  color: #F5C496;
}
img.header {
  border: 0;
  margin:0;
  padding:0;
}
div#menu ul{
  background:#333;
  list-style:none;
  opacity:.80;
  filter: alpha(opacity=80);
  margin: 0;
  margin-top:200px;
  padding: 0;
}
div#menu ul.menuTop {
  margin-top:3px;
}
div#menu:hover ul{
  opacity:1;
  filter: alpha(opacity=100);
}
div#menu li {
  font:97.5% "Lucida Sans Unicode", Helvetica, sans-serif;
  margin:0;
  padding:0;
}
div#menu ul.menuLeft {
  width: 300px;
}
div#menu ul.menuLeft li{
  width: 300px;
}
div#menu ul.menuTop{
  width:650px;
}
div#menu li.menuTop{
  width:75px;
  float:left;
}
div#menu a {
  background:#333;
  border-bottom:1px solid #393939;
  color:#ccc;
  display:block;
  margin:0;
  padding: 8px 12px;
  text-decoration:none;
  font-weight:normal;
}
div#menu a:hover{
  background:#906655 url("/images/hover.gif") left center no-repeat;
  color:#fff;
  padding-bottom:8px;
}
div#rss {
  margin:250px 0 0 4px;
}
div#sep {
  float:left;
  width:22px;
  background: url("/images/sep.png") no-repeat left top;
  height:570px;
}
div.post {
  background:url("/images/bg-post.png");
}
div.post div.date {
  width: 230px;
  white-space: nowrap;
  font: Normal 34px Helvetica, sans-serif;
  letter-spacing: -2px;
  color: #020000;
  text-transform: uppercase;
  line-height: 35px;
}
div.post div.date div.date_brick {
  float: left;
  height: 30px;
  width: 50px;
  background-color: #E4CB8D;
  color: #906655;
  font: Bold 12px Verdana, Sans-Serif;
  text-align: center;
  line-height: 12px;
  padding-top: 5px;
  letter-spacing: 0px;
  overflow: hidden;
}
div.post img.permalink {
  width: 14px;
  height: 13px;
  border-width: 0px;
  background-color: #000;
  display: none;
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 10;
  float:right;
}
div.post:hover img.permalink {
  /*display: inline;*/
}
div.post h3 {
  font-size: 18px;
  font-weight: Bold;
  color: #020000;
  letter-spacing: -1px;
  margin: 0px 0px 5px 0px;
}
div.post h3 a {
  color: #36241f;
  text-decoration: none;
}
div.post div.caption {
  font-size: 14px;
  color: #ddd;
  margin-top: 10px;
  padding: 0px 20px 0px 20px;
}
div.post div.caption a {
  color: #ccc;
  text-decoration:underline;
}
/* Regular Post */
div.post div.regular {
  font-size: 12px;
  color: #36241f;
  line-height: 17px;
}
div.post div.regular a {
  color: #7d1e2e;
  text-decoration:underline;
}
div.post div.regular h3 a {
  color:#020000;
  text-decoration:none;
}
div.post div.regular blockquote {
  color: #735a53;
  border-left: solid 2px #F1C091;
  padding-left: 10px;
}
div.post div.regular blockquote a:link {
  color:#36241f;
}
/* Photo Post */
div#content .post .photo {
  position:relative;
  text-align:center;
}
div#content .post .photo img {
  border: solid 1px #111;
  padding: 5px;
}
div#content .post .photo span {
  width:77px;
  height:27px;
  display:block;
  position:absolute;
  top:-12px;
  left:162px;
  background:url("/images/tape.png") no-repeat;
}
div#content .post .photo .caption {
  text-align:left;
}
/* Quote Post */
div.post div.quote div.quote_text {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #906655;
  border-left: solid 5px #f1c091;
  padding-left: 10px;
}
div.post div.quote div.quote_text span.short {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}
div.post div.quote div.quote_text span.medium {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: -1px;
}
div.post div.quote div.quote_text span.long {
  font-size: 16px;
  line-height: 20px;
}
div.post div.quote div.source {
  font-size: 16px;
  font-weight: Bold;
  color: #36241f;
  margin-top: 5px;
}
div.post div.quote div.source a {
  color: #735a53;
}
/* Link Post */
div.post div.link a.link {
  font: Bold 20px Helvetica, sans-serif;
  letter-spacing: -1px;
  color: #735a53;
}
div.post div.link span.description {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #36241f;
}
/* Conversation Post */
div.post div.conversation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 1px;
  border-left: solid 5px #bbb;
}
div.post div.conversation ul li {
  font-size: 12px;
  padding: 4px 10px 4px 8px;
  color: #36241f;
  margin-bottom: 1px;
}
div.post div.conversation ul li span.label {
  font-weight: bold;
}
div.post div.conversation ul li span.user_1 {
  color: #e4cb8d;
}
div.post div.conversation ul li span.user_2 {
  color: #f1c091;
}
div.post div.conversation ul li span.user_3 {
  color: #735a53;
}
div.post div.conversation ul li.odd {
  background-color: #F5F2EE;
}
div.post div.conversation ul li.even {
  background-color: #e8e8e8;
}
/* Video Post */
div.post div.video {
  width: 400px;
  margin: auto;
}
/* Footer */
div#footer {
  margin: 40px 0px 30px 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #735a53;
}
div#footer a {
  text-decoration: none;
  color: #36241f;
}
div#footer a:hover {
  text-decoration: underline;
}
div#footer div#credit {
  font: Normal 13px Georgia, serif;
  font-size: 13px;
  margin-top: 15px;
}

