/*
 * Main page construct:
 */
body {
	background: #F8FAFA;
	padding: 0px;
	margin: 0;
	color: #000;
	font-family: Verdana, sans-serif;
}

div#wrapper /* Main white content zone */
{
	background: #F8FAFA;
	position: absolute;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border: 1px none #000;
	overflow: visible;
}

div.topMenu /* Main white content zone */
{
	background: #F8FAFA;
	position:absolute;
	left:5px;
	top:60px;
	width:470px;
	height:17px;
	font-size: 10px;
	color: 999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: 999999;
	border-right-color: 999999;
	border-bottom-color: 999999;
	border-left-color: 999999;
	z-index: 2;
	border-bottom-style: dashed;
	font-weight: bold;




}



div.pageHeader /* Title zone */
{
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
	width:487px;
	height:57px;
	position:absolute;
	left: 0px;
	top: 0px;
	
}

div.holdSidebar /* holds categories and adds */
{
	margin: 0;
	padding: 0;
	width:286px;
	height:1200px;
	position:absolute;
	left: 476px;
	top: 60px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: 999999;
	border-right-color: 999999;
	border-bottom-color: 999999;
	border-left-color: 999999;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;



}

div.adSidebar /* inner ads and rss*/
{
	position:absolute;
	left:481px;
	top:48px;
	width:161px;
	height: 434px;
	margin: 0;
	padding: 0;
	z-index: 2;

}

.bSideBar /* right categories column */
{
	position:absolute;
	left:644px;
	top:64px;
	width:125px;
	height:394px;
	overflow: visible;
	border-left: 1px none #000;
	z-index: 2;

}

.bMore {
	font-size: 100%;
}



div.bPosts /* Left column */
{
	position:absolute; 
	left:9px;
	top:85px;
	width:465px;
	z-index:5;
	overflow: hidden;
}

div.clear {
	clear: both;
}

div#pageFooter {
	margin: 1ex 195px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #8b5656;
	text-decoration:none;
}
a:hover {
	color: #ce4848;
	text-decoration:none;
}
/*subtitles*/
h2 { 
	color: #588eb6;
	font-size: 10px;
	margin: 3px;
}
h3 {
	color: #333333;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;

}
h4 {
	color: #f09;
	font-size: 110%;
}

h5 {
	color: #333333;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
}

t1 {
	color: #111111;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pageSubTitle {
	letter-spacing: 4px;
	margin: 1px 0;
	font-size: 15px;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 4px;
	padding: 0;
	font-size: 13px;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 588eb6;

}
.bTitle {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: dddddd;
	border: 1px solid #8b5656;
	width: 95%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	font-size: 9px;
	margin: 2px;
	padding: 0 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	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: #dddddd;
	border: 1px solid dddddd;
	padding: 2px;
	width: 96%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 12px;
	color: 999999;


}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #f09;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #fac;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 10px;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #F5F5F5;
}
