html, body {
	margin: 0px;
	padding: 0px;
	/*background-image:url(../imgs/bg.gif);*/	
	background:#CBCBCB url(../imgs/bg.png) center top repeat-x;
}
 
img {
	margin: 0px;
	border: 0px;
}
 
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px;
}
 
pre {
	overflow: auto;
	background-color:#F9F9F9;
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;	
	line-height: 13px;
	width: 475px;
}

code {
	overflow: auto;	
	font-family:"Courier New", Courier, monospace;
	font-size:13px;	
}  

.itemcomment pre {
  width: 95%;  
}

img#xgreen {
  background-color: #9BBE00;
  border: 5px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;      
} 

a:hover img#xgreen {
  border: 5px solid #E6FFC0;
}

img#xblue {
  background-color: #0C6ED3;
  border: 5px solid #FFF; 
  border-radius: 5px;
  -moz-border-radius: 5px;       
}

a:hover img#xblue {
  border: 5px solid #E9F4FF;
}   

img#xbrown {
  background-color: #945224;
  border: 5px solid #FFF;    
  border-radius: 5px;
  -moz-border-radius: 5px;    
}

a:hover img#xbrown {
  border: 5px solid #E3DBD2;
}

img#xpink {
  background-color: #FF66CC;
  border: 5px solid #FFF; 
  border-radius: 5px;
  -moz-border-radius: 5px;       
}

a:hover img#xpink {
  border: 5px solid #FFE8F8;
}

img#xred {
  background-color: #C40204;
  border: 5px solid #FFF; 
  border-radius: 5px;
  -moz-border-radius: 5px;       
}

a:hover img#xred {
  border: 5px solid #FFE8EA;
}
 
#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}
 
#content {
	width:778px;
	margin:0px auto;
	background-image:url(../imgs/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}
 
#header {
	height:96px;
	overflow:hidden;
}
 
#logo {
	width:258px;
	float:left;
}
 
#logo h1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	font-style:italic;	
	text-decoration:none;
	padding-left:40px;
	padding-top:0px;
    /*display: none;*/
}
 
#logo a {
	font-family:"Trebuchet MS", sans-serif;
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	font-style:italic;	
	text-decoration:none;
	padding-top:0px;
}

#logo span {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#808080;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	padding-left:65px;
    /*display: none;*/
}

#loginbar {
	text-align:right;
	padding-top:10px;
	padding-right:5px;
}

#loginbar img {
  border:0;
  vertical-align:top;
}

#loginbox {
  position: absolute;
  top: 28px;
  width: 185px;
  overflow: hidden;  
  margin-left: 576px;
  padding: 5px;
  border: 1px solid #DDD;
  background-color: #FFF;
  z-index: 100;
  visibility: hidden;
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#797B7A;
  filter: alpha(opacity=95);   
  -moz-opacity: 0.95;   
  -khtml-opacity: 0.95;   
  opacity: 0.95;	
  border-radius: 6px;
  -moz-border-radius: 6px;
}

#links ul {
	margin:0px;
	padding-top:38px;
}
 
#links li{
	float:left;
	list-style-type:none;
}

#links a {
  display:block;
	width:129px;
	height:25px;
	text-align:center;
	color:#FFFFFF;
	background-color:#F4A80A;
	border-left:1px solid #FFFFFF;
	padding-top:4px; 
	font-family:"Trebuchet MS", sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;		
}

.b-left a {
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;  
}

.b-right a {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;	
}	
 
#links a:hover{
	background-color:#F76B0C;
}
 
#mainimg {
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
	font-family:"Trebuchet MS", sans-serif;
	font-size:35px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	overflow:hidden;
	z-index: 100
}
 
#mainimg h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
  display: none;
}
 
#mainimg a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
 
#contentarea {
	/*clear:both;*/
	margin-top:25px;
	background-color: #FFF;
	background-image: url(../imgs/1by1.gif);
	background-repeat: repeat-y;
	background-position: 540px;
}
 
#leftbar {
	float:left;
	width:537px;
}
 
#leftbar h2{
	font-family:"Trebuchet MS", sans-serif;
	font-size:22px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	/*padding-left:40px;*/
	padding-bottom:5px;
  border-bottom: 1px dotted #BCBDBC;
  margin-bottom: 10px;		
}

#search_g, #search_g {
  position: absolute;
}

/*------------------- entry -------------------*/

