
	@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
}

	body {
		font-size: 10pt;
		font-family: sans-serif;
		background-color: #e3e9dc;
		color: #000000;
		}

	h2,h3,h4 {
		color: #007897;
		font-weight: normal;
	}
	h1 {
		font-size: 1.1em;
		color: #007897;
		font-weight: normal;
		font-family: 'Ubuntu Condensed', sans-serif;
	}

	
	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;

	}
	fieldset { border:1px solid #007294 }

legend {
  padding: 2px 2px 2px 2px;
   font-weight: bold;
  }
	
	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		font-family: 'Ubuntu Condensed', sans-serif;

		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 5px 12px 5px 12px;
		background-color: #007b9d;
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 0.9em;
		/* letter-spacing: -1px; */
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

	.button:hover {
		background-color: #118eb1;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}
	#footer {
	width: 1160px;
			/*margin: 2% 2% 2% 2%;*/
			margin-left: auto ;
			margin-right: auto ;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
	padding: 20px;
	position: relative;
	}
	.p_footer {
		color: #c0c0c0;
		font-size: 10px;
	}
section, article {
			margin: 0 0 60px 0;
		}
		
		section:last-child, article:last-child {
			margin-bottom: 0;
		}
		
		section.left-content {
			padding-right: 30px;
		}

		section.right-content {
			padding-left: 30px;
		}

		section.middle-content {
			padding: 0 30px 0 30px;
		}

		ul.small-image-list img {
			width: 78px;
		}

		ul.big-image-list img {
			width: 178px;
		}

		.blog-post-image {
			width: 588px;
		}

		#header-wrapper {
			background-color: #007294;
			border: solid 1px #006e8b;
			background-image: -moz-linear-gradient(top, #008dab, #007294);
			background-image: -webkit-linear-gradient(top, #008dab, #007294);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dab), to(#007294));
			background-image: -ms-linear-gradient(top, #008dab, #007294);
			background-image: -o-linear-gradient(top, #008dab, #007294);
			background-image: linear-gradient(top, #008dab, #007294);
		}

		#header {
			width: 80%;
			position: relative;
			margin: 2% 2% 2% 2%;
			margin-left: auto ;
			margin-right: auto ;

			padding: 0 40px 0 40px;
			border-radius: 10px; 
			border: solid 1px #006e8b;
			box-shadow: inset 0px 0px 0px 1px #12a0bf, 0px 1px 4px 0px rgba(0,0,0,0.10);
			/* background-color: #007b9d; */
			background-color: #007294;

			background-image: -moz-linear-gradient(top, #008ead, #007b9d);
			background-image: -webkit-linear-gradient(top, #008ead, #007b9d);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008ead), to(#007b9d));
			background-image: -ms-linear-gradient(top, #008ead, #007b9d);
			background-image: -o-linear-gradient(top, #008ead, #007b9d);
			background-image: linear-gradient(top, #008ead, #007b9d);
			height: 86px;
		}

			#header h1 {
				position: absolute;
				left: 40px;
				top: 0;
				color: #fff;
				font-size: 2.4em;
				letter-spacing: -2px;
				/* line-height: 86px; */
			}
			#header p {
				font-family: 'Ubuntu Condensed', sans-serif;
				position: absolute;
				left: 40px;
				bottom: 0;
				color: #fff;
				/* font-size: 2.4em; */
				letter-spacing: 2px;
				/* line-height: 86px; */
			}

			

			#header h1 a {
				color: #fff;
				text-decoration: none;
			}
			
			#header nav {
				position: absolute;
				right: 40px;
				top: 1px;
				line-height: 84px;
				text-transform: lowercase;
				font-size: 1.3em;
				letter-spacing: -1px;
			}
			
				#header nav a {
					display: inline-block;
					text-decoration: none;
					color: #fff;
					padding: 0 25px 0 25px;
				}
				
				#header nav a.current-page-item {
					background-color: #007897;
					background-image: -moz-linear-gradient(top, #007b99, #007897);
					background-image: -webkit-linear-gradient(top, #007b99, #007897);
					background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007b99), to(#007897));
					background-image: -ms-linear-gradient(top, #007b99, #007897);
					background-image: -o-linear-gradient(top, #007b99, #007897);
					background-image: linear-gradient(top, #007b99, #007897);
					box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
				}

				#header nav a:hover {
					background-color: #0882a1;
					background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
					background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
					background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0782a0), to(#077d9b));
					background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
					background-image: -o-linear-gradient(top, #0782a0, #077d9b);
					background-image: linear-gradient(top, #0782a0, #077d9b);
					box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
				}

		#banner-wrapper {
		/*	background: #c8d2bc url(images/bg1.png);*/
		}

		#banner {
			position: relative;
			width: 1160px;
			margin-left: auto ;
			  margin-right: auto ;
			box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
			/* border-radius: 10px; */
			padding: 20px;
			background: #fff no-repeat 20px 20px;
			background-size: 1160px 265px;
		}
		#banner td {
				padding: 2px 2px 2px 2px;
		font-size: 9pt;
		font-family: sans-serif;

			}


			#banner h2 {
				position: absolute;
				z-index: 1;
				width: 100%;
				top: 100px;
				left: 0;
				font-size: 3.3em;
				color: #fff;
				text-align: center;
				letter-spacing: -2px;
			}
			
			

		#main {
			width: 1160px;
			padding: 20px;
			margin-left: auto;
			margin-right: auto;
			background: #fff no-repeat 20px 20px;#fff no-repeat 20px 20px;;
			/* padding: 2% 0 2% 0; */
		}

			#main .controls {
			}

			#main .main-row {
				margin: 2% 0 2% 0;
				overflow: hidden;
			}

		#footer-wrapper {
			padding: 3% 0 3% 0;
		}

		#copyright {
			text-align: center;
			color: #A6A88F;
			border-top: solid 1px #ced0b7;
			padding: 3em 0 0 0;
			margin: 1% 0 0 0;
		}

			#copyright a {
				color: #A6A88F;
			}
