/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
@import url(../../rsc/comments.css);	/* Import default comment styles */

body {
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	padding: 0px;
	color: #333333;
	width: 85%; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana; margin-right: 5%; margin-left: 8%; margin-top:10px; margin-bottom:0px
	
}
body a:link {font-family:Verdana; color:#FF9900} 
body a:hover {font-family: Verdana; text-decoration: underline; color: #FF9900}
body a:active {color: #FF9900; font-family: Verdana; text-decoration: underline line-through}
body a:visited {font-family: Verdana; color: #9B4E00}

td {
	font-family: Arial, Helvetica, sans-serif; text-align: left;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #CCCCCC;
	font-size: 16px;font-family:Verdana; font-weight:bold
	
}
h2 {
	border:1px dotted #C0C0C0; color: #999999;
	font-size: 16px;font-family:Verdana; font-weight:bold; background-color:#F2F2F2
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
p.baseline {
	clear: both;
	font-size: 65%;
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 1ex;
	padding: 1ex;
}
hr {
	height: 0px;
	border-top: 1px solid #6699CC;
	border-right: 1px none #6699CC;
	border-bottom: 1px none #6699CC;
	border-left: 1px none #6699CC;

}
dt {
	font-weight: bold;
	color: #009999;
}
blockquote {
	border: 1px dotted #333333;
	background-color: #EEEEEE;
	margin: 10px; padding-left:16px; padding-right:16px; padding-top:12px; padding-bottom:12px
}
.center
{
	text-align: center;
}
.leftmargin {
	float: left;
	border: 0px;
	margin-right: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}
.rightmargin {
	float: right;
	border: 0px;
	margin-left: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}
	
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}
del {
	color: #999999;
}
ins {
	color: #009999;
	text-decoration: none;
}


div.pageHeader {
	border:1px dotted #333333; width: 100%;
	padding: 1ex;
	height:5px;
	text-align: center;
	background: #DDDDDD;
	margin-bottom: 1ex

}

h1#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 270%;
	font-weight: bold;
	margin-top: .1ex;
	margin-bottom: .1ex
}

a.BlogButton {
	text-decoration: none;
	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;
	background: #336699;
}
a.BlogButtonCurr {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	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;
	background: #6699CC;
}

a:link.BlogButton, a:visited.BlogButton, a:active.BlogButton, a:link.BlogButtonCurr, a:visited.BlogButtonCurr, a:active.BlogButtonCurr
{
	color: #FF9900;text-decoration:underline
}
a:hover.BlogButton		{
	color: #FFFFFF;
	background: #6699CC;

	/* text-decoration: underline; */
}
a:hover.BlogButtonCurr		{
	color: #336699;
	/* text-decoration: underline; */
}

.pageSubTitle {
	color: #FFFFFF;
	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) */
h2 {
	margin-left: 8px;
}

/* Styles for posts */
.bPosts {
	vertical-align: top;
	float: left;
	width: 50%;
	background: #eee;

}
.bPost, .bPostpublished
{
	clear: both;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dotted #333333;
	padding-right: 8px;
	padding-left: 8px; padding-top:3px; padding-bottom:3px; background-color:#F2F2F2
}
.bSmallHead {
	font-family: Verdana;
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #015883; font-weight:bold
}
.bTitle {
	margin-top: 8px;
	margin-bottom: 8px; font-family:Verdana; font-size:16px; font-weight:bold
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bMore
{
	text-align: center;
}
.bMore a
{
	font-weight: bold;
	font-size: 110%;
}
.bSmallPrint
{
	clear: both;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px
}



input.bComment, 
textarea.bComment
{
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #fff;
	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 dotted #333333;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #C0C0C0;
	padding: 1ex
}
.required
{
	color: red;

}

/* Styles for sidebar (right) */
.bSideBar {
	width: 43%;
	vertical-align: top;
	float: right;
	background: #eee;

}
.bSideItem {
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dotted #333333;
	padding: 8px; background-color:#F2F2F2
}
.bSideItem h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.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: 84%;
}
input.SearchField
{
	border:1px solid #cccccc; background-color: #fff;
	padding: .5ex;
	width: 96%;
	margin: 0ex; font-family:Verdana; font-size:10px
}

/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: auto;
	white-space: nowrap; font-family:Verdana; font-size:10px
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
	background: #fff;
}
tr.bCalendarRow
{
	text-align: center; font-family:Verdana; font-size:9px
}
th.bCalendarHeaderCell
{
	font-size: 8px;font-family:Verdana
}
td.bCalendarCell
{
font-family: Verdana; font-size: 9px}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday {
	background-color: #E1E1E1;
}

submit,reset {
	background: #ECECEC top;
	border: 1px dotted #333333;
	font-family: Verdana, Arial;
	font-size: 10px;
}
.button {
	background: #ECECEC top;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.feeder {
	text-align: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dotted #333333;
	padding: 8px; background-color:#F2F2F2
}
