/*
 *
 * CSS file for NegutyvXeiro.com
 *
 */


/* element global styles */

body {
  background-color: black;
  color: #91979E;
/*  color:707070;*/

  font-size: 10pt;
  font-family: Tahoma, arial, verdana, sans-serif;
}

a, a:visited, a:active { 
  color: #3B4956;
/*  color:444444;*/

  text-decoration: none;
  font-family:,arial,verdana,sans-serif;
}
a:hover {
  color: #fff;
/*  color: #000*/

  text-decoration: underline;
  font-family:,arial,verdana,sans-serif;
}

img {
  border: none;
}

ul {}
ol {}
li {}

dl {}
dt {
  font-weight: bold;
  margin: 20px 0 2px 0;
}
dd {}

h1, h2 {
  color: #f0f0f0;
  margin: 25px 0 10px 0
}


/* utility classes */

.endsect { clear: both; }


/* id styles - unique elements */

#cage { /* all the interesting stuff is in this div */
  min-width: 800px;
  max-width: 80%;

  margin: 50px auto 50px auto;

  background-color: #252525;
}

#header {
  height: 100px;
  overflow: hidden;

/*  background-color: black;
  background-image: url('images/negutyvxeiro-header-wide.jpg'); */
  background-position: left;
  background-repeat: no-repeat;

  border-top: 10px solid #333;
}

  #header h1 {
    margin: 0 0 0 -300px;
    width: 1024px;
    height: 100px;

    background-image: url('images/negutyvxeiro-header-minimal-trans.png');
    background-position: 300px 0;
    background-repeat: no-repeat;
  }
  #header div.tagline {
    position: absolute;

    height: 50px;
    width: 200px;
    margin: -60px 0 0 500px;

    text-align: right;
  }

#main { /* keeps the layout from exploding - holds the content and sidebar */
  margin: 0 0 20px 0;
}
  #content_w {
      float: left;
      width: 65%;
  }
    #content {
      margin: 0 20px;
      padding: 30px;

      background-color: #111;
    }

  #sidebar_w { /* sidebar wrapper, trying to keep spacing even */
    float: right;
    width: 35%;
  }
    #sidebar {
      margin: 0 40px 0 20px;
      padding: 15px;

      background-color: #000;
    }

#footer {
  clear: both;

  margin: 0 50px;
  padding: 10px 20px;

  background-color: #333;
}

#copyright {}

