/* Designed by Fran&#65533;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(forms.css);	/* Import default form styles */
@import url(comments.css);	/* Import default comment styles */

body {
 font-family: arial, sans-serif;
 padding: 0px;
 margin: 0px;
 color: #000;
 line-height: 16pt;
 letter-spacing: 0pt;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

h2 {
	color: #960018;
	font-size: 150%;
	margin: 0;
}
h3 {
	color: #960018;
	font-size: 120%;
}
h4 {
	color: #000;
	font-size: 100%;
	text-decoration: bold;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #f1f1f1;
	width: 760px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	text-align: center;
	font-size: 9pt;
	color: #666666;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding-top: 15px;
	padding-bottom: 8px;
	width: 760px;
	background: #fff url(images/bg.jpg);
}

h1#pageTitle, h1#pageTitle a:visited {
	font-size: 18pt; letter-spacing: 0pt;
	color: #960018;
	display: inline;
	line-height: 20pt;
}

.pageTitle, .pageTitle a:visited {
	font-size: 18pt; letter-spacing: 0pt;
	color: #960018;
	display: inline;
}

h1 a:link, a:visited {
	color: #960018;
}

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


.pageSubTitle {
	color: #666666;
	display: inline;
	font-size: 12pt;
}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

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

/* Styles for posts */
.bPosts {
	float: right;
	width: 580px;
	overflow: hidden;

	padding-right: 3px;
	background: #fff url(images/line.gif) repeat-y 0 0;

}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	background: #fff url(images/shadow02.gif) no-repeat;
	background-position: bottom;
	padding-bottom: 28px;
	height: auto;
}
.bSmallHead {
	font-size: 8pt; line-height: 10pt; letter-spacing: 0pt;
	text-align: right;
	color: #999999;
}
.bSmallHead a:link, .bSmallHead a:visited {
	color: #999999;
}
.bTitle, .bTitle a:link, .bTitle a:hover, .bTitle a:visited {
	color: #960018;
	font-size: 100%;
	display: inline;
	text-decoration: none;
}

.bText {
	font-size: 11pt; line-height: 16pt; letter-spacing: 0pt;
	color: #000;
}
.bText a:link, .bText a:visited
{
	/*text-decoration: underline;*/
	color: #960018;
}

.bSmallPrint
{
	font-size: 8pt; line-height: 10pt; letter-spacing: 0pt;
	text-align: right;
	color: #999999;
}
.bSmallPrint a:link, .bSmallPrint a:visited
{
	color: #999999;
	text-decoration: none;
}

input.bComment,
textarea.bComment
{
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	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;
}

/* Styles for sidebar (left) */
.bSideBar {
	width: 160px;
	float: left;
	padding-left: 5px;
	overflow: hidden;
}
.bSideItem {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 9pt;
	background: #fff url(images/shadow01.gif) no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
.bSideItem a:link, a:visited {
	color: #000;
}
.bSideItem h3 {
	font-size: 9pt;
}
.bSideItem ul {
	font-size: 9pt; line-height: 13pt; letter-spacing: 0pt;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;	
}

.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	border: 1px solid #ccc;
	padding: .5ex;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	margin: 0;
	padding: 0 0 0 0;
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
	font-size: 10pt;
}
table.bCalendarTable {
	margin: 0;
	padding: 0 0 0 0;
	border: solid 1px #ccc;
	border-collapse: separate; 
	font-size: 9pt;
	width: 140px;
}
.bCalendarLinkPost a {
	font-weight: bold;
}

table.bCalendarTable a:hover {
	background-color: #78a;
	color: #fff;
	font-size: 9pt;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: underline;
}

table.bCalendarTable tfoot a:hover {
	text-decoration: underline;
	background-color: #78a;
	color: #fff;
}
td.bCalendarCell {
	width: 0.3em;
	height: 0.3em;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}

.bMore a:link, .bMore a:visited, .bNextPage a:link, .bNextPage a:visited {
  font-size: 8pt; line-height: 10pt; letter-spacing: 0pt;
}

#blog_square {
	width: 100px;
	float: left;
	padding: 0.5em;
	overflow: hidden;
	font-size: 9pt;
	background-color: #eee;
	text-align: center;
	line-height: 10pt;
}

#blog_pic img {
	width: 100px;
	height:140px;
}

#blog_pic_small img {
	width: 48px;
	height:68px;
}

div.image_block {
	text-align: center;
	background-color: #fff;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.image_block img {
	margin: 0px;
}