/* 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.png) repeat-y 50% 0; */
	/* background-color: #532; */
/*	background-image: url(http://www.joe-kucera.com/skins/custom/img/bg_red-brown3.png); */
	/* winter special */
	background-image: url(http://www.joe-kucera.com/skins/custom/img/omt_bg_top_xmas_red-brown3.png);

	background-color: #873611;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;

	padding: 0px;
	margin: 0px;
	color: #000;
	text-align:center;
	/* font: 84% Arial, Helvetica, sans-serif; */
	/* font: 84% "Andale Sans UI", "Andale Sans", Arial, Helvetica, sans-serif; */
	font: 84% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* line-height: 120%; */
}

a {
	color: #b85;
}
a:visited {
	color: #532;
}
a:hover {
	color: #532;
}

h1#pageTitle a {
	color: #fff;
	text-decoration: none;
}
h1#pageTitle a:hover {
	text-decoration: underline;
}

h2 {
	color: #963;
	font-size: 150%;
	/* margin: 0; */
}
h3 {
	color: #963;
	font-size: 120%;
}
h4 {
	color: #963;
	font-size: 110%;
}

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 #db7;
	text-align: center;
	font-size: 74%;
	color: #db7;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #963;
}

div#wrapper {
	background: #fff url(img/bg_content.gif) repeat-y 0 0;
	/* background-color: ; */
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

ul#bloglist {
	background-color: #db7;
	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,
a.BlogButton:visited {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #532;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #532;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #532;
}

div.pageHeader {
	padding: 0;
	margin: 0 1px 0 1px;
	/* border-bottom: 1px solid #db7; */
	/* text-align: center; */
	background: #963;
}

div.pageHeader * {
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

#pageTitleCell{
	width: 100%;
	vertical-align: bottom;
	padding-top: 40px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 2.4ex;
}

h1#pageTitle {
	color: #fff;
/*	font-size: 290%; */
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 45px;
/*	text-decoration: underline; */
/*	text-shadow: 0px 0px 10px #873611; */
/*	text-shadow: 0px 0px 10px blue, 5px 5px 0px red; */
/*	text-shadow: 0px 0px 10px #db7; */
	text-shadow: 2px 2px 2px #532, 0px 0px 10px #db7, 0px 0px 30px #db7, 0px 0px 1px #fff;
/*	text-shadow: 0px 0px 15px #db7, 0px 0px 10px #db7; */
/*	text-shadow: 0px 0px 80px #fea; */
}

.pageSubTitle {
	color: #532;
	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; */
	font-size: 109%;
}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for main area (left) */
/* h2 {
	margin: 1ex;
	border-bottom: 1px solid #963;
} */

/* Styles for posts */
.bPosts { /* width+margin/padding must not be more than 480px ! */
	float: left;
	width: 460px;
	overflow: hidden;
	/* background: #db7; */
	/* color:#fff; */
	padding: 0 10px;
	margin: 0;
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished, .bPosts .bSideItem
{
	clear: both;
	margin: 2.5ex 1.2ex 5ex 1.2ex;
	padding: 0;
	border-bottom: 1px solid #db7;
	/* border: 1px solid #963; */
}
.bSmallHead {
	font-size: 80%;
	color: #db7;
	margin: 2ex 0 1ex 0;
}
.bListTitle {
	color: #963;
	margin-top: 1ex;
	border-bottom: 1px solid #963;
}
.bDate {
	color: #963;
	margin: 0;
}
.bTitle, .bPosts .bSideItem h4 {
	color: #963;
	margin: 0;
	/*border-bottom: 1px solid #963; */
	background-color: #fea;
	font-size: 150%;
/*	text-shadow: 1px 1px 1px #532; */
/*	text-shadow: 1px -1px 3px #db7; */
	text-shadow: 1px 1px 3px #db7;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #db7;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #fea;
	border: 1px solid #c96;
	width: 297px;
	padding: 2px;
	margin: 0ex;
	font: 100% Arial, Helvetica, sans-serif;
}
select.bComment  /* Used by the profile form */
{
	background-color: #fea;
	border: 1px solid #c96;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #963;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #963;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	background-color: #db7;
	color: #963;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 259px;
	float: right;
	overflow: hidden;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #db7;
}
.bSideItem h4 {
	font-size: 120%;
}
.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%;
}
input.SearchField
{
	background-color: #fea;
	border: 1px solid #c96;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #c96;
	background-color: #fea;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #c96;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #fea;
	border-top: 1px solid #c96;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #963;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #db7;
}
#bCalendarToday {
	background-color: #fea;
	/* border: solid #db7 1px; */
}

/* Style for post_url*/
a.post_url, a.post_url:visited
{
	color: #963;
}

a.post_url:hover
{
	color: #532;
}

/* Styles for Linkblog in main area */
/* ###see .bPostPublished
.bPosts .bSideItem
{
	clear: both;
	margin: 2.5ex 1.2ex 5ex 1.2ex;
	padding: 0;
	border-bottom: 1px solid #db7;
}
*/

/* ###see .bTitle
.bPosts .bSideItem h4
{
	color: #963;
	margin: 0;
	border-bottom: 1px solid #963;
	background-color: #fea;
	font-size: 150%;
}
*/


.bPosts .bSideItem li
{
	font-size: 120%;
}

.bPosts .bSideItem li blockquote
{
	font-size: 80%;
}

/* style for flags for language-selection */
#localeFlags {
	text-align: right;
}
#localeFlags form {
	display: inline;
/*	margin-left: 1px; */
}
#localeFlags form input {
	border: 1px solid #532;
}

