/* 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 */

body {
	width: 840px ;
	background: #fff ;
	padding: 0px;
	margin: 0px auto 0px auto ;
	color: #000;
	font: 8pt Tahoma, serif;
}

a {
	color: #569;
}
a:visited {
	color: #000;
}
a:hover {
	color: #9ae;
}

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #78a;
	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 {
	background: white url(img/footer_bg_middle.png) repeat-y ;
	width: 830px;
	height: 40px ;
	margin: 0px auto 0px auto ;
	padding: 0px 0px 10px 0px;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
  font:90% Tahoma,Arial,Helvetica,sans-serif ;
	background-color: #b0b1b0;
	color: white ;
	padding: 1ex;
	margin: 0px auto ;
	width : 758px ;
}
p.baseline a,
p.baseline a {
	color: white ;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
div#copyright{
	width : 820px ;
	height: 82px ;
	margin : -14px auto ;
	background : transparent url(img/copy_bg.png) center bottom no-repeat ;
	text-align : center ;
}
div#copyright p {
  height:40px;
  padding-top:20px;
  margin-top: -16px;
  font-family:Tahona,Arial,Helvetica,sans-serif;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #fff ;
	width: 834px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	width : 840px ;
	height :  240px ; 
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	text-align: center;
	background: white url(img/head_bg.png) no-repeat ;
}

div.pageHeader h1 {
	background : transparent ;
	font-size: 250%;
  font-family:Tahoma,Arial,Verdana,sans-serif;
	font-weight: bold;
  margin-top: 72px;
  padding-bottom:0px;
  padding-left: 60px;
  height:32px;
}
.pageHeader .widget_core_coll_title h1 a {
	color: #f4b3d8 ;
	background-color : transparent ;
}

ul#menu-top {
  margin-top:60px;
  margin-left:-40px;
}
ul#menu-top li { display : inline;
	padding-left : 20px ;
	margin-right : 26px ;
	background: white url(img/arrow.gif) no-repeat left ;
	text-transform:uppercase;
  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold ;
  font-size:84%;
}
ul#menu-top li a { color : black ; 
	text-decoration : none ;
}
div.PageTop ul {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #9ae;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #78a;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	font: 109% Arial, Helvetica, sans-serif;

}

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

#container {
  display: inline-block;
 width: 802px;
 margin:-18px auto 0px auto ;
 /* background: white url(img/container_bg.png) top left repeat-y ;*/
 overflow:hidden;
} 

/* Styles for posts */
.bPosts {
  float:left;
	width: 490px;
	overflow: hidden;
	background: transparent url(img/bg_content.png) top right repeat-y ;
	margin : -10px 0px 0px 1px ;
  padding-top: 6px;
}
.bPosts, .bSideBar {
  padding-bottom:32767px !important;
  margin-bottom:-32767px !important;
}
:root #comments { position:absolute; }
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0px 1em 0px 0px;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	width : 92% ;
	color: white ;
	background : #b1b0b1 ;
	margin: 1ex auto ;
	padding : 0.4ex 1em 0.4ex 1em ;
	text-align : center ;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	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: #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 {
  float:left;
	width: 280px;
	margin : -10px 0px 0px 8px ;
	padding-left : 14px ;
  padding-top: 20px;
	overflow: hidden;
	background: transparent url(img/bg_content.png) top left repeat-y ;
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  z-index:1000;
}
.boxTop {
	background : transparent url(img/box_top.png) top center no-repeat ;
	width : 278px ;
	height : 26px ;
}
.boxBottom {
	background : transparent url(img/box_bottom.png) no-repeat ;
	width : 278px ;
	height : 26px ;
	margin-left: 1px;
}
.bSideItem {
	width : 278px ;
	margin: -10px 0px 0px 1px;
	padding: 0px 0px 2ex 20px ;
	background : transparent url(img/box_middle.png) repeat-y ;
  font-size:92%;
}
.bSideItem h3 {
  width:50%;
  display:inline;
  position:relative;
  top: -14px;
  padding-left:6px;
  padding-right:6px;
  margin-left: 10px;
  margin-right:auto;
  background-color: white;
  color:#939293;
  font-size:110%;
}
.bSideItem p {
  margin-bottom:1px;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
	list-style:square url(img/arrowar.gif) ;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem ul a {
	color : #fb805f ;
	background-color : transparent ;
	font-weight : bold ;
  text-decoration:none;
}
.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: 80%;
	margin: 0ex;
}

/* Special SideItems: */
.bSideItem.widget_plugin_evo_Calr,
.bSideItem.widget_core_coll_title,
.bSideItem.widget_core_coll_longdesc {
	/* background-color: #fee; */
	padding: 4px 10px ;
	width : 268px ;
}
.widget_plugin_evo_Calr {
	padding-top : 1ex ;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #f4b3d8 ;
	padding-left : 16px ;
}

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

img#img-about {
	float : left ;
	margin-right : 4px ;
}
hr.about {
	width : 60% ;
	margin : 12px auto ;
}
p.contact-info {
	padding-left : 1em ;
	margin-left: 1em ;
	height : 20px ;
}
p.contact-info img { float: left ; 
	margin-right : 4px ;}
#banners { 
	margin: -10px 0px 0px 1px;
	padding: 0px 0px 2ex 20px ;
}
