@charset "UTF-8";
/* CSS Document */

/* BASE */
B, strong, I, em, S, strike, U {
cursor: crosshair;
color: #43afa5;}

U {
text-decoration: none;
border-bottom: 2px #8d6221 solid;}

body {width: 737px;
margin: 0px auto;
padding:0px;
right: 0px;
background-color: #fff;}

body, textarea, input, select, table, tr, td {
font-family: Georgia;
font-size: 10px;
color: #524737;
text-align: justify;
line-height: 21px;
}

/* POSICIONAMENTO */
#corpo {
width: 737px;
background-image: url('http://echoplex.wo-ai-ni.org/bg.jpg');
background-repeat: repeat-y;
}

#rodape {
width: 737px;
height: 76px;
clear: both;
background-image: url('http://echoplex.wo-ai-ni.org/footer.jpg');
background-repeat: no-repeat;
padding-top: 10px;
}

#cabecalho {
width: 737px;
height: 392px;
}

#conteudo {
float: right;
width: 552px;
display: inline;
text-align: justify;
margin-right: 95px;
margin-left: 90px;
margin-top: 5px;
}

/* DIV - ESTILOS */
div.title
{font-size: 28px;
color: #67c7c8;
font-family: Century gothic;
text-align: left;
margin-bottom: 10px;}

div.title2
{font-size: 30px;
color: #fff;
font-family: Georgia;
text-align: center;
text-transform: lowercase;
width: 100px;
height: 89px;
margin-right: 10px;
letter-spacing: -2px;
line-height: 90px;
float: left;
background:url(date.jpg);}


div.small
{color: #a27651;
font-size: 7.5pt;
font-family: MS Serif;
text-align: left;
text-transform: lowercase;
padding-bottom: 3px;
margin-bottom: 5px;
padding-top: -1px;
line-height: 25px;
letter-spacing: 2;}

/* BLOCKQUOTE */
blockquote {
color: #555;
padding: 20px;
border: none;
background: url(http://echoplex.wo-ai-ni.org/block.jpg);}

blockquote:first-letter {
font-family: georgia;
font-size: 20px;
font-style: italic;
color: #43afa5;}

/* LINKS */

a {
text-decoration: none;
cursor: hand;
font-weight: bold;
}

a:link,a:visited,a:active {
cursor: hand;
text-align: justify;
color: #7aa742;
border: none;
background: none;
}

a:hover {
text-decoration: none;
cursor: hand; 
text-align: justify;
color: #43afa5;
border: none;
background: none;
}

/* IMAGE */

.imgr,.imgleft,.imgright {
background-color: #43afa5;
padding: 10px;
margin: 10px;
opacity:0.65;
-moz-opacity: 0.65;
filter: alpha(opacity=65);
}

.imgleft {
background-color: #43afa5;
padding: 10px;
margin: 10px;
float: left;
opacity:0.65;
-moz-opacity: 0.65;
filter: alpha(opacity=65);
}

.imgright {
background-color: #43afa5;
padding: 10px;
margin: 10px;
float: right;
opacity:0.65;
-moz-opacity: 0.65;
filter: alpha(opacity=65);
}

.imgleft:hover {
background-color: #43afa5;
padding: 10px;
margin: 10px;
float: left;
opacity:1.00;
-moz-opacity: 1.00;
filter: alpha(opacity=100);
}

.imgright:hover {
background-color: #43afa5;
padding: 10px;
margin: 10px;
float: right;
opacity:1.00;
-moz-opacity: 1.00;
filter: alpha(opacity=100);
}

.imgr:hover {
background-color: #43afa5;
padding: 10px;
margin: 10px;
opacity:1.00;
-moz-opacity: 1.00;
filter: alpha(opacity=100);
}

img {border: 0px;}

/* ETC */
input, textarea {
color: #222;
text-align: left;
border-bottom: 2px dashed #43afa5;
border-top: none;
border-right: none;
border-left: none;
margin: 5px;
padding: 5px;
line-height: 21px;
background-color: #fff;}

.post-div {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px dashed #43afa5;
margin-left: 50px;
margin-right: 50px;
margin-top: 30px;
margin-bottom: 30px;
}

/* SELECTION */
::-moz-selection {
color: #ffffff;
background: #000000;
}

::selection {
color: #ffffff;
background: #000000;
}