.bText p {text-align:left}

/* Designed by François PLANQUE http://fplanque.net/ */

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

.wrapper {
	width: 99%;
	margin: 0 auto;
	padding: 1px;
}

.main
{
	width: 75%;
	float: left;
	overflow: hidden;
}
.mainNewsletter
{
	width: auto;
}

.bSideBar
{
	width: 22ex;
	float: right;
	overflow: hidden;
}
.bSideBarNewsletter .bSideItem h3 {margin-top:0; padding-top:0; border-top:none}

.baseline {clear:both}

.top_menu {float:left; display:inline}
.NavButton2 {display:none}
#pageTitle {margin-top:4px}
.pageSubTitle {font-style:italic; margin:0 0 8px 20px}

.bSideItem ul {font-size:.9em; list-style:url(../../../_img/site/arrow.gif) circle;}
.bSideItem form {font-size:.9em}
.bSideItem h3 {margin-top:8px; padding-top:8px; border-top:1px solid #ccc}
li {text-align:left}

.bPosts h2 {font-weight:normal; margin-bottom:4px}
.bSmallHead {font-size:84%; margin-bottom:8px; color:#999}
.bTitle {font-weight:bold}
.bSmallPrint {font-size:84%; margin:8px 0; padding:8px 0; color:#999; border-bottom:1px solid #ccc}
.videoblock {margin:12px auto}
.videoblock a {display:none; color:#fff !important}

table.prevnext_post {border:solid #ccc; border-width:1px 0; margin-bottom:8px; width:99%}
table.prevnext_post td {font-size:.9em}

/* Styles for Calendar: */
table.bCalendarTable caption
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
/*	margin: auto;*/
	white-space: nowrap;
	background-color: #E5E0C3;
}
table.bCalendarTable
{
/*	margin: auto;*/
	font-size: 84%;
	border: solid 1px #ccc;
}
table.bCalendarTable tfoot
{
	background-color: #E5E0C3;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
	background-color: #E5E0C3;
}
td.bCalendarCell
{
	border: solid 1px #fff;
}
td.bCalendarEmptyCell
{
	border: solid 1px #fff;
}
.bCalendarLinkPost
{
	font-weight: bold;
	border: solid 1px #ccc;
}
#bCalendarToday
{
	border: solid 1px #fff;
	background-color: #E5E0C3;
}
td#prev,
td#next {
	font-weight: bold;
	font-size: 105%;
	padding: .5ex;
	white-space: nowrap;
	background-color: #E5E0C3;
}
td#prev a,
td#next a {
	padding: .5ex;
}
td#prev {
	text-align:left;
}
td#next {
	text-align:right;
}

/* Should be included in basic.css */

div#evo_toolbar {
	background-color: ThreeDFace;
	color: ButtonText;
	border-top: 1px solid ThreeDHighlight;
	border-bottom: 1px solid ThreeDShadow;
	text-align: left;
	margin: -20px 0 12px 0;
	/* font: menu; /* -- poorly supported */
	font-size: 11px;
	font-family: "Microsoft sans serif", sans-serif, Arial, Helvetica;

}
div#evo_toolbar a {
	border: 1px solid ThreeDFace;
	color: ButtonText;
	text-decoration: none;
	padding: 2px 1ex;
}
div#evo_toolbar a:hover {
	border-top-color: ThreeDHighlight;
	border-left-color: ThreeDHighlight;
	border-bottom-color: ThreeDShadow;
	border-right-color: ThreeDShadow;
}
div#evo_toolbar .actions_left {
	padding: 4px;
}
div#evo_toolbar .actions_right {
	padding: 4px;
	float: right;
}

div#evo_toolbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#evo_toolbar li {
  display: inline;
}
div#evo_toolbar li ul {
  position: absolute;
	z-index: 100;
	background-color: ThreeDFace;
	border: 1px solid;
	padding: 1px;
	border-top-color: ThreeDHighlight;
	border-left-color: ThreeDHighlight;
	border-bottom-color: ThreeDShadow;
	border-right-color: ThreeDShadow;
	width: 25ex; /* prevent page wide dropdowns in IE6; nicer hover in IE7 */
}
div#evo_toolbar li.menu_open ul {
	display: block;
}
div#evo_toolbar li.menu_close ul {
	display: none;
}
div#evo_toolbar li.menu_open:hover ul,
div#evo_toolbar li.menu_close:hover ul {
	display: block;
}
div#evo_toolbar li ul li {
	display: block;
	padding: 0 4ex 0 0;
	white-space: nowrap;
}
div#evo_toolbar li ul li a {
	display: block;
	padding: 4px 2ex;
	border: none;
	width: 100%;
}
div#evo_toolbar li ul li a:hover {
	background-color: Highlight;
	color: HighlightText;
}
div#evo_toolbar.evo_toolbar_safari li ul li a:hover {
	background-color: #36d;
}
div#evo_toolbar li.separator {
	padding: 0;
}
div#evo_toolbar hr {
	display: block;
}

div#evo_toolbar .time {
	margin: 0 1ex;
	color: GrayText;
}