/* Designed by François 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 */
@import url(../../../css/ebg3.css);	/* Import default comment styles */

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}

h4 {
	color: #78a;
	font-size: 110%;
}

h3{font-size:16px;font-weight:normal;font-style:normal;font-variant:normal;margin-top:0px;margin-bottom:12px;color:#333333;}
h5{font-size:22px;font-weight:normal;font-style:normal;font-variant:normal;margin-top:0px;margin-bottom:12px;color:#333333;}

h5 a:link, h5 a:visited {color:#333333;text-decoration:none;}
h5 a:hover {text-decoration:underline;}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}


hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #fff;


	width: 780px;
	margin: 0 auto;
	padding: 0;
}

/* Styles for main area (left) */
h2 {
	margin: 1ex;
	border-bottom: 1px solid #78a;
}


/* Styles for posts */
.bPosts {
	float: right;
	width: 600px;
	overflow: hidden;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 12px;
	color: #999;
	margin: 1ex 0 1ex 0;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
	border-bottom: 1px solid #ddd;


}
.bText {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2ex;
	list-style-image:  url(img/list-arrow-right.gif);
}

.bText p {margin:1em !important;}

.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 10px;
	margin: 1ex 0 2ex 0;
}

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


input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 165px;
	border-right: 1px solid #ccc;
	float: left;
	overflow: hidden;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #ddd;
	padding-left: 40px;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-image:  url(img/list-arrow-right.gif);
}
.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: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	/* background-color: #fee; */
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #78a;
}

.widget_core_coll_category_list {
	background: url('img/eb-categories.jpg') no-repeat;
}
.widget_core_user_tools{
	background: url('img/eb-usertools.jpg') no-repeat;
}
.widget_plugin_evo_Arch {
	background: url('img/eb-archives.jpg') no-repeat;
}
.widget_core_coll_xml_feeds {
	background: url('img/eb-rssfeed.jpg') no-repeat;
}