@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);

html, body, h1, h2, h3, h4, h5, h6, p {
  background-color: #000;
  font-family: 'Inconsolata', sans-serif;
}


/* h1 { */
/*   line-height: 50px; */
/*   margin-top: 20px; */
/* } */

h1 {  font-size: 22px }
h2 {  font-size: 20px }
h3 {  font-size: 18px }
h4 {  font-size: 16px }
h5 {  font-size: 14px }
h6 {  font-size: 12px }

/* a { */
/*   color: #aaa */
/* } */

/* .navbar { */
/*   margin-bottom: 0; */
/* } */
/* .container > footer { */
/*   margin-top: 20px; */
/* } */
/* .container > footer p { */
/*   text-align: center; /\* center align it with the container *\/ */
/* } */

/* /\* The white background content wrapper *\/ */
/* .content { */
/*   background-color: #000; */
/*   color: #fff; */
/*   padding: 20px; */
/*   margin: 0 -20px; /\* negative indent the amount of the padding to maintain the grid system *\/ */
/* } */

/* .topbar .btn { */
/*   border: 0; */
/* } */

/* h1,h2,h3,h4,h5,h6 { */
/*   color: #fff; */
/* } */

/* .navbar-inner { */
/*   margin-left: 0px; */
/*   border-bottom-left-radius: 0px; */
/*   border-bottom-right-radius: 0px; */
/*   border-top-left-radius: 0px; */
/*   border-top-right-radius: 0px; */
/*   background-color: #222; */
/*   background-image: none; */

/* } */

/* .container { */
/*   margin-left:  0px; */
/*   padding-left: 30px; */
/* } */

/* /\* tag_box ======================================================== *\/ */

/* .tag_box { */
/* 	list-style:none; */
/* 	margin:0; */
/* 	padding:5px 0 ; */
/* 	overflow:hidden; */
/* } */
/* .tag_box li { */
/* 	line-height:28px; */
/* } */
/* .tag_box.inline li { */
/* 	float:left; */
/* } */
/* .tag_box a { */
/* 	padding: 3px 6px; */
/* 	margin: 2px; */
/* 	background: #eee; */
/* 	color:#005F6B; */
/* 	border-radius: 3px; */
/* 	text-decoration:none; */
/* } */
/* .tag_box a span{ */
/* 	vertical-align:super; */
/* 	font-size:0.8em; */
/* } */
/* .tag_box a.active { */
/* 	background:#57A957; */
/* 	border:1px solid #4C964D; */
/* 	color:#FFF; */
/* } */



/* @import url(http://fonts.googleapis.com/css?family=Roboto:700italic,500,500italic,700,900,900italic,400italic,400&subset=latin,latin-ext); */

/* @font-face { */
/*     font-family: 'texgyreadventorregular'; */
/*     src: url('texgyreadventor-regular-webfont.eot'); */
/*     src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), */
/*          url('texgyreadventor-regular-webfont.woff') format('woff'), */
/*          url('texgyreadventor-regular-webfont.ttf') format('truetype'), */
/*          url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg'); */
/*     font-weight: normal; */
/*     font-style: normal; */

/* } */

body {
    /* font-family: 'texgyreadventorregular', sans-serif; */
    margin: 0px auto 0px auto;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* h1,h2{ */
/*     font-family: 'Rubik Mono One', sans-serif; */
/* } */

/* h3,h4,h5{ */
/*     font-family: 'Exo', sans-serif; */
/* } */

/* .icon-feed{ */
/*     background-image:url(/img/rss.png); */
/*     background-position:center center */
/* } */

/* #corpo{ */
/*     background: white */
/* } */

#footer {
    border-top: solid 2px black;
    color: #555;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
    text-align: right;
}


/* ************************************************************* */
/*  #1F00FF */

:link { color: #E5E5E5}
:visited { color: #BFBFBF }

a{
    color: #E5E5E5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    color: #fff;
    text-shadow: -1px 1px 5px #03c, 1px -1px 5px #03c;
     -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}


/* div.c3 { margin-left: 2em } */
/* div.c2 { text-align: center } */
/* h3.c1 { text-align: center } */
/* .titlelink { color: #000000 } */
/* .fullwide { width: 900px; } */
