/* This file is part of Mura CMS.

  Mura CMS is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, Version 2 of the License.

  Mura CMS is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

  However, as a special exception, the copyright holders of Mura CMS grant you permission
  to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1.

  In addition, as a special exception,  the copyright holders of Mura CMS grant you permission
  to combine Mura CMS  with independent software modules that communicate with Mura CMS solely
  through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API,
  provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS
  plugin installation API, (b) must not alter any default objects in the Mura CMS database
  and (c) must not alter any files in the following directories except in cases where the code contains
  a separately distributed license.

  /trunk/www/admin/
  /trunk/www/tasks/
  /trunk/www/config/
  /trunk/www/requirements/mura/

  You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
  the source code of that other code when and as the GNU GPL requires distribution of source code.

  For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception
  for your modified version; it is your choice whether to do so, or to make such modified version available under
  the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception
  to your own modified versions of Mura CMS. */

/*  Some inspiration taken from:

  BlueprintCSS - http://code.google.com/p/blueprintcss/
  Hartija Css Print Framework - http://code.google.com/p/hartija/
*/



html {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  }

body {
  padding: 0 !important;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  /* font-size: 15px !important; */
  font-size: 1em !important;
  line-height: 1.4em;
  color: #666;
  background: #fff !important;
  }

body * {
  color: #000 !important;
  background-image: none !important;
  background: transparent !important;
  }


a { text-decoration: underline; }

#content a:link:after,
#content a:visited:after {
  content: " <URL: "attr(href)">";
  font-style: italic;
  }
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


#content abbr[title]:after,
#content acronym[title]:after {
  content: ' (' attr(title) ')';
  font-style: italic;
  }


#crumbList { font-size: 8pt; }

#crumbList a:link:after,
#crumbList a:visited:after { content: ""; }


img {
  float:left;
  }

div {
  /* width: 100% !important; */
  margin: 0 0 10pt !important;
  padding: 0 !important;
  border: none !important;  
  }

ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
  line-height: 1.25em;
  margin: 0 0 .5em;
  }

blockquote { font-style: italic; }


h1, h2, h3, h4, h5, h6 {
  page-break-inside: avoid;
  page-break-after: avoid;
  margin: 0;
  padding: 0;
  font-weight: bold;
  }

#header {
 height: 115px !important;
  margin: 0 !important;
  padding: 0 0 8px 0;
  width: 100% !important;
  display: block !important;
  border-bottom: 1px solid #999 !important; 
}

#header #logo { display: none; }

#header #logo-print { 
   visibility: visible;
   width: 300px !important;
   height: 77px !important;
   position: absolute;
   top: 12px;
   left: 12px;
}

#content {
  margin: 0;
  padding: 0;
  width: 100%;
  }


table { margin: 1px 1px 10pt; text-align: left; }

th { border: 1px solid #333;  font-weight: bold; }

td { border: 1px solid #999; }

th,td { padding: 4px; }

tfoot { font-style: italic; }

caption { margin-bottom: 1em; text-align:left; }

thead { display: table-header-group;}

tr { page-break-inside: avoid;}


/* Hide Elements */
.sidebar,
#navPrimary,
#navSecondary,
#footer {
  display: none;
  }

#header #topLinks { display: none; }
#header #navContainer { display: none; }
#header #searchForm { display: none; }

/* Added Styles */
#leftCol { display: none; }

#crumbList { display: none; }

h2.pageTitle { margin: 0; padding: 0; }

ul {clear: both; margin: 0; padding: 0; }
li { margin-left: 25px; }

#dcol1 { display: none; }
#dcol2 .address { 
  position: absolute; 
  top: 10px; 
  left: 800px; 
  width: 200px !important; 
}


/* Homepage */
#homeImg { display: none; }
#welcomeBox { margin-top: 25px; }
#contentBoxList .blueBox h3{ font-weight: bold; text-align: left !important; }

/* EOF */