/* Companion Custom CSS over-rides for [ carlosrocha.ART.br ]:  -  */
body { background: #f90; }
.post { border-bottom: dotted #fff; }
/* Rounded Corners (not in IE) */

.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* make the html page not wobble when reloading to a new page. */ html { overflow-y: scroll; }

/* comic-wrap Themes */
#comic-wrap {

   background: #fff;
   border: 2px solid #6f2e0a;
   margin: 0 0 10px 0;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;   
}

/* Right Sidebar Themes */
#sidebar-right {
   float: right;
   width: 180px;
   padding: 5px;
   background: #fff;
   

-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;   
}
/* Left Sidebar Themes */
#sidebar-left {
   float: left;
   width: 220px;
   padding: 5px;
   background: #fff;
   

-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;   
}
#menubar-wrapper {
	width: 100%;
	clear: both;
	background:#000;
	color:#fff;
	font-weight:bold;
}
#menubar-wrapper a {
	color:#fff;
	font-weight:bold;
}
#menubar-wrapper a: hover {
	color:#f90;
	font-weight:bold;
}