/* 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 {
	background: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
position:absolute;
min-width:970px;
} 



h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

div.wrapper
{
	margin: 1ex 1em;
	padding: 1ex 0;
	align
       }
div.wrapper2 /* Main centered zone */
{
	width: 105ex;
	margin: 0 auto;
}
div.outerwrap /* Main rounded content zone */
{
	margin: 1ex 0;
	padding: 5px 0;
	/* border: 1px solid #000;  */
}
div.innerwrap /* Main white content zone */
{
	padding: 0;
	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: 75ex;
	float: left;
	overflow: hidden;
}

.bSideBar /* Right column */
{
	width: 29ex;
	float: right;
	overflow: hidden;
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 72%;
	text-align: center;
	margin:1ex;
	color: #444;
}
p.baseline a {
	color: #444;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover,
div.top_menu a:hover {
	color: #c0c;
	text-decoration:underline;
}

h2 {
	color: #06a3c4;
	font-size: 160%;
	margin: 1ex;
}
h3 {
	color: #06a3c4;
	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-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#06a3c4;
}
div.pageHeader h1 a {
	color:#06a3c4;
}
div.pageHeader h1 a:hover {
	color: #c0c;
}
div.pageHeader div.widget_core_coll_tagline {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 109%;
}


/* 
 * Styles for posts
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	/* border: 1px solid #e2f1f4; */
}
.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}
div.bTitle {
	clear: both;
	margin: 1ex 1ex 0 1ex;
	padding: 5px 0 4px 0;
	background-color:#06a3c4;
}
h3.bTitle {
	margin: 0 1ex;
	color: #fff;
}
h3.bTitle a {
	color: #fff;
}
.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 {
	margin: 2ex;
	padding: 0 0 2ex 0;
}
.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: #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: #E2F1F4;
}
.widget_core_coll_title {
	padding: 6px;
	color: #486EB7;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight: bold;
}
  .widget_core_coll_tagline  {
	padding: 0;
	color: #486EB7;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:102%;
	font-weight: bold;
}

.horizontalcssmenu ul{
margin: 0;
list-style-type: none;
margin-left: auto;
margin-right: auto;
padding-top:5px;
padding-bottom:2px;
padding-right:5px;
padding-left: 1px; 
margin-bottom: -10px
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
 	}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width:  auto; /*Width of top level menu link items*/
padding-top:5px;
padding-bottom:2px;
padding-right:2px;
padding-left:0px; 
border: 1px solid #333333;
border-left-width: 0;
border-bottom-width: 5px;
text-decoration: none;
background-color:#FFFFFF;
color: black;
text-transform: uppercase;
z-index:99999999;
font-family: Arial, sans-serif;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: .5px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 99999999;
font-family: Arial, sans-serif;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
font-family: Arial, sans-serif;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 190px; /*width of sub menu levels*/
display:block;
font-weight: normal;
padding: 2px 5px;
background: #666666;
color:#ffffff;
border-width: 0 .5px .5px .5px;
font-family: Arial, sans-serif;
text-decoration: none;
}
.horizontalcssmenu ul li a:hover{
background: #EBF2F9;
}
.horizontalcssmenu ul li ul li a:hover{
background: #C3BFCB;
color:#FFFFFF;
width: 190px; /*width of sub menu levels*/
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

