/* Basics */
a {
	color: #eeeeee;
	text-decoration: none;
}

a:hover {
	color: #cfa953;
}

/*
div, p, form, ul, li {
	margin: 0;
	padding: 0;
}
*/

img {
	border: 0;
}

/* Structures */
body {
	margin: 0;
	padding: 0;
	background: #121212;
	color: #bbbbbb;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

#header {
	position: relative;
	height: 80px;
	background: #363636 url("/theme/images/header-logo-uvr.gif") no-repeat 5% 50%;
	padding: 0 3%;
}

#header ul#navigation {
	position: absolute;
	right: 5%;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul#navigation li {
	margin-left: 20px;
	padding-bottom: 30px;
	float: left;
	color: #ffffff;
	font-size: 10pt;
	white-space: nowrap;
}

#header ul#navigation li a {
	color: #c1c1c1;
}

#header ul#navigation li a:hover {
	color: #f93;
	text-decoration: underline;
}

div.header-line {
	height: 2px;
	border: 0;
	background: url("/theme/images/header-line.gif") repeat-x;
}

div.header-line hr {
	display: none;
}

/* Content */
#gist {
	position: relative;
	overflow: hidden;
	width: 94%;
	/*margin: 0 3%;
	padding: 20px 0;*/
	padding: 20px 3%;
	/*clear: both;*/
	background: #242424;
}

h1,
h1 a {
	color: #bfdc82;
	font-size: 18pt;
	text-align: center;
}

h2,
h2 a {
	color: #d1731e;
	font-size: 12pt;
	text-align: left;
}

h2 {
	padding-left: 35px;
	background: url("/theme/images/stripes.gif") no-repeat center left;
}

h2 a:hover {
  color: #f88b00;
}

h3,
h3 a {
	padding-bottom: 3px;
	color: #7486ad;
	font-size: 10pt;
}

h3 a:hover {
	color: #adc4e1;
}

h4,
h4 a {
	padding-left: 15px;
	color: #9e81a0;
	font-size: 9pt;
}

h4 a:hover {
	color: #9488e5;
}

/* Content - Front */
#greetings {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	background: #000 url("/theme/images/greetings.jpg") no-repeat center;
	color: #b3b3b3;
	font-size: 10pt;
	line-height: 180px; /* permits only one line */
}

#news,
#events {
	position: relative;
	background: #181818; /*#363636;*/
}

#news {
	width: 62%;
	float: left;
}

#events {
	width: 35%;
	float: right;
}

#news h2,
#events h2 {
	margin-left: 15px;
}

#news h3,
#events h3 {
	margin: 0 50px 0 20px;
	text-align: left;
}

#news .more,
#events .more {
	position: absolute;
	right: 30px;
	margin-top: 4px;
	border: 0;
	color: #ff5155;
	font-size: 7pt;
}

.entry {
	margin: 0 15px 20px 15px;
	padding: 15px;
	background: #000000; /*#242424;*/
	font-size: 9pt;
	text-align: left;
}

.entry .date {
	margin-top: -10px;
	float: right;
	color: #9e81a0;
	font-size: 8pt;
	font-style: italic;
}

#events .entry ul {
	padding-left: 15px;
}

/* Breadcrubms */
#breadcrumbs {
	margin-left: 180px;
	margin-right: 3%;
	margin-bottom: 3px;
	padding: 5px 20px;
	background: #181818;
	font-size: 8pt;
	text-align: left;
}

/* Content - Sidebar */
#sidebar {
	position: absolute;
	left: 3%;
	display: inline; /* avoid doubled margin bug in IE */
	width: 150px !important; /* intended total box width - padding-right(next) */
	width: 145px; /* IE Win = width - padding */
	padding: 20px 0 20px 0;
	background: #000;
}

#sidebar h3 {
	color: #8896ac;
}

#sidebar h4,
#sidebar h4 a {
	margin: 10px auto;
	padding: 0;
	color: #dddddd;
}

#sidebar h4 a:hover {
/*
	margin-left: -15px !important;
	margin-left: -16px;
	padding-left: 15px;
	background: url("/theme/images/spinner.gif") no-repeat center left;
*/
	color: #cfa953;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar li a {
	font-size: 8pt;
}

/* Content - Layout */
#main {
	margin-left: 180px;
	margin-right: 3%;
	padding: 20px;
	background: #060606;
	text-align: left;
}

#main p,
#main pre {
	margin-left: 30px;
}

#main p img {
	border: 1px dashed #333333;
	padding: 3px;
}

#main ul {
	line-height: 160%;
}

#main div.clearance {
	height: 40px;
	border: 0;
	clear: both;
	background: url("/theme/images/clearance.gif") no-repeat bottom center;
}

#main div.clearance hr {
	display: none;
}

/* Content - Members */
.member {
	width: 120px;
	margin-bottom: 40px;
	float: left;
}

.member .member-photo {
	width: 50px;
	margin: 0 auto;
	padding: 6px;
	background: #ededed;
}

/*
.member .member-photo img {
	border: 0;
}
*/

.member .member-title {
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
}

/* Content - Member */
.signature p {
	margin-top: 30px;
	/*text-align: right;*/
}

/* Content - Publications */
ul.publications li {
	margin-bottom: 20px;
}

ul.publications li .authors {
	color: #cfa953;
}

ul.publications li .title {
	color: #8ca15e;
}

ul.publications li .book,
ul.publications li .patent-number {
	color: #7486ad;
	font-style: italic;
}

ul.publications li .country {}

ul.publications li .status {}

.date,
ul.publications li .date {
	color: #9e81a0;
}

.link,
ul.publications li .attachment {
	color: #ff5155;
	font-size: 7pt;
}

/* Footer */
#footer {
	position: relative;
	height: 100px;
	padding: 0 3%;
	background: #121212;
	text-align: center;
}

#footer .copyright {
	position: absolute;
	top: 20px;
	right: 3%;
	/*margin: 0 auto;
	padding: 10px;*/
	color: #666666;
	font-size: 8pt;
	text-align: right;
}

#footer .icons {
	position: absolute;
	top: 15px;
	left: 3%;
}

div.footer-line {
	height: 2px;
	border: 0;
	clear: both;
	background: url("/theme/images/footer-line.gif") repeat-x;
}

div.footer-line hr {
	display: none;
}

