/* Designed by Franâ¿s 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-color: #cf6;
	padding: 0px;
	margin: 10px 10px 0px 10px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 850px;
  }

p, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #093;
	font-size: 200%;
}

H2 {
  color: #cf6;
  font-size: 0;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  padding-top : 0px;
  padding-left : 60px;
  text-align : left;
  height : 35px;
  background-image : url(img/kugiri.gif);
  background-repeat : no-repeat;
}

h3 {
  background-repeat : no-repeat;
  font-size: 115%;
  color : #f0c;
  padding-left : 70px;
  padding-top : 10px;
  height : 35px;
  background-image : url(img/2title.gif);
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
  background-repeat : no-repeat;
  padding-top : 15px;
  padding-left : 20px;
}

.issueDate {
font-size: 200%;
}

p.baseline {
	clear: both;
	font-size: 65%;
	text-align: center;
	border-top: 0px solid #093;
	margin: 1ex;
	padding: 1ex;
}

hr {
	height: 0px;
	border-top: 1px solid #093;
	border-right: 1px none #093;
	border-bottom: 1px none #093;
	border-left: 1px none #093;
}

dt {
	font-weight: bold;
	color: #562;
}

blockquote {
	border: 2px dotted #093;
	padding: 12px 16px;
	background-color: #eee;
	margin: 10px;
}

.center {
	text-align: center;
}

acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

del {
	color: #999;
}

ins {
	color: #099;
	text-decoration: none;
}

/* styles for common sidebar elements (left&right) */
.bSideBar {
	width: 162px;
	position: absolute;
	right: 0px;
	margin-top: 70px;
	background: transparent;
}

.bSideItem {
	width: 162px;
	margin: 15px 10px 8px 25px;
	padding : 0px 0px 10px 5px;
	font-size: 90%;
	overflow: hidden;
        background-color: #fff;
  background-repeat : no-repeat;background-position : 1px -26px;
}

.bSideItem H3 {
	clear: left;
	margin-top: 0px;
	margin-bottom: 3px;
  padding-top : 25px;
  padding-left : 20px;
  color : #f39;
  padding-bottom : 10px;
  margin-left : -5px;
  height: 25px;
}

#leftColumn H3 {
background-image : url(img/l-komidashi.gif);
padding-right : 15px;
}


#rightColumn h3 {
background-image : url(img/r-komidashi.gif);
padding-bottom : 20px
;}

#leftColumn h5 {
background-image : url(img/l-komidashi.gif);
}

#rightColumn h5 {
background-image : url(img/r-komidashi.gif);
padding-bottom : 20px;
}

#rightColumn .bSideItem {
background-color: #ff0;
}

.bSideItem H5 {
	clear: left;
	margin-top: 0px;
	margin-bottom: 3px;
  padding-top : 25px;
  padding-left : 20px;
  color : #f39;
  padding-bottom : 10px;
  margin-left : -5px;
  height: 25px;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.bSideItem ul ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem a {
	border: 0px;
}

.dimmed {
	color: #aaa;
	font-size: 84%;
}

input.SearchField {
	background-color: #fff;
	border-width: 1px;
	border-color: #093;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* these are the buttons used for the Search and Categories forms */
.fButton {
	font-size: 80%;
	color: #666;
	background-color: #eec;
	border: 1px solid #666;
	width: 80px;
	padding: 1px;
	border-spacing: 2px;
}

.fButtonOvr {
	font-size: 80%;
	text-align: center;
	color: #eec;
	background-color: #093;
	border: 1px solid #666;
	width: 80px;
	padding: 1px;
}

/*  page header */
DIV.pageHeader {
  background-image : url(img/top.gif);
  background-repeat : no-repeat;
  height : 50px;
	padding: 10ex;
	text-align: right;
	margin: 0;
	margin-bottom: 0px;
}

h1#pageTitle1 {
  font-size : 40px;
  color : #960;
  margin-right: 80px;
  margin-top: -30px;
}

h1#pageTitle2 {
	color: #cc6600;
  font-size : 0px;
}

/* left sidebar content */
#leftColumn {
	position: absolute;
	left: 10px;
	top : 168px;
	width: 180px;
	background: transparent;
	float: left;
}



.blogdesc {
}

/* center content --- Blog entries   */
#centerColumn {
	position: absolute;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 50px;
	background: transparent;
        margin-top: -50px;
}

.bPostinfo {
	margin-left: 20px;
}

html>body #centerContent {
	margin-left: 180px;
	margin-right: 200px;
}

/* Styles for stories (center) */


.bPosts {
	vertical-align: top;
	float: left;
	margin-right: 200px; 
	margin-left: 0px;
}

.bPost, .bPostpublished {
	clear: both;
	background: #ffc;
	margin: 8px 10px 8px 20px;
	border: 0px solid #093;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
        width : 400px;
}

.bSmallHead {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #093;
}

.bTitle {
	margin-top: 8px;
	margin-bottom: 8px;
}

.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

.bMore {
	text-align: center;
}

.bMore a {
	font-weight: bold;
	font-size: 110%;
}

.bSmallPrint, .bCommentSmallPrint {
	clear: both;
	font-size: 65%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Styles for comments */
.bComment {
	background: #ffe;
	margin: 8px 10px 8px 10px;
	border: 1px dotted #093;
	padding-right: 8px;
	padding-left: 8px;
}

.bCommentTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

.bCommentText {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*  right side bar content */
#rightColumn {
	float: right;
	top : 170px;
	width : 180px;
	background: transparent;
  position : absolute;
  left : 650px;
}
/* real stuff for not-IE browsers */
body>#rightColumn {
	width: 210px;
}

