/* --------------------------
   Stylesheets: style.css
   Simplex theme stylesheets: autumn.css, default.css, wordpress.css
   Stored at: ../wp-content/themes/simplex/
   
   Background images: 
   Stored at: ../wp-content/themes/simplex/images/

   Header   ===> removed
                 <img align="center" src="http://luciana.ca/images/banner.png"></img>
   Footer   ===> background: url('images/stitch.png') repeat;
   Sidebar  ===> background: url('images/stitch.png') repeat; 
   Pagemenu ===> background: url('images/stitch.png') repeat; 

   -------------------------- */

body {
  font-size: 66%;  
  font-family: Trebuchet MS, Tahoma, Arial, Verdana;
  text-align: center;
  background: #fff;
  margin: 5%;
  margin-left: 15%;
  margin-right: 15%;
   
 /* ---- 
  border-bottom: 1px solid #bba;
   border-top: 1px solid #bba;
  */
}	

#footer 
{
   font-family: Trebuchet MS, Arial, Tahoma, Verdana;
   margin: 10px 0px 0px 0px;    /* top right bottom left */
   float: none;
   clear: both;	
   text-decoration: none;
   border-bottom: 1px solid #bba;
   border-top: 1px solid #bba;
   background: url('images/stitch.png') repeat;
}

a {
   color: #667766;                                           
   text-decoration: none;
   border-bottom: 1px dotted #ccc;                                  
}

a:hover {
  color: #533;
  background: #ebecea;
  text-decoration: none;
  border-bottom: 1px solid #533;                                  
}

small {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: Georgia, Sans-Serif, Verdana ;
  font-weight: normal;
  text-align: center;
}

h1 {
  font-size: 3em;
}
	
h2 {
  font-size: 2em;
}	

h3 {
  font-size: 1.6em;
}

p
{
	 font-family: Georgia, Sans-Serif, Verdana ;
	font-size: 1.0em;
}