body {
  margin:0px 0;
  padding: 45px 0px 100px 0px;
  background: #C0C0C0;
  font: 0.9em Trebuchet MS;
  color:#ccc;
  height: 100%;
}

#content {
  background: #FFFFFF;
  color:#808080;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 100%;
  border-left:6px solid #000;
  border-right:6px solid #000;
  box-shadow: 0px 0px 100px #000000;
  -moz-box-shadow: 0px 0px 100px #000000;
  -webkit-box-shadow: 0px 0px 100px #000000;
}

#header {
  margin: 0;
  width: 1000px;
  background-color: #000000;
  height: 80px;
  color: #000000;
}

#pic {
  float: right;
  height: 200px;
  width:10px;
  background: url('/images/marios.gif') no-repeat;
  padding: 0px 130px 0px 0;
  margin-bottom: 20px;
}

#header h1 {
  font-family: courier;
  color: #00FF00;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  padding: 15px 10px;
}

#main {
  background: inherit;
  width: 1000px;
  height: 100%;
  margin: 0 ;
  color: #000000;
}

#main .left {
  float: left;
  padding:0px 0px 0 0px;
  margin:0;
  background: #C0C0C0;
  width: 100px;
  height: 200px;
  border-right: 5px solid #000000;
  border-bottom: 5px solid #000000;
  text-align: center;
}

.left a {
  color: #ffffff;
  font: 1.4em Arial bold;
  text-decoration: none;
}

.left a:hover {
  color: black;
  border-left: 3px solid white;
  border-right: 3px solid white;
  border-bottom: none;
  font-style: italic;
}

#main .right {
  float: left;
  width: 700px;
  margin: 0px 20px 0px 20px;
  text-align: justify;
  line-height: 150%;
}

#main .post_categories{
  float: right;
  width: 138px;
  text-align: left;
  height: 100%;
  margin: 5px 0px 0px 0px;
}

.post_categories hr{
background-color: lime;
height: 4px;
}

.img {
    display: block;
    padding: 25px 0px 25px 0px;
    margin-left: 100px;
    margin-right: auto
}

#main .archives{
float:right;
width:120px;
}

.post_categories a,
#archives a,
.right a {
        color: #0000FF;
        text-decoration: none;
}

.post_categories a:hover,
#archives a:hover,
.right a:hover {
        color: lime;
        font-style: italic;
}

#footer {

  clear:both;
  height: 110px;
  background-color: lime;
  color: #000000;
  font-size: 90%;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  text-align:center;
  border-bottom: 7px solid #000000;
}


#footer .info {
  float: left;
  text-align: left;

  margin: 20px;
  width: 70%;
}

#footer .validated {
  float: right;
  margin: 30px 10px ;
}

hr {
background-color: #696969;
height: 5px;
}

#footer a {
text-decoration: none;
}

#footer a:hover{
        color: white;
        font-style: italic;}

.blog_title{
  font: 1.5em Arial bold;
}

.blog_category{
  font: 1.0em courier;
  text-align:center;
  margin: 0 auto;
  width: 75%;
  border-style: solid;
  border-left: 2px;
  border-right: 2px;
  border-color: lime;
}

pre {
  border: 1px solid #cacaca;
  line-height: 1.2em;
  font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  padding: 10px;
  overflow:auto;
  background-color: #FAFAFB;
  color: #393939;
  margin: 0px;
}

