@charset "utf-8";

@font-face {
	font-family: "Linux Libertine Display";
	src: url(fonts/linlibertine_display.ttf) format("truetype");
}

html {
	min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFFFFF;
	font: 1em/1.4em Junction, Arial, Sans-Serif;
	color: #000;
}

#header {
	background: #FFF;
	max-width: 100%;
	padding: 0px;
	padding-top: 65px;
	position: relative;
	margin: 0px;
}

h1, h2 {
	font: 300 2rem/1.4em Junction, Arial, Sans-Serif;
}

h1 {
	height: 130px;
	width: 500px;
	position: relative;
	margin: 0px;
	margin-top: -65px;
	text-indent: -9999px;
	background: url(../_img/logo.png) no-repeat;
	background-position: 15px 15px;
	display: inline-block;
	float: left;
}

h1>aa:link,h1>a:visited,h1>a:hover {
	color: black;
	background: none;
}

h2 {
	color: #37abc8;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 500px;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: 400;
}

h3, h4 {
	color: #37abc8;
	margin: 0px;
	margin-left: 500px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	max-width: 470px;
	position: relative;
	clear: both;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5em;
}

h4 {
	font-size: 1rem;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#breadcrumbs {
	display: none;
	position: relative;
	font-family: Linux Biolinum;
	font-size: 12px;
	line-height: 15px;
	word-spacing: 0px;
	height: 15px;
	opacity: 0.5;
}

#breadcrumbs:hover {
	opacity: 1;
}
#nav {
	padding: 0px;
	margin: 0px;
	float:left;
	font-size: 1.5rem;
	line-height: 1.875em;
	list-style-type: none;
}

#nav li {
	display: block;
	float: left;

}

#nav li a {
	display: block;
	padding: 15px;
	background: #ffffff;
	height: 35px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#nav li a:hover, #nav li a:active, #nav li a:focus {
	text-decoration: none;
	background: #f2f2f2;
}

#body-news #navlink-news, #body-institution #navlink-institution {
	background: #37abc8;
	color: #ffffff;
}

#content {
	padding: 15px 0px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.6em;
	position: relative;
	clear: both;
	border-top: 5px solid #cccccc;
	width: 100%;
}

#content p, #content ul {
	margin: 0px;
	margin-left: 500px;
	padding-left: 15px;
	max-width: 500px;
	padding-bottom: 15px;
	padding-right: 15px;
}

#userbar {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 75px;
	background-color: rgba(242, 242, 242, 0.9);
	font-family: Linux Libertine Display;
	font-size: 1.25rem;
	padding: auto;
	z-index: 2;
}

#userbarcontent {
	width: 100%;
	max-width: 960px;
	padding: 15px 120px;
	min-height: 100%;
	position: relative;
	margin: 0% auto;
}

#userbar img {
	position: absolute;
	top: 7.5px;
	left: 45px;
}

#sidebar {
	width: 210px;
	min-height: 240px;
	margin-left: 14px;
	border-left: 1px solid #f2f2f2;
	padding-left: 15px;
	float: left;
	position: relative;
	display: block;
	font-family: Linux Biolinum;
	font-size: 12px;
	line-height: 15px;
}

#sidebar form {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}

#sidebar form input {
	border: none;
	display: inline-block;
	background-color: #F2F2F2;
	font-family: Linux Biolinum;
	font-size: 12px;
	line-height: 15px;
}

#sidebar form input[type="text"] {
	width: 171px;
	height: 22px;
	padding: 4px;
}

#sidebar form input[type="submit"] {
	width: 30px;
	height: 30px;
	text-indent: 5000px;
	overflow: hidden;
	padding: 0px;
	background-image: url('../_img/sprites.png');
	background-position: 0px -30px;
}

#sidebar form input[type="submit"]:hover, #sidebar form input[type="text"]:hover + input, #sidebar form input[type="text"]:focus + input {
	background-position: -30px -30px;
}

#online {
	padding-top: 15px;
}

#online span {
	display: block;
	margin-left: 35px;
	min-height: 30px;
	margin-bottom: 5px;
}

#online img {
	height: 30px;
	width: 30px;
	margin-left: -35px;
	position: absolute;
}

#online br {
	clear: both;
}

small,.small {
	font-family: Linux Biolinum;
	font-size: 12px;
	line-height: 15px;
}

img {
	max-width: 100%;
}

a:link,a:visited {
	color: #37abc8;
	text-decoration: none;
}

a:hover,a:focus,a:active {
	text-decoration: underline;
}

#topoptions {
	text-align: right;
	word-spacing: 1.8em;
}

#topoptions a {
	padding: 0.4em;
	margin: -0.4em;
}

p+p {
	border-top: 0px;
	padding-top: 8px;
}

img {
	border: 0px;
}

.columns {
	display: block;
	column-width: 210px;
	-moz-column-width: 210px;
	-webkit-column-width: 210px;
	column-rule: 1px solid #aaa;
	-moz-column-rule: 1px solid #aaa;
	-webkit-column-rule: 1px solid #aaa;
	padding: 0px;
}

.disclaimer {
	clear: both;
	padding-top: 15px;
	text-align: center;
	font-size: 0.625rem;
	line-height: 1.25em;
}

.notice {
	padding: 0.5em;
	margin: 0.5em;
	border: 3px solid #ff3333;
	background: #ffcccc;
}

.notice_success {
	padding: 0.5em;
	margin: 0.5em;
	border: 3px solid #46C72C;
	background: #8BE879;
}

.pagination {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0em;
	margin: 5px 0em;
	border: 1px solid #aaa;
	border-width: 1px 0px;
}

.pagination a,.pagination em {
	display: inline-block;
	padding: 0em 0.5em;
}

input {
	width: 50%;
	border: 1px solid #006600;
	font-size: 1rem;
	line-height: 2em;
	font-family: georgia, times new roman, serif;
	color: #000;
}

input[type=submit] {
	width: 100%;
}

input[type=checkbox],input[type=radio] {
	width: auto;
}

.labelradio {
	width: auto;
	text-align: left;
	display: inline;
}

label {
	display: inline-block;
	width: 40%;
	text-align: right;
	padding-right: 15px;
}

textarea {
	width: 100%;
	min-height: 10em;
	border: 1px solid #006600;
	font-size: 1em;
	line-height: 2em;
	font-family: georgia, times new roman, serif;
	color: #000;
}

span.post {
	margin-left: 2em;
	padding-left: 0.5em;
	border-left: 1px dotted grey;
	display: inline-block;
	margin-top: 0em;
	margin-bottom: 0em;
}

span.post>span {
	color: grey;
	font-weight: bold;
	padding-right: 0.5em;
}