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

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */

body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	color:#3C414F;
	font: 84% Arial, Helvetica, sans-serif;
}

a {
	color: #174288;
}
a:visited {
	color: #174288;
}
a:hover {
	color: #4a6da7;
}


h2 {
	color: #522E1E;
	font-size: 180%;
	margin: 0;
}
h3 {
	color:#174288;
	font-size: 120%;
}
h4 {
	color: #78a;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color:#7c92b7;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 74%;
	color:#ffffff;
	padding: 1ex;
	margin: 0;
}

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

div#wrapper {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #4E5E7C ;
	border-right: 1px solid #4E5E7C ;
}

div.pageHeader {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #4E5E7C;
	text-align: right;
	background: #fff;
	background-image: url(img/home.jpg);
	height: 260px;
}

div.pageHeader h1 {
	color: #fff;
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 150px;
	visibility: hidden;
}

div.PageTop ul {
	background-color: #A3BFEF;
	border-bottom: 1px solid #4E5E7C;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #4E5E7C;
	display: inline;
	padding: .5ex 1em;
}

div.top_menu { display:none }

div.top_menu ul {
	background-color: #ddd;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.top_menu li {
	display: inline;
	padding: .5ex 0 .5ex 1em;
}
div.top_menu a {
	text-decoration: none;
	color: #000;
}
div.top_menu a:hover {
	text-decoration: underline;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color:#174288;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #336699;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #174288;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #174288;
}

.widget_core_coll_tagline {
	color:#3A4047;
	letter-spacing: 0px;
	text-align:right;
	vertical-align:top;
	border: 0px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
	width: auto;
	font-weight:700;
	font-size:16px;
}

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


/* Styles for posts */
.bPosts {
	float: left;
	width: 720px;
	overflow: hidden;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #64739B;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color:#939AAE;
	font-size: 80%;
	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:#FFFFFF;
	color:#336699;
	border: 1px solid #C7D7E2;
	font-weight: bold;
	padding: 1px;
}

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

/* Styles for sidebar (right) */
.bSideBar {
	width: 240px;
	float: right;
	overflow: hidden;
	background-color:#A3BFEF;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #fff;
}

.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
{
	color: #000;
	font-size: 84%;
}
input.SearchField
{
	background-color: #fff;
	border: 1px solid #C7D7E2;
	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;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #3C414F;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #fff;
	border-top: 1px solid #C7D7E2;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color:#405B73;
}
#bCalendarToday {
	background-color: #C8D3E1;
}

div.featured_post {
	margin: 0 2ex;
	padding: 0 1ex;
}
