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

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: 180%;
	background: transparent url(/images/BlogDateHeader.png) no-repeat;
	height:40px;
	width:800px;
	padding:5px;
}
h3 {
	color: #777780;
	font-size: 120%;
}
h4 {
	color: #777780;
	font-size: 110%;
}

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

q { quotes: none; }
q:before, q:after { content: ""; }

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: 985px;
	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 {
	position: relative;
	background-color: #eee;
	width: 985px;
	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 {
	margin-left: 10px;
	width: 750px;
	min-height:80%;
}

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

.bPost, .bPostpublished
{
	clear: both;
	border-bottom: 1px solid #ccc;
margin: 0 15px 10px 10px;
}

.bPost h3 {
	text-indent: -0.5em;
	margin-top:2em;
}

.bPost h3:first-child {
margin-top: 0.25em
}

.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;
	overflow: hidden;
	position: absolute;
	top: 85px;
	right: 0;
	border: 2px solid #ccc;
	border-width: 1px 0 2px 2px;
	background-color: #eee;
}
.bSideItem h3{
	padding: 5px 0 5px 1em;
	margin: 0;
	background: transparent url(/images/BlogSideHeader.png) no-repeat 10px 0;
}
.bSideItem {
	margin: 0 0 10px 0;
	padding-top: 0.5em;
	border-top: 1px solid #ddd;
}
.bSideItem p{margin:0 10px 0 3px}
.bSideItem ul {
	padding-left: 0.5em;
	margin: 8px 10px 8px 15px;
	list-style-type:square;
}


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

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

.bSideItem ul ul{
	margin-left: 2px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin: 0px 10px;
}
.bSideItem h4{margin:0.5em 0.7em 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:""}

div.codeblock,pre{
width:98%;
overflow:auto;
background-color:#e0e0e0;
border:1px solid #aaa;
padding:5px;
white-space: pre
}

.footer p{display:inline}

ins{color:#404066}
ins:before{content:"> "}
p{text-align:justify; font-size:10pt; line-height:12pt}
label, .textarea, .textbox, .lrgtextarea, .lrgtextbox {
	margin: 6px 4px;
	display: block;
	width: 150px;
	float: left;
}

.textarea {
	width: 250px;
	height: 100px;
}

.lrgtextarea {
	width: 400px;
	height: 200px;
}

.tickbox {margin: 10px}

label {
	text-align: right;
	width: 100px;
}

form br { clear:both}

ul.gallery { margin: 0 -15px 0 -10px; padding: 0; list-style: none; width: 500px }
ul.gallery:after { clear: both; display: block; content: " "; }
ul.gallery li { float: left; display: block; margin: 3px; padding: 0; list-style: none }

.flt { float: right; margin: 0.25em 0 0.25em 0.75em }
.semantic { display: none }

