/* $Id: default.css,v 1.41 2007/03/05 11:40:17 joseph Exp $ */

body {
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3em;
  background: #e0e0e9;
  margin: 0px;
  padding: 0px;
  color: #333;
}

a, a:link, a:visited, a:active, a:hover {
  padding-bottom: 1px;
  color: #039;
  text-decoration: none;
}

a:hover {
  color: #F63;
}

p {
  margin: 0.5em 0px 1em;
}

table {
  empty-cells: show;
  padding: 2px;
  border-spacing: 0px;
}

table.wiki-table td {
  border-top: 1px solid #999;
}

td {
  padding: 5px 10px;
}

input, select, textarea {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: inherit;
  border: 1px solid #039;
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 2px;
  background: #f6f6f6;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid #F00;
}

.edit-field {
  width: 83%;
}

.edit-field-half {
  width: 40%;
}

textarea.edit-field {
	height: 500px;
}

input.edit-field-readonly {
  width: 83%;
  background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}

form label {
	float: left;
	width: 70px;
}

form p {
  clear: left;
  margin: 5px;
}

a img {
  border: 0px none white;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: text-bottom;
}

img.left {
  display: block;
  left: 0px;
}

img.right {
  display: block;
  right: 0px;
}

img.center {
  text-align: center;
}

img.float-left {
  float: left;
  margin: 3px 3px 3px 0px;
}

img.float-right {
  float: right;
  margin: 3px 0px 3px 3px;
}
 
blockquote {
  color: #666;
  border-left: 6px solid #039;
  padding: 3px 20px;
  margin: 0px 40px;
}

abbr, acronym {
  cursor: help;
}

#page-container {
/*  border-top: 5px solid white; */
}

#page-header {
  
}

#page-logo {
  background: #69c url('images/logo-blue.jpg');
  padding-top: 74px;
  padding-bottom: 27px;
  padding-right: 50px;
  font-family: cursive, arial;
}

#page-logo h1 {
  text-align: right;
  font-size: 50px;
  font-style: italic;
  font-weight: normal;
  margin: 0px;
}

#page-logo a {
  color: #fff;
}

#page-logo a:hover {
  text-decoration: none;
}

#page-title {
  background: #69c url('images/logo-blue.jpg');
}

#page-title h2 {
  text-align: right;
  color: #fff;
  margin: 0px;
  font-size: 14px;
  font-style: normal;
}

#page-navigator {
  text-align: right;
}

#page-body {
  width: 100%;
  display: block;
}

#page-content {
  padding: 3px 205px 10px 10px;
  margin: 0px;
  width: auto;
}

#page-content h3.post-name {
  margin: 8px 15px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 2px solid #039;
}

#page-content h3.heading-1 {
  margin-top: 35px;
  padding-left: 20px;
  border-left: 25px #69f solid;
  font-size: 19px;
  color: #333;
}

#page-content h3.heading-1-1 {
  font-size: 16px;
  margin-bottom: 5px;
}

#page-content h3.heading-1-1-1 {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 5px;
}

#page-sidebar {
  width: 175px;
  float: right;
  clear: right;
  padding: 5px 8px 3px 12px;
  margin: 0px;
  background: #69f;
}

#page-sidebar .list {
}

#page-sidebar .list ul {
	margin-top: 2px;
  padding-left: 10px;
  margin-left: 0px;
  list-style: none;
}

#page-footer {
  clear: both;
  background: #69f;
  padding:  5px 30px;
	border-top: 1px solid navy;
}

.page-choose {
  text-align: center;
}

.post-wrapper {
  border: 1px dashed navy;
  margin: 10px 8px;
  padding: 5px 15px 5px 19px;
  background-color: #f6f6f6;
}

.post-time {
}

.post-title {
}

.post-name {
  font-size: 12px;
}

.post-header {
  margin: 5px 0px;
  color: gray;
}

.post-action {
	float: right;
}

.post-category {
	width: auto;
	margin-right: 300px;
	display: inline;
}

.post-content {
	padding-top: 6px;
	padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.55em;
}

.post-content a:link, .post-header a:link {
  border-bottom: 1px dotted #66f;
}

.post-content a:visited, .post-header a:visited {
  color: #66f;
}

.post-content a:hover, .post-header a:hover {
  background: url('images/flash_bottom.gif') bottom left repeat-x;
  color: #F63;
}

.post-footer {
  font-size: 12px;
  color: gray;
}

.post-info {
}

*.errors, .error {
	color: red;
}

.code {
  padding: 0px 10px;
  margin: 5px;
  color: #666;
  border: 1px dotted #039;
}

pre {
  font-family: "Courier New", "Courier", mono;
}

.macro-code {
  font-family: "Courier New", "Courier", mono;
  white-space: pre;
  color: #333;
}

.macro-codeb {
  font-weight: 900;
  font-family: "Courier New", "Courier", mono;
  white-space: pre;
  color: #333;
}

.macro-imprt {
  font-weight: 900;
  color: #f33;
}

.macro-var {
  color: #333;
  font-style: italic;
}

.macro-ps {
  font-size: 12px;
  color: #555;
  font-family: "Arial", "Helvetica", sans-serif;
}

