body {
	background: #fff url(img/lace-ba1.jpg) repeat-y;
        padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
        width: 900px;
}

p, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #b72231;
}
a:visited {
	color: #b72231;
}
a:hover {
	color: #d3727e;
}

h1 {
	font-size: 35px;
}

h2 {
	color: #fff;
	font-size: 0px;
	text-align: right;
        margin: 0px;
}

h3 {
	color: #b72231;
	font-size: 14px;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 14px;
        color: #b72231;
}

p.baseline {
	clear: both;
	font-size: 65%;
	text-align: center;
	border-top: 1px solid #eb399a;
	margin: 1ex;
	padding: 1ex;
}

hr {
	height: 0px;
	border-top: 1px solid #eb399a;
	border-right: 1px none #eb399a;
	border-bottom: 1px none #eb399a;
	border-left: 1px none #eb399a;
}

dt {
	font-weight: bold;
	color: #562;
}

blockquote {
	border: 2px dotted #59acff;
	padding: 12px 16px;
	background-color: #eee;
	margin: 10px;
}

.center {
	text-align: center;
}

acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

del {
	color: #999;
}

ins {
	color: #099;
	text-decoration: none;
}

/* styles for common sidebar elements (left & right) */
.bSideBar {
	width: 200px;
	position: absolute;
	right: 0px;
	margin-top: 70px;
	background: transparent;
}

.bSideItem {
	font-size: 90%;
	overflow: hidden;
	background: transparent;
}

.bSideItem P {
        margin: 8px;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.bSideItem ul ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem FORM {
	margin-top: 10px;
	margin-bottom: 0px;
}

.bSideItem A {
	border: 0px;
        color: #b72231;
}

.dimmed {
	color: #aaa;
	font-size: 84%;
}

input.SearchField {
	background: transparent;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: .5ex;
	width: 160px;
}

/* these are the buttons used for the Search and Categories forms */
.fButton {
	font-size: 70%;
	color: #666;
	background-color: #eec;
	border: 1px solid #666;
	width: 80px;
	padding: 1px;
	border-spacing: 2px;
}

.fButtonOvr {
	font-size: 70%;
	text-align: center;
	color: #fff;
	background-color: #d8293a;
	border: 1px solid #666;
	width: 80px;
	padding: 1px;
}

/*  page header */
div.pageHeader {
	background: #fff url(img/lace-head.jpg) no-repeat;
	margin: 0px;
	height: 242px;
        width: 900px;
	text-align: center;
}

h1#pageTitle1 {
       text-align: center;
       color: #d8293a;
       padding-top: 40px;
}

/* real stuff for not-IE browsers */
body>div.pageHeader {
       margin-top: -22px;
}

/* left sidebar content */
#leftColumn {
	position: absolute;
	top: 220px;
	width: 250px;
	float: left;
}

.blogdesc {   
}

/* center content --- Blog entries   */
#centerColumn {
	position: absolute;
	padding-left: 250px;
	padding-right: 230px;
        width: 420px;
        margin-right: 0px;
        margin-top: 15px;
}

.bPostinfo {
	margin-left: 0px;
	background: transparent;
}


/* Styles for stories (center) */


.bPosts {
	vertical-align: top;
	float: left;
	margin-right: 200px; 
	margin-left: 0px;
}

.bPost, .bPostpublished {
	clear: both;
	background: transparent;
	margin: 10px;
	padding: 10px;
        border-bottom: 4px double #cccccc;
        width: 420px;
}

.bTitle {
	background: url(img/lace-btitle.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 6px;
        padding-left: 30px;
	color: #505050;
        text-align: left;
	font-size: 16px;
}

.bSmallHead {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999999;
	text-align: right;
        padding-right: 50px;        
}

.issueDate {
	font-size: 14px;
        font-weight: bold;
        color: #808080;
}

.bText {
	margin-top: 0px;
	margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
	line-height: 130%;
	background: url(img/lace-btext.gif) no-repeat right bottom;
        padding-bottom: 60px;
}

.bMore {
	text-align: center;
}

.bMore a {
	font-weight: bold;
	font-size: 110%;
}

.bSmallPrint, .bCommentSmallPrint {
	clear: both;
	font-size: 65%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Styles for comments */
.bComment {
	background: #ffeef4;
	margin: 8px;
	border: 1px dotted #eb399a;;
	padding: 8px;
        width: 410px;
}

.bCommentTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

.bCommentText {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*  right side bar content */
#rightColumn {
        position: absolute;
	float: right;
	top: 200px;
        width: 180px;
        left: 710px;
}

/* real stuff for not-IE browsers */
body>#rightColumn {
	width: 180px;
}

a.BlogButton {
	text-decoration: none;
	border: 1px solid #fff;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	background: #660;
}

a.BlogButtonCurr {
	text-decoration: none;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	background: #59acff;
}

a.BlogButton:link {
	color: #fff;
}

a.BlogButton:visited {
	color: #fff;
}

a.BlogButton:active {
	color: #fff;
}

a.BlogButtonCurr:link {
	color: #fff;
}

a.BlogButtonCurr:visited {
	color: #fff;
}

a.BlogButtonCurr:active {
	color: #fff;
}

a.BlogButton:hover {
	color: #fff;
	background: #59acff;
}

a.BlogButtonCurr:hover {
	color: #990;
}

#pageSubTitle {
	letter-spacing : 3px;
	text-align: center;
	font-size: 16px;
	padding: 6px;
        Padding-bottom: 4px;
        font-weight: bold;
        color: #262626;
}

/* real stuff for not-IE browsers */
.pageHeader>#pageSubTitle {
	margin-top: -5px;
}

