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

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

/*
 * Main page construct:
 */
body {
	background-color:rgb(255,255,255);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding: 0px;
	margin: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	align: left;
}


div#container
{
margin-left: 100%; 
margin-right: 100%;
}


div#wrapper /* Main white content zone */
{
	background: #fff;
	width: 570px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000;
	align: left;
}

div.pageHeader /* Title zone */
{
	margin: 0ex;
	padding: 0;
		
	
	background-repeat: no-repeat;
	background-position: right top;
}


.bPosts /* Left column */
{
	width: 570px;
	overflow: hidden;
	padding-bottom: 250px;
	align: left;
}

.bSideBar /* Right column */
{
	width: 0ex;
	float: right;
	overflow: hidden;
	
	padding-bottom: 250px;	/* Breathing space for background image */
}
div.clear {
	clear: both;
}
div#pageFooter {
	
	padding:0;
	padding-bottom: 250px;	
	
}
p.baseline {
	font-size: 70%;
	text-align: left;

}

/*
 * General styles:
 */
a,
a:visited {
	color: #666666;
	text-decoration:none;
}

h2 {
	color: #666666;
	font-size: 120%;
	
}
h3 {
	color: #666666;
	font-size: 100%;
}
h4 {
	color: #666666;
	font-size: 100%;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	
	
	padding: 0;
	list-style-type:none;
	
}
ul#bloglist li {
	display: inline;
	
}
a.BlogButtonCurr {
	color: #C0C0C0;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pageSubTitle {
	letter-spacing: 4px;
	
	font-size: 109%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0;
	padding: 0;
}
div.separator {
	text-align:left;

}
.bSmallHead {
	font-size: 78%;

}
.bTitle {
	color: #000;

}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	
}

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;

	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	
	margin: 0ex;
}


/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	font-size: 84%;
	margin: 2ex;
	
}
.bSideItem ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* 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: #666666;
}
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: #CCCCCC;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #CCCCCC;
}

/*
 * 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: #ffffff;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3EC1FF;
	text-decoration: none;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.mainBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6DD0FF;
	text-decoration: none;
}
.mainSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.mainTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

