@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 */

/* styles for boogle skin */
body, div, .p ,a {
font-family:arial,sans-serif
}
a:link,.w, a.w:link, .w a:link {
color:#00c
}
a:visited, .fl:visited {
color:#00c
}
a:active, .fl:active {
color:#f00
}
/*body { /* This one if for IE 
margin-top: px;
}
/*html>body { /* This one is for Firefox 
margin-top: -10px;
}
*/
#wrapper {
  margin: 6px;
}

#logo img {
	padding-top: 10px;
	float: left;
	margin-right: 10px;
}

.PageTop li {
	list-style-type: none;
	padding-right: 15px;
	display: inline;
	font-size: .85em;
}
.PageTop {
  border-bottom: 1px solid #C9D7F1;
  margin-bottom: 5px;
}
.PageTop ul {
  margin: 0px 0px 5px 5px;
  padding: 0px;
}
a.selected {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
/*#search {
	margin: -.75em -.75em 1em 0;
	width: 75%;
}*/
#search {
  margin: 35px 10px 30px 10px;
}
.pageHeader {
	border-top: #3366cc solid 1px;
	background: #e5ecf9;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.widget_core_coll_title h1 {
  margin: 0px;
}
.widget_core_coll_title a {
  font-size: 0.7em;
  color: #000;
  text-decoration: none;
}
.widget_core_coll_title a:hover {
  text-decoration: underline;
}
#title {
	float: left;
}
#results {
	font-weight: normal;
	margin-right: 1%;
	text-align: right;
	font-size: .9em;
}
#content {
	width: 60%;
	float: left;
	margin-top: 15px;
}
#content img {
	margin: 8px;
}
#sidebar {
	float: right;
	width: 25%;
	min-width: 220px;
	border-left: #c9d7f1 solid 1px;
	margin: 5px 5px 0 5px;
	padding-left: 15px;
	font-size: .95em;
}
#sidebar h3 {
	color: #6f6f6f;
	text-align: center;
	font-size: .9em;
	font-weight: normal;
	margin-top: .5em;
}
#sidebar ul {
	margin-left:0;
	padding-left:2.5ex;
}
#sidebar li {
	list-style-type: none;
}
.postTitle a {
	font-weight: bold;
}
.postTitle {
	margin-bottom: -1em;
}
.bText p{
	margin-top: 0;
	font-size: 0.9em;
}
.bText{
	margin: 1em 0;
}
.bPost {
	margin-bottom: 1em;
}
#footer {
	clear: both;
	border-top: #3366CC solid 1px;
	border-bottom: #3366CC solid 1px;
	background: #E5ECF9;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding: 20px;
	font-size: .9em;
}
#menu {
padding-top: 1em;
}
#credits {
	text-align: center;
	margin: 10px;
	font-size: .9em;
}
.bComment {
}
.bCommentTitle {
color: red;
}
.bCommentText {

}
.bCommentSmallPrint {
color: #008000;
font-size: 0.8em;
margin-bottom: 2em;
}
.bCommentSmallPrint a {
color: #7777CC;
}
.center {
	text-align: center;
}
.bSmallPrint
{
	clear: both;
	color: #008000;
	font-size: 0.9em;
	margin-top: -1em;
}
.bSmallPrint a {
	color: #7777CC;
}


input.bComment,
textarea.bComment
{
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
}
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: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}
/* Calendar: */
caption.bCalendarCaption {
	font-size:85%;
	font-weight: bold;
	margin: auto;
	padding: .5ex 0;
	white-space: nowrap;
}
table.bCalendarTable {
	margin: 0 auto 1em auto;
	font-size:77%;
	border-collapse: separate;
	border-spacing: 0px;
}
tr.bCalendarRow {
	text-align: center;
}
th.bCalendarHeaderCell {
	font-size: 84%;
	width: 4ex;
}
td.bCalendarCell {
	width: 4ex;
	height: 3.5ex;
}
.bCalendarLinkPost {
	font-weight: bold;
}
td#prev, td#next {
	font-weight: bold;
	font-size: 105%;
	padding: .5ex;
	white-space: nowrap;
}
td#prev a,
td#next a {
	padding: 0 .5ex;
}
td#prev {
	text-align: left;
}
td#next {
	text-align: right;
}
caption.bCalendarCaption {
	border: 1px solid #3366CC;
	background-color: #E5ECF9;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #3366CC;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #E5ECF9;
	border-top: 1px solid #3366CC;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #E5ECF9;
}
