/*
(c) Copyright 2007 ROBO Design
http://www.robodesign.ro/
*/

html {
  min-width: 300px;
  position: relative;
  height: 100%;
  overflow: visible;
}

body {
  background: #ededed;
  padding: 0;
  margin: 0;
}

#main {
  background: #fff;
  margin: 0 auto;
  color: #000;
  font: 13px Arial, Helvetica, sans-serif;
  position: relative;
  width: 70%;
  border-top: 10px solid rgb(240, 240, 240);
  border-right: 20px solid white;
  border-left: 20px solid white;
  min-height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

h3 {
  color: #2669b4;
}

h2 {
  color: #137be4;
}

h1 {
  color: #018ba8;
}

a {
  color: #00f;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #009;
  text-decoration: none;
}

a:active {
  color: #00f;
}

a:visited {
  color: #000;
}

img {
  border: 0;
}

a > img:hover {
  opacity: 0.6;
}

p {
  margin: 0.5em 0;
  padding: 0;
  text-indent: 2em;
}

#cvContent p {
  margin-left: 2em !important;
  text-indent: 0 !important;
}

#skipnav,
#backtotop {
  text-align: right;
  font-size: 0.9em;
}

#skipnav a,
#backtotop a,
#robodesign a,
#robodesign {
  color: #ccc;
  text-decoration: none;
}

#robodesign a:hover,
#robodesign a:focus,
#skipnav a:hover,
#skipnav a:focus,
#backtotop a:hover,
#backtotop a:focus {
  color: #000;
}

#skipnav {
  padding-right: 15px;
}

#skipnav,
#backtotop {
  font-weight: bold;
  text-transform: uppercase;
}

#robodesign {
  font-size: 0.9em;
  text-indent: 0;
  float: left;
}

.footer {
  padding: 6px 0;
  border-top: 1px dashed gray;
}

#header {
  font: 13px "DejaVu Sans", Arial, Helvetica, sans-serif;
  z-index: 500;
  background: radial-gradient(ellipse at 50% 0%, rgb(255, 255, 255) 0px, rgb(220, 220, 220) 100%);
  box-shadow: 0px 10px 14px -7px rgba(0, 0, 0, 0.2);
}

#null {
  display: none;
}
#header h1 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#header h1 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #3b8fed;
}

#header h1 a:hover {
  opacity: 0.4;
}

#menus1 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding: 15px 0;
  list-style: none;
}

#menus1 li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#menus1 a {
  padding: 8px;
  margin: 0;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top: 0;
  border-radius: 10px;
  border-bottom: 0;
  color: #4b5369;
  display: inline-block;
}

#menus1 a:hover,
#menus1 a:focus {
  background: white;
}

#menus2 {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgb(241, 241, 241);
  text-align: center;
}

#menus2 li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#menus2 a {
  padding: 7px;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0;
  color: #515d6b;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(0, 0, 100, 0.5);
  border-top: 0;
  border-radius: 5px;
  border-bottom: 0;
}

#menus2 a:hover,
#menus2 a:focus {
  background: #fff;
  color: #000;
}

#menus1 .active a {
  background: #3257a4 !important;
  color: #fff;
}

#menus2 .active a {
  background: #2e6f99 !important;
  color: #fff !important;
}

#content {
  padding: 10px;
}

#content dt {
  margin-bottom: 0.35em;
}
#content dd {
  margin-bottom: 0.95em;
}

#content li {
  margin-bottom: 0.5em;
}

.msg {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.welcome #content {
  margin-left: 2em;
}
.welcome p {
  text-indent: 0;
}

ul li.citation {
  margin: 5px 0;
}
