/*
  Textmotion default theme.

  This theme has been heavily modified in order to make it a lot simpler. You
  should take a look at the original WordPress theme that was released under
  the terms of the GNU/GPL <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.

  Original theme:
    Isopixel Kroma 1.0
    http://www.isopixel.net/downloads/isokroma
  
  Original authors:
    Kemie Guaida <http://monolinea.com> Kemie Guaida (design).
    Gustavo Barrón <http://foobarra.com> Gustavo Barrón (original WordPress adaptation).

  Modified by:
    José Carlos Nieto <http://xiam.menteslibres.org> (textMotion adaptation).
*/

body {
  color: #444;
  font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  background: #888 url('media/bg_pg.jpg') repeat-x;
  font-size-adjust: 0.521;
}


td, select, input, select, textarea, option {
  font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
  outline: none;
  text-decoration: none;
}

a:hover, a:visited:hover {
  color: #717373;
  text-decoration: underline;
}
a:active {
  color: #8DC220;
}

a img {
  border: 0;
}

td, th {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.clearme:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearme {
  display: inline-block;
  overflow: visible;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}

h4 {
  font-size: 11px;
  margin: 0;
  padding: 4px;
  text-transform: uppercase;
  color: #555555;
}

h5 {
  font-size: 10px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  margin: 0 10px;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #918F8F;
  color: #7D7D7D;
  padding: 2px 4px;
  background: #F3F3F3 url('media/bg_input.jpg') repeat-x;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #616161;
  color: #333333;
}

button, .buttons button {
  background: #000 url('media/bg_nav.png');
  border: 1px solid #000;
  color: #ddd;
  padding: 3px 12px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
}

button, .buttons button:hover {
  color: #fff;
}

#main label {
  background-color: #F9F9F9;
  padding: 5px;
}

form p {
  clear: left;
}

.req {
  color: #D70D58;
  font-weight: bold;
}

#container {
  background-color: #F4F4F4;
  margin: 10px auto;
  border: 1px solid #A3A3A3;
  width: 940px;
  padding: 10px;
}

#header {
  background-repeat: repeat-x;
  color: white;
  height: 110px;
  position: relative;
}

#header h1 {
  padding: 10px 0 0 10px;
}

#header h1 a {
  color: white;
}

#header h2 {
  padding: 0 10px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.8;
}

#searchnav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-image: url('media/bg_search.png');
  background-repeat: no-repeat;
  font-size: 12px;
  width: 406px;
  height: 30px;
}

#searchnav img, #searchnav span {
  vertical-align: middle;
  margin-right: 10px;
}

#searchnav a {
  color: #EBEBEB;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

#searchnav a:hover {
  color: #FFF;
}

#searchnav li {
  float: right;
  list-style-type: none;
  margin: 0px;
  padding: 6px;
  white-space: nowrap;
  height: 18px;
}

#searchnav li input {
  vertical-align: bottom;
  padding: 2px;
  margin: 0px;
}

#searchnav li button {
  float: none;
  background-image: url('media/bg_nav.png');
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 4px;
  color: #eee;
  border: none;
  margin: 2px 0;
  border: 1px solid #666;
}

#searchnav li button:hover {
  color: white;
  cursor: pointer;
}

#searchnav li input {
  width: 145px;
  background-color: #E5E5E5;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 2px;
}

#searchnav #searchform {
  padding: 0;
  margin: -2px 0 0;
  line-height: 100%;
}

#nav h3 {
  display: none;
}

#nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url('media/bg_nav.png');
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

#nav ul {
  margin: 0;
  padding: 0;
  float: right;
}

#nav li {
  float: left;
  list-style-type: none;
}

#nav a {
  float: left;
  padding: 8px 10px 8px 12px;
  color: white;
  background-image: url('media/div_vert.png');
  background-repeat: repeat-y;
}

#nav li.active {
  background-image: url('media/bg_nav_selected.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}

#nav li.active a {
  color: #595656;
}

#sidebar {
  float: right;
  width: 346px;
  padding-top: 10px;
}

#sidebar .widget-wrapper {
  padding: 10px;
  margin-bottom: 10px;
}

#secblocks .widget-wrapper {
  clear: both;
  border: 1px solid #D5D5D5;
  background: white url('media/bg_tabcont.jpg') repeat-x bottom;
}

