/* Designed by François PLANQUE http://fplanque.net/ */

@import url(basic.css);	/* Import basic styles */
@import url(forms.css);	/* Import default form styles */
@import url(comments.css);	/* Import default comment styles */
@import url(img.css);	/* Import standard image styles */
@import url(blog_elements.css);	/* Import standard blog elements styles */

div.main {
	margin-right: 0px;
	margin-left: 0px;
}

/* Styles for main area (left) */
h2 {
	margin-left: 8px;
}

/* Styles for posts */
.bPosts {
	vertical-align: top;
	float: left;
	width: 100%;
	overflow: hidden;
}
.bPost, .bPostpublished
{
	clear: both;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dashed gold;
	padding-right: 5px;
	padding-left: 5px;
}
.bPostSide
{
	margin-bottom: 8px;
}
.bSmallHead {
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: gray;
}
.bTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}

.bSmallPrint,
{
	clear: both;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Styles for comments */
div.bComment {
	border-color: #33CCCC; /* override */
}

/* Styles for comment form */
input.bComment, 
textarea.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin-left: 2%; 
	margin-right: 0%; 
	margin-bottom: 2ex;
	border: 1px solid #33BBBB;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #33BBBB;
	padding: 1ex;
}


/* Styles for sidebar (right) */
.bSideBar {
	width: 33%;
	vertical-align: top;
	float: right;
	overflow: hidden;
}
.bSideItem {
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dashed gold;
	padding: 8px;
}
.bSideItem h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	color: white;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.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: 14px;
}
input.SearchField
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: solid 1px gold;
	border-right: solid 1px gold;
	border-top: solid 1px gold;
	margin: auto;
	white-space: nowrap;
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px gold;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
}
td.bCalendarCell
{
}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday
{
	color: orange;
}

body {
	margin-top: 0px; 
	margin-left: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: white;
	background-color: #100D08;
}


}
div.main {
	margin: 8px;
	font-size: 12px;
}
caption {
	font-weight: bold;
}


a:link, a:visited {
	color: gold; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: bold;
}


h1 {
	color: Gold;
	font-size: 22px;
}
h2 {
	color: white;
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	margin-bottom: 0ex;
}
table.wide {
	width: 100%;
	clear: both;
}
td.cartouche {
	font-size: 11px;
	color: white;
	background-color: #100D08;
	padding: 1px 4px;
	border: 1px solid gold;
}
table.thin
{
	border: 1px solid #33CCCC;
	margin: auto;
	border-collapse: collapse
}
table.thin td
{
	border-bottom: 1px solid #33CCCC;
	padding: .3ex 1ex;
}
table.thin th
{
	color: #FFFFFF;
	background-color: #33CCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: .3ex 1ex;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
p.baseline {
	font-size: 8px;
	color: white;
	text-align: center;
	margin-top: 8px;
}
hr {
	height: 0px;
	width: 50%;
	border-top: 1px solid #33CCCC;
	border-right: 1px none #33CCCC;
	border-bottom: 1px none #33CCCC;
	border-left: 1px none #33CCCC;

}
dt {
	font-weight: bold;
	color: white;
}
blockquote {
	border: 2px dotted gold;
	color: white;
	background-color: #100D08;

}

del {
	color: #999999;
}
ins {
	color: white;
	text-decoration: none;
}


div.pageHeader {
	background-color: #33CCCC;
	width: 100%;
}
div.pageHeaderContent {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	width: 90ex;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid #990000; */

}
div.pageTitle {
	white-space: nowrap;
	padding-left: 2.5ex;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	float: left;
	width: 75ex;
}
h1#pageTitle {
	font-size: 30px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
div#Logo {
	color: #FFFFFF;
	font-size: 270%;
	font-weight: bold;
	vertical-align: bottom;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-right: 3px;
	padding-left: .6ex;
	padding-top: 8px;
	padding-right: .6ex;
	padding-bottom: 8px;
	float: left;
	background-image:  url(../img/right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
}

div.NavBar {
	clear: both;
	height: 1ex;
}
.pageHeaderEnd {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 5px;
	font-size: 0ex;
}
a.NavButton {
	text-decoration: none;
	background-color: #33AAAA;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	display: block;
	width: 14ex;
	float: left;
}
a.NavButtonCurr {
	text-decoration: none;
	background-color: #FAD201;
	border: 1px solid gold;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 31ex;
	float: left;
}
a.NavButton2 {
	text-decoration: none;
	background-color: #100D08;
	border: 1px solid gold;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	white-space: nowrap;
	margin-top: 3px;
	display: block;
	width: 185px;
	float: left;
font-size: 14px;
}
a.NavButton2Curr {
	text-decoration: none;
	background-color: #100D08;
	border: 1px solid gold;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	white-space: nowrap;
	margin-top: 3px;
	display: block;
	width: 185px;
	float: left;
	float: left;
    font-size: 14px;
}

A.NavButton:link		{
	color: #FFFFFF;
}
A.NavButton:visited	{
	color: #FFFFFF;
}
A.NavButton:active	{
	color: #FFFFFF;
}
A.NavButton:hover		{
	color: #FFFFFF;
	background-color: #33CCCC;
	/* text-decoration: underline; */
}
A.NavButtonCurr:link		{
	color: #FFFFFF;

}
A.NavButtonCurr:visited	{
	color: #FFFFFF;
}
A.NavButtonCurr:active	{
	color: #FFFFFF;
}
A.NavButtonCurr:hover		{
	color: #338888;
	/* text-decoration: underline; */
}
A.NavButton2:link		{
	color: #FFFFFF;
}
A.NavButton2:visited	{
	color: #FFFFFF;
}
A.NavButton2:active	{
	color: #FFFFFF;
}
A.NavButton2:hover		{
	color: #100D08;
	background-color: gold;
	/* text-decoration: underline; */
}
A.NavButton2Curr:link		{
	color: gold;
}
A.NavButton2Curr:visited	{
	color: gold;
}
A.NavButton2Curr:active	{
	color: #FFFFFF;
}
A.NavButton2Curr:hover		{
	color: gold;
	/* text-decoration: underline; */
}
.pageSubTitle {
	font-size: 18px;
	letter-spacing: 4px;
	text-align: left;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1 1 1 1;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

a.button {
  color: gold;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/logo.gif) no-repeat;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

td {
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #7B5007;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

ul.left-sidebar {
list-style: none;
}

li.left-sidebar {
background-image: url(images/new_icon.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
padding: 0;
padding-left: 2.5em;
margin-bottom: .5em;
}

img.border_left {
border-bottom: 4px solid #5A5A5A;
border-right: 4px solid #5A5A5A; border-top: 2px solid #C9C9C9; border-left: 2px solid #C9C9C9;
margin-right: 2px;
magin-bottom: 2px;
float: left;
}

img.border_right {
border-bottom: 4px solid #5A5A5A;
border-left: 4px solid #5A5A5A; border-top: 2px solid #C9C9C9; border-right: 2px solid #C9C9C9;
margin-left: 2px;
magin-bottom: 2px;
float: right;
}