/* 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;
	font-family: Arial;
}

h1,h2,h3,h4 {
	clear: both;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 4px 14px;
/*	max-width: 340px;*/
	padding: 2px;
	text-align: left;
	text-shadow: 0 1px 5px #ADADAD;
}

p {
/*	position: relative;*/
	width: auto;
/*	float: left;*/
	margin: 3px 10px;
	padding: 4px;
	display: block;
	text-align: justify;
	line-height: 20px;
	text-indent: 10px;
}

span {
	color: #538A1F;
}

div#siteLock {
	background: transparent;
	margin: -5px auto 5px auto;
	text-align: center;
	padding: 0;
	float: none;
	position: relative;
	height: auto;
	width: 592px;
	clear: all;
}

div {
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #333;
	font-family: arial, times, Times, georgia, serif;
	font-size: 12px;
	height: auto;
	background-color:#E5EBDF;
}

div#block {
	width: auto;
	font-size: 12px;
	height: auto;
	position: relative;
	float: left;
	background-color:#E5EBDF;
}

div#textos {
	padding: 8px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #333;
	font-family: arial, times, Times, georgia, serif;
	font-size: 12px;
	height: auto;
	float: left;
	position: static;
	line-height: 20px;
	background-color:#FFFFFF;
}

div#header {
	position: static;
	width: auto;

	/* IE Instruction */
	_width: 597px;

	padding: 0;
	color:#FFFFFF;
	background-color:#323232;
}

h3 span {
	color: #538A1F;
	border-bottom: 2px solid orange;
}

/* SITE TITLE */

h2, h2 a {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: Helvetica, Serifa, sans-serif;
	padding: 32px;
	margin: 0;
	text-shadow: 0 3px 1px #000;
}

/* ARTICLE TITLES */

h1 {
	color:#464646;
	clear: both;
	font-family: Times New Roman;
	letter-spacing: -2px;
	font-size: 34px;
	line-height: 36px;
	padding: 2px;
	margin: 0;
	font-weight: 500;
	margin-left: 14px;
	margin-top: 10px;
	max-width: 340px;

	/* IE Instruction */
	_width: 340px;

	text-align: left;
	font-weight: normal;
	text-shadow: 0 1px 5px #ADADAD;
	border-bottom: 1px solid #ADADAD;
}

h1 span {
	color:#538A1F;
	font-size: 24px;
/*	font-family: arial;*/
	font-variant: small-caps;
	letter-spacing: 2px;

	/* IE Instruction */
	_letter-spacing: -1px;
	_margin-left: -3px;

	text-align: right;
	text-shadow: none;
}

/* MENU */
	/* LISTS */

ul {
	width: auto;

	/* IE Instruction */
	_width: 597px;

	margin: 0;
	padding: 6px;
	position: relative;
	background-color:#6CAA33;
	display: block;

	/* MENU FONT */
	font-family: Helvetica, Geneva, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color:#FFFFFF;
}

li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 6px;
}

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;
}

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;
}

/* 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;
}

#footer {
	background: none;
	clear: both;
	padding: 16px;
	text-align: center;
}