/*
 Theme: True Lightning
 Version: 0.1
 Author: Aimeê de Pointe du Lac "Allyenna"
 URI: http://geddoe.allyenna.net
 Theme for The Lightning Successor
*/

body {
 background: #ACD458 url(images/fondo.png) top repeat-x;
 color: #554C03;
 font-family: Trebutchet Ms, Verdana, Bitstream Charter, sans-serif;
 font-size: 11px;
 letter-spacing: 1px;
 line-height: 20px;
 margin-bottom: 0;
 margin-top: 0;
 text-align: justify;
 word-spacing: 1px;
}

/*Acronyms y cites */
cite, acronym {
 color: #597E0C;
 font-size: 12px;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 letter-spacing: 2px;
}

a {
 color: #FFF;
 text-decoration: none;
}
a:hover {
 color: #BE8E2A;
 cursor: crosshair;
}

#container {
 background: url(images/geddoe.png) no-repeat top left;
 height: 600px;
 width: 800px;
}

#logo {
 height: 246px;
 margin-left: 210px;
}

/* Menu */
#menu {
 height: 16px;
 margin-left: 201px;
 margin-top: 2px;
}
#menulist {
 display: block;
 margin: 0;
 padding: 0;
}
#menulist li {
 display: inline;
 float: left;
 list-style: none;
}
#menu a {
 color: #BE8E2A;
 font-weight: bold;
 margin: 0;
 padding: 0 0 0 20px;
 text-decoration: none;
}
#menu a:hover {
 color: #F7FEF6;
}
#menu a#act {
 color: #698F1A;
 font-style: italic;
}
#menu a#act:hover {
 color: #F7FEF6;
 font-style: normal;
}

/* Text */
#textcontainer {
 background: url(images/bg.png);
 margin-left: 210px;
 margin-top: 5px;
 overflow: auto;
 padding: 10px;
 width: 595px;
}
#titulo {
 border-bottom: 2px solid #698F1A;
 color: #698F1A;
 font-size: 16px;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 margin-bottom: 7px;
 padding-left: 20px;
 text-align: left;
}
.titulo2 {
 color: #698F1A;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 padding-left: 70px;
 text-align: left;
}
.titulo3 {
 color: #597E0C;
 font-weight: bold;
 letter-spacing: 2px;
}
.cite2 {
 color: #597E0C;
 font-weight: bold;
 letter-spacing: 2px;
}
.imgsp {
 margin: 7px 90px;
}
.imgsp2 {
 vertical-align: top;
}
/* Uls y lis */
#textcontainer ul {
 line-height: 12px;
 list-style-position: outside;
 list-style-type: none;
 margin: 0;
}
#textcontainer li {
 background: url(images/li.gif) no-repeat;
 margin-bottom: 8px;
 padding-left: 10px;
}
#bio {
 background-color: #BBE26A;
 border: 1px solid #DDFAA0;
 margin: 10px;
 width: 400px;
}
#codes {
 margin: 5px 0 0 90px;
 text-align: center;
 vertical-align: top;
 width: 340px;
}
.form {
 margin-left: 100px;
 text-align: left;
 width: 390px;
}
