/* Designed by Francois 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 */

/*
 * Main page construct:
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	color: #657878;
}

h1, h2, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: darkkhaki;
	display: block;
	border: 2px solid beige;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

h3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


div.wrapper
{
	background-image: url(rsc/img/headernews1.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	
}
div.wrapper2 /* Main centered zone */
{
	/*width: 81%;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	
}

div.outerwrap /* Main rounded content zone */
{
	/* margin: 1ex 0;
	padding: 5px 0;
	/* border: 1px solid #000;  */
}

div.innerwrap /* Main white content zone */
{
	padding-top: 120px;
	
	/*border: 1px solid #fff; /* needed to force inner paddings */ 
	/*background-color:#fff;*/
}

div.ie6innerwrap /* Main white content zone */
{
	margin-top: 120px;
		
	/*border: 1px solid #fff; /* needed to force inner paddings */ 
	/*background-color:#fff;*/
}
div.pageHeader /* Title zone */
{
	margin: 0 1ex;
	padding: 0;
	/*background-image: url(rsc/img/squares.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	/* border: 1px solid #f00; */
}

table.prevnext_post {
	width: 98%;
}

.posts /* Left column */
{
	width: 70%;
	float: left;
	overflow: hidden;

}


.bSideBar /* Right column */
{
	width: 28%;
	float: right;
	overflow: hidden;
	background-color: palegoldenrod;
	margin-top: 60px;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
}
p.baseline {
	font-size: 72%;
	text-align: center;
	margin:1ex;
	color: #444;
}
p.baseline a {
	color: #444;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #7A4900;
	text-decoration:none;
}
a:hover,
div.top_menu a:hover {
	color: #7A4900;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A4900;
}

h2 {
	color: #06a3c4;
	font-size: 160%;
	margin: 1ex;
}
h3 {
	color: white;
	font-size: 110%;
}
h4 {
	color: #06a3c4;
	font-size: 105%;
}

/*
 * Blog list on top:
 */
div.PageTop ul {
	border-bottom: 2px solid #06a3c4;
	margin: 0 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type:none;
}
div.PageTop li {
	display: inline;
	padding-right: 3ex;
}
a.selected {
	color: #06a3c4;
	font-weight:bold;
}

/*
 * Menu on top:
 */
div.top_menu ul {
	margin: 4px 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type:none;
}
div.top_menu li {
	display: inline;
	padding-right: 2ex;
}
div.top_menu a {
	color: #999;
	font-weight:bold;
}


/*
 * Header styles:
 */
div.pageHeader h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	text-transform: lowercase;
	color: white;
	text-decoration: none;
	text-align: left;
	position: absolute;
	top: 96px;
	left: 212px;
	height: 47px;
}
div.pageHeader h1 a {
	color:#FFFFFF;
}
div.pageHeader h1 a:hover {
	color: #FFFFFF;
}
div.pageHeader div.widget_core_coll_tagline {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 109%;
	color: #000000;
	text-align: left;
	position: absolute;
	top: 195px;
	left: 212px;
	height: 47px;
}


/* 
 * Styles for posts
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A8A8;
	/* border: 1px solid #e2f1f4; */
}
.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}
div.bTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A4900;
	text-decoration: none;
	text-align: left;
}

h3.bTitle a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A4900;
	text-decoration: none;
	text-align: left;
}
.bText {
	margin: 0 1ex 0;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex;
}

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 sidebar (right) 
 */

.bSideItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7A4900;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	margin-top: 0;
	margin-right: 2ex;
	margin-bottom: 2ex;
	margin-left: 2ex;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2ex;
	padding-left: 0;
}

.bSideItem a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #657878;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #657878;
	list-style-type: circle;	

}
.bSideItem a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	list-style-type: circle;

}
.bSideItem a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A4900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A4900;
	list-style-type: circle;
}

.bSideItem a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #669933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
	list-style-type: circle;

}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:disc;
}
.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: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
}
.widget_core_coll_title a {
	color: #06a3c4;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable a {
	color: #06a3c4;
}
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: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #E2F1F4;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	padding-top: 0;
	/* font-size: 84%; */
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: white;
}
div.image_block
{
	position:relative;
	clear:right;
	float:right;
	text-align:center;
	margin:0 15px 10px 15px;
	padding:5px;
}