body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,code,form,fieldset,input,textarea,p,blockquote, { margin: 0; padding: 0; }
th,td { padding: 2px 5px; }
ol,ul { list-style:none; }


/* page structure & layout */

div { 
   position: absolute;
}

body {
  background: #ccddcc;	
}

#page {
   background: #f8fdfe;
   border: 1px solid #aa4040;
   padding: 0;
   margin: 0;
}

#header {	
   background: #408060;
   border: 0;
   padding: 0;
   margin: 0;
}

#navi {
   border: 0;
   padding: 0;
   margin: 0;	
}

#content {
   border: 0;
   padding: 10px 20px;
   margin: 0;
}

#pic {
   border: 0;
   padding: 0;
   margin: 30px 10px 10px 10px;
}

#sidebar {
   border: 0;
   padding: 0;
   margin: 20px 10px 10px 10px;
}

#footer {
   border: 0;
   padding: 10px 20px;
   margin: 0;
}

/* fonts */

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
h1 { 
   font-size:24px;
   font-weight: normal;
   line-height: 36px;
   margin: 24px 0 24px 20px;  
}  
h2 { 
   font-size:20px;
   font-weight: normal;
   line-height: 30px;
   margin: 10px 0 10px 20px; 
}  
h3 { 
   font-size:16px;
   font-weight: normal;
   line-height: 24px; 
   margin: 8px 0 8px 0; 
}  
h4 { 
   font-size:12px;
   font-weight: bold;
   line-height: 18px;
   margin: 6px 0 6px 0;  
}
p { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;
   margin: 6px 0 6px 0;  
}
a { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;
   margin: 6px 0 6px 0;   
}  
div { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;
   margin: 6px 0 6px 0;   
}
 
/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

th { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;  
}
td { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;  
} 
input { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;  
}
select { 
   font-size:12px;
   font-weight: normal;
   line-height: 18px;  
} 

/* classes */

.error { color: red; }



/* header */



/* navigation */

#navi ul {
  display: inline;
}

#navi li {
  display: block;
  float: left;
  list-style: none;
}

#navi li a {
  background: #408060;
  color: #ffffff;
  display: block;
  margin: 0 1px 0 1px;
  padding: 2px 5px 2px 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#navi li a:hover, #navi li a.current { 
  background: #60aa80; 
}

/* content */

#content h2 {
  color: #aa4040;
  text-align: left;
  margin-left: 10px;
}

#content h3 {
  color: #ccaaaa;
  text-align: left;
  margin-left: 10px;
}

#content h4 {
  color: #80aa80;
  text-align: left;
  margin-left: 10px;
}

#content p {
  color: #408060;
  text-align: left;
}

#content ol {
   color: #408060;
   text-align: left;
   margin-left: 30px;
}

#content ul {
   color: #408060;
   text-align: left;
   margin-left: 30px;
}

#content ul li {
  list-style: square;
  padding-left: 2px;
}

#content th {
   color: #80aa80;
   text-align: left; 
}

#content td {
   color: #408060;
   text-align: left;  
}

/* secondary content */

#sidebar h2 {
   color: #ccaaaa;
   text-align: left;
   margin-left: 10px;
}

#sidebar h3 {
   color: #ccaaaa;
   text-align: left;
   margin-left: 10px;
   font-weight: bold;
}

#sidebar p {
   color: #80aa80; 
   text-align: left;
}
#sidebar ul {
   color: #80aa80;
   text-align: left;
   margin-left: 30px;
}
#sidebar ul li {
  list-style: square;
  padding-left: 2px;
}	
#sidebar a {
  color: #80aa80;
  text-decoration: none;
  font-weight: bold;
}
#sidebar a:hover { color: #aaaaaa; }


/* footer */

#footer p {
   color: #aaaaaa;
   font-size: 10px;
   margin-top: 15px;
   text-align: center;
}
#footer a {
   color: #aaaaaa;
   font-size: 10px;
   text-decoration: none;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}