/*
 Jonthan Gonzalez V.

 This file is under public domain.
*/

* {
   border: 0px;
}

/*
   Body
*/

body {
   background-color: #000000;
   text-align: left;
   font-size: 13px;
   font-family: "Bitstream Vera Sans", "Myriad Pro", "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
   margin: 0px;
   /*color: #7d7d7d;*/
   color: #c5c5c5;
}

a { text-decoration: none; color: #c40808; }
a:hover { text-decoration: underline; color: #641212;}
a:active { color: #ff0000; }

/* Blogs entries */

.entradas {
   width: 60%;
   position: absolute;
   left: 10%;
}

.entry-date {
   text-align: right;
}
.date {
   font-style: italic;
   text-decoration: underline;
}

/* Right menu */
.right {
   width: 25%;
   position: absolute;
   right: 0px;
}

.logos img {
   margin: 3px;
}

/* Planner task */
.tasks {
   width: 60%;
   position: absolute;
   left: 10%;
   white-space: pre;
}

.tasks p {
   width: 60%;
}

.B {
   color: #00ff00;
}

.A {
   color: #ff0000;
}

.done {
   color: #bebebe;
   text-decoration: line-through;
}

.cancelled {
   color: #bebebe;
   text-decoration: line-through;
}

/* Src style */

.src {
   background: #000000;
}
