/* 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 {
	background: #d3d3d3 url(img/r66_bg.png) top repeat-x;
	padding: 1em;
	margin: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#wrapper /* Main white content zone */
{
	background: #fff /*url(img/flamand.gif) no-repeat right bottom*/;
	width: 720px;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #aaaaaa;
}

div.pageHeader /* Title zone */
{
	margin: 0;
	border-bottom: 2px solid #CC6600;
	height: 200px;
/*	padding: 4px;
	background: url(img/Route66.gif) no-repeat right top;*/
}

div.pageHeader-left {
	float: left;
	height: 200px;
	width:	460px;
	padding: 0;
	border: 0;
	background: url(img/header-right.jpg) no-repeat left top;
}

a:hover div.pageHeader-left {
	cursor: hand;
}

div.pageHeader-right {
	float: right;
	height: 200px;
	width:	260px;
	padding: 0;
	border: 0;
	background: url(img/header-left-old.jpg) no-repeat left top;
}

a:hover div.pageHeader-right {
	cursor: hand;
	background: url(img/header-left-new.jpg) no-repeat left top;
}

div.topMenu /* Title zone */
{
	margin: 0;
	padding: 0px 16px;
	border-bottom: 4px solid #CC6600;
	border-top: 2px solid #CC6600;
	font: 15px bold;
	color: #FFFFFF;
	background: #CC6600;
}

div.topMenu a, a:visited {
	color:#FFFFFF;
	font-weight: bold;
}
div.topMenu a:hover {
	color: #24B8FF;
	text-decoration:none;
}

div.trip_dates {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	padding: 2px 0 10px 0;
}

.bPosts /* Left column */
{
	width: 60ex;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 29ex;
	float: right;
	overflow: visible;
	border-left: 1px dotted #CC6600;
/*	padding-bottom: 250px;	 Breathing space for background image */
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex 240px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #CC6600;
}
p.baseline {
	font-size: 60%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #114488;
	text-decoration:none;
}
a:hover {
	color: #24B8FF;
	text-decoration:none;
}

h2 {
	color: #114488;
	font-size: 180%;
	margin: 1ex;
}
h3 {
	color: #114488;
	font-size: 16px;
}
h4 {
	color: #114488;
	font-size: 16px;
}

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


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 200%;
	font-weight: bold;
	color: #114488;
	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: 10px 0 0 0;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font: 11px italic;
	margin: 0ex 0 1ex 0;
}
.bTitle {
	color: #000;
	margin: 1ex 0 2px 0;
	font-size: 30px;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 12px;
	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 {
	font-size: 84%;
	margin: 2ex;
	padding: 0 0 2ex 0;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	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
{
	color: #aaa;
	font-size: 84%;
}
.bSideSearch {
	margin: 0px 4px 0 -1px;
	padding: 6px;
	border-left: 1px dotted #CC6600;
	border-bottom: 1px dotted #CC6600;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 198px;
	margin: 0 3px;
}
input.submit {
	font-size: 12px;
	background: #CC6600;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #114488;
	margin: 4px 0px 2px 154px;
}
input.submit:hover {
	color: #114488;
}


/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #114488;
}
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: #114488;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #114488;
	color:#FFFFFF;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #fff0f8;
}
