/* ---
extension: css
filter:    erb
layout:    nil   # no layout

color:
  border:      "#ddd"
  header:      "#111"
  link:        "#125AA7"
  link-hover:  "#000"
  blockquote:  "#666"
  box-bg:      "#eee"
  highlight:   "#B2CCFF"
  quiet:       "#666"
  alt:         "#666"
--- */
body {
  background:#000;
  margin:0;
	font-family: Menlo, Monaco, Consolas, Courier, monospace;
  font-size: 1em;
}
h1 {
  font: Bold 45px 'Arial Black', Tahoma, Helvetica, sans-serif;
  letter-spacing: -2px;
  line-height: 40px;
  text-align: left;
  color:#e42a54;
  padding: 0px;
  margin:15px 15px;
}
.hl{
  background:#ffff80;
color:#333;
padding:0 5px;
}
.hl2{
  background:#fc6669;
color:#333;
padding:0 5px;
}
.arial {
  font-weight: normal;
  text-align:justify;
  font-size:20px;
  font-family:Arial, Tahoma, Helvetica, sans-serif;
  color:#40343f;
}
a:link, a:visited { color:#000; }
a:hover, a:active { color:#e42a54; }
a img {border:0;}
.photo {
  text-align:center;
  margin:10px 0;
  background:#eee;
}
#logo h1{
  text-align:left;
  color:#FFF;
  margin:15px 0;
}
#main {
  margin-top:20px;
  margin-bottom:20px;
  background:#FFF;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
.post h1 {
  margin:15px 0px;
}
#title h2 {
  font-size:18px;
  font-weight:normal;
  text-align: center;
  color:#e42a54;
  margin-bottom:40px;
}
h1 a:link, h1 a:visited {
  color:#fcca42;
  text-decoration:none;
}
h1 a:hover, h1 a:active {
  color:#e42a54;
  text-decoration:none;
}
.post h1 a:link, .post h1 a:visited {
  color:#e42a54;
  text-decoration:none;
}
.post h1 a:hover, .post h1 a:active {
  color:#fcca42;
  text-decoration:none;
}
#title h1 a:link, #title h1 a:visited {
  color:#e42a54;
  text-decoration:none;
}
#title h1 a:hover, #title h1 a:active {
  color:#fcca42;
  text-decoration:none;
}
h2 a:link, h2 a:visited {
  color:#40343f;
  text-decoration:none;
}
h2 a:hover, h2 a:active {
  color:#e42a54;
  text-decoration:none;
}

.date {
  background:#fcca42;
  padding:0 4px;
}
#portrait { color:#000; }
#claudio {
  height:100%;
  position: fixed;
  color:#000;
}
#claudio img {
  position:absolute;
  bottom:0;
}
hr {
  color:#000;
  height:1px;
  border:0px;
  background:#40343f;
}
#sitenav {
  color:#e42a54;
  font-size:18px;
  margin-bottom:15px;
}
#sitenav a:link, #sitenav a:visited {
  background:#e42a54;
  color:#fff;
  padding:0 4px;
  text-decoration:none;
  line-height:28px;
}

#sitenav a:hover, #sitenav a:active {
  background:#fcca42;
  color:#000;
  text-decoration:none;
  line-height:28px;
}
#vcard {color:#e42a54;
}
.post {
  padding:0 15px 15px 15px;
}

#tagscloud {
  margin-bottom:15px;
}
#tagscloud h3 {
  margin-bottom:5px;
  color:#fcca42;
}
#morelinks h3 {
  margin-bottom:5px;
  color:#fcca42;
}
#morelinks a {  line-height:24px;}
a:link.tag, a:visited.tag {
  background:#fcca42;
  color:#000;
  text-decoration:none;
}
a:hover.tag, a:active.tag {
  background:#e42a54;
  color:#fff;
  text-decoration:none;
}
.tag {
  background:#fcca42;
  padding:0 4px;
  color:#000;
  font-weight:bold;
}
#copy {
  font-size:90%;
  color:#999;
  margin-top:15px;
  padding:5px 15px;
  border-top:1px solid #eee;
}

.taglist {
  display:block;
  text-align:right;
}
.taglist a:link, .taglist a:visited {
  background:#fcca42;
  color:#000;
  text-decoration:none;
}
.taglist a:hover, .taglist a:active {
  background:#e42a54;
  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;
}
#banner { padding:0 15px 20px 15px; }

#pagination_links { padding:10px; }
#pagination_links a:link, #pagination_links a:visited {
  background:#e42a54;
  color:#fff;
  padding:0 4px;
  text-decoration:none;
}
#pagination_links a:hover, #pagination_links a:active {
  background:#fcca42;
  color:#000;
  text-decoration:none;
}
ul {list-style:none;margin:0;padding:0 15px;}
li {
	font-size: 16px;
  margin-bottom:10px;
  color:#333;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
}
li a {
  display:block;
  float:right;
  width:83%;
}
li a:link, li a:visited {color:#333;text-decoration:none;}
li .date {
	margin-right:5px;
	padding:1px 4px;
	font-family: Menlo, Monaco, Consolas, Courier, monospace;
	color:#000;
	font-weight:bold;
	font-size:75%;
}
#main li .date {font-weight:normal;}
#sidebar {padding-top:20px;}
#sidebar h2 {
  color:#fff;
  font-weight:normal;
}
.item{
padding:10px;
}
/* EOF */
