/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 15px;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1, h1.title {
  font-size: 16pt;
}
h1.title {
  margin-top: 7px;
}
h2 {
  font-size: 16pt;
}
h2.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: normal;
}
a:link {
  color: #777777;
}
a:visited {
  color: #777777;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
hr {
  border: none 0; 
  border-top: 1px dotted;/*the border*/
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #a29061;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}
ul {
  list-style: square;
}

/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:right;
  font-size: 10pt;
  text-transform: uppercase;
  margin: 0;
}
ul.menu li {
  margin: 0;
  padding: 15px 10px 10px 0;
  border-bottom: 1px solid #a29061;
  /*background: url(/themes/gata/images/menu_bg.gif) no-repeat bottom right;*/
}

ul.menu ul.menu li {
  margin: 0;
  padding: 10px 0px 0px 0;
  border: 0;
  font-size: 8pt;
  text-transform: none;
}
ul.menu ul.menu li a {
  color: #a29061;
}
.block-menu h2.title {
	display: none;
}
li.expanded {
  margin: 0;
}
li.collapsed {
  margin: 0;
}
li.leaf {
  margin: 0;
}
li a.active {
  color: #a29061;
  background: url(/themes/gata/images/active.gif) no-repeat left;
  padding: 2px 0 0px 24px;
  font-weight: bold;
}
td.menu-disabled {
  background: #ccc;
}

.block-user h2 {
  text-align: right;
  padding-right: 10px;
}
#block-user-1 ul.menu {
  font-size: 8pt;  
}
#block-user-1 ul.menu li {
  padding: 10px 10px 5px 0;
  font-size: 8pt;
}
#block-user-1 ul.menu ul.menu li {
  padding: 5px 0px 5px 0;
  font-size: 8pt;
  list-style: disc inside;
}
#block-user-1 ul.menu ul.menu ul.menu li {
  padding: 5px 10px 5px 0;
  font-size: 8pt;
  list-style: square inside;
}
#block-user-1 ul.menu ul.menu ul.menu li a {
  color: #666;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
  margin: 0;
  padding: 0;
}

#header {
  background-color: #fff;
  background: url(images/header_bg.gif) repeat-x 50px 0px;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 0em;
  border: 0;
}
#menu {
  padding: 0;
  margin: 0;
  text-align: right;
  vertical-align: top;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-submit {
  
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
  border-bottom: 1px dotted;
}
/*
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
*/
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 14px;
}
#main-td {
  background-image: url(images/content_bg.gif);
  border-left: 0.1em solid #a29061;
  border-right: 0.1em solid #a29061;
}
#mission, .node .content, .comment .content {
  line-height: 1.2;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  color: #777777;
  display: inline;
  margin-bottom: 5px;
  text-transform: uppercase;  
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 211px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
#sidebar-fix {
  width: 211px;
}
#sidebar-right {
  padding: 5px 0 0 15px;
}

#sidebar-right .block {
  border-bottom: 1px solid #a29061;
  padding: 10px 0 20px 0;
}

#footer {
  text-align: center;
  margin 0;
  padding: 1em;
  border-top: 1px solid #a29061;
  font-size: 7pt;
}
.previous-next-links {
  font-size: 7pt;
  font-weight: bold;
  color: #a29061;
  text-align: center;
  padding-top: 8px;
}
.previous-next-links a {
  font-size: 9pt;
}

/*
** 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-family: Georgia, times, serif;
  font-weight: normal;
  font-size: 1.24em;
  color: #a29061;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.title a:link, .title a:visited {
  color: #a29061;
}
.submitted {
  color: #777777;
  font-size: 0.8em;
}
.links {
  color: #777777;
  border-bottom: 1px dotted;
  padding: 10px 0 15px 0;
  width: 100%;
}
.links a {
  font-weight: normal;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /*border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;*/
}
.block .title {
  margin-bottom: .25em;
  text-transform: uppercase;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.content {
	
}
.node .taxonomy {
  color: #777777;
  font-size: 0.8em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  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;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}
.tabs li a {
  background: none;
}

/* inline image */
.right { float: right; }
.left { float: left; }
#inlineimage
{
   border: 1px solid #dfd1b4;
   padding: 4px;
   margin-bottom: 5px;
   font-size: 7pt;
}
#inlineimage.right
{
   margin-left: 5px;
   text-align: right;
}
#inlineimage.left
{
   margin-right: 5px;
   text-align: left;
}
/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #777777;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 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: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
  color: #a29061;
  font-weight: bold;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #cccccc;
}
.calendar .day-today a {
  color: #a29061;
}
.calendar .day-selected {
  background-color: #a29061;
  color: #fff;
}
.calendar .day-selected a {
  background-color: #a29061;
  color: #fff;
}
.calendar .header-week {
  background-color: #a29061; color: #fff;
}
.calendar .day-blank {
  background-color: #fff;
}
.calendar .row-week td a:hover {
  text-decoration: underline;
}
.calendar caption {
  text-transform: uppercase;
  font-size: 0.8em;
}
.calendar caption a {
  font-size: 1.7em;
  font-weight: normal;
}
.book-navigation ul.menu {
  list-style: circle;
  border: none;
  text-align:left;
  font-size: 10pt;
  text-transform: uppercase;
  margin: 0;
}
.book-navigation ul.menu li {
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: none;
}
#honorboard td {
	border-top: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

#block-block-20 { width: 203px; }