* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font: 68.5%/1.5 'Lucida Grande', Verdana, sans-serif; /**/
  padding: 60px 0 60px 0;
  text-align: center;
  line-height: 18px;
}
a {
  text-decoration: none;
  border-bottom: 1px dotted #E6E8DC;
  color: #465A00;
}
h2 a {
  color: #94B500;
}


a:hover {
  border-bottom: 1px solid #465A00;
}


/* layout */
.wrapper {
  width: 100%;
}
.canvas {
  margin: 0 auto 0 auto;
  width: 990px;
  text-align: left;
}


/* layout */
.layout {
}
.layout .container {
  overflow: auto;
}


/* layout 1x col var A */
.layout_1_cols_a {
}


/* layout 2x cols var A */
.layout_2_cols_a {
  overflow: auto;
  background-color: #FFFFFF;
}
.layout_2_cols_a .left_col {
  float: left;
  width: 180px;
}
.layout_2_cols_a .right_col {
  float: right;
  width: 810px;
}


/* crumb */
.crumb {
  height: 70px;
  font-size: 10px;
}
.crumb li {
  float: left;
  list-style-type: none;
  padding: 12px 10px 0 0;
}
.crumb li a {
  margin: 0 0 0 10px;
}
.crumb li b {
  margin: 0 0 0 10px;
}


/* paginator */
.paginator {
  margin: 20px 0 20px 0;
  text-align: center;
}
.paginator span,
.paginator a {
  font-size: 10px;
  padding: 3px 5px 4px 5px;
/*  margin: 0 2px 0 2px; */
}
.paginator a {
  border: 1px solid #F4F4F1;
}
.paginator a:hover {
  background-color: #96B400;
  color: #FFFFFF;
}
.paginator .this {
  font-weight: bold;
}


/* left menu */
.left_menu {
  padding: 10px;
  background-image: url('../images/theme/detail-1.gif');
  background-repeat: no-repeat;
  background-position: 10px 5px;
  margin: 0 0 20px 0;
}
.left_menu ul {
  border-top: 1px solid #E6EAEC;
  list-style-type: none;
}
.left_menu ul li {
  padding: 3px 0 2px 0;
  border-bottom: 1px solid #E6EAEC;
}
.left_menu ul li a {
  display: block;
  padding: 0 0 0 7px;
  border: 0;
  background-image: url('../images/theme/link-arrow.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.left_menu ul li a.selected {
  background-image: url('../images/theme/link-arrow-selected.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-weight: bold;
}
.left_menu ul li ul {
  border: 0;
  margin: 0 0 0 7px;
  font-size: 9px;
}
.left_menu ul li ul li {
  border: 0;
}


/* default */
h1,
.node h2 {
  color: #333333;
  font-family: Georgia,Serif;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0.25em 0;
}
h2,
.node h3 {
  color:#333333;
  font-family:Georgia,Serif;
  font-size:130%;
  font-weight:bold;
  line-height:1.4em;
  margin:0.25em 0 1em 0;
  font-style: italic;
}
h3 {
  color:#333333;
  font-family:Georgia,Serif;
  font-size:130%;
  font-weight:bold;
  line-height:1.4em;
  margin:0.25em 0;
}


.images {
  overflow: auto;
}
.figure {
  float: left;
  display: block;
  margin: 0px 5px 20px 0;
}
.figure img {
  border: 5px solid rgb(240, 240, 240);
}
.figure p {
  margin: 0 0 10px 5px;
}


.content {
  position: relative;
}
.content a {
  color: #88A000;
  text-decoration: underline;
}


p {
 /* clear: both; */
  margin: 10px 0 25px 0;
}
p.date {
  position: absolute;
  right: 0;
  top: 0px;
  color: gray;
  font-size: 8px;
}
p.signature {
  text-align: right;
  color: gray;
  font-style: italic;
  margin: 0 5px 0 0;
}
hr {
  clear: both;
}
.content {
  margin: 0 0 0 40px;
}
.content .node {
  overflow: auto;
  position: relative;
  margin: 0 0 40px 0;
}
.content ul {
  margin: 5px 0 20px 20px;  
}
.content ul li {
}



table {
  border-collapse: collapse;
}
table th,
table td {
  border: 1px silver solid;
  padding: 3px;
}


/* copyright */
#copyright {
  padding: 30px 10px 10px 10px;
/*  background-color: #F8F9FA; */
  color: gray;
  font-size: 10px;
  text-align: left;
}
#copyright .links {

}
#copyright .links a {
  margin: 0 5px 0 0;
  color: silver;
  border: 0;
  text-decoration: none;
}
