/* Designed by François PLANQUE http://fplanque.net/ */

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

div.main {
	margin-right: 0px;
	margin-left: 0px;
}

/* Styles for main area (left) */
h2 {
	margin-left: 8px;
}

/* Styles for posts */
.bPosts {
	vertical-align: top;
	float: left;
	width: 66%;
	overflow: hidden;
}
.bPost, .bPostpublished, .bPostprivate, .bPostprotected, .bPostdraft, .bPostdeprecated
{
	clear: both;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.bPost, .bPostpublished
{
        border: 1px dashed #000000;
}
.bPostSide
{
	margin-bottom: 8px;
}
.bSmallHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #339999;
}
.bTitle {
	margin-top: 8px;
	margin-bottom: 8px;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bMore
{
	text-align: center;
}
.bMore a
{
	font-weight: bold;
	font-size: 110%;
}
.bSmallPrint,
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Styles for comments */
div.bComment {
	border-color: #33CCCC; /* override */
}

/* Styles for comment form */
input.bComment, 
textarea.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin-left: 2%; 
	margin-right: 0%; 
	margin-bottom: 2ex;
	border: 1px solid #33BBBB;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #33BBBB;
	padding: 1ex;
}


/* Styles for sidebar (right) */
.bSideBar {
	width: 33%;
	vertical-align: top;
	float: right;
	overflow: hidden;
}
.bSideItem {
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dashed #CCCCCC;
	padding: 8px;
}
.bSideItem h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.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: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin: auto;
	white-space: nowrap;
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
}
td.bCalendarCell
{
}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday
{
	background-color: #DEF;
}

/*
 * Display status of protected/private/deprecated posts
 * Added by CaptSolo
 */
.bPostprotected {
        border: 1px dashed #e9f;
        background-color: #f8f0f0;
}

.bPostprivate {
        border: 1px solid #f99;
        background-color: #fff0f0;
}

.bPostdraft {
        border: 1px dashed #CCCCCC;
        background-color: #EEEEEE;
}

.bPostdeprecated {
        border: 1px dashed #aaa;
        background-color: #ddd;
        color: #999;
}


