  body {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12pt !important;
  }

  .sociable { display: none !important; }
  
  #right_side { display: none !important; }
  #comments_container { display: none !important; }
  #navlist { display: none !important; }
  .info { display: none !important; }
  .tags { display: none !important; }
  #header_wrapper { }
  #header {
    padding:15px;
    margin:0px;
  }
  #footer_imgs { display: none !important; }
  #page_wrapper {width: auto !important;}
  #content {
  	width: auto !important;
  	margin: 0;
  	padding: 0; 
  	border: 0;
  	float: none !important;
  	color: black; 
  	line-height:12pt;
  	font-size:12pt;
  	background: transparent;
	}
     
  #content p {
  margin-bottom: 1em;
  font-family: verdana, arial, sans-serif;
  font-size: 1.0em;
  color: #333333;
  }
  
  #content h3 {
    margin-top:5px; margin-bottom: 10px;
    padding: 4px 0px 4px 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.1em;
    color: #00396B;
    background-color: #F5F5F5;
  }
  

  .date {
    float:left;
    position: relative;
    width: 30px;
    padding-right: 2px;
    color: silver;
    line-height: 1.0em;
    text-align: right;
    border-right: 1px solid silver;
    margin: 0px;
    margin-right: 10px;
  }
  
  .date_day {
    font-size:1.2em;
  }
  .date_month {
    font-size:0.9em;
  }
  .date_year {
    font-size:0.7em;
  } 


a:link, a:visited, .entry a:link, .entry a:visited { text-decoration: none; }
#content p a:link:after, #content p a:visited:after, #content h3 a:link:after, #content h3 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 10pt;
   }

#content p a[href^="/"]:after {
  content: " (http://gilletts.com.au" attr(href)") ";
   }
   
   * {
    font-family: Georgia, serif !important;
   }
   
