/* $Id: style.css,v 1.13 2014/08/28 13:30:58 chip Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #7878B0;
}
a:visited {
  color: #330099;
}
a:hover {
  color: #0CACC3;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #D6D1B0;
}
pre {
  background-color: #D6D1B0;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #FFEBCD;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #000000;
}
.item-list .title {
  font-size: 1em;
  color: #000000;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #eeefff;
}
#logo {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  text-align: center;
  background-color: #D6D1B0;
  /* background: #eef; */
}
#logo img {
  /* padding: .5em .5em .5em .5em; */
  width: 1000px;
  /* height: 173px; /* AFS logo is 1000x173 */
  height: 100px; /* classic logo is 1000x100 */
  border: 0;
  margin: 0;
  padding: 0;
}
#menu {
/*
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
*/
padding: 0;
margin: 0;
width: 0;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #666666;
}
#primary a {
  font-weight: bold;
  color: #999999;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #8B6914;
}
#secondary a {
  font-weight: bold;
  color: #8B6914;
}
#search .form-text, #search .form-submit {
  border: 1px solid #330099;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #D6D1B0;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #8B6914;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #D6D1B0;
}
.site-name a:hover {
  color: #999;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #999;
  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: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #D6D1B0;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #D6D1B0;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** 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.2em;
  color: #6E8B3D;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
/* inherit from .attribution
  color: #999;
  font-size: 0.8em;
*/
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  margin-top: 0.5em;
  margin-bottom: 1.0em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.front .sticky {
  padding: .5em;
  background-color: #F3EEC9;
  border: solid 1px #8F6D7E;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
/* inherit from .attribution
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
*/
}
.taxonomy {
  display: inline;
}
.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: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #FFEBCD;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  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: #FFEBCD;
}
#forum td.topics, #forum td.last-reply {
  background-color: #FFEBCD;
}
#forum td.container {
  background-color: #D6D1B0;
}
#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;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #B8860B;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #B8860B;
  color: #fff;
}
.calendar .header-week {
  background-color: #B8860B;
}
.calendar .day-blank {
  background-color: #D6D1B0;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/*** local additions below ***/

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#block-views-custom_comments_recent .view-field {
  display: inline
}

#block-views-custom_comments_recent .view-label {
  display: inline;
}

.block .view ul, .block-blog ul {
  margin-left: 0;
  padding-left: 0;
}

.block-menu .menu li.leaf {
  list-style-type: disc;
  list-style-image: none;
}

.node .content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.now-showing {
  background: url(bg-marquee.png) no-repeat;
  height: 120px;
  margin-left: -5px;
  padding-top: 82px;
  padding-left: 28px;
  padding-right: 26px;
  font-size: 9pt;
  text-align: center;
}

.now-showing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.now-showing li {
  margin: 0;
  padding-bottom: 5px;
}

.now-showing a {
  color: black;
}

/*
 * this need to be more specific than "ul.links li" to override system-menus.css */
.node ul.links li {
  padding: 0 0.5em 0 0.3em;
  margin: 0;
  border-right: solid #999 1px;
}

.node ul.links li.last {
  border-right: none;
}

.node ul.links li.node_read_more {
  padding-left: 0;
}

.node ul.links li.node_read_more a {
  background-image: url(arrow_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
  margin-left: -2px;
}

.node-form legend {
  font-weight: bold;
}

form#search-block-form label {
  display: none;
}

.views-field-name, .views-field-title {
  display: inline;
}

table.ui-datepicker tbody td.ui-datepicker-today a {
  color: blue;
}

.profile .picture img {
  margin-left: 5px;
  margin-bottom: 5px;
}

.contributors-user {
  clear: both;
}

.contributors-user h2.title {
  margin-top: 1em;
  border-bottom: solid #6E8B3D 1px;
  margin-bottom: 1em;
}

.contributors-user .picture img {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.block .view-podcast .view-footer {
  margin-top: 0.5em;
}

#block-follow-us ul {
  list-style-type: none;
  margin-left: -1em;
}

#block-follow-us li {
  margin-top: 4px;
  margin-bottom: 4px;
}

#block-follow-us img {
  vertical-align: text-bottom;
}

.node .attribution {
  color: #999;
  font-size: 0.8em;
}

.contributors-user ul.profile-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