a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 200px;
    position: absolute;
    top: 10px;
    text-decoration: none
}
	.tlacitko_r {
		display: inline-block;
		padding: 4px 4px 4px 4px;
		background-color: red;
		/*background-image: linear-gradient(top, #008dad, #007b9d);*/
		/*border-radius: 10px;*/
		text-decoration: none;
		color: #fff;
		font-size: 0.9em;
		/* letter-spacing: -1px; */
		border: solid 1px #006e8b;
		/*box-shadow: inset 0px 0px 0px 1px #18a8c8;*/
	}
		.tlacitko_r_visited {
		display: inline-block;
		padding: 4px 4px 4px 4px;
		background-color: #fff;
		/*background-image: linear-gradient(top, #008dad, #007b9d);*/
		/*border-radius: 10px;*/
		text-decoration: none;
		color: #000;
		font-size: 0.9em;
		/* letter-spacing: -1px; */
		border: solid 1px #006e8b;
		/*box-shadow: inset 0px 0px 0px 1px #18a8c8;*/
	}
	.tlacitko_r_visited:hover {
		display: inline-block;
		padding: 4px 4px 4px 4px;
		background-color: red;
		/*background-image: linear-gradient(top, #008dad, #007b9d);*/
		/*border-radius: 10px;*/
		text-decoration: none;
		color: #000;
		font-size: 0.9em;
		/* letter-spacing: -1px; */
		border: solid 1px #006e8b;
		/*box-shadow: inset 0px 0px 0px 1px #18a8c8;*/
	}
.article {
	width: 70%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);
}
.sequence {
	font-family : monospace;
	font-weight : bold;
}
.sequence_sponge {
	font-family : monospace;
	font-weight : bold;
	color: black;
	font-size: 9px;
}
.sequence_mirna {
	font-family : monospace;
	font-weight : bold;
	color: red;
	font-size: 9px;
}
.sequence_interaction {
	font-family : monospace;
	font-weight : bold;
	color: blue;
	font-size: 9px;
}




