/*
#6e9|c60 -> red
#cec|fce -> white;
#ced|fce -> #FFb299
*/
body {
    font-size: 0.8em;
    font-family: verdana;
    margin: 0;
    background-color: white;
}
div {
    /*border: 1px solid blue;
    padding: 5px;
    margin: 5px;*/
}
/*
 * Structure
 */
#head {
    height: 88px;
/*
    border-bottom: 10px outset #FFB229;
*/
    padding-left: 20px;
    margin-bottom: 5px;
    color: white;
    background-color: #0F137F;
}
#head h1 a {
    text-decoration: none;
}
#logo {
    padding-top: 5px;
}
#section-title { 
    padding: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 70%;
    font-size: 15px;
    text-align: center;
}
#section-title h1 {
    display: inline;
}
#tags {
    overflow: auto;
    padding: 5px;
    text-align: right;
}
#paginate {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
    float: left;
    width: 60%;
    color: black;
}
#buttons {
    text-align: right;
    float: right;
    vertical-align: middle;
    color: #aaa;
    width: 40%;
    line-height: 1.7em;
    padding:0;
    padding-bottom: 10px;
}
#usertags {
    clear: both;
    margin: 5px;
    padding: 5px;
    width: 75%;
    text-align: center;
}
#content {
    clear: both;
    width: 75%;
}
#wide-content {
    clear: both;
    width: 100%;
}
#sidebar {
    width: 20%;
    position: absolute;
    right:0;
    top: 115px;
    border-left: 1px solid red;
    padding-left: 20px;
    padding-right: 20px;
}
div.date {
    font:normal 20px Georgia, "Times New Roman", Times, serif;
    text-align: right;
    padding: 3px;
    color: black;
    border: 2px solid red;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 10px;
}
/*
 * Post structure
 */
div.post {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    padding-right: 10px;
}
/*
div.avatar {
    float: right;
    width: 15%;
    text-align: center;
}
*/
div.post-title {
/*
    text-align: left;
    font-size: 180%;
    font-family: trebuchet ms;
    font-weight: bold;
    padding: 5px;
    width: 75%;
*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 30px;
  margin-bottom: 6px;
}
div.post-content {
/*
    width: 72%;
    overflow: auto;
    text-align: justify;
   font-size: 90%;
   line-height: 1.8em;
*/
    padding-left: 4em;
    padding-right: 4em;
/*
    border-right: 1px dotted #ccc;
*/
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
div.post-content li {
    margin: 0;
    padding: 0;
    line-height: 130%;
}
div.post-content table{
    border: 0;
    margin-left: 50px;
}
div.post-content td {
    border: 2px solid #ccc;
}

div.post-meta {
    color: #666;
    margin-top: 5px;
    margin-left: 30px;
/*
   border-top: 1px solid #ccc;
*/
    width: 100%;
    text-align: left;
}
div.post-comments {
    text-align: right;
}
div.tags {
    margin-top: 10px;
}

/*
 * Elements
 */
blockquote {
  color:         #777;
/*
  margin:        15px  30px 0px  10px;
*/
  margin:        0px  0px 0px  0px;
  padding: 10px;
  border: 1px solid #ddd;
  border-left:    7px  solid  #ddd;
  
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: #dc560d; /* #fdb030; */
}
a:active {
    color: black;
}
h1 a:link {
    text-decoration: none;
    color: inherit;
}
#buttons img {
    vertical-align: middle;
}
#head h1 {
    font-style: italic;
    font-size: xx-large;
    margin-bottom: 5px;
    margin-top: 10px;
}
#head a:link, #head a:visited, #head a:active {
    color: inherit;
}
.love_feedjack {
    font-size: 145%;
    font-weight: bold;
    font-style: italic;
}
.cloud_1 {
    font-size: 65%;
}
.cloud_2 {
    font-size: 100%;
}
.cloud_3 {
    font-size: 120%;
    font-weight: bold;
}
#paginate ul {
    margin:0;
    padding:0;
}
#paginate li {
    display: inline;
    margin: 2px;
    padding: 10px;
    background-color: #fbfbfb;
    border: 2px solid #ddd;
    line-height: 1.7em;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
}
#paginate li.tagname {
    font-weight: bold;
    font-size: 140%;
}
#paginate a:link {
    color: #4C6B46;
}
img {
    border: 0;
}
#content img {
    padding: 10px;
}
#sidebar ul {
    list-style-type:  none;
    margin: 0;
    padding: 0px;
}
#sidebar li {
    display: block;
    clear: both;
    line-height: 25px;
}
#sidebar a.nombre {
    display: inline;
    color: #33408A;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 6px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 150%;
    text-decoration: none;
}
#sidebar a.nombre:hover {
    text-decoration: underline;
}
#sidebar img.face {
    vertical-align: middle;
    margin-right: 5px;
}
#sidebar h4 {
/*
    border-bottom: 2px solid red;
*/
    font:normal 20px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 6px;
}
#sidebar ul.suscriptores {
    /*
    background-image: url('enchufe.png');
    background-repeat: repeat-y;
    background-position: center top;
    */
}
#sidebar h4 + p {
    text-align: justify;
}
#tags ul, #usertags ul {
    background-color: #fbfbfb;
    padding: 5px;
    border: 2px solid #ddd;
    margin:0;
    text-align: center;
    text-decoration: none;
}
#tags li, #usertags li {
    display: inline;
    margin: 0;
    line-height: 1.7em;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
}
#tags a:link, #tags a:visited, #usertags a:link {
    color: #4C6B46;
    text-decoration: none;
}
#tags a:hover {
    text-decoration: underline;
}
span.name {
    color: #333;
}
span.nick {
    color: #555;
}
span.url a {
    color: #bbb;
}
span.url a:hover {
    color: #777;
}

