body {
  background:#f6f5f3;
  margin:0px;
  font-family: "Helvetica Neue";
  font-size: 12px;
}

div.header {
  background: #333;
  display: block;
  position: fixed;
  margin: 0 auto;
  z-index: 15;
  padding: 0px;
  padding-bottom: 16px;
  height: 32px;
  width: 100%;
  box-shadow:         2px 2px 8px rgba(34,25,25,0.5);
}

#header h1 {
  padding-left: 0;
  letter-spacing: 1.2px;
  font-family: "Helvetica Neue", 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
}

#header table {
  width: 1000px;
  margin: 0 auto;
}

#header a {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

#header a:hover {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-weight: 500;
}

div.main {
  padding-top: 32px;
}

div.gallery {
  position: relative;
  background-color: #fff;
  width: 1010px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 10px;
  -moz-box-shadow:    2px 2px 8px rgba(34,25,25,0.5);
  -webkit-box-shadow: 2px 2px 8px rgba(34,25,25,0.5);
  box-shadow:         2px 2px 8px rgba(34,25,25,0.5);
  height: auto;
}

img.thumb {
  border: 1px solid #ddd;
  border-radius: 0px;
  margin: 0px;
}

img.thumb:hover {
}

div.description {
  padding: 5px;
}

div.aboutme {
  background: #f5f4f3;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: auto;
  -moz-box-shadow:    0px 2px 4px rgba(34,25,25,0.25);
  -webkit-box-shadow: 0px 2px 4px rgba(34,25,25,0.25);
  box-shadow:         0px 2px 4px rgba(34,25,25,0.25);
  font-size: 1.2em;
  font-weight: 400;
  font-family:  "Helvetica Neue",  Futura, "Open Sans", sans-serif;
  line-height: 1.4em;
  color: #222;
}

p.about {
  font-size: 1.3em;
  font-weight: 400;
  font-family:  "Helvetica Neue",  Futura, "Open Sans", sans-serif;
}

h3 {
  display: block;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2em;
  font-weight: 400;
  font-family:  Helvetica, Arial, "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 5px;
  height: 30px;
}





#list a {
  color:#1060CE;
  font-family: Arial,sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 15px;
  padding:0px;
  line-height:1.4em;
}

#list a:visited {
  font-weight: normal;
  color:#1060CE;
}

#list a:link {
  font-weight: normal;
  color:#1060CE;
}

#list span {
  color:#808080;
  font-size: 12px;
  line-height:1.4em;
}

#list div {
  color:#808080;
  font-size: 12px;
  line-height:1.4em;
}

div.list {
  display:block;
  padding:1px;
  padding-left:5px;
  padding-top:2px;
  vertical-align:center;
  background-color: #FFFFFF;
  font-family: Arial;
  border:1px solid #F0F0F0;
  -moz-box-shadow: 0px 2px 16px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0px 2px 8px rgba(34,25,25,0.15);
  box-shadow: -0px 2px 8px rgba(34,25,25,0.15);
}

div.list:hover {
  background-color: #F3F2F1;
  font-family: Arial;
}

.header ul {
  font-size: 100%;
}

.header li {
  padding-top:0.5em;
}

.header a.item {
  font-size:14px;
}

#disclaimer {
  width: 1010px;
  margin: 0 auto;
  margin-top: 20px;
}

#disclaimer span {
  line-height:1.2em;
  color:#c0c0c0;
  font-weight:100;
  font-family: Helvetica;
  font-size: 11px;
}


div.wrapper {
  float: top;
  position: relative;
}

div.overlay {
  font-size: 20px;
  position: absolute;
  border-radius: 10px;
  left: 6px;
  top: 65px;
  z-index: 1;
  width: 190px;
  height: 25px;
  color: #000000;
  background-color:#FFFFFF;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  margin: 0 auto;
}

img.youtubethumb {
  width: 205px;
  height: auto;
}

#gallery a {
  //color: #d86;
  color: #777;
  font-family: Helvetica;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

#gallery a:hover {
  font-weight: 600;
  text-decoration: underline;
}


div.menu {
  background: #fff;
  display: block;
  position: relative;
  text-align: right;
  margin: 0 auto;
  width: auto;
  //-moz-box-shadow:    0px 2px 4px rgba(34,25,25,0.25);
  //-webkit-box-shadow: 0px 2px 4px rgba(34,25,25,0.25);
  //box-shadow:         0px 2px 4px rgba(34,25,25,0.25);
  font-size: 1.0em;
  font-family:  "Helvetica Neue",  Futura, "Open Sans", sans-serif;
}

#gallery a.item {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  color: #555;
  font-weight: 600;
  text-decoration: none;
}

#gallery a.item:hover {
  background-color: #444;
  color: #fff;
  display: inline-block;
}

img.moi {
  position:relative;
  top:0px;
  left:20px;
  float:right;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  margin-left:40px;
  margin-right:40px;
  //border:1px solid #aaa;
  border-radius: 5px;
  -moz-box-shadow:    2px 2px 8px rgba(34,25,25,0.25);
  -webkit-box-shadow: 2px 2px 8px rgba(34,25,25,0.25);
  box-shadow:         2px 2px 8px rgba(34,25,25,0.25);
}


#gallery a.close {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  background-color: #ddd;
  color: #555;
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
}

#gallery a.close:hover {
  background-color: #444;
  color: #fff;
  display: inline-block;
}

div.inner {
  line-height:1.8em;
  font-weight:300;
  background:#ffffff;
  border:12px solid #e5e4e2;
  padding:40px;
  padding-top:20px;
  padding-bottom:10px;
  border-radius:5px;
  box-shadow: inset 0px 0px 48px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 48px -10px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 0px 48px -10px rgba(0,0,0,0.2);
}
p {
  padding-bottom: 0.75em;
  text-align:justify;
  font-size: 0.95em;
}

a.home {
  color:#fff;
}

div.modal {
  border:0px;
  position: absolute;
  margin:0px;
  left:5px;
  top:20px;
  width:900px;
  height:580px;
  -webkit-box-shadow: 1px 2px 48px #404040;
  -moz-box-shadow: 1px 2px 48px #404040;
  box-shadow: 1px 2px 48px #404040;
  z-index:20;
  border-radius:5px;
  overflow:hidden;
}

#resume iframe {
  width: 1010px;
  height: 3000px;
  margin: 0 auto;
  scroll: auto;
  border: 0px solid #000;
}