#leftbar .linkuj {
  color: #666666;
  padding: 10px 20px 10px 20px;
  background-color: #EEEEEE;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;  
  margin-bottom: 15px;
  display:inline-block;
  width: 457px;
  height: 17px;
  line-height:16px;
  border-radius: 6px;
  -moz-border-radius: 6px;  
}

#leftbar .linkuj span {
  float:left;
}

#leftbar .linkuj img {
  float:right;
}

#leftbar .comctrl {
	font-weight: bold;	
  text-align: center;
  padding: 10px; 	
  background-color: #F9F9F9;	
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  -moz-border-radius: 6px;  
}

#leftbar .entry{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 20px;
	padding-bottom: 13px;
	line-height:22px;
}

#leftbar img.clock {
  background-image:url(../imgs/clock.gif);
  background-repeat:no-repeat;  
} 
 
.eline, .entry-rule {
	border-top: 1px solid #BCBDBC;
	height: 1px;
	margin: 3px 0px;
}

.eline2 {
	border-top: 2px solid #BCBDBC;
	height: 2px;
	margin: 3px 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.uline {
	border-top:1px dashed #BCBDBC;
	height: 1px;
	margin: 3px 0px;	
}

.sline {
  border-top: 1px dotted #EE8907;
	width: 250px;
	margin: 14px 0px 14px 115px;	
}
 
.eline hr, .eline2 hr, .uline hr, .sline hr, .entry-rule hr {
	display:none;
}
 
.entry strong {  
	font-weight: bold;
}
 
.entry li, .entry ul, .entry ol{
	color: #797B7A;
	padding-top: 0px;
	height: auto;
}
 
.entry h3, .entry h4, .entry h5, .entry p {  
	padding-bottom: 15px;
}

.nopad h3, .nopad h4, .nopad h5, .nopad p,
h3.nopad, h4.nopad, h5.nopad, p.nopad {  
	padding-bottom: 0px;
}

#leftbar .entry-info{
	padding:3px 0px;
}
 
#leftbar a {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;  
}
 
#leftbar a:hover {
	text-decoration:underline;	
}

#leftbar .item {
  font-size:13px;	
}

#leftbar .item a {
  font-size:13px;	
  font-weight:normal;
	text-decoration:underline;
}
 
#leftbar .item a:hover  {
	text-decoration:none;	
}

#leftbar .item li span {
  color: #797B7A;	
} 
 
#leftbar h2 a {
	font-family:"Trebuchet MS", sans-serif;
	font-size:22px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	/*padding:0px 40px;*/
}
 
#leftbar h2 a:hover {
	font-family:"Trebuchet MS", sans-serif;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	/*padding:0px 40px;*/
}
 
#leftbar h3, #leftbar h4 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:16px;	
	font-weight:bold;
  border-bottom: 0px;
  margin-bottom: 0px;	
}
 
#leftbar h4 {
	color:#797B7A;
}
 
#leftbar h3 a, #leftbar h4 a {
	font-family:"Trebuchet MS", sans-serif;
	font-size:16px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}
 
#leftbar h3 a:hover, #leftbar h4 a:hover {
	font-family:"Trebuchet MS", sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.entry .tip { 
  color: #666666;
  padding: 10px;
  background-color: #FFFFE0;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55; 
}   

.highlight {
	background-color: #FFFF00;
}
 
#rightbar {
	float:left;
	width:212px;
	padding:0px 0px 0px 25px;
}
 
#rightbar h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:22px;
	color:#797B7A;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
/*	display:inline-block;*/
	clear:both
}
 
#rightbar img.pad {
	padding-top:5px;
}

#rightbar img.pad-bot {
	padding-bottom:5px;
}

#rightbar img.mar-top {
	margin-top:3px;
} 

#rightbar p {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}
 
.rightmenu, .rightmenu ul, .submenu, .submenu ul {
  width:212px;
  float:left;
	text-align: left;
	margin:0; 
	padding:0;
	overflow: hidden;
}
.rightmenu ul {
  padding-bottom:20px;
}

.rightmenu li, .submenu li {
  display:block;
  float:left;
	list-style-type:none;
	width:212px;
	overflow: hidden;
}

.rightmenu a, .rightmenu .nolink, .submenu a {
	display:block;
	float:left;
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	padding: 0.3em 10px 0.3em 10px;
	width:182px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DFE1DC;
}

.submenu, .submenu ul, .submenu li, .submenu a {  
	width:155px;
}

