/* 
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.

*=================================================================*

Changes in theme:

ABOUT US - Correction

			<div id="about">
<!-- YANNIS commnet out next line 7 -->			
<!--				<h2><?php _e('Hi! Welcome...',woothemes); ?></h2> -->


*=================================================================*

in comments.php comment out line 48 (shows Comments are closed under post)

		<p class="nocomments"><?php _e('Comments are closed.',woothemes); ?></p>

*=================================================================*

Archive.php, line 23 -25

<!-- YANNIS comment out part of code so will not show COMMENTS OFF-->
				
					<p class="meta"><span class="date"><?php the_time('d F Y'); ?></span> <!--YANNIS START ~ <span class="comments"><?php comments_popup_link(__('0 Comments',woothemes), __('1 Comment',woothemes), __('% Comments',woothemes) ); ?></span> YANNIS END--></p>
*=================================================================*

Single.php, line 9 -11

<!-- YANNIS comment out part of code so will not show COMMENTS OFF-->
				
					<p class="meta"><span class="date"><?php the_time('d F Y'); ?></span> <!--YANNIS START ~ <span class="comments"><?php comments_popup_link(__('0 Comments',woothemes), __('1 Comment',woothemes), __('% Comments',woothemes) ); ?></span> YANNIS END--></p>
*=================================================================*

footer.php, line 20-24

<!-- YANNIS, replace /Say something clever here. Or not. You decide./ with /All kinds of information about Crete/! -->
		
		<p>&copy; <?php bloginfo('title'); ?>. <?php _e('All kinds of information about Crete!',woothemes); ?></p>
		
<!-- YANNIS cooment out Woothemes logo and link		<p><a href="http://woothemes.com" title="<?php _e('WooThemes',woothemes); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/woothemes.png" alt="<?php _e('WooThemes Logo',woothemes); ?>" /></a></p>-->
*=================================================================*			


** YANNIS changes in style */

body {
	font-size:13px;
}

.post h2.title {
font-size:24px;
line-height:30px;
}

.post p {
	text-align: justify;
}

.wp-caption {
	background: #EFEFEF;
	font-size: 12px;
	font-style: italic;
}

.wp-caption p {
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}