/* $Id: style.css,v 1.2.2.2 2010/11/24 05:45:49 chevy Exp $ */

/*
** HTML elements
*/
body {
  margin: 0px;
  padding: 0px;
  color: #110f0e;
  background: #2e2217;
  /*background: #fa7a02;*/
  font: 10pt Calibri, Verdana, Arial, Helvetica, sans-serif;
}
#content {
  padding-bottom: 10px;
}
#main-wrapper {
  background: #dec79b url(../images/content-bg.png);
  float: left;
  width: 960px;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.2em;
  margin-top: 0;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  font-size: 12pt;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
tbody {
  border: 0px;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header {
  width: 100%;
}
#content {
  width: 100%;
}
#logo {
  border: 0;
  float: left;
}
#logo h1 a {
  font-size: 1.5em;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 1em 0.5em 0 1em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: bottom;
  width: 100px;
}
#menu input {
  margin: 2px;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  padding: 1.5em 2em;
  text-align: right;
  color: #369;
}
#mission a, #mission a:visited {
  color: #369;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
  color: #8E8F7E;
}
.site-name a:link, .site-name a:visited {
  color: #8E8F7E;
}
.site-name a:hover {
  color: #8E8F7E;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #000;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  width: 100%;
}
#main-padding-left {
  width: 14px;
  border-right: 1px solid #8E8F7E;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 1.0em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
}
#footer {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 1.0em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
}
.block {
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 1.0em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 1.0em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 1.0em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 1.0em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
#navigation {
  clear: both;
  padding-top: 4px;
}
.primary-links {
  width: 100%;
  height: 36px;
  background: #403124;
  border-bottom: 1px solid #2E2217;
}
.primary-links li {
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  display: block;
}
.primary-links li a,
.primary-links li a:link,
.primary-links li a:visited {
  background: #403124 url(../images/li-divy.png) 100% 0 no-repeat;
  color: #DEC79B;
  height: 36px;
  padding: 0px 15px;
  line-height: 36px;
  text-decoration: none;
  font-size: 1.2em;
  font-family: 'Arial Narrow';
  display: block;
  float: left;
}
.primary-links li a:hover,
.primary-links li a:active {
  background-color: #DEC79B;
  color: #403124;
  text-decoration: none;
}
.panel-display .inside {
  margin-bottom: 0 !important;
}
#footer {
  float: left;
  margin: 5px 0 8px 0;
}
#footer-left {
  float: left;
}
#footer-right {
  float: right;
}
#footer,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
  color: #594b2c;
  font-weight: normal;
}






.brochure-item-name {
  float: left;
  margin-bottom:0;
}

.brochure-item-name h4 {
   margin-bottom:0;
}

.brochure-item-cost h4 {
   margin-bottom:0;
}

.brochure-item-cost {
  float: left;
  padding-left: 40px;
  margin-bottom:0;
}

.brochure-item-duration h5 {
   margin-bottom:0;
   font-size: 1em;
}

.brochure-item-duration {
  float: left;
  padding-left: 40px;
  margin-bottom:0;
}


.brochure-item-description {
  padding-top: 0;
}




/* begin Box, Block */
.Block
{
  position:relative;
  z-index:0;
  margin:0 auto;
  min-width:15px;
  min-height:15px;
}

.Block-body
{
  position: relative;
  z-index:1;
  padding: 7px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
  position:absolute;
  z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
  width: 14px;
  height: 14px;
  background-image: url('../images/Block-s.png');
}

.Block-tl
{
  top:0;
  left:0;
  clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}

.Block-tc, .Block-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('../images/Block-h.png');
}

.Block-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('../images/Block-v.png');
}

.Block-cr
{
  right:0;
  clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
  left:0;
  clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
  position:absolute;
  z-index:-1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #ECEDE3;
}

.Block
{
  margin: 7px;
  float: left;
}


#threading_info {
  padding-top: 75px;
}

.BlockContent-body p {
  font-size: 10pt;
}

.brochure-category-listing {
  font-size: 1.3em;
  padding-left: 15px;

}

div #page-title {
  font-size: 1.5em;
  font-weight: bold;
}

.pane-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #777777;
}
#logo-title {
  float: left;
  width: 960px;
}
#name-and-slogan {
  color: #8E7D54;
  float: right;
  font-size: 1.3em;
  line-height: 120px;
}

#content-content > div > div > div > div > h2 {
  padding-top: 10px;
}


.links.primary-links li {
    float: left;
}