div.stats {
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

fieldset .notes {
	font-size: 80%;
	color: #999;
}

/* styles for comment and profile forms */
form {
	margin: 0;
	padding: 0;
}

form.inline {
	margin: 0px;
	padding: 0px;
	display: inline;
}

fieldset.input {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset span.notes {
	font-size: 80%;
	color: #999;
}

input.large, textarea.large {
	width: 97%;
	margin-left: 0;
	margin-right: 0;
}

label.radiooption {
	margin-right: 1em;
}

/* 24/75% forms - Fast Forms */
form.fform fieldset {
	border: 1px solid #ddd;
	margin-bottom: 1ex;
	background: transparent;
	padding: .5ex 1ex;
}

form.fform fieldset fieldset {
	border: none;
	margin: 1ex;
	padding: 0;
}

form.fform div.label {
	float: left;
	width: 24%;
	text-align: right;
	font-weight:bold;
	margin: 0;
	padding-top: .5ex;
}

form.fform div.input {
	margin: 0 0 0 25%;
}

form.fform fieldset.input {
	margin: 0;
}

form.fform div.info {
	margin: 0 0 0 25%;
	padding-top: .5ex;
}

/* 18/80% forms: comments and profile */
form.bComment fieldset {/* one form line */
	border: none;
	margin: 2ex 0ex;
	padding: 0ex;
}

form.bComment fieldset label {
	font-weight: bold;
}

form.bComment fieldset div.label { /* label of form line */
	float: left;
	width: 20%;
	text-align: right;
	padding-top: .5ex;
	font-weight: bold;
}

form.bComment fieldset div.input { /* input zone of form line */
	margin: 0 0 0 22%;
}

form.bComment fieldset.input {
	margin: 0;
}

form.bComment fieldset div.info { /* info zone of form line */
	margin: 0 0 0 22%;
	padding-top: .5ex;
}

input.bComment, select.bComment, textarea.bComment {
	background: transparent;
	border: 1px solid #eb399a;
	padding: .5ex;
	width: 270px;
	margin: 0ex;
}

/* Styles for stats page */
div.statbloc {
	background-color: #ffe;
	margin: 0 2% 2ex 2%; 
	border: 1px solid #59acff;
	padding: 0;
}

div.statbloc h3 {
	background-color: #59acff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1ex;
	color: #fff;
	text-align: center;
}

.bMiddleSpacer {
	margin-left: 20px;
	position: absolute;
	right: 0px;
	margin-top: 70px;
	background: #eee;
}

table.invisible {
	margin: 1ex;
	border-collapse: collapse
}

table.invisible td {
	padding: 0ex 1ex;
}
td.right {
	text-align: right;
}

/* styles from blog_elements */
div.codeblock {
	background-color: #eee;
	border: 1px dotted #aaa;
	margin: 1ex;
	padding: 1ex;
	width: 90%;
	overflow: auto;
}

div.codeblock pre {
	margin: 0;
}

/* styles for images */
img {
	border: none;
}

img.top {
	vertical-align: top;
	border: 0px;
}

img.flag {
	vertical-align: middle;
	border: 1px solid #000;
}

img.middle {
	vertical-align: middle;
	border: 0px;
}

img.leftmargin {
	float: left;
	border: 0px;
	margin-right: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}

img.rightmargin {
	float: right;
	border: 0px;
	margin-left: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}

a.permalink_right {
	background-color: transparent;
	float: right;
	border: 0;
}

/* styles for the archive calendar */
caption.bCalendarCaption {
	margin: 3px;
}

table.bCalendarTable {
	margin: 3px;
	font-size: 11px;
	border: solid 1px #ccc;
	background: transparent;
	width: 90%;
	height: 110px;
}

tr.bCalendarRow {
	text-align: center;
}

th.bCalendarHeaderCell {
	font-size: 100%;
}

td.bCalendarCell{
	font-size: 11px;
}

td.bCalendarEmptyCell {
}

A.bCalendarLinkPost {
	font-size: 11px;
}

A .bCalendarLinkPost{
	font-size: 11px;
        background-color: aqua;
}

#bCalendarToday {
	background-color: #fae4e7;
}

/* styles for popup comments if used */
#contentcomments {
	margin: 0 0 50px 10px;
	padding: 10px;
}

#contentcomments input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #ccc;
}

#contentcomments textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
}

#pageTitle1 A{
       text-decoration : none;
       color : #b72231;
}

#leftColumn h3{
       background-image : url(img/lace-left1.jpg);
       background-repeat: no-repeat;
       height: 50px;
       margin-top : 22px;
       margin-left: -8px;
       width: 250px;
       text-align: left;
       padding-left: 25px;
       padding-top: 70px;
}

#leftColumn h5{
       background-image : url(img/lace-left1.jpg);
       background-repeat: no-repeat;
       height: 50px;
       margin-top : 22px;
       margin-left: -8px;
       width: 250px;
       text-align: left;
       padding-left: 25px;
       padding-top: 70px;
}

#leftColumn .bSideItem{
	padding-left: 8px;
        padding-right: 20px
}

#rightColumn h3{
      background-image: url(img/lace-right.gif);
      background-repeat: no-repeat;
      background-position : center bottom;
      padding-bottom: 6px;
      padding-left: 5px;
}

#rightColumn h5{
      background-image: url(img/lace-right.gif);
      background-repeat: no-repeat;
      background-position: center bottom;
      padding-bottom: 6px;
      padding-left: 5px;
}

#rightColumn .bSideItem{
      border-width: 1px;
      border-style: dotted;
      border-color: #b72231;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 8px;
      margin-top : 22px;
}

.bSmallHead A{
      color: #999999;
      font-weight: normal;
  
}