a.BlogButton {
	text-decoration: none;
	border: 1px solid #fff;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	background: #660;
}

a.BlogButtonCurr {
	text-decoration: none;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	background: #093;
}

a.BlogButton:link {
	color: #fff;
}

a.BlogButton:visited {
	color: #fff;
}

a.BlogButton:active {
	color: #fff;
}

a.BlogButtonCurr:link {
	color: #fff;
}

a.BlogButtonCurr:visited {
	color: #fff;
}

a.BlogButtonCurr:active {
	color: #fff;
}

a.BlogButton:hover {
	color: #fff;
	background: #093;
}

a.BlogButtonCurr:hover {
	color: #990;
}

#pageSubTitle {
	color: #c60;
	text-align: right;
	margin-top: -18px;
	letter-spacing: 4px;
	border: 0px;
	padding-right: 100px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font: italic 90%;
}

/* real stuff for not-IE browsers */
.pageHeader>#pageSubTitle {
	margin-top: -5px;
}

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

fieldset .notes {
	font-size: 80%;
	color: #999;
}

/* styles for comment and profile forms */
form {
	margin: 0;
	padding: 0;
}

form.inline {
	margin: 0px;
	padding: 0px;
	display: inline;
}

fieldset.input {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset span.notes {
	font-size: 80%;
	color: #999;
}

input.large, textarea.large {
	width: 97%;
	margin-left: 0;
	margin-right: 0;
}

label.radiooption {
	margin-right: 1em;
}

/* 24/75% forms - Fast Forms */
form.fform fieldset {
	border: 1px solid #ddd;
	margin-bottom: 1ex;
	background-color: #fff;
	padding: .5ex 1ex;
}

form.fform fieldset fieldset {
	border: none;
	margin: 1ex;
	padding: 0;
}

form.fform div.label {
	float: left;
	width: 24%;
	text-align: right;
	font-weight:bold;
	margin: 0;
	padding-top: .5ex;
}

form.fform div.input {
	margin: 0 0 0 25%;
}

form.fform fieldset.input {
	margin: 0;
}

form.fform div.info {
	margin: 0 0 0 25%;
	padding-top: .5ex;
}

/* 18/80% forms: comments and profile */
form.bComment fieldset {	/* one form line */
	border: none;
	margin: 2ex 0ex;
	padding: 0ex;
}

form.bComment fieldset label {
	font-weight: bold;
}

form.bComment fieldset div.label { /* label of form line */
	float: left;
	width: 20%;
	text-align: right;
	padding-top: .5ex;
	font-weight: bold;
}

form.bComment fieldset div.input { /* input zone of form line */
	margin: 0 0 0 22%;
}

form.bComment fieldset.input {
	margin: 0;
}

form.bComment fieldset div.info { /* info zone of form line */
	margin: 0 0 0 22%;
	padding-top: .5ex;
}

input.bComment, select.bComment, textarea.bComment {
	background-color: #fff;
	border: 1px solid #093;
	padding: .5ex;
	margin: 0ex;
}

/* Styles for stats page */
div.statbloc {
	background-color: #ffe;
	margin: 0 2% 2ex 2%; 
	border: 1px solid #093;
	padding: 0;
}

div.statbloc h3 {
	background-color: #093;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1ex;
	color: #fff;
	text-align: center;
}

.bMiddleSpacer {
	margin-left: 20px;
	position: absolute;
	right: 0px;
	margin-top: 70px;
	background: #eee;
}

table.invisible {
	margin: 1ex;
	border-collapse: collapse
}}}}}

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

/* styles from blog_elements */
div.codeblock {
	background-color: #eee;
	border: 1px dotted #aaa;
	margin: 1ex;
	padding: 1ex;
	width: 90%;
	overflow: auto;
}

div.codeblock pre {
	margin: 0;
}

/* styles for images */
img {
	border: none;
}

img.top {
	vertical-align: top;
	border: 0px;
}

img.flag {
	vertical-align: middle;
	border: 1px solid #000;
}

img.middle {
	vertical-align: middle;
	border: 0px;
}

img.leftmargin {
	float: left;
	border: 0px;
	margin-right: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}

img.rightmargin {
	float: right;
	border: 0px;
	margin-left: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}

a.permalink_right {
	background-color: transparent;
	float: right;
	border: 0;
}

/* styles for the archive calendar */
caption.bCalendarCaption {
	margin: 3px;
}

table.bCalendarTable {
	margin: 3px;
	font-size: 84%;
	border: solid 1px #ccc;
	background: #fff;
}

tr.bCalendarRow {
	text-align: center;
}

th.bCalendarHeaderCell {
	font-size: 100%;
}

td.bCalendarCell{
	font-size: 84%;
}

td.bCalendarEmptyCell {
}
a.bCalendarLinkPost {
	font-weight: bold;
	font-size: 100%;
	color: #093;
	text-decoration: none;
}

/* styles for popup comments if used */
#contentcomments {
	margin: 0 0 50px 10px;
	padding: 10px;
}

#contentcomments input {
	margin: 1px;
	padding: 1px 1px 4px 1px;
	border: 1px solid #ccc;
}

#contentcomments textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
}
