/* Designed by Francois 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 */

/*
 * Main page construct:
 */
body {
	color: #000;
	font-family: georgia,garamond,serif;
	font-size: 12px;
	background-color: #AFAFAF;
	margin: 0;
    padding: 0;
}
#bg_head{
	background-image: url('./img/bghead.png');width: 1008px;margin: 0 auto 0px auto;
}
#bg_foot{
	background-image: url('./img/bgfoot.png');
	width: 1008px;
	margin: -20px auto 0px auto;
}

div#wrapper /* Main white content zone */
{
	margin-left:18px;
	width:970px;
}
#container{
	background-image: url('./img/bg.png');
	
	margin: 0 auto 20px auto;
	text-align: justify;
	width: 1008px;
	position: relative;
	/*border: 1px solid;*/
	
}
#content{
	margin-left:18px;
}
#header{
	table-layout:fixed;
	width: 970px;
	border-bottom-color: #AFAFAF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#space{
	height: 5px;
}

td.hleft{
	text-align: left;
	vertical-align: bottom;
}

td.hcenter{
	text-align: center;
	vertical-align: bottom;
}



div.pageHeader /* Title zone */
{
	margin: 1ex;
	padding: 0;
	border-bottom: 1px dotted #000;
	background-image: url(img/birds.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.bPosts /* Left column */
{
	width: 760px;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 189px;
	height: 1000px;
	float: right;
	overflow: hidden;
	border-left-color: #AFAFAF;
	border-left-style: solid;
	border-left-width: 1px;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex 195px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {

	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a{
	color: #00355E; /*#004276;*/
	text-decoration: none;
	font-weight: bold;
}

a.small{
	color: #00355E; /*#004276;*/
	text-decoration: none;
	font-weight: normal;
}

a:hover, a.small:hover{
	text-decoration: underline;
}

a:visited, a.small:visited{
	color: #00355E; /*#666699;*/
}

h1, h2, h3 {
	font-family: georgia, "times new roman", serif;
	line-height: 1.5em;
	margin: 1ex;
	padding: 0;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}
h3.season {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pageSubTitle {
	letter-spacing: 4px;
	margin: 1ex 0;
	font-size: 109%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	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 sidebar (right) 
 */
.bSideItem {
	margin: 2ex;

}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	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;
}
.dimmed
{
	font-size: 11px;
	color: #aaa;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	font-size: 11px;
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #00355E;
	font-weight: bold;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	font-weight: bold;
}
table.bCalendarTable tfoot a:hover {
	background-color: #e2eef8;
	font-weight: bold;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #e2eef8;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{

}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #eff6fb;
}