#topblocks .widget-wrapper {
  background: #D9D9D9 url('media/bg_about.jpg') repeat-x;
  border: 1px solid #CFCDCD;
}

#otherblocks .sidecol {
  width: 168px;
  padding: 0;
  float: left;
  overflow: hidden;
}

#otherblocks h3 {
  background-image: url('media/bg_nav.png');
  padding: 6px 8px;
  color: white;
  margin: 0;
  margin-bottom: 5px;
}

#otherblocks .left {
  padding-right: 5px;
}

#otherblocks .right {
  padding-left: 5px;
}

#otherblocks .widget-wrapper {
  border: 1px solid #D5D5D5;
  background-color: #F5F5F5;
  margin-top: 10px;
  overflow: visible;
  float: left;
  width: 146px;
}

#main {
  float: left;
  width: 584px;
  padding-top: 10px;
}

.post {
  border: 1px solid #D5D5D5;
  background: white url('media/bg_post.jpg') repeat-x;
  padding: 10px;
  margin-bottom: 10px;
}

.meta {
  color: #aaa;
}

.post h2 {
  min-height: 32px;
  line-height: 130%;
}

.post h4 {
  padding: 0px 0 4px 35px;
  margin: 5px 0 5px -35px;
  background-repeat: no-repeat;
}

.post p {
  color: #6F6F6F;
}

#footer {
  clear: both;
  font-size: 11px;
  padding: 5px 10px;
  margin: 10px auto;
  width: 940px;
  color: #ddd;
  text-align: center;
}

#footer span {
  display: block;
}

#footer a {
  color: #fff;
}

.singlepost {
  border: 1px solid #D5D5D5;
  background: white url('media/bg_post.jpg') repeat-x;
  padding: 10px;
  margin-top: 10px;
}

ul.pagination li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.pagination li a {
  padding: 5px;
  text-transform: uppercase;
  background-repeat: no-repeat;
}

.pagination .pagprev a {
  padding-left: 12px;
  background-image: url('media/bg_prev.gif');
  background-position: left center;
}

ul.pagination li.pagnext {
  float: right;
}

ul.pagination li.pagnext a {
  padding-right: 12px;
  background-image: url('media/bg_next.gif');
  background-position: right center;
}

ul.pagination {
  margin: 0;
  padding: 0;
  font-size: 10px;
  width: 100%
}

.singlepost h2 {
  clear: both;
  padding: 10px 5px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 5px;
}

.singlepost p {
  clear: both;
  padding: 5px 10px;
}

.singlepost h4 {
  padding: 0px 0 4px 24px;
  margin: 5px;
  background-repeat: no-repeat;
}

.singlepost h4.date {
  clear: none;
  background-image: url('media/ic_cal.png');
}

.singlepost h3 {
  clear: both;
  border-bottom: 2px solid #D1D1D1;
  margin: 25px 5px 5px;
  padding: 5px;
}

.postcontent p, .postcontent * {
  font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif !important;
}

.postcontent {
  margin-bottom: 10px;
  clear: both;
}
.postcontent ul li {
  list-style: outside url('media/bg_bullet.png');
}

.postcontent h2, .postcontent h3, .postcontent h4, .postcontent h5, .postcontent h6 {
  text-transform: none;
  clear: both;
  border: 0;
}

.postcontent h2 {
  font-size: 18px;
}

.postcontent h3 {
  font-size: 16px;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.postcontent blockquote {
  padding: 10px 20px;
  margin: 5px 20px;
  border: 1px solid #EDEDED;
  background: white url('media/bg_tabcont.jpg') repeat-x bottom;
}

.postcontent h4 {
  font-size: 14px;
  margin-top: 10px;
}

.entry {
  background: #D9D9D9 url('media/bg_about.jpg') repeat-x;
  border: 1px solid #CFCDCD;
  padding: 10px;
  margin: 10px 0 0;
}

.entry h2 {
  color: #434343;
}

h2, a, a:visited, .sideblock li a:hover {
  color: #4BB7CD;
}
#header, .sidecol h3, button {
  background-color: #4BB7CD;
}
#header {
  background-image: url('media/bg_header.png');
}

.widget-placement {
  color: #000;
  text-transform: none;
}
#otherblocks .widget-placement .widget-wrapper {
  width: 156px;
  border: 0px;
  padding: 0px;
}
.post p {
  text-align: justify;
}
