/* $Id:  */

body {
  margin: 20px 0;
  padding: 0;
  background: #ECEADC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #7F7E77;
}


#header {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}

#logo-title {
  float: left;
  height: 50px;
  padding: 0 30px;
  background: #D2BA29 url(images/img01.jpg) no-repeat right top;
}

#site-name, #site-slogan {
  float: left;
  margin: 0;
  color: #FFFFFF;
}

#site-name {
  padding-top: 10px;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 2.6em;
  font-weight: normal;
}

#site-slogan {
  padding-top: 30px;
  font-size: .9em;
}

#site-name a {
  border: none;
  color: #FFFFFF;
  text-decoration: none;
}

#search {
  float: right;
  padding-top: 15px;
}

#search .form-submit {
  background: #D5BF36 url(images/img04.gif) repeat-x;
  font-size: .9em;
  color: #FFFFFF;
}

#search label {
  display: none;
}

#navigation {
  width: 960px;
  height: 65px;
  margin: 0 auto;
  background: #242424 url(images/img02.jpg) no-repeat;
}

#navigation ul {
  margin: 0;
  padding: 18px 0 0 10px;
  list-style: none;
}

#navigation li {
  float: left;
}

#navigation a {
  padding: 0 20px;
  border: none;
  letter-spacing: -1px;
  font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #CABFB4;
}

#navigation a:hover {
  color: #FFFFFF;
}

#container {
  width: 960px;
  margin: 0 auto;
  background: url(images/img05.gif) repeat-y;
  overflow: auto;
}

#main {
  float: left;
  width: 660px;
  padding: 25px;
}

.node, .block {
  margin-bottom: 2em;
}

h1#page-title,
h2.node-title,
h3.comment-title {
  margin-bottom: 0;
}

h2.node-title a {
  border: none;
}

.meta,
.submitted {
  margin: 0 0 1em;
  padding: 5px 0;
  border-top: 2px solid #F2EAB8;
  border-bottom: 1px solid #F2EAB8;
  line-height: normal;
  color: #C5C3BC;
  overflow: hidden;
}

span.author {
  float: left;
}

span.date {
  float: right;
}

#node-links {
  margin: 0;
  padding: 5px 0;
  border-top: 2px solid #F2EAB8;
  border-bottom: 1px solid #F2EAB8;
  line-height: normal;
  font-size: smaller;
  width: 100%;
}

#node-links ul.links li a{
  text-decoration: none;
  border: none;
}

#sidebar-right {
  float: right;
  width: 210px;
  padding: 20px;
}

#sidebar-right a {
	border-bottom-color: #B4AF8E;
	color: #666666;
}

#sidebar-right a:hover {
	color: #000000;
}

#sidebar-right ul {
  padding-left: 0;
}

#sidebar-right ul.menu {
  padding-left: 1em;
}

#sidebar-right li {
	list-style-image: url('images/img06.gif');
}

#footer {
  width: 940px;
  height: 80px;
  padding: 20px 0 0 20px;
  margin: 0 auto;
  background: url(images/img07.gif) no-repeat;
	color: #B4AF8E;

}

#footer .block {
  margin-right: 20px;
}

#footer a {
	color: #B4AF8E;
}

#forum tr td.forum {
  background-image: none;
}

#mission, .messages, .status {
	background-color: #E8E097;
	border: 1px solid #D3BA2A;
	padding: 10px;
	margin-bottom: 20px;
}

#mission p, h1, h2, h3, h4, h5, h6,
.messages p, h1, h2, h3, h4, h5, h6, 
.status p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

#mission a,
.messages a, 
.status a {
  color: #666666;
  text-decoration: underline;
}

div.error, div.warning {
  padding: 10px; 
  margin-bottom: 20px;
}

.book-navigation .menu {
  border-top: 1px solid #F2EAB8;
}

.book-navigation .page-links {
  border-top: 1px solid #F2EAB8;
  border-bottom: none;
}

ul.primary {
  border-bottom: 1px solid #F2EAB8;
}

ul.primary li.active a {
  background-color: #fdfbed;
  border-top: 1px solid #F2EAB8;
  border-left: 1px solid #F2EAB8;
  border-right: 1px solid #F2EAB8;
}

ul.primary li a {
  background-color: #c8c39e;
  color: #666666;
  border-top: 1px solid #F2EAB8;
  border-left: 1px solid #F2EAB8;
  border-right: 1px solid #F2EAB8;
}

.comment {
  border: 1px solid #F2EAB8;
  margin-bottom: 2em;
  padding: 10px;
}

.poll .bar {
  background-color: #fdfbed;
}

.poll .bar .foreground {
  background-color: #c8c39e;
}

.picture img{
  float: right;
  padding: 0 0 10px 10px
}

/*
 * Common Elements
 */
 
input, textarea {
  padding: 2px 5px;
  background: #F9F8F1 url(images/img03.gif) repeat-x;
  border: 1px solid #D2BA29;
  font: bold 1em Georgia, "Times New Roman", Times, serif;
  color: #2D2D2B;
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2D2D2B;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2D2D2B;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #D2BA29;
}

h1 {
  letter-spacing: -2px;
  font-size: 2.8em;
}

h2 {
  letter-spacing: -1px;
  font-size: 2em;
}

h3 {
  letter-spacing: -1px;
  font-size: 1.6em;
}

h4 {
  letter-spacing: -1px;
  font-size: 1.4em;
}

h5 {
  letter-spacing: -1px;
  font-size: 1.2em;
}

h6 {
  letter-spacing: -1px;
  font-size: 1em;
}

p, ul, ol {
  margin: 0 0 2em;
  line-height: 180%;
}

blockquote {
  margin: 0 0 0 2em;
  padding: 0 0 0 1em;
  font-style: italic;
  border-left: 4px solid #F2EAB8;
}

a {
  text-decoration: none;
  color: #D2BA29;
}

a:hover {
  border: none;
  color: #FFB700;
}

hr {
  display: none;
}

table {
  width: 100%;
}

table th {
  border-bottom: 3px solid #c8c39e;
}

table tr.odd, table tr.even {
  border-bottom: 1px solid #c8c39e;
}

table tr.odd td {
  padding: .5em .5em .5em 0;
  background-color: #fdfbed;
}

table tr.even td {
  padding: .5em .5em .5em 0;
  background-color: #fdfbed;
}
