/*
Theme Name: Canadian Trademark Blog
Theme URI: http://trademarkblog.ca
Description: Adapted from Elliot Jay Stocks' Starkers Theme (http://www.elliotjaystocks.com/starkers)
Version: 2.8
Author: Rob Golbeck
Author URI: http://robgolbeck.com
*/


@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";






body {
 font-family: Georgia;
 margin: auto;
 padding: 0 0 30pt 0; /* prevents printed pages from cutting off at the bottom in IE6 */
}

p, li {
 font-size: 10pt;
}


#wrap {
 width: auto;
 margin: 0 5%;
 float: none !important;
}



/*
 LINKS
*/


a, a:visited, a:hover, a:active {
 color: #000;
 text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   font-family: arial, helvetica, sans-serif;
   }


/*
 HEADER
*/



#head {
 height: 50px;
 background-image: none !important;
}



  #head h1 {
   text-indent: 0;
   color: #000;
   font-size: 22pt;
  }
  
  #head h1 a, #head h1 a:visited {
   text-decoration: none;
  }

/*
 SEARCH
*/

  #searchform {
   display: none;
  }
  
  #s {
   display: none;
  }
  
   #s-head {
   display: none;
  }




/*
 NAVIGATION
*/



#navContainer {
   display: none;
}




/*
 MAIN CONTENT
*/




/*
 SIDEBARS
*/



 #sidebar1 {
   display: none;
 } 

 #sidebar2 {
   display: none;
 }
 
 #sidebar-searchresults {
   display: none;
 } 

  
 #sidebar-archives {
   display: none;
 } 


/*
 CONTENT
*/

#content p {
 line-height: 25px;
 letter-spacing: 0.03em;
}

#content h2 {
 font-size: 20px;
 margin: 30px 0 10px;
}

.addtoany_share_save_container {
 display: none;
}


#postInfo {
 margin-top: 30px;
}


#commentblock {
 display: none;
}


/*
 ABOUT PAGE
*/

.page-id-168 #content {
 padding: 10px 0;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

  .page-id-168 #content h2 {
   font-size: 18pt;
   font-weight: normal;
   margin-bottom: 30px;
  }

.bioCol1 {
 width: auto;
 margin: 30px 5%;
 float: none !important;
}

.bioCol1 img {
 float: left;
 clear: left;
 margin: 0 10px 5px 0;
 width: 104px; height: 154px;
}

.bioCol2 {
 width: auto;
 margin: 30px 5%;
 float: none !important;
}

.bioCol2 img {
 float: left;
 clear: right;
 margin: 0 10px 5px 0;
 width: 104px; height: 154px;
}

.bioCol1 p, .bioCol2 p {
 line-height: 20px;
 letter-spacing: 0.02em;
}


/*
 FOOTER
*/

#foot {
 margin-top: 30px;
}