/* $Id: style.css,v 1.12 2009/05/04 21:34:31 jmburnz Exp $ */
/**
 *
 * Pixture Reloaded by user 61393
 * http://adaptivethemes.com
 *
 * Pixture Reloaded is a collaboration of ideas and themes.
 * The original Pixture theme was built by Pixture Studio and
 * uses tables for layout. Pixture Reloaded is pure CSS, 
 * leveraging the Zen themes stunning Holy Grail layout.
 * Kudos to both those projects. Rock on, dudes.
 */
html {
  font-size: 100%; /*Fix a IE em BUG*/
}
body {
  background-color: #C11B17;
  color: #444444;
  background: #F6EAEF url(bg-wall.png) repeat-x left top;
}
#pixture-reloaded {
  font-family: "Trebuchet MS", "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11pt;
  color: #444444;
  background: #F6EAE9 url(bg-wall.png) repeat-x left top;
}
#page {
  line-height: 1.5em; 
  text-align: left;
/*  background: #ffffff url(bg-header.png) repeat-x left top;*/
  background: #ffffff repeat-x left top;
}
#content {
  text-align: left;
}
/*-------------------------------------------------------------------*/
/*                          Generic html elements                    */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
  text-decoration: none;
  font-weight: normal;
}
fieldset legend,
.form-item label {
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
  background: #e0e7fd;
}
abbr, acronym {
  border-bottom: none;
}
#mission, 
.node .content, 
.comment .content {
  line-height: 1.5em;
}
.breadcrumb {
  padding: 0;
  padding-bottom: 2px;
}
/*-------------------------------------------------------------------*/
/*                             Lists                                 */
/*-------------------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0 0 0 1em;
}
li {
  line-height: 1.6em;
}
li a, 
li a:visited, 
li a:active, 
li a:hover {
  font-weight: normal;
}
.item-list ul {
}
.item-list ul li {
  font-size: 11pt;
  list-style-image: url(bullet-round.png);
}
.item-list .title {
  font-size: 1em;
}
ul.links li {
  margin: 0;
  padding: 0 2px;  
}
.comment .links {
  margin-bottom: 0;
}
.submitted {
  font-size: 0.9em;
  color: #666666;
}
.links {
  color: #666666;
}
.links a {
  font-weight: normal;
}
/* Menus */
li.leaf {
  list-style-image: url(bullet-round.png);
}
li.collapsed {
  list-style-image: url(bullet-sm-arrow-right.png);
}
li.expanded {
  list-style-image: url(bullet-sm-arrow-down.png);
}
/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/
a,
a.active {
  text-decoration: none;
  font-weight: bold;
  color: #B22222;
}
a:link, a.active:link {
  color: #B22222;
}
a:visited, a.active:visited {
  color: #B22222;
}

a:hover, a.active:hover {
  text-decoration: underline;
  color: #7C1818;
}
a:focus, a.active:focus {
  outline: none;
}
/*-------------------------------------------------------------------*/
/*                            Tables                                 */
/*-------------------------------------------------------------------*/
table, tr, td, thead, tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0px;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
  margin: 0 0 10px 0;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
  background: #f2f5fe;
}
tr.even {
  background: #ffffff;
}
/*-------------------------------------------------------------------*/
/*                             Header                                */
/*-------------------------------------------------------------------*/
/*div#header {*/
/*  background: url(header.png) no-repeat top left;*/
/*}*/
#site-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  overflow: hidden;
}
#site-name a {
  color: #ffffff;
}
#site-name a:hover {
  text-decoration: none;
}
/*#site-slogan {*/
/*  color: #ffffff;*/
/*  font-size: 1em;*/
/*  line-height: 1em;*/
/*  text-align: left;*/
/*}*/
/* Primary Links */
#primary { 
  color: #ffffff;
  font-size: 12px;
}
#primary ul.links li a {
  font-weight: bold;
  color: #ffffff;
  padding: 8px 12px 9px;
}
#primary ul.links li a:hover {
  background: transparent;
  text-decoration: underline;
}
/* Superfish Default skin */
#superfish-inner .menu {
  float: left;
  margin: 0 0 0 -12px;
}
#superfish-inner .menu a {
  padding: 6px 12px 7px;
  text-decoration:none;
}
#superfish-inner .menu a, 
#superfish-inner .menu a:visited  { 
  color: #ffffff;
}
#superfish-inner .menu li {
  background: transparent;
}
#superfish-inner .menu li li {
  background: #000000;
}
#superfish-inner .menu li li li {
  background: #000000;
}
#superfish-inner .menu li:hover, 
#superfish-inner .menu li.sfHover,
#superfish-inner .menu a:focus, 
#superfish-inner .menu a:hover, 
#superfish-inner .menu a:active {
  background: url(sf-hover-tile.png) repeat-y left top;
  outline: 0;
}

/*-------------------------------------------------------------------*/
/*                             Footer                                */
/*-------------------------------------------------------------------*/
#footer {
  font-size: 10px;
  text-align: center;
  color: #cccccc;
  background: #ffffff url(bg-footer.png) repeat-x bottom left;
  border: none;
}
#footer a {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
#footer .block {
  padding: 15px 0 0;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {
  font-size: 11px;
}
.block .block-content {
  padding: 0 0 10px;
}
/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
#sidebar-left, #sidebar-right {
  background: #fffff;
}
#sidebar-left .block,
#sidebar-right .block {
  margin-bottom: 10px;
  width: 220px;
}
#sidebar-left .block,
#sidebar-right .block {
  background: url(block-tr.png) no-repeat top right;
}
#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
  background: url(block-tl.png) no-repeat top left;
}
#sidebar-left .block-inner,
#sidebar-right .block-inner {
  background: url(block-br.png) no-repeat bottom right;
}
#sidebar-left .block-content,
#sidebar-right .block-content {
  background: url(block-bl.png) no-repeat bottom left;
}
#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
  background: url(block-tile.png) repeat;
  margin: 0;
  padding: 10px 15px 5px 15px;
}
.block h2.block-title {
  color: #C11B17
  font-size: 12pt;
  font-weight: bold;
	 height: 22px;
  margin: 0px;
  padding: 5px 0 0 0;
  text-align: center;
}
.block h3 {
  padding: 0 3px;
  font-size: 12pt;
}
.block ul.links {
  margin:0;
  padding:0 0 5px;
}
.block ul.links li {
  font-size: 12pt;
}
/* blocks showing nodes, e.g help out views blocks */
.block .node h2.title {
  font-size: 12pt;
}
.block .node {
  padding: 5px 5px 0;
}
.block .node,
.block .node .node-inner-0,
.block .node .node-inner-1,
.block .node .node-inner-2,
.block .node  .node-inner-3
.block .sticky,
.block .sticky .node-inner-0,
.block .sticky .node-inner-1,
.block .sticky .node-inner-2,
.block .sticky .node-inner-3 {
  background: #C11B17;
}

