/*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

@import 'http://assets.octagonoecommerce.com.br/octagono/blog/stylesheets/layout.css';
@import 'http://assets.octagonoecommerce.com.br/octagono/blog/stylesheets/content.css';
@import 'http://assets.octagonoecommerce.com.br/octagono/blog/stylesheets/navigation.css';

@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
    background: #000; padding:0; padding-bottom: 20px; padding-top: 10px; text-align: center;
	    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%;
    color: #000;
}


  h2,h3,h4,h5,h6 {
	font-family: "Lucida Console";
  	font-weight:bold;
  	color:#a7a4a2;
  	margin: 0 0 0.50em 0;
  }

  h3 ,h4{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  	font-weight:bold;
  	color:#a7a4a2;
  	margin: 0 0 0.50em 0;
  }

  h2 { font-size: 200%; color:#991111 ; padding-bottom: 0.75em;  border-bottom: 1px solid #ccc; letter-spacing: 2px; }          /* 24px */
  h3 { font-size: 150%; }                        /* 18px */
  h4 { font-size: 133.33%; border-bottom: 1px solid #ccc; padding-bottom: 0.75em; }                     /* 16px */
  h5 { font-size: 116.67%; }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #ff0000; text-decoration:none;}
a:hover, a:active  { color: #000; text-decoration:none; }

