/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:white;}

/*Body text color*/
  body {color:#333;}

/*Text color of the blog title in the header*/
  #header h1 a {color:#800567;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {color:#D8538D}

/*Links hover color*/
  a:hover {color:#333}

/*Headings color*/
  .post h2 a, #sidebar h2 {color:#800567;}

/*Headings hover color*/
  .post h2 a:hover {color:#0066CC;}


/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/
  #page {width:700px;}
  
/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/
  #content {width: 72%;}

/*Width of the sidebar*/
  #sidebar {width:24%;}

/*Position of the header from the left edge*/
  #headerimg {margin-left:28%;}

/*Position of the footer from the left edge.*/
  #footer p {padding-left:28%;}
  
/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/