/*
Theme Name: Cimbalino
Theme URI: http://www.pedrolamas.com
Description: K2's Cimbalino Child Theme
Author: Pedro Lamas
Author URI: http://www.pedrolamas.com
Template: k2
Version: 0.1
*/

@import url("../k2/style.css");

body {
  background: #000 url(cimbalino-background4.png) center top repeat;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

a, a:active {
  color: #B41;
}
a:hover {
  color: #942;
}

acronym[title] {
  border-bottom: 1px dotted #000;
}

#header {
  background: #000 url('cimbalino-header.png') no-repeat;
}

.blog-title a, .blog-title a:hover {
  color: #fff;
}

#page {
  background-color: #FFF;
  border-top: 0px none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 0px none;
  padding: 0px;
}

.entry p {
  overflow: visible;
  text-align: justify;
}

.entry-header {
  background: url(cimbalino-bullet-1.png) 0px 2px no-repeat;
  padding-left: 76px;
  clear: both;
}
.entry-header h3 a, .entry-header h3 a:visited, .secondary a, .secondary a:visited {
  color: #B53;
}
.entry-header h3 a:hover, .secondary a:hover {
  color: #942;
}

.entry-content {
  color: #444;
}
.entry-content ul {
  margin: 0px 0px 10px 0px;
}
.entry-content acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.wp-caption, .wp-caption:hover {
  margin: 0px;
  padding: 0px;
}
.entry-content div.wp-caption {
  background: #EEE;
  border: 1px solid #DDD;
  margin: 2px 8px 4px 8px;
  padding-top: 2px;
  text-align: center;
}
.entry-content p.wp-caption-text {
  font-size: 0.85em;
  padding: 2px;
  margin: 0px;
}
.entry-content p.technorati-tags {
  color: #BBB;
  font-size: 0.85em;
  clear: both;
}
.entry-content a.technorati-link {
  color: #777;
}
.entry-content a.technorati-link:hover {
  color: #942;
}

h2 a:hover, h2 span a:hover {
  color: #942 !important;
}

#twitter_div {
  margin: 0px;
}
#twitter_update_list span {
  display: block;
}

#footer {
  background-color: #FFF;
  width: 780px;
}

#rollpages {
  left: 85px;
}
#pagetrack {
  width: 200px;
}
#pagetrackwrap {
  left: 160px;
  width: 200px;
}
#texttrimmer {
  right: 85px;
}
#search-label {
  top: 0px;
}

#lightbox-overlay-text {
  display:none !important;
}

.cform ol.cf-ol {
  padding: 0px;
}
.cform ol.cf-ol li {
  list-style: none;
}
.cform label {
  display: block;
}
.cform input, .cform textarea, .cform select {
  width: 250px;
  vertical-align: top;
}
