/*
Theme Name: Chi
Description: Child Theme 2010
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

#site-description {
display: none
}

#site-title a {
display: none
}

#branding img {
border-bottom: none;
border-top: none;
}

#access {
background: none repeat scroll 0 0 #3366cc;
height: 22px;
}

#colophon {
border-top: 4px solid #3366cc;
}

#access a {
line-height: 22px;
color: #FFFFFF
}

#access ul ul {
top: 22px;
}

#header{
  padding: 0px 0 0;
}


      body, input, textarea {

          font-family: Arial, Helvetica, sans-serif; /* overall font */
  
      }
 
      #content,
  
      #content input,
 
      #content textarea {  /* change the content font and make it smaller and reduce line height */

          font-family: Arial, Helvetica, sans-serif;
 
          font-size: 15px;

          line-height: 155%;

      }

      #content .entry-title {  /* post title font */

          font-family: Arial, Helvetica, sans-serif;

          font-size: 24px;

      }