/* Designed by François PLANQUE - http://fplanque.net/ */



@import url(../../rsc/css/basic.css);	/* Import basic styles */

@import url(../../rsc/css/img.css);	/* Import standard image styles */

@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */

@import url(../../rsc/css/forms.css);	/* Import default form styles */


ul.menubar{
  margin: 0px;
  padding: 0px;
  background: #0099ff url(img/fundinho22.gif);  /* IE6 Bug */
  font-size: 90%;
  color:#FFFFFF;
  font-weight:bold;
  height:24px;
  vertical-align:middle;
  }
 
ul.menubar .submenu{
  margin: 0px;
  padding-top:2px;
  list-style: none;
  background: #0099ff url(img/fundinho22.gif);  /* IE6 Bug */
  float:left;
  width:124px;
  padding-left:24px;
  font-weight:bold;
 }

ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 1px;
  display:block;
  text-decoration: none;
  color: #fff;
}

ul.menubar a:hover{
font-weight:bolder;
color:#fff;
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 100px; /* Width of Menu Items */
  background-color: #f0f9ff; /* IE6 Bug */
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0px;
  color: #000;
  font-weight:normal;
  padding: 5px 10px 5px 5px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 117px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow. gif) right center no-repeat; }
 
ul.menu li a:hover { color: #bb2443; text-decoration:none; font-style:italic; font-weight:normal;}



body {

	padding: 0px;

	margin: 0px;

	color: #2f2f2f;

	font: 84% Trebuchet MS, Verdana, Sans-Serif;
	
	background-color:#FFFFFF;

}

.caixa {	background: #fff url(img/bg.png) repeat-y 50% 0; margin-top:0;}

a {

	color: #006cff;

}


a:hover {

	color: #ba2440;

}

h4 a {color:#ba2440; text-decoration:none;}

h4 a:hover {color:#ba2440; text-decoration:underline;}

h4 a:visited {color:#ba2440;}


blockquote { width: 320px; background-color:#cbe1ff; margin-left:10; padding-left:17px; padding-right:17px; padding-top:7px; padding-bottom:7px; border:thin #FFFFFF; }

h2 {

	color: #0099ff;

	font-size: 140%;

	margin: 0;

}

h3 {
	height: 26px;
	color: #fff;
	text-align:center;
	background: #FFFFFF url(img/lateral.gif) repeat-x;
	overflow: visible;
}

h4 { color:#ba2440; font-size: 150%; margin-left: 30px; padding-top: 5px; margin-bottom:-3px;
}



table.invisible

{

	margin: 1ex;

	border-collapse: collapse

}

table.invisible td

{

	padding: 0ex 1ex;

}

td.right

{

	text-align: right;

}

div#pageFooter {

	clear: both;

	background-color: #fff;

	width: 738px;

	margin: 0 auto;

	padding: 0 0 1ex 0;

}

p.baseline {

	border-top: 1px solid #ddd;

	text-align: center;

	font-size: 74%;

	color: #999;

	padding: 1ex;

	margin: 0;

}

hr {

	height: 0;

	border: 0;

	border-top: 1px solid #78a;

}



div#wrapper {

	background: #fff url(img/topo.gif) repeat-x 0 0;

	width: 740px;

	margin: 0 auto;

	padding-top: 7px;

}



div.pageHeader {

	width: 740px;
	margin: 0 auto;
	padding: 0;
	background:#0099ff url(img/fundinho22.gif) repeat-x;;
	background-position:bottom;
}



h1#pageTitle {

	color: #fff;

	font-size: 270%;

	font-weight: bold;

	margin: 0;

	padding: 0;

}



ul#bloglist {

	background-color: #fff;

	border-bottom: 1px solid #000;

	margin: 0 1px;

	padding: 0;

	list-style-type:none;

	padding: .5ex 0;

}

ul#bloglist li {

	border-right: 1px solid #000;

	display: inline;

	padding: .5ex 1em;

}



a.BlogButton,

a.BlogButtonCurr {

	font-weight: bold;

	text-decoration: none;

}

a.BlogButton {

	color: #000;

}

a.BlogButton:hover {

	text-decoration: underline;

	color: #9ae;

}

a.BlogButtonCurr,

a.BlogButtonCurr:visited {

	color: #78a;

}

a.BlogButtonCurr:hover {

	text-decoration: underline;

	color: #9ae;

}





.pageSubTitle {

	color: #fff;

	letter-spacing: 4px;

	text-align: center;

	vertical-align: middle;

	border: 0px;

	padding-right: 6px;

	padding-top: 6px;

	padding-bottom: 4px;

	padding-left: 6px;

	font: 109% Arial, Helvetica, sans-serif;



}

div.stats{

	float: right;

	padding-right: 1px;

	padding-top: 1px;

	padding-bottom: 1px;

	padding-left: 0px;

}



/* Styles for main area (left) */

h2 {

	margin: 1ex;

	border-bottom: 1px solid #78a;

}



/* Styles for posts */

.bPosts {

	float: left;
	width: 490px;
	overflow: hidden;
	margin-left: 10px;

}

div.action_messages {

	margin: 0 2ex;

}

.bPost, .bPostpublished

{

	clear: both; 

	border-bottom: 1px solid #ddd;

	/* border: 1px solid #78a; */

}

.bSmallHead {

	font-size: 80%;

	color: #999;

	margin: 2ex 0 1ex 0;

}

.data {height:65px; width:50px; display:block; background-image:url(img/data.gif); margin-top: 10px; text-align:center; font-size: 18px; font-weight:bold; color:#FFFFFF;}

.bText {

margin-right: 20px;
text-align:justify;
}

.bSmallPrint

{

	color: #999;

	font-size: 80%;

}

#bComment {border: 0px;}


input.bComment,

textarea.bComment

{

	background-color: #f0f9ff;

	width: 300px;

	padding: 2px;

	margin: 0ex;

}

select.bComment  /* Used by the profile form */

{

	background-color: #eee;

	padding: 1px;

	margin: 0ex;

}


/* Styles for sidebar (right) */

.bSideBar {

	width: 220px;

	float: right;

	overflow: hidden;

	/* background: #900; */

}

.bSideItem {

	padding: 0 0 2ex 0;
	background: #FFFFFF url(img/lateral.gif) repeat-x;
	border-bottom: 1px solid #ddd;
	overflow: visible;
}

.bSideItem ul {

	margin-left: 18px;

	padding-left: 8px;

	margin-top: 8px;

	margin-bottom: 8px;

	list-style-type: none;
	}

.bSideItem ul ul{

	margin-left: 18px;

	padding-left: 8px;

	margin-top: 0px;

	margin-bottom: 0px;

}

.bSideItem form {

	margin-top: 0px;

	margin-bottom: 0px;

}

.dimmed

{

	color: #aaa;

	font-size: 84%;

}

input.SearchField

{

	background-color: #eee;

	border: 1px solid #ccc;

	padding: .5ex;

	width: 96%;

	margin: 0ex;

}

.busca {

	text-align: center;

	padding-bottom: 15px;

}

button.submit

{

	background-color: #fff;

	border: 0;

}



input.SearchField

{

	background-color: #f0f9ff;

	border: 1px solid #ccc;

	height: 12px;

	width:75%;

	font-size:10px;

	margin-left: 0px;

}



/* Calendar: */

caption {

width: 200px; background-color:#ba2440; height:22px; overflow:hidden; vertical-align: top; height: 26px ;

}

caption a {color:#FFFFFF; font-size: 16px; text-decoration:none;}
caption a:hover {color:#FFFFFF; font-size: 16px; text-decoration:none;}

table.bCalendarTable {

	border-collapse: separate; width: 200px; font-size:11px;

}

table.bCalendarTable tfoot td {

	border-top: 1px solid #ccc; width: 200px; 

}

table.bCalendarTable tfoot a {

	text-decoration: none;

}

table.bCalendarTable tfoot a:hover {

	background-color: #ee8a9d;

	color: #fff;

}

th.bCalendarHeaderCell {
	margin-top: -1px;
	color: #000;
	font-size:130%;
}
.bCalendarTable {background:url(img/topo.gif) repeat-x;}

#bCalendarToday {

	background-color: #ee8a9d;

}

div.bComment, /* Entire comment block */ form.bComment /* New comment form */ { 	margin: 1ex 2ex; 	padding: 0 1ex; 	border: 0px solid #fff; }

.28 {height:24px; width:740px; display:block; background:url(img/fundinho2.gif) repeat-x;}


h3 a {color:#FFFFFF; text-decoration:none; }
h3 a:hover {color:#FFFFFF; text-decoration:underline;}
h3 a:visited {color:#FFFFFF; }

.banner { margin: 10px;}


div.PageTop ul {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.top_menu { margin-bottom: 10px;}

div.top_menu ul {
	margin: 0px;
	padding: 0;
	list-style-type:none;
	padding: 0;
}
div.top_menu li {
	text-decoration: none;
	display: inline;
}
div.top_menu li a {
	padding: .5ex 1em .5ex 1em;
	color: #000;
	margin-bottom: 10px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
div.top_menu li a:hover {
	text-decoration: underline;
	background-color:#72ff00;
	color:#000;
}


div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #9ae;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #78a;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}
div.PageTop {width: 740px; margin: 0 auto; background-color:#fff;}

.bSideItem {margin:10px;}

.widget_core_coll_longdesc { background:none; margin-top:-25px;}
.widget_core_coll_title { border:none; height:40px;}
.widget_core_coll_search_form { padding-left:15px; padding-right:15px; text-align:center;}
.widget_core_coll_common_links { background:none;}