/* Original Design 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-image: url(img/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font: 84% Arial, Helvetica, sans-serif;
}

a {
	color: #585858;
        text-decoration: none;
}
a:visited {
	color: #585858;
        text-decoration: none;
}
a:hover {
	color: #cc6666;
        text-decoration: none;
}

h2 {
	color: #d4d4d4;
	font-size: 140%;
	margin-top: 0;
        margin-bottom: 0;
        padding-left: 6px;
}
h3 {
	color: #d4d4d4;
	font-size: 100%;
        background: #000000;
        margin: 0px;
        padding-left: 4px;

}
h4 {
	color: #d4d4d4;
	font-size: 100%;
        background: #000000;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.image {
	border: 1px solid #000000;
}

.image1 {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=5) progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   	border: 0;
}

.image {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c2bf70,direction=135, strength=5) progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   	border: 0;
}

a:hover .image, a:visited {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#3399ff,direction=135, strength=5) progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   	border: 0;
 }

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	width: 952px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px dotted #ddd;
	text-align: center;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #000000;
}

div#wrapper {
	/*background-image: url(img/bg_content.jpg);*/
	/*border: 1px solid #000000;*/
	width: 952px;
	margin: 0 auto;
	padding: 0;
}
div#bEnclosure {
        float: left;
        width: 801px;
}
div.pageHeader {
	/*border-bottom: 1px solid #000000;*/
        position: relative;
	width: 952px;
	height: 40px;
	margin: auto;
}

h1#pageTitle {
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#bloglist {
	/*background-image: url(img/bg_button.jpg);
	border-bottom: 1px solid #000;*/
	width: 952px;
	height: 20px;
	margin: 0px;
	padding: 0;
        text-align: right;
	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: #000000;
}
a.BlogButton:hover {
	text-decoration: none;
	color: #d2c791;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #778b8c;
}
a.BlogButtonCurr:hover {
	text-decoration: none;
	color: #d2c791;
}


.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;
}

/* Styles for main area (left) */
h4 {
	margin-top: 6px;
        margin-bottom: 2px;
        margin-right: 12px;
        margin-left: 12px;
	/*border-bottom: 1px solid #78a;*/
}

/* Styles for posts */
.bPosts {
	margin-top: 6px;
	float: right;
	width: 500px;
	overflow: hidden;
	/*border-top: 3px solid #000000;*/
	background: #transparent;
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 7px;
	padding: 0px;
        background: #e0e0e0;
	/*border-bottom: 1px solid #000000;
	border-left: 1px solid #ffe2a8;
	border-right: 1px solid #ffe2a8;*/
}
.bSmallHead {
	font-size: 80%;
	color: #5d6061;
	margin: 2px 0 1px 0;
}
.bTitle {
	color: #d4d4d4;
	margin: 0px;
        padding-left: 4px;
        background: #000000;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
        margin-right: 6px;
        margin-left: 6px;
        color: #000000;
	font: 89% Arial, Helvetica, sans-serif;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin-right: 6px;
        margin-left: 6px
        margin-bottom: 4px
}

.bNavBar {
        float: left;
        width: 301px;
        overflow: hidden;
	/*border-left: 1px solid #000000;*/
        background: #000000;
}
.bNavItem {
	margin: 0px;
        margin-left: 7px;
	padding: 0px;
	border-right: 1px solid #000000;
        background: #90866d;
}
.bNavItem ul {
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
        color: #f7e9c6;
	font: 84% Arial, Helvetica, sans-serif;
}
.bNavItem ul ul{
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bNavItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

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: #000000;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000000;
	text-decoration: underline;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 151px;
	float: right;
	overflow: hidden;
	margin-top: 6px;
	/*border-top: 3px solid #000000;*/
}
.bSideItem {
	margin: 0px;
        margin-right: 9px;
	padding: 0px;
	/*border-left: 1px solid #000000;*/
        background: #transparent;
}
.bSideItem ul {
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
        color: #000000;
	font: 84% Arial, Helvetica, sans-serif;
}
.bSideItem ul ul{
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
        color: #b2d9ff;
}
.dimmed
{
	color: #ffffff;
	font-size: 84%;
}
input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: .4px;
	width: 96%;
	margin: 0ex;
        color: #000000;
}

/* 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;
}