div.tags ul {
    background-color: #fbfbfb;
    padding: 5px;
    border: 2px solid #ddd;
    margin:0;
    text-align: center;
}
div.tags li {
    display: inline;
    margin: 0;
    line-height: 1.7em;
    margin-left: 3px;
    margin-right: 3px;
}







/* What Mike added
----------------------------------------------- */

.clear { clear:both; }


/* Top Navigation
----------------------------------------------- */

#head { margin-bottom:0; } /* counteract other styles above */
#top_nav p { margin:0; } /* counteract other styles above */
#top_nav * { margin:0;padding:0; }  /* counteract other styles above */

#top_nav {
  position:relative;
  display:block;
  height:23px;
  line-height:20px;
  padding-top: 2px;
  padding-left: 50px;
  background-color: #969696;
  color: white;
/*
  border-top: 2px solid red;
*/
  }
  #top_nav a {
/*
    font-style:italic;
*/
    font-weight:900;
    color:#fff; 
    text-decoration:none;
    }
  #top_nav a:hover {
    text-decoration:underline;
    }
  #top_nav ul {
    list-style:none;
    display:block;
    text-align:right;
    position:absolute;
    top:0;
    right:0;
    }
  #top_nav li {
    display:inline;
    }
  #top_nav ul a {
    font-style:normal; 
    display:block;
    float:left;
 /*   padding:0 5px;  */
    padding-top: 2px;
    padding-right: 10px;
    white-space:nowrap;
    }
  #top_nav ul a:hover {
    text-decoration:none;
    background:#666;
    }


/* Featured
----------------------------------------------- */
#featured {
  width:94%;
  background:#fdb030;
  color:#000;
  margin-top:20px;
  margin-left:25px;
  margin-bottom:20px;
  padding:10px;
  float:left;
  }
  #featured p {
    margin: 0 0 0 0;
    padding:0px 5px;
    font-size:1.2em;
    font-weight:bold;
    }
  #featured a {
    color:#000;
    text-decoration:none;
    }
  #featured a:hover {
    color:#fff;
    }
  #featured ul {
    margin-top:3px;
    margin-left:12px;
    list-style:none;
    }
  #featured li {
    margin:0 5px 0px 0;
    width:145px;
    float:left;
    }
    

/* Footer
----------------------------------------------- */
#footer * {
  margin:0;padding:0;border:0; /* counteract other styles above */
  }
  #footer {
    clear:both;
    margin-top:25px;
    background:#000;
    display:block;
    width:100%;
    float:left;
    }
  #footer td {
    border-top:30px solid #fff;
    font-family:verdana;
    background:#000;
    }
  #footer p {
    float:left;
    font-size:10px;
    line-height:1.5em;
    padding:1em;
    margin-right:1em;
    color:#666;
    }
  #footer .nav li.hover {
    color:#ddd;
    }
  #footer .nav {
    float:right;
    padding:1em;
    font-size:12px;
    font-weight:bold;
    color:#666;
    }
  #footer .nav li ul {
    margin-top:.5em;
    }
  #footer .nav li li a {
    font-weight:normal;
    font-size:11px;
    line-height:1.5em;
    }
  #footer a {
    color:#666;
    background-image:none;
    text-decoration:none;
    padding-bottom:2px;
    }
  #footer a:hover {
    color:#fff;
    }
  #footer li {
    float:left;
    list-style-type:none;
    margin-right:3em;
    }
  #footer li li {
    float:none;
    margin:0;
    }
