/*
Theme Name: Infodisiac
Description: Child Theme for Twenty Ten
Author: Erik Zachte
Author URI: http://infodisiac.com/blog/
Template: twentyten
Version: 0.1

tips: 
http://op111.net/53/
http://www.throwingabrick.com/wordpress/tweak-the-twenty-ten-theme-archive-pages.html
*/
 
@import url("../twentyten/style.css");

/*
#wrapper {
  margin-top: 20px;
  padding: 0 20px;
}  
*/

body {
  background-color: #404040;
  font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
  font-size: 13px ;
}

a:link    {color:#006000;text-decoration:none}
a:visited {color:#006000;text-decoration:none}
a:active  {color:#006000;text-decoration:none}
a:hover   {color:#0000A0;text-decoration:underline}

#header{
  padding: 10px 0 0;  /* 30px -> 10px */
}

/*
#primary {
   border-left: 1px solid gray;
}
*/

#site-description {
  font-size: 13px;
  margin: 0 0 8px 0;
  width: 650px;
  text-align:right;
}

#site-title {
  width: 280px; 
  margin: 0 0 4px 0;
}

#site-info {
  width: 400px; 
}

#site-generator {
  text-align:right;
  width: 400px; 
}

.nav-above,
.nav-below,
.nav-previous,
.nav-next {
  display: none ;
}

p {
  font-size:13px;
  line-height:150%;
}

/*
.comments-title {
  font-size:12px;
}
*/
ul {
  font-size:13px;
  line-height:150%;
}

/*
.page-title {
  display: none;
}
*/

.entry-utility-prep-cat-links,
.meta-prep-author,
.meta-sep,
.author{
  display:none;
}  

.vcard {
  font-size:13px;
}     