.rightmenu a span, .rightmenu .nolink {
  font-weight:normal;
  color: #797B7A;
}

#catmenu a span {
  display:inline; 
  float: right;
  padding-right: 10px;
  _float: none;  
  .float: none; 
}
 
#monthlist li {  
  line-height:1.4em; 
  clear:both;  
}

#monthlist li a{  
  display:-moz-inline-stack; 
  display:inline-block; 
  width:105px; 
} 

#monthlist li span {  
  display:-moz-inline-stack; 
  display:inline-block;  
  width:45px;  
  text-align:right;
  overflow:hidden; 
}
 
.sidebox li {
	list-style-type:disc;
	padding-top:3px;
	list-style-position:inside;
}
 
.sidebox{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}
 
.side-indent {
	padding-left:10px;
}

.top-indent {
	padding-top:10px;
}
 
.sidebox a, #loginbox a {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
}
 
.sidebox a:hover, #loginbox a:hover {
	text-decoration:none;
}
 
.sidebox li {
	list-style-position:outside;
	/*padding:0px;*/
}

.sidebox li span {
  color: #797B7A;
}
 
.orangetext {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}
 
#bottombuffer {
	clear:both;
	height:25px;
	/*padding-top:25px;*/
	background-color:#ffffff;
}
 
#bottom {
	clear:both;
	height:32px;
	/*padding-top:25px;*/
}
 
#footerleft {
	float:left;
	width:500px;
	height:27px;
	padding-top:5px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;	
}
 
#footerleft p {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	padding-left:35px;
}
 
#footerleft a{
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
 
#footerleft a:hover{
	text-decoration:none;
}
 
#footerright {
	float:left;
	width:278px;
	height:27px;
	padding-top:5px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;	
}
 
#footerright p {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}
 
#footerright a{
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
 
#footerright a:hover{
	text-decoration:none;
}
 
.formfield {
	width:150px;
}
 
/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.combcg, .id1
{
	background-image:url(../imgs/bg_header_top.gif);
	background-repeat:repeat-x;
  background-position:top;
  border: 1px solid #DDDDDD;
  margin: 10px 0 0 0;	
  border-radius: 6px;
  -moz-border-radius: 6px;  
}

.compreview 
{
  background-color: #FFFFFF;
  border: 1px solid #666666;
  margin: 10px 10px 10px 10px;
	font-family:"Trebuchet MS", sans-serif;  
	font-size:13px;
	color:#797B7A;
	font-weight:normal;	
}

.itemcomment
{
	background: url(../imgs/cbg.png) repeat-y;
	_background: none;
	background-position: 0px 0px;
	padding: 6px 17px;		
}

.itemcomment h4
{
	font-size: 12px;
	padding-bottom: 0px;
}
.itemcomment p {
	padding-bottom: 0px;
}
img.avatar {
  float: right;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
}

#smile-tool { 
  display: block;
  padding-bottom: 5px;
}

#smile-tool img {
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
  background-color: #fff;
  padding: 2px;  
}

#smiles { 
  visibility: hidden;
}
 
/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
	position:relative;
}
.commentform, .mailform
{
	margin-top: 10px;
  padding: 10px;
  background: #EEEEEE;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; 
  border-radius: 6px;
  -moz-border-radius: 6px;   
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 13px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	padding: 2px 2px;	
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;	
}
.searchform .formfield
{
	width: 183px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
background:url(../imgs/search.png) no-repeat 3px 3px #fff;
border:0 none;
position:absolute;
left:162px;
text-indent:-9999px;
top:2px;
width:18px;
height:17px;
padding: 0px;
margin: 0px;
display:block;
float:left;
cursor:pointer;
font-size:1px;
line-height:0px
}
.loginform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
}
.mainform .formfield
{
	width: 280px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
}
.commentform .formfield, .mailform .formfield, .commentform textarea, .mailform textarea
{
    width: 300px;
}
#nucleus_cf_body, #nucleus_mf_body
{
    width: 470px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
}
.error
{
	color: red;
	font-weight: bold;
}
 
/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
	border-left: 1px solid #a9a9a9;
}

.center {	
	margin: auto;
	text-align: center;
}

.vpravo {
  text-align: right;
}

img.vpravo {
  float: right;
  margin: 1em 0 0.5em 1em;
}

img.vlevo {
  float: left;
  margin: 1em 1em 0.5em 0;
}

