@charset "utf-8";
/* CSS Document */
/*  
Tema do site Nova Skala
autor: Lado da Lua
data: julho de 2009
www.ladodalua.net
*/

/* --------- BASICÃO ----------- */
body {
	background-image: url('images/back.gif');
	background-color:#ffffff;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: verdana;
	color: #444444;
	height: 100%;
	width: 100%;
}
#page {
width: 779px;
margin-left: auto;
margin-right:auto;
text-align: left;
background-color:#FFF;
background-image: url('images/linha.gif');
}
/* --------- TOPO ----------- */
#header{
	background-image:url(images/topo.jpg);
	background-color:#ffffff;
	text-align:center;
	width:779px;
	height: 133px;
	margin: auto;
	}
	
/* --------- FUNDILHO ----------- */
	
#rodape { 
	color: #000;
	margin-left:30px;
	float:left;
	width:720px;
	font-size:9px;
	color:#888;
	text-align:center;
	padding-top:25px;}
			
/* --------- SIDEBAR ----------- */
#sidebar {
width: 27%;
float: left;
margin-left: 32px;
padding:5px;
text-align: left;
background-color:#FFF;
}
.limpo {
width: 188px;
float: left;
padding-left:5px;
padding-bottom:20px;
padding-top:6px;
text-align: left;
background-color:#f2f2f2;
font-size:14px;
}
.limpo2 {
text-align: left;
background-color:#f2f2f2;
border-bottom: dotted 1px #c3c3c3; 
padding-top:3px;
font-size: 11px;
color:#222;
/*--MENU--*/ 
}
	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 2px solid #ffffff;
	font-size:16px;
	color:#000;
	}
	
ul li {
	position:relative;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	font-size:11px;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #222;
	background: #F2F2F2; /* IE6 Bug */
	padding: 5px;
	border: 2px solid #FFFFFF; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
 ul li a:hover { color: #000000; background: #d7d7d7; }
/* --------- CONTENT ----------- */
#content {
width: 62%;
float: right;
background-color:#FFF;
padding:5px;
margin-right:32px;
}
#content h1 {
border-bottom: 0px solid #fc4996;
padding: 5px;
font-family: verdana; 
font-size: 15px;
background-color:#f2f2f2;
}
#content h2 {
color: #af1919;
padding: 0px;
font-family: verdana; 
font-size: 16px;
text-align:center;
font-weight:normal;
background-color:#f0f0f0;
padding:10px;
}
#content h3 {
color: #444444;
padding: 0px;
font-family: verdana; 
font-size: 15px;
text-align:left;}
/* ---- ITALIC, NEGRITO, UNDERLINE E LINKS ---- */
b, i, u {
	color: #444444;
}

strong, em {
color: #444444;
}
a:link { 
color: #222222;
text-decoration:none;
}
a:visited, a:active { 
color: #696969;
text-decoration:none;

}
a:hover { 
color: #696969;
}

/* --------- IMAGENS ----------- */
img {
border: 0px;}

/* --------- FORMS ----------- */
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
textarea, input, select, insert {
background-color: #f8f8f8;
border-color:#ccc;
color: #696969;
font-size:14px;
}
