/* For use with xtemplate. Based on Mark's Three Column Thing - A WordPress CSS Template and Dots 3-Column & Blue Fade 2-Column Templates by Alex King
*/

body {
  margin: 0 20px 0 20px;
  padding: 0;
  color: #000;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 80%; 
}
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #369;
}

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;
}


blockquote {
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  background-color: #eee;

}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

#block-user-3 h3 {
   margin: 5px 0 5px 0;
}


/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background: #336 url(images/header-background.gif) repeat-x;
  height: 120px;
 }

#logo {
  vertical-align: middle;
  font-family: georgia, times serif;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1.0em 2.0em 1.0em 2.0em;
}

#logo a {
  color: #fff;
  }

#logo img {
  display: block;
}


#menu {
  padding: 0.5em 0.5em 0 0.5em;
  vertical-align: middle;
}
#primary {
  font-size: 0.9em;
  padding: 0.8em 0 0;
  color: #ccc;
  text-align: right;
}
#primary a {
  color: #ccc;
}
#secondary {
  padding: 0.5em 0 0.5em 0;
  font-size: 0.8em;
  color: #ddd;
  text-align: right;
}
#secondary a {
  color: #ddd;
}

#search {
  text-align: right;
  margin: .5em 0 0 0;
 }

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  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 {
  font-size: 1.0em;
  padding: 1.0em 1.0em 1.0em 2.0em;
}


#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 20px 10px 20px;
}
#mission, .node .content, .comment .content {
  line-height: 1.2;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.message {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 15em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
  padding: 10px 0 0 0;
}

#footer {
  padding: 3.0em 1.0em 1.0em 1.0em;
  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.3em;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.title {
  color: #333;
}


.nodecontent {
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em;
  border: 1px solid #ddd;
}
 
.submitted {
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
}
.box {
  padding: 0 0 1.5em 0;
}
.block {
  background: #e8e8e8 url(images/menu-background.gif) repeat-x;
  border: 1px solid #369;
  padding: 1.0em 1.0em 1.0em 1.0em;
  font-size: 0.9em;
  margin: 0 0 1.0em 0;
}
.block .title {
  margin-bottom: .25em;
  font-size: 1.0em;
  color: #333;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

.node .title, .comment .title {
 padding: 0 0 0 0.5em;
}
.node .content, .comment .content {
  padding: 1.0em 0 0 0;
}
.node .taxonomy {
  padding: 0.5em 0 0 0;
  font-size: 0.8em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}

.node .links {
 padding: 0 0 10px 0;
 font-size: .8em;
 text-align: right;
 }

.comment .links {
 padding: 5px 0 10px 0;
 font-size: .8em;
 text-align: right;
 }

.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1.0em;
}
.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;
}

#block-block-3 {
  border: none;
  background: none;
  }

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#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;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td {
  padding: 0;
  border-color: #888;
}
.calendar td div {
  padding: 0.4em 0;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-month {
  background-color: #bbb;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

img.bio_image image.video_image {
  float: left;
  border: 1px solid black;
  margin: 10px;
}


.bibliography>* {
	margin-top: 3em;
	text-indent: -2em; margin-left: 2em;
}
