body {
  background:#000;
  margin:0;
}

h1 {
  font: Bold 55px 'Arial Black', Tahoma, Helvetica, sans-serif;
  letter-spacing: -2px;
  line-height: 40px;
  text-align: center;
  color:#e42a54;
  padding: 40px 0 0px 0;
  margin-bottom:0;
}

a:link, a:visited { color:#000; }
a:hover, a:active { color:#538eba; }

.photo {
  text-align:center;
  margin:10px 0;
  background:#eee;
}

#main {
  background:#fff;
}

.post h2 {
  font-weight:bold;
}
#title h2 {
  font-size:14px;
  font-weight:normal;
  text-align: center;
  color:#e03000;
  margin-bottom:40px;
}
h1 a:link, h1 a:visited {
  color:#101010;
  text-decoration:none;
}
h1 a:hover, h1 a:active {
  color:#e03000;
  text-decoration:none;
}
h2 a:link, h2 a:visited {
  color:#101010;
  text-decoration:none;
}
h2 a:hover, h2 a:active {
  color:#538eba;
  text-decoration:none;
}

.date {
  background:#e03000;
  padding:0 4px;
  color:#fff;
  border:1px solid #0a0a0a;
}
#portrait { color:#000; }
#raquel {
  height:100%;
  position: fixed;
  color:#000;
}
#raquel img {
  position:absolute;
  bottom:0;
}

#sitenav {
  color:#538eba;
  font-size:18px;
  margin-top:105px;
  margin-bottom:15px;
}

#sitenav a:link, #sitenav a:visited {
  background:#538eba;
  color:#FFF;
  padding:0 4px;
  text-decoration:none;
}
#sitenav a:hover, #sitenav a:active {
  background:#e03000;
  color:#fff;
  text-decoration:none;
}
#vcard {color:#538eba;
}
.post {
  padding:0 15px 15px 15px;
}

#tagscloud {
  margin-bottom:15px;
}
#tagscloud h3 {
  margin-bottom:5px;
  color:#d09963;
}
#morelinks {
  margin-bottom:15px;
}
#morelinks h3 {
  margin-bottom:5px;
  color:#d09963;
}
.sbitem {
  margin-bottom:15px;
}
.sbitem h3 {
  margin-bottom:5px;
  color:#d09963;
}
a:link.tag, a:visited.tag {
  background:#e03000;
  color:#fff;
  text-decoration:none;
}
a:hover.tag, a:active.tag {
  background:#538eba;
  color:#fff;
  text-decoration:none;
}
.tag {
  background:#e03000;
  padding:0 4px;
  color:#000;
  font-weight:normal;
}
#copy {
  color:#999;
  margin-top:15px;
  padding:0px 15px;
  border-top:1px solid #eee;
}

.taglist {
  display:block;
  text-align:right;
}
.taglist a:link, .taglist a:visited {
  background:#e03000;
  color:#FFF;
  text-decoration:none;
  border:1px solid #101010;
}
.taglist a:hover, .taglist a:active {
  background:#538eba;
  color:#fff;
  text-decoration:none;
}

.commentsblock {
  padding:0 15px;
}
#primary {
  padding:0 15px;
}
.entrybody {
font-size: 14px;
line-height: 1.4em;
}
.entrybody p {
margin-bottom:15px;
}

.entrybody a:link, .entrybody a:visited {
	color:#e03000;
}

.entrybody a:hover, .entrybody a:active {
	color:#fff;
	background:#e03000;
}

#banner { padding:0 15px 20px 15px; }
