/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

img {
  margin: 1px;
}

#mission {
  padding: 8px 0;
  text-align: center;
}

#header-first {
  margin-top: 0,5cm;
  width:900px;
}

#header-first h1 {
  margin-top: 10px;
}

#header-first h1 a {
  text-decoration:none;
  font-size: 1.4em;
  font-weight: bold;
  color: green;
  margin-top: 1cm;
  margin-left: 2cm;
}

#header-first #slogan {
  display:block;
  font-size:3em;
  margin:24px 0;
  color: green;
  padding:0 0 0 280px;
}

div.node.full-node div.content {
  border-bottom:1px solid #D6DDB9;
  margin:20px 0;
}

h1.livro {
  font-size: 1.4em;
  font-weight: bold;
  background-color: #E6EEC2;
  padding: 5px 5px 5px 10px;
  margin: 15px 0 10px 0;
}

h2.livro {
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0 0 0;
  font-style: italic;
}

pre {
  font-size: 1.3em;
}

pre.user { 
  color: #008000;
}

pre.root {
  color: #C00000;
}

pre.comente {
  color: #0000C0;
}

