/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url(../../../rsc/basic.css);	/* Import basic styles */
@import url(../../../rsc/img.css);	/* Import standard image styles */
@import url(../../../rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../../rsc/forms.css);	/* Import default form styles */
@import url(../../../rsc/comments.css);	/* Import default comment styles */

/*
 * Main page construct:
 */
body {
	background: #F9F9FF url(img/bgbl.gif) repeat fixed center;
	padding: 1em;
	margin: 0;
	color: #000;
	font-family: Tahoma, Arial, Verdana;
	letter-spacing:1px;
}

*html div#wrapper /* Main white content zone */
{
	background: #F9F9FF url(img/flamand2.gif) no-repeat right bottom;
	width: 778px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #AA0078;
}

div#wrapper /* Main white content zone */
{
	background: #F9F9FF url(img/flamand2.gif) no-repeat right bottom;
	width: 778px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #AA0078;
}

div.pageHeader /* Title zone */
{
	margin: 1ex;
	padding-bottom: 61px;
	border-bottom: 1px dotted #000078;
	background: url(img/schwan-blog.gif) no-repeat left top;
}

*html .bPosts /* Left column */
{
	width: 58ex;
	float: left;
	overflow: visible;
}

.bPosts /* Left column */
{
	width: 54ex;
	float: left;
	overflow: visible;
}

.bSideBar /* Right column */
{
	width: 30ex;
	float: right;
    overflow: hidden;
	border-left: 1px dotted #000;
	padding-bottom: 240px;	/* Breathing space for background image */
}

div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex 272px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 66%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #AA0078;
	text-decoration:underline;
}
a:hover {
	color: #000078;
	text-decoration:none;
}

h2 {
	color: #AA0078;
	font-size: 18px;
	font-wight: lighter;
	margin: 1ex;
}
h3 {
	color: #AA0078;
	font-size: 110%;
}
h4 {
	color: #AA0078;
	font-size: 11px;
}
h1{ 
	color: #AA0078;
	font-size: 13px;
}

/*
 * Blog list on top:
 */
ul#bloglist {
    color: #AA0078;
	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;
	font-size: 14px;
}
a.BlogButtonCurr {
	color: #078;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 24px;
	font-weight: normal;
	color: #AA0078;
	margin: 0;
	padding: 0;
	text-align: right;
}
.pageSubTitle {
	letter-spacing: 3px;
	margin: 1ex 0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #000078;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0ex 0ex 0ex 2.5ex;
	padding: 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 68%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #AA0078;
	margin: 1ex 0;
}
.bText {
    font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 68%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: #E6E2D5;
	border: 1px solid #AA0078;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #000078;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	font-size: 70%;
	margin: 2ex;
	padding: 0 0 2ex 0;
	line-height: 13px;
}
.bSideItem ul {
	margin-left: 14px;
	padding-left: 8px;
	margin-top: -12px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {font-size: 11px;}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #AA0078;
	padding: .5ex;
	width: 90%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #AA0078;
	background-color: #D1CAB0;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #AA0078;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #AA0078;
}
table.bCalendarTable tfoot td {
	background-color: #D1CAB0;
	border-top: 1px solid #AA0078;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #AA0078;
	font-weight: lighter;
	font-size: x-small;
}
#bCalendarToday {
	background-color: #D1CAB0;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #F4F2EC;

}
