﻿body {
  background: url('images/back.jpg') repeat-y #FFF;
  margin: 0px;
  font-family: sans-serif;
}

a {
  color: #C00;
  text-decoration: none;
}
a:hover {
  color: #F00;
}

/* Posicionamiento de divlayers */
#container {
  margin-left: 20px;
}

#header {
  clear: both;
  margin-left: 200px;
  height: 400px;
}

#sidebarA {
  position: relative;
  clear: left;
  width: 200px;
  float: left;
  top: -400px;
}

#sidebarB {
  width: 200px;
  float: right;
}

#content {
  margin-left: 200px;
}

#footer {
  margin-left: 200px;
  margin-right: 200px;
}

/* Header menu */
#header {
  background: url('images/header.jpg') no-repeat;
}

#header ul {
  list-style: none;
  margin: 0px;
}

#header ul li {
  float: left;
}

#header li a {
  position: relative;
  display: block;
  padding: 3px;
  width: 135px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: url('images/header_btn_n.jpg') no-repeat;
}

#header .page_item a:hover {
  color: #C00;
  top: -5px;
  background: url('images/header_btn_h.jpg') no-repeat;
}


#header .current_page_item a {
  top: -5px;
  background: url('images/header_btn_a.jpg') no-repeat;
}

/* SidebarA */
#sidebarA {
  padding: 5px;
}

#sidebarA ul {
  margin-top: 5px;
  padding: 0px;
  list-style: none;
}

#sidebarA ul li {
  margin-bottom: 10px;
}

#sidebarA h2 {
  font-weight: bold;
  font-size: 16px;
}

#sidebarA li li {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
}

/* SidebarB */
#sidebarB {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #CCC;
}

#sidebarB ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sidebarB li ul {
  list-style: circle;
  margin-left: 15px;
  margin-botom: 20px;
}

#sidebarB h2 {
  font-weight: bold;
  font-size: 14px;
}

#sidebarB li li {
  font-weight: normal;
  font-size: 12px;
}

/* Content */
#content {
  padding: 5px;
}

#content .post {
  margin: 10px;
}

#content .post h1 {
  font-size: 25px;
  font-weight: bold;
  margin: 3px;
}

#content .post h1 a {
  text-decoration: none;
  color: #000;
}

.alignleft { float: left; margin: 2px; }
.alignright { float: right; margin: 2px; }

#content .date {
  float: left;
  width: 50px;
  border: 1px solid #CCC;
  padding: 3px;
  margin: 5px;
  text-align: center;
}

#content .date span {
  display: block;
}

#content .date .day { font-size: 14px; font-weight:bold; background: #C00; }
#content .date .month { font-size: 10px; background: #C00; }
#content .date .year { font-size: 10px; background: #C00; }
#content .date .hour { font-size: 12px; background: #CCC; }

#content .category {
  font-size: 10px;
}

#content .comments {
  font-size: 10px;
  margin-left: 50px;
}

#content hr {
  width: 75%;
  height: 1px;
  border: 1px solid #CCC;
}

.commentlist {
  list-style: hiragana;
}

blockquote {
  border-left: 2px solid #c00;
  padding-left: 10px;
  width: 70%;
  margin-left: 50px;
}

#content img { border: 0px; }

/* Navigation */
#navigation {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

/* Searchbar */
#searchform #searchsubmit { display: none; }
#searchform #s {
  border: 1px solid #CCC;
  width: 90%;
  height: 16px;
  font-size: 10px;
}

/* Footer */
#footer {
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  font-size: 10px;
  width: 60%;
}