/* SITE THEME DEVELOPED BY FERNANDO LUCAS SANTOS, http://www.devixdesign.com/ - AVAILABLE PUBLICLY AT OSWD.com */
/* NOTE: Anything after a "_" is a special tag for Internet Explorer. As it does not recognize all of the CSS tags created by the W3C, a few hacks had to be used to get the site looking right on it */
body
{
margin: 0;
padding: 5px;
background-color:#000000;
background-image: url(images/background.png);
text-align: center;
}
#siteLock
{
background: transparent;
margin: -5px auto 5px auto;
text-align: center;
padding: 0;
float: none;
position: relative;
height: auto;
width: 600px;
clear: all;
}
#header
{
position: static;
width: 600px;
padding: 0;
margin: 0;
color:#FFFFFF;
background-color:#323232;
}
/* SITE TITLE */
#header h2, h2 a
{
font-size: 19px;
text-transform: uppercase;
letter-spacing: 16px;
text-decoration: none;
color: white;
text-align: center;
font-family: Helvetica, Serifa, sans-serif;
padding: 32px;
margin: 0;
text-shadow: 0 3px 1px #000;
}
/* MENU  LISTS */
ul
{
text-align: center;
width: 600px;
margin: 0;
padding : 5px 0 5px 0;
position: relative;
background-color:#6CAA33;
display: block;
font-family: Helvetica, Geneva, sans-serif;
font-weight: 300;
font-size: 12px;
color:#FFFFFF;
}
li
{
display: inline;
margin: 0;
list-style: none;
padding: 5px;
}
li a:link, li a:visited
{
padding: 10px 6px;
color:#CBF3A6;
text-decoration: none;
background: transparent;
}
li a:link:hover, li a:visited:hover
{
color: white;
}
li:hover, li.over
{
background-color: #42691E;
color: #FFFFFF;
text-shadow: 0 1px 2px #26440A;
}

/*corps*/
#block
{
width: 600px;
font-size: 12px;
position: relative;
float: left;
background-color: #E5EBDF;
margin: 0;
padding : 0;
height: auto;
}
#textos
{
margin: 17px;
width: 550px;
height: 500px;
overflow: auto;
padding: 8px;
text-align: justify;
color: #333;
font-family: arial, times, Times, georgia, serif;
font-size: 12px;
position: static;
line-height: 20px;
background-color: white;
}
/* ARTICLE TITLES */
h1
{
color: #464646;
font-family: Times;
letter-spacing: -2px;
font-size: 40px;
line-height: 35px;
padding: 2px;
margin: 10px 0 0 14px;
font-weight: 500;
width: 245px;
text-align: left;
font-weight: normal;
text-shadow: 0 1px 5px #ADADAD;
border-bottom: 1px solid #ADADAD;
}
h1 span
{
color:#538A1F;
font-size: 12px;
font-family: arial;
font-variant: small-caps;
letter-spacing: 2px;
letter-spacing: -1px;
margin-left: -3px;
text-align: right;
text-shadow: none;
}
p
{
width: 90%;
float: left;
margin: 3px 10px;
padding: 4px;
text-align: justify;
line-height: 20px;
text-indent: 10px;
}
div#textos a:link, div#textos a:visited
{
color:#444;
border-bottom: 1px dotted #5E952C;
background-color: white;
cursor: move;
text-decoration: none;
padding: 2px;
}
div#textos a:link:hover
{
color:#000;
background-color:#E3F7DA;
text-decoration: none;
padding: 2px;
}
/*pied de page*/
#footer
{
width: 500px;
margin: 20px 0 2px 0;
padding: 0;
text-align: center;
font-size: 0.9em;
}
/* IMAGES */
img.left
{
float: left;
position: relative;
margin: 5px 5px 0 0;
padding: 3px;
background-color:#FEFFF3;
border: 1px solid #DFF5D7;
}
img.right
{
float: right;
position: relative;
margin: 5px 0 0 5px;
padding: 3px;
background-color:#FEFFF3;
border: 1px solid #A6DF8F;
}
img:hover, img.over
{
background-color:#C6EDB6;
border: 1px solid #7ACC59;
}
