* {
  margin: 0;
  padding: 0;
}
/* put back margins on p and uls */
ul, ol {
  margin: 5px 0 5px 20px;
}

p {
  margin: 5px 0 5px 0;
}

body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px 10px 0px;
}
h1 {
    font-size: 4em;
}
h2 {
    font-size: 1.4em;
    margin-top: 0px;
    word-spacing: 0.15em;
}
h3 {
    font-size: 1.3em;
    margin-bottom: 3px;
    margin-top: 0px;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1.3em;
}

a {
    color: #099161;
    background-color: transparent;
}
/* skel layout */
body {
  margin-left: 60px;
  width: 930px;
}
#left_sidebar {
  float: left;
  width:125px;
  border: 0px solid red;
}
#content {
  float: left;
  width: 450px;
  margin-left: 60px;
  border: 0px solid green;  
}
#right_sidebar {
  float: left;
  width: 200px;
  margin-left: 50px;
  border: 0px solid greenyellow;  
}

#footer {
  clear: both;
  background: #fff url('/images/footer_bar.gif') no-repeat -2px 30px;
  margin-left: 125px;
  margin-bottom: 85px;
  padding-top: 45px;
  word-spacing: 0.15em;
  font-size: 1.2em;
}
.sidebar {
  color: #1f4143;
  background-color: transparent;
}
.sidebar ul {
  margin: 0;
  list-style-type: none;
  font-size: 1.2em;
}
/* blog styles */
h1 {
  margin-left: 125px;
  height: 315px;
  width: 612px;
  background: #fff url('/images/addactionlistenerthis.gif') no-repeat 0 0;
  text-indent: -5000px;
  margin-bottom: 85px;
}

.entry {
  padding-bottom: 22px;
  background: #fff url('/images/block.gif') no-repeat bottom left;
  margin-bottom: 18px;
}
.last_entry {
 background: #fff;
 margin-bottom: 7px;
}
.entry_title h2 {
  font-weight: bold;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.entry_title h2 a {
  color: #000;
  background-color: transparent;
}

.entry_title h3 {
  color: #000;
  background-color: transparent;
}
.entry_text, .entry_text p, p {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #1f4143;
  background-color: transparent;
}
.entry_text p {
  margin: 0 0 18px 0;
}
.entry_meta {
  margin-top: 10px;
  font-size: 1.2em;
}
.sidebar ul {
  padding-top: 45px;
  margin-bottom: 25px;
  line-height: 1.4em;
}
.sidebar li img {
  border: none;
  vertical-align: middle;
  margin-right: 5px;
}
li.title {
  font-weight: bold;
  text-transform: uppercase;
}
/* dropcaps */
ul#contact {
  background: #fff url('/images/dropcap_c.gif') no-repeat 0 0 ;
}
ul#band {
  background: #fff url('/images/dropcap_b.gif') no-repeat 0 0 ;
}
ul#label {
  background: #fff url('/images/dropcap_l.gif') no-repeat 0 0 ;
}
ul#feeds {
  background: #fff url('/images/dropcap_f.gif') no-repeat 0 0 ;
}
ul#podcast {
  background: #fff url('/images/dropcap_p.gif') no-repeat 0 0 ;
}
ul#archive {
  background: #fff url('/images/dropcap_c.gif') no-repeat 0 0 ;
}
ul#links {
  background: #fff url('/images/dropcap_l.gif') no-repeat 0 0 ;
}

.commentlist {
color: #1f4143;
margin: 0;
}
.comment, .comment p {
font-size: 1.2em;
}
cite {
 font-size: 1.2em;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
.commentmetadata {
display: block;
text-align: right;
margin-bottom: 10px;
font-size: 1em;
color: #ccc;
background-color: transparent;
}
.comment-form {
color: #1f4143;
}
label {
font-size: 1.3em;
}
h3#comments {
 margin-bottom: 10px;
text-transform: uppercase;
}
