/*
Designed by Francois PLANQUE - http://fplanque.net/ 
Heavily modified by IBBoard - http://www.ibboard.co.uk
*/

@import url(../../rsc/basic.css);	/* Import basic styles */
@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
@import url(../../rsc/comments.css);	/* Import default comment styles */

body {
	background: #999 url(/images/BlogBkg.gif) repeat-y 50% 0;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:84%;
}

a {
	color: #556;
}
a:visited {
	color: #334;
}
a:hover {
	color: #778;
}

a img{border-width:0}

p img{vertical-align:middle}

h1,h2,h3,h4{	margin: 0; line-height:1.15em }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color: #777780; text-decoration: none }
h2 {
	color: #777780;
	font-size: 160%;
background: transparent url(/images/BlogDateHeader.png) no-repeat;
height:40px;
width:500px;
padding:5px;
}
h3 {
	color: #777780;
	font-size: 120%;
}
h4 {
	color: #777780;
	font-size: 110%;
}

h3, h4 {
margin: 0.75em 0 0.1em;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #eee;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #777780;
}

div#wrapper {
	background-color: #eee;
	width: 746px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
padding:0 10px;
	margin: 10px 10px;
	background: #e0e0e0 url(/images/BlogHeader.png) no-repeat;
height:75px;
}

h1#pageTitle {
	color: #777780;
	font-size: 270%;
	font-weight: bold;
	padding: 0
}

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: #777780;
	letter-spacing: 2px;
	font-size: 109%;

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

/* Styles for posts */
.bPosts {
	float: left;
	width: 510px;
	overflow: hidden;
	border: 0 dashed #777780;
border-right-width:2px;
margin-left: 10px;
}

* html .bPosts{margin-left:5px}

.bPost, .bPostpublished
{
	clear: both;
	border-bottom: 1px solid #ccc;
margin: 0 15px 10px 10px;
}
.bSmallHead {
	font-size: 80%;
	margin: 2ex 0 1ex 0;
}

.bText{margin-right: 15px}

.bSmallPrint
{
	clear: both;
	color: #779;
	font-size: 80%;
	margin: 1ex 15px 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.reset {
	background-color: #e0e0e0;
	color: #777780;
	border: 1px solid #bbb;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover {
	color: #000;
	text-decoration: underline;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 220px;	
	float: right;
	overflow: hidden;
	margin-left:-5px;
}
.bSideItem h3{padding: 5px; margin:0}
.bSideItem {
	margin: 0 0 10px 5px;
	border-bottom: 1px solid #ddd;
background: transparent url(/images/BlogSideHeader.png) no-repeat;
}
.bSideItem p{margin:0 20px 0 5px}
.bSideItem ul {
	padding-left: 8px;
	margin: 8px 20px 8px 15px;
	list-style-type:square;
}


#links ul {
	margin-left: 8px;
	margin-top:5px;
	padding:0;
	list-style-type:none;
}

#links ul li{
	padding:2px 0;
	text-align:justify
}

.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin: 0px 10px;
}
.bSideItem h4{margin:5px 5px 0}
.bSideItem form ul {margin:0 5px;}
.bSideItem form p{margin:5px 0}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.5ex;
	margin: 0;
width:170px;
}

/* 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: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}

#pageFooter{font-size:8pt;text-align:center}
#pageFooter ul, #pageFooter li {display:inline; margin:0;padding:0}
#pageFooter ul {margin-left:0.4em}
#pageFooter li:before{content:"\b7\20"}
#pageFooter li:first-child:before{content:""}

pre, div.image, div.codeblock {
	width:98%;
	overflow:auto;
}

pre, div.codeblock {
	background-color:#e0e0e0;
	border:1px dashed #aaa;
	padding:1ex;
	white-space: pre;
	font-family: monospace
}

div.codeblock pre {
	margin: 0;
}

.footer p{display:inline}

ins{color:#404066}
ins:before{content:"> "}
p{text-align:justify; font-size:10pt; line-height:12pt}
img.flt { float:right; padding: 0.25em 0 0.25em 1em }

