﻿/* global */
html{height: 100%;}

body
{
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .78em;
	color: #555;
	background-color: #2E3F69;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

/* paragraph styles */
.strong
{
	font-weight: bold;
}

.strong-uppercase
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}


h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #555;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: disc;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.list li
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.list-alpha li
{
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 776px;
  background: #FFF url(../images/main.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 760px;
  height: 238px;
  border-top: 1px solid #F2F2F0;
  background: #444 url(logo.jpg) no-repeat left center;
  color: #FFF;
}

/* topo (cabeçalho) */
#topo
{
  border-top: 1px solid #F2F2F0;
/*  background: #444 url(logo.jpg) no-repeat left center; */
  color: #FFF;
}

#topo h1
{
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
}

/* navigation menu */
#menubar
{
	width: 760px;
	border-top: 1px solid #7D7D7D;
	height: 70px;
	background-color: #21325F;
	background-image: url(../images/menus.png);
	background-repeat: repeat;
} 

ul#menu{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}

ul#menu li{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   position:relative;
   right:50%;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 15px 0px 15px;
  text-align: center;
  border-right: 1px solid #7D7D7D;
  background: transparent;
  color: #AAA;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: transparent;
  color: #FFF;
} 


.no-border
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D7D7D;
}


/* main content */
#site_content
{ width: 760px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #D4D4D4;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D4D4D4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(../images/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../images/arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{ text-align: left;
  width: 525px;
  float: left;
  padding: 15px 15px 15px 0px;
}

#content
{ text-align: left;
  width: 495px;
  padding: 8px 15px 8px 15px;
  text-align:justify;
}

#content a
{ background: transparent;
  color: #555;
  border-bottom: 1px dotted;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{background: #FFF;}


/* lista lateral */
#col
{
	margin: 0px;
	height: 200px;
	padding-left: 148px;
	text-align: center;
}

#coluna {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #E9E9E9;
}
 
#coluna li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	list-style-type: none;
} 

.line-color{
	background-color:#FFF;
}

/* footer */
#footer
{
	width: 720px;
	height: 65px;
	text-align: center;
	border-top: 2px solid #F2F2F0;
	background: #21325F url(../images/menus.png) repeat;
	color: #AAA;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}

#footer a
{
	background: transparent;
	color: #AAA;
}

#footer a:hover
{
	background: transparent;
	color: #FFF;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #E5E5E5;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #D4D4D4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1F1F1; 
  color: #444;
}

.date
{ border-top: 1px solid #D4D4D4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
