/*
 * Main page construct:
 */
body {
	background: #e0ddd0;
	margin: 0;
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #5F607F;
	text-decoration:none;
	font-size: 95%;
font-weight: bold;
}
a:hover {
	color: #7374A2;
	text-decoration:underline;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 2px solid #000000;
	margin: 0 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type:none;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #000000;
	font-weight:bold;
}
h2 {
	color: #7375A2;
	font-size: 160%;
	margin: 1ex;
}
h3 {
	color: #7375A2;
	font-size: 110%;
}
h4 {
	color: #7375A2;
	font-size: 105%;
}
}
h5 {
	color: #7375A2;
	font-size: 75%;
}
}
h6 {
	color: #FFFFFF;
	font-size: 75%;
}
/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}
.pageSubtitle {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 100%;
	color:#FFFFFF;
}
div.wrapper /* Main centered zone */
{
	color: #7F7F7F;
	font-size: 100%;
}
.bSmallHead {
	font-size: 70%;
}
.bPost {
	color: #000000;
	font-size: 100%;
}
