/* css! */
@import url(uncustom.css);

body {
/*  margin-left: 25%; margin-right: 25%; margin-top: 10%; */
  background: #630; color: #fc9;
  font-family: sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: large;
  text-align: center;
  width: 30em;
}
body * { text-align: left; }
h1 { text-align: right; font-size: 3em; margin-right: 10em;}
h2 { text-align: right; display: none; }
h3 { padding-left: 1em; }
p { text-align: justify; }
.one { font-size: 1em; }
.two { font-size: 1.5em; }
.three { font-size: 2em; }
address { text-align:
  right; font-size: small;
}
a       { color: #fc9; }
a:hover { color: #ffa; }

.bCommentTitle, .bTitle { background: #520;
   -moz-border-radius-topleft:  8px;
   -moz-border-radius-topright: 8px;
   }
.bComment, .bPost { margin-bottom: 2em;
   -moz-border-radius: 8px;
   border: 0; /* being ignored */
}
.bCommentText, .bText { padding: 1em; border: 1px solid #520; }
.bSmallHead { display: none; }

.bCommentSmallPrint, .bSmallPrint { background: #520;
   -moz-border-radius-bottomleft:  8px;
   -moz-border-radius-bottomright: 8px;
   padding-left: 1em; margin-bottom: 2em; }
/*   #contentWrapper { width: 42em; margin-left: auto; margin-right: auto;}*/
   .bPosts { /*float: left; width: 30em;*/ }
   .bSideBar { display: none; float: right; width: 10em;}

h4 { display: none; } /* Comments:/Leave a Comment */

div.bComment, form.bComment { margin-bottom: 2em; }
