/* Designed by François 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: #fff url(img/bg.jpg) repeat-y top left;
	padding: 32px;
	margin: 0px;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	
}

a {
	color: #569;
}
a:visited {
	color: #000;
}
a:hover {
	color: #9ae;
}

h1#pageTitle a {
	color: #fff;
	text-decoration: none;
}
h1#pageTitle a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	border: 0px;
	display: inline;
	background-color: #91820d;
	padding: 1px 2px 1px 2px;
	margin: 10px 10px 0 15px ;
	color: #fff;
}

h3 {

	font-size: 25px;
	font-weight: lighter;
	line-height: 1;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	color: #a4a74e;

}
h4 {
	font-size: 11px;
	font-weight: normal;
	border: 0px;
	display: block;
	background-color: #a4a74e;
	padding: 1px 2px 1px 2px;
	margin: 10px 0 10px 0;
	color: #fff;

}


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

#logo{
	float: left;
	margin-bottom: 20px;
	height: 87px;
	width: 233px;
	}
	
div.image_legend {        
 	color: #5c2203;        
 	font-size: 12px;
 	margin: 5px 0 0 0;
 	font-style: italic;
	}
	
#imprint{
	font-size: 11px;
	display: block;
	color: #dfd8ae;
	margin: 12px 0 0 0;
	border: 1px solid #000;
	width: 539px;
	}
	
#imprint a{
	background-color: #dfd8ae; 
	padding: 2px 5px 3px 5px;
	color: #321e0c;
	text-decoration: none;
	}
	
#imprint a:hover{
	background-color: #321e0c; 
	color: #dfd8ae;
	padding: 2px 5px 3px 5px;
	}


div#wrapper {

	width: 773px;
	margin: 0;
	padding: 0;
}

div.pageHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #78a;
}

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

ul#bloglist {
	margin: 0 1px 0 0;
	padding: 0;
	list-style-type:none;
	padding: 0;
}

ul#bloglist li {
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
	letter-spacing: -1px;
}

ul#bloglist li a{
	display: inline;
	padding: 1px 2px 1px 2px;
	background-color: #dfd8ae;
	text-decoration: 0;
	font-size: 17px;
	text-transform: uppercase; 
	font-weight: bold;
	color: #321e0c;
}
ul#bloglist li a:hover{
	display: inline;
	padding: 1px 2px 1px 2px;
	background-color: #b23400;
	text-decoration: none;
	color: #fff;
}

ul#bloglist li a.BlogButtonCurr{
	display: inline;
	padding: 1px 2px 1px 2px;
	background-color: #321e0c;
	text-decoration: none;
	color: #dfd8ae;
}

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: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

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

.notes{
	color: #000;
	}

/* Styles for main area (left) */


/* Styles for posts */
.bPosts {
	float: left;
	width: 539px;
	overflow: hidden;
	background: #e0dda1;
	line-height: 17px;
	/*color: #5c2203;*/
	color: #0000;
	padding-top: 20px;
}

.bPosts a{
	color: #321e0c;
	text-decoration: none;
	font-weight: bold;
	}
	
.bPosts a:hover{
	border-bottom: 1px dotted #fff;
	}
	
	
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #bdbdbd;

	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}

.bSmallHead h2{
	font-size: 11px;
	font-weight: normal;
	border: 0px;
	display: inline;
	background-color: #a4a74e;
	padding: 1px 2px 1px 2px;
	margin: 0px 0 10px 0;
	color: #fff;
	}
	
.bSmallHead h2 a{
text-decoration: none;
font-size: 11px;
font-weight: normal;
}

.bSmallHead h2 a:hover{
color: #fff;
border: 0;

}
	
.bTitle {
	color: #5c2203;
	margin: 20px 0 20px 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

.bComment{
	width: auto;

	}

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.preview,
input.reset {
	background-color: #64584d; 
	color: #fff; 
	border: 0;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 4px 0 4px;
}

input{
	font-family: arial;
	}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 227px;
	float: right;
	overflow: hidden;
	margin: 0; 
	padding: 0;
	/* background: #900; */
	font-size: 11px;
	color: #000;
}
.bSideItem {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #e0dda1;
}
.bSideItem ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type:none;
}

.bSideItem li{
	margin-bottom: 4px;
}

.bSideItem li a {
	padding: 0px 2px 1px 2px;
	background-color: #64584d;
	text-decoration: none;
	color: #fff;
}

.bSideItem li a:hover {
	color: #fff;
	background-color: #321e0c;
	text-decoration: none;
}


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

.bSideBar h3{
	font-size: 18px;
	font-weight: lighter;
	margin: 0;
	padding: 1px 4px 1px 4px;
	display: inline;
	color: #5c2203;
}

.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #b4b967;
	border: 1px solid #9ca152;
	padding: .5ex;
	width: 96%;
	height: 12px;
	margin: 0 0 3px 0ex;
	font-size: 11px;
}

input.submit {
	background-color: #64584d; 
	color: #fff; 
	border: 0;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 4px 0 4px;
	}
	
input.button {
	background-color: #eee; 
	border: 1px;
	border-color: #fff;
	}

/* Calendar: */
caption.bCalendarCaption {
	
	background-color: #64584d;
	border-bottom: 1px solid #4c3e32;
	text-align: center;
	text-transform: uppercase; 
}

caption.bCalendarCaption a{
	color: #fff;
	} 

table.bCalendarTable {
	border-collapse: separate;
	width: 100%;
}
table.bCalendarTable tfoot td {
	padding-bottom: 15px;
	border-top: 1px solid #4c3e32;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	background-color: #64584d;
	color: #fff;
}
table.bCalendarTable tfoot a:hover {
	background-color: #321e0c;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #5c2203;	
}
#bCalendarToday {
	background-color: #a4a74e;

}
#bCalendarToday a{
	color: #000000;
	text-decoration: none;
	}


div.image_block {
	/* WARNING: this will screw out backoffice layout (fulltext edit screen) in firefox! 
		overflow: hidden; */
	text-align: left;
	margin: 0;
	padding: 0;
}

div.image_block img{
	border: 5px solid #4c3e32;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
div.image_block_right {
	/* WARNING: this will screw out backoffice layout (fulltext edit screen) in firefox! 
		overflow: hidden; */
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
}
div.image_block_right img{
	border: 5px solid #dbdbdb;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
#rating_width{
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}