html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

html {
  height: 100%;
}
body {
  height: 100%;
  background: #d3f443; /* Old browsers */
  background: -moz-linear-gradient(top, #d3f443 0%, #f1f4e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d3f443), to(#f1f4e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3f443 0%,#f1f4e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3f443 0%,#f1f4e2 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d3f443 0%,#f1f4e2 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f443', endColorstr='#f1f4e2',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #d3f443 0%,#f1f4e2 100%); /* W3C */
  background-attachment: fixed;
  font: 14px "Trebuchet MS", arial, sans-serif;
  line-height: 1.3;
  color: #444;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.4em;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.3em;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #8fa920;
}
a:hover {
  color: #666;
}

p {
  margin: 1em 0;
}
p.indent {
  margin-left: 1em;
}

ul {
  list-style: disc outside;
  padding: 0.5em 1.3em;
}
li {
  margin: 0.2em 0;
}

ul.bio {
  float: left;
}

#container {
  position: relative;
  overflow: hidden;
  width: 958px;
  min-height: 100%;
  margin: 0 auto;
  border-right: 2px solid #bfd18a;
  border-left: 2px solid #bfd18a;
  background: #fff;
}

table#nav {
  width: 938px;
  margin: 10px;
  border-collapse: separate;
  font-family: 'Terminal Dosis Light', arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: inherit;
}
table#nav td {
  border-right: 1px solid #737171;
  border-left: 1px solid #a6a5a5;
}
table#nav td:first-child {
  border-left: none;
}
table#nav td:last-child {
  border-right: none;
}
table#nav a, table#nav a:link, table#nav a:visited {
  color: inherit;
}
table#nav a:hover, table#nav a.current {
  color: #8fa920;
}

#content {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding: 10px 0 60px 0;
}

#content img {
  float: left;
  margin: 0 20px 10px 0;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #d9d9d9;
  padding: 10px 15px;
  background: #eee;
  font-size: 12px;
}
#footer table {
  width: 100%;
  text-align: center;
}

#more {
  display: none;
}

.quote {
  position: relative;
  margin: 10px 0 35px -25px;
}
.quote .ap {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
}
.quote p {
  padding: 20px 0 0 30px;
  font-style: italic;
  font-size: 20px;
}
.quote .who {
  font-size: 15px;
  color: #888;
}

a.button {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
}
a.button#left {
  top: 140px;
  left: -88px;
  background: url("/img/arrows.png") no-repeat 0 0;
}
a.button#right {
  top: 140px;
  right: -88px;
  background: url("/img/arrows.png") no-repeat -44px 0;
}
a.button#left:hover {
  background-position: 0 -44px;
}
a.button#right:hover {
  background-position: -44px -44px;
}

form div {
  padding: 0.5em 0;
}
label {
  display: block;
  margin-bottom: 3px;
}
input[type="text"] {
  width: 50%;
}
textarea {
  width: 100%;
}
textarea {
  height: 140px;
}

p#sent {
  font-weight: bold;
  border: 2px solid #d9d9d9;
  padding: 10px;
  background: #eee;
}

.ui-widget {
  font-size: 13px !important;
}
.ui-widget-overlay {
   background: rgba(0, 0, 0, 0.6) !important;
   opacity: 1 !important;
}

.lang-flag {
  height: 20px;
}

.lang {
	margin-top: -23px;
    right: 2px;
    position: absolute;
}

.lang a:hover {opacity: .8;}