/* b2Evolution-specific Styles */

@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 */
@import url(../../../AlwaysBlogging.css);	/* Import skin-specific styles */

table.invisible {
	margin: 1ex;
	border-collapse: collapse
}

table.invisible td {
	padding: 0ex 1ex;
}

td.right {
	text-align: right;
}

p.baseline {
	border-top: 1px solid /* #ddd */;
	text-align: center;
	font-size: 74%;
	padding: 1ex;
	margin: 0;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for posts */
.bPost, .bPostpublished {
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid;
}
.bSmallHead {
	font-size: 80%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	margin: 1ex 0;
}

.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint {
	clear: both;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment {
	border: 1px solid;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	border: 1px solid;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc {
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex; 
	border: 1px solid;
}

div.statbloc h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	padding: 1ex;
}

input.submit,
input.reset {
	border: 1px solid;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover {
	text-decoration: underline;
}

/* Styles for sidebar (right) */

.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid;
}

.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 {
	font-size: 84%;
}

input.SearchField {
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	border-top: 1px solid;
}

table.bCalendarTable tfoot a {
	text-decoration: none;
}
