ï»¿/*****************
  This is your playground. Customize Hemingway to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout: */
.inside{
	width:800px;
}

body{
font-size: 11px;
font-family: 'Century Gothic','Arial','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN','MS P ƒSƒVƒbƒN','sans-serif;
}

#header .inside h2{
font-size: 3em;                          /* for takeshimoro.com */
}

#primary .inside .story {                 /* top page stories text margin  */
margin-top: 2em;
font-size: 1.1em;                                   
}

#primary .inside .primary {               /* top page header margin */
margin-top: 2em;
font-size: 1.1em;                                   
}

#primary  .secondary {                    /* single page side bar margin */
margin-top: 0.5em;
}

#secondary  .inside h2{                    /* single page comment header text size */ 
font-size: 1.4em;
}

#secondary  .inside .details {           /* single page comment details text size */ 
font-size: 1.1em;
}

#primary .details {
font-size: 0.95em
}

#ancillary .inside .block h2 {          /*  about, recently and other header text size */
font-size: 1.4m;
}

#ancillary .inside {            /*  about, recently and othe header text size */
font-size: 1.1em;
}

/*
#header {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("http://takeshimoro.com/logo.jpg");
}
*/
