/* 
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.

*/

body  { font: 14px Georgia, Times, Serif; line-height: 1.5; color: #5a5a5a; }
#widget_twitter_vjck li  { padding: 6px 0 6px 10px; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
#widget_twitter_vjck a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
 
#extended-footer {
	visibility:hidden;
}
img.wp-smiley {
border:medium none;
padding:0;
}
.entry img {
max-width: 500px;
height: auto !important;
width: expression(this.width > 500 ? 500: true);
}
