/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.home .col-left {
  width: 700px;
}

.home #posts .post .top,
.home #posts .post .middle,
.home #posts .post .bottom  {
  width: auto;
}

/* reduces the white space between the read more button the entry content by overwriting the readmore classes padding*/
.readmore {

  padding:0 0 10px !important ;

}

/* remove style below to restore homepage category box */
.home #categorybox {
  display: none;
}
/* remove style above to restore homepage category box */