/* CSS Document */


body {
  background:#fff;
  margin:0px;
  padding:20px 20px;
  font:14px Arial, Verdana,Sans-serif;
  text-align:left;
  color:#333;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
a:link {
  color:#999;
  text-decoration:none;
  }
a:visited {
  color:#999;
  text-decoration:none;
  }
a:hover {
  color:#90ad00;
  font-weight: bold;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


/* Navbar
----------------------------------------------- */

#navbar   {
   height: 50px;
   width: 780px;
   font:11px Verdana, Sans-Serif;
   color:black;
   font-weight: bold;
   margin:5px auto 10px;
   *margin-top:16px;
   *margin-bottom:12px;
   padding:0px 0px 0px 0px;
   text-align: left;
   letter-spacing:1px;
   word-spacing: 0px;
   overflow: hidden; 
   min-width: 700px;
 }

#navbar a:link {
  color:#666;
  text-decoration:none;
  }
#navbar a:visited {
  color:#666;
  text-decoration:none;
  }
#navbar a:hover {
  color:black;
  text-decoration:none;
  }


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:780px;
    height: 72px;
    *height:122px;
    margin:0 auto;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  font:42px Verdana, Sans serif;
  
  color:#90ad00;
  margin-top:0px;
  *margin-top:50px;
  margin-left:0px;
  *margin-left:0px;
  margin-right0px;
  *margin-right0px;
  margin-bottom:0px;
  *margin-bottom:0px;
  padding:5px 0px 0px 0px;
  letter-spacing:1px;
  font-weight:normal;
  text-align: left;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:3px 0px 3px 0px;
  max-width:780px;
  padding: 0 0 10px 0;
  font:78% Verdana,Sans-serif;
  text-transform:uppercase;
  text-align: right;
  letter-spacing:3px;
  font-weight: bold;
  color:#999;
  border-bottom:1px solid #999;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
    width:780px;
    margin:0 auto;
    padding:0;
    
    color:#333;
    }

  #main {
	width:530px;
    padding: 10px 20px 20px 0px;
	margin:0px 0px 0px 110px;
    float:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #333333;
	height: auto;	

    }

  #sidebar {
  border-left:1px dotted #ccc;
	width:220px;
    padding: 20px 20px 20px 0px;
    float:left;
	
    }




  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  #thirdcolumn {
    width:100%;
    float:none;
    }
  }


/* Footer
----------------------------------------------- */
#footer {
  width:780px;
  clear:both;
  margin:0 auto;
  border-top:1px solid #D3D3D3;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  text-align:center;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  font-weight:lighter;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
  
  /*Headings
  ----------------------------------------------------*/
  #date {
    font-size:11px;
	font-weight:bold;
    color:#333; 
	text-align:right;
    letter-spacing:.1em;
	}
  
  #tit {
    font-size:18px;
    font-weight:normal;
	color:black;
	text-align:left;
	}
	
  #coment {
  width:270px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font: bold 12px "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  color:#333;
  text-align:left;
  border-top: 1px solid #CCCCCC;
    }
	
  #coment a {
  color:#333;
  }
