/* 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 {
	background: #C4DF9B url(img/body-bg.png) repeat-x top left;
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: green;
}
a:visited {
	color: #000;
}
a:hover {
	color: green;
}

h1#pageTitle a {
	color: #E8781A;
	text-decoration: none;
}

h2 {
	color: #E8781A;
	font-size: 130%;
	margin: 0px 2ex 1ex 1em;
	border-bottom: 1px solid #78a;
}
h3 {
	color: #E8781A;
	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: #fff;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: transparent none repeat-y 0 0;
	width: 846px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding: 0px 20px;
	margin: 0 1px 1ex 1px;
	background: transparent url(img/header2.png) no-repeat top left;
  width: 826px;
  height: 140px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#logo { width: 273px; float: left ; margin-top: 30px; }

h1#pageTitle {
  font-size: 220%;
  font-weight: bold;
  margin: 0;
  padding:2px 0px 0px;
  color: #E8781A;
  background-color: transparent;
}

.pageSubTitle {
	color: #E8781A;
  background-color: transparent;
	vertical-align: middle;
	border: 0px;
	font-size: 109% ;

}
ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}


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

#leftSideBar  { float: left; }
#rightSideBar { float: right;  }

/* Styles for sidebar (right) */
.bSideBar {
  width: 180px;
  background: transparent url(img/bottomSideBar.png) no-repeat bottom left ;
  padding-bottom: 16px;
  font-size: 75%;
  overflow: hidden;
}
.topSideBar { background: transparent url(img/topSideBar.png) no-repeat top left ; height: 29px; margin: 0px auto; }
.midSideBar { background: transparent url(img/midSideBar.png) repeat-y ; margin: -14px auto 0px auto; }
.topSideBar h3 { padding: 1.4ex 0px; margin: 0px 0px 0px 0.2em; text-align:center; width: 96%; }
ol#recentPostsm, .bSideItem ol  { list-style-position: inside;}
ol#recentPosts, .bSideItem p, .bSideItem ol, .bSideItem ul { margin-top: 0px; padding: 1ex .5em .5ex 1em; }
/* Styles for posts */
.bPosts {
	float: left;
	width: 482px;
	overflow: hidden;
  background: transparent url(img/bottombPosts.png) no-repeat bottom left ;
  padding-bottom:46px;
}
.topbPosts { background: transparent url(img/topbPosts.png) no-repeat top left; height: 60px; }
.midbPosts { background: transparent url(img/midbPosts.png) repeat-y top left; }
div.action_messages {
	margin: 0 2ex;
}
div.action_messages * { margin-top: 0px; }
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
  background: #FFFFFF url(img/post-title-left-header.png) no-repeat scroll left top;
  min-height: 32px;
  color: white;
  margin:1ex auto 1ex 12px;
  line-height:18px;
  padding-left: 12px;
}

.bTitle span {
  display: block;
  min-height: 28px;
  padding-top: 10px;
  background:white url(img/post-title-right-header.png) no-repeat scroll right top;
  margin-right: 12px;
  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;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

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;
}

.bSideItem {
	margin: 1ex;
	padding: 2.5ex 0 2ex 0;
  width: 160px;
}
.bSideItem h4 { margin-left: 1.1em; }
.bSideItem ul {
  list-style-position:inside;
	margin-left: 1em;
	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;
}
.bSideItemTitle { margin-left: 1em; }
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 90%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	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: green;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}
p#joinus { text-align: center; padding-top: 2.8ex; }
#Navi .Navi_u1 .Navi_u1_l1 {
  padding-left: 0px;
  width: 122px;
}
.Site_Top_u2 { width: 510px; height: 36px; float:right; margin: 0px 30px 0px 0px;}
/* #blog-select-form { display: none ;  } */
#mywritingdesk-nav {margin-left:120px !important; }
#community-nav, #support-nav { margin-left: -4px !important; }
p.menu-item .bTitle { background: transparent none; }
#Blog_List1{width:155px; height:auto; margin:0px; padding:0px;}
#Blog_List1 .Blog_List1_u1{width:160px; height:auto; margin:0px 0px 0px 4px; padding:0px; display:inline; list-style-type:none;}
#Blog_List1 .Blog_List1_u1 input[type=text], #Blog_List1 .Blog_List1_u1 input[type=password] { width: 90%; }
ul.Site_Main_Right_u2 { list-style-type: none;
  height:auto;
  margin:0 auto;
  padding:0;
  width:155px;
}
.Site_Main_Right_u2 .My_u2_l1 {
  background:transparent url(img/Frame_Top.gif) no-repeat scroll 0 0;
  height:20px;
  margin:0 auto;
  padding:4px 0 0;
  text-align:center;
  width:155px;
}
.Site_Main_Right_u2 .My_u2_l2 {
  background:transparent url(img/Frame_Bg.gif) repeat-y scroll 0 0;
  height:auto;
  margin:0 auto;
  padding:0 0px 1px;
  width:155px;
}

.Site_Main_Right_u2 .My_u2_l3 {
  background:transparent url(img/Frame_Bot.gif) no-repeat scroll 0 0;
  height:16px;
  margin:0 auto;
  padding:0;
  width:180px;
}

.STYLE2 {
  color:white;
  font-size:12px;
  font-weight:bold;
  line-height:1;
  margin: 0px;
}

