/*
Theme Name: Seco
Theme URI: http://ceciliamolano.com
Description: Veri clean style.
Version: 0.1
Author: Cecilia Molano
Author URI: http://ceciliamolano.com
Tags: clean, white, space
*/

em {
  font-style: italic;
}

ul{
  list-style-type: none;
  margin: 0px;
}

a:link,
a:hover,
a:visited,
a:active{
  color: #4c4c4c;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

body{
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #4c4c4c;
}

textarea { 
  height: 100px; 
}

input.text {
/*  height: 10px;*/
  padding: 0px;
  margin: 1px;
}

legend { 
  font-weight: bold; 
}

#wrapper{
/*  margin: 0px 0px;*/
}

.highlight{
background-color: #b5d5ff;
}


.highlight p{
background-color:red;
}

#header{
/*  background-image: url('./images/header.jpg');
  background-repeat: no-repeat;
  background-position: top center;*/
  height: 130px;
margin-bottom: 20px;
}

#header h1{
  font-size: 20px;
  padding-bottom: -10px;
  margin-bottom: 10px;
/*  border: 1px solid red;*/
}

#header #text-block{
  padding: 30px 0px 0px 40px;
}

#header p{
  margin-top: -8px;
line-height: 100%;
}

#column1 #menu,
#column1 #sections {
  margin-left: 40px;
  margin-right: 100px;
}

#column1 #menu{
  font-size: 14px;
  margin-bottom: 30px;
}

#column1 #sections li{
  margin-bottom: 10px;
}

#column1 #sections{
  font-size: 12px;
}

#column3 h3,
#column3 #section-menu{
  padding-left: 40px;
}

#column3 h3{
  font-size: 11px;
  font-weight: bold;
}

.element h2{
  font-size: 18px;
  margin-bottom: 0px;
line-height: 90%;
}

.element-date{
font-size: 9px;
margin-top: 0px;
}

.element-body {
margin-top: 50px;
}

.element-body p,
.comment-body p {
  line-height: 100%;
  text-align: left;
}

.element-info {
  margin-bottom: 10px;
}

.element-body p{
/*  text-indent: 30px;*/
  margin-bottom: 15px;
}

.comment-body p{
/*  text-indent: 15px;*/
  margin-bottom: 5px;
}

.comment {
  margin-bottom: 15px;
}

#column3 h3,
#section-menu li {
  text-indent: -5px;  
}

#column3 h3 {
  margin-bottom: 15px;
}

#section-menu li {
  margin-bottom: 4px;
  line-height: 120%;
  width: 150px;
}

#comment-form {
  margin-top: 20px;
}

li.active {
  text-decoration: line-through;
}

#footer {
  margin-top: 100px;
}


