@charset "iso-8859-1";
/* Designed by George ROS - http://www.softassist.ro*/

@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;
	padding: 1em;
	margin: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#wrapper /* Main white content zone */
{
/*	background: #fff url(img/genom_ro.jpg) no-repeat right bottom;*/
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #0000ff;
	background-color: #ffffff;
}

div.pageHeader /* Title zone */
{
	margin: 1ex;
	padding: 0;
	color: #ffffff;
	border-bottom: 0px dotted #0000ff;
	background-color: #000000;
	background-image: url(img/top_genom_2.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
}


.bPosts /* Left column */
{
	width: 1000px;
	font-size: 60%;
}

.bSideBar /* Right column */
{
	width: 29ex;
	float: right;
	overflow: hidden;
	border-left: 0px dotted #0000ff;
	padding-bottom: 0px;	/* Breathing space for background image */
}
div.clear {
	clear: both;
}
div#pageFooter {
	color: #ffffff;
}
}
p.baseline1 {
/*	font-weight:bold;*/
	font-size: 60%;
	text-align: center;
	margin: 1ex;
	background-color: #000000;
	background-image: url(img/top_genom_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p.baseline2 {
/*	font-weight:bold;*/
	font-size: 60%;
	text-align: center;
	margin: 0ex;
	color: #333;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #c0c;
	text-decoration:underline;
}

h2 {
	color: #FF9935;
	font-size: 150%;
	margin: 1ex;
}
h3 {
	color: #0000aa;
	font-size: 120%;
}
h4 {
	color: #000099;
	font-size: 110%;
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 1px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em;
}
a.BlogButtonCurr {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 330%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pageSubTitle {
	letter-spacing: 4px;
	margin: 1ex 0;
	font-size: 109%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
}
div.separator {
	text-align:center;
	border-bottom: 1px dotted #FF9935;
}
.bSmallHead {
	font-size: 78%;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 78%;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

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-size: 84%;
	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;
	font-size: 84%;
}
.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: #0000ff;
	font-size: 84%;
}
