/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

/* Added by Graeme 130107 (via Stuart/Woo Support) to make images display correct aspect ratio */

.post img {
    width:100%;
    height:auto;
}

/* Added 130107 (via Stuart/Woo Support) to make images display full width in blog posts */

.layout-full #main {
    width:100% !important
}

/* deleted the following section from panel-recent-posts.php - on line 46 before <article>

<div class="post-more">
    	 		<span class="wrap">
    	 			<span class="comments"><?php comments_popup_link(__( 'Leave a comment', 'woothemes' ), __( '1 Comment', 'woothemes' ), __( '% Comments', 'woothemes' )); ?></span> 
        			<span class="read-more"><a href="<?php the_permalink() ?>" title="<?php esc_attr_e( 'Read More', 'woothemes' ); ?>"><?php _e( 'Read More', 'woothemes' ); ?></a></span>	   			 			
    	 		</span>
    	 	</div>
       <!-- /post-more -->

*/