img.framegrid, img.framegrid2 {
  background-color: #EEEEEE; 
  border: 1px solid #DFE1DC;
  padding: 7px;    
}

img.framegrid2 {
  padding: 5px;   
}

/*------------------- calendar -------------------*/

.calindent {
  padding-left: 150px;
}
 
table.calendar {
	font-family:"Trebuchet MS", sans-serif;	
	font-size: small;
	color: #797B7A;
}
 
tr.calendardateheaders, th.calendardateheaders {
	font-family:"Trebuchet MS", sans-serif;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	background-color: #F4A80A;
}
 
td.days {
	font-family:"Trebuchet MS", sans-serif;
	text-align: center;
	background-color: #F9F9F9;
}
 
td.today {
	font-family:"Trebuchet MS", sans-serif;
	font-weight: bold;
	text-align: center;
}
 
/*------------------- gallery -------------------*/
 
.entrygal {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 10px;
	padding-bottom: 14px;
}
 
#leftbar .entrygal a {
  font-size:13px;
} 

#leftbar .entrygal h4 a {
  font-size:16px;
} 
 
.entrygal th {
  background-color: #EEEEEE;
	border-top:2px solid #BCBDBC;
	border-bottom:1px solid #BCBDBC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 3px 0px;
}

.entrygal td {
	padding-top: 2px;
	padding-bottom: 2px;
}
 
.right-align {
  text-align: right;
	padding-right: 20px;
}
 
.entrygal strong {  
	font-weight: bold
}

.entrygal .tip { 
  color: #666666;
  padding: 5px;
  background-color: #FFFFE0;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55; 
}   

.entrygal .tip td { 
  padding: 0px;
}   
 
#leftbar .albumlink a {
  font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:underline;   
}
 
#leftbar .albumlink a:hover {
	text-decoration:none;	
}
 
/* ----- NP gallery ----- */ 
#NPG_picture {
	left: -10px;
	position:relative;
}
#NPG_gallery {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position:relative;
}
/*thumbnails are displayed as a 'list'*/
ul.thumbnail {list-style: none;}
ul.thumbnail li {
	float: left; 
	width: 115px; 
	height: 140px;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
} 
/*thumbnail container*/
#NPG_thumbnail {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position:relative;
}
/*footer container -- used so that the footer contents are actually displayed below the thumbnails, without clear:both the footer is displayed under the thumbnails*/
#NPG_footer {
	clear:both;
}
 
.thumbnailoutside {
	width:158px !important;
	height:170px !important;
	float:left;
	text-align:center;
}
 
.frame {
  float: none;
	margin: 10px 0 0 0px; 
  padding: 0px 6px 6px 0px;
	z-index: 3;  	
}

.frame img {
  background-color: #fff;
  border: 1px solid #A9A9A9;
  padding: 4px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;      
}
 
/*************************************************** 
   Pagination for NP_ShowBlogs (Inspired from Tipos.com.br)
 **************************************************/ 
.pageswitch {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 20px;
	text-align: center;  
} 
 
.pageswitch a, .pageswitch span { 
   display: block; 
   float: left;  
   padding: 1px 5px 2px; 
   margin-right: 0.5em;    
   border: 1px solid #BCBDBC;     
   background-color: #fff;        
} 

.pageswitch span.current { 
   font-weight: bold; 
   background: #BCBDBC; 
   color: #FFFFFF; 
} 
 
.pageswitch a {    
   text-decoration: none; 
   cursor: pointer;     
} 
 
.pageswitch a.nextprev { 
   font-weight: bold; 
}
 
.pageswitch span.nextprev { 
   color: #666; 
} 
 
.pageswitch span.nextprev { 
      border: 1px solid #ddd; 
      color: #999; 
} 
 
.pageswitch input { 
 	font-family:"Trebuchet MS", sans-serif;
  font-size: 12px; 
  font-weight:bold; 
  float:right; 
  width:20px; 
  border: 3px solid #ddd; 
} 

/*.dyntar-active { 
  visibility: hidden; 
}
.dyntar-wrapper { 
  background: #ffffff; 
  border: 1px dashed #D4D2CF; 
}

.dyntar-resizer { 
  height: 7px; 
  _font-size: 1px; 
  background: #E7E7E7 url(../imgs/resizer.gif) no-repeat center 2px;
  border: 1px solid #D4D2CF;
  border-top-width: 0;
  cursor: s-resize;
  margin: 1px 0 2px 0; 
  _margin: 0; 
}